@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button,
html,
input,
select,
textarea {
  color: #000;
}

body {
  font-family: Krub, sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
}

::selection {
  background: #4e7b1e;
  color: #fff;
  text-shadow: none;
}

*,
:after,
:before {
  box-sizing: border-box;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.image-fluid,
.image-fluid img {
  max-width: none;
  width: 100%;
  height: auto;
}

.image-fixed,
.image-fixed img {
  max-width: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.skip-link,
.sr-only,
.visually-hidden,
.visuallyHidden,
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.breakforprint {
  page-break-after: always;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

figure {
  margin: 1em 0;
}

iframe {
  max-width: 100%;
}

.js-click-user :active,
.js-click-user :focus {
  outline: 0;
}

.svg-legend {
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.sf-Code pre {
  color: #666;
}

.skip-link {
  text-align: center;
}

.skip-link:focus {
  position: static;
  display: block;
  color: #fff;
  background: #4e7b1e;
  padding: 20px 0;
  height: auto;
  width: 100%;
}

.card-layout,
.container {
  width: 100%;
  max-width: 76.25em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.row {
  margin-left: -1.25em;
  margin-right: -1.25em;
}

.card-layout:after,
.card-layout:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.card-layout:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 48em) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 60em) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 72em) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 .h6 {
  margin: 0 0 1em;
  font-family: Prompt, sans-serif;
}

.h1,
h1 {
  font-size: 2rem;
  line-height: 2rem;
}

.h2,
h2 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

.h3,
h3 {
  font-size: 1.375rem;
}

.h4,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 1rem;
}

a {
  color: #4e7b1e;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

.list-unstyled,
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 1em 1.5em;
  padding-left: 1.5em;
  border-left: 5px solid #d9d9d9;
}

.smallest {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.9em;
}

.larger {
  font-size: 1.1em;
}

.largest {
  font-size: 1.2em;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.important {
  color: red;
  font-weight: 700;
  text-transform: uppercase;
}

.button,
.news-search .search-box .btn {
  display: inline-block;
  padding: 1em;
  border: 0;
  background: #4e7b1e;
  font-family: Krub, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:focus,
.button:hover,
.news-search .search-box .btn:focus,
.news-search .search-box .btn:hover {
  background: #2c4a12;
}

/*table {
    max-width: 100%;
    margin: 1rem 0;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    background-color: transparent
}

    table td, table th {
        border: 0
    }

    table th {
        padding: .75rem
    }

    table td {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        padding-left: 1.25em;
        padding-right: 1.25em;
        vertical-align: middle;
        border-top: 1px solid #dcdee0
    }

        table td + td {
            border-left: 1px solid #dcdee0
        }

    table tr:first-child td {
        border-top: 0
    }

    table tr:nth-child(even) {
        background: #ecedee
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border: 0;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, .075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, .05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, .075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }*/

.form {
  margin: 15px 0;
  padding: 15px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control-label {
  font-family: Prompt, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.form-control-label.required:after {
  content: "*";
  margin-left: 5px;
  color: #4e7b1e;
}

.required-indicator {
  position: relative;
  padding-left: 10px;
}

.required-indicator:before {
  display: block;
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}

.error-message {
  margin-top: 5px;
  font-size: 1em;
  color: red;
}

.form-control,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea,
textarea.form-control {
  width: 100%;
  height: 3.125rem;
  padding: 5px 15px;
  border: 1px solid #c1c3c5;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  font-size: 1rem;
  color: #000;
  will-change: border-color;
  -webkit-appearance: none;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}

.form-control::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder[type="email"],
input:-ms-input-placeholder[type="password"],
input:-ms-input-placeholder[type="tel"],
input:-ms-input-placeholder[type="text"],
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}

.form-control:-moz-placeholder,
input:-moz-placeholder[type="email"],
input:-moz-placeholder[type="password"],
input:-moz-placeholder[type="tel"],
input:-moz-placeholder[type="text"],
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}

.form-control:focus,
input:focus[type="email"],
input:focus[type="password"],
input:focus[type="tel"],
input:focus[type="text"],
select:focus,
textarea:focus {
  border-color: #4e7b1e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 123, 30, 0.75);
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 2px;
  border-radius: 0;
  background: 0 0;
}

textarea,
textarea.form-control {
  padding: 1rem 1em;
  min-height: 100px;
}

.sfreContentArea {
  padding: 10px 13px;
  background: 0 0;
}

.sf-FileField .sf-icon-remove {
  display: inline-block;
  cursor: pointer;
}

input[type="file"].sf-FileField-input {
  display: inline-block;
}

.sf-backend-wrp .radio input[type="text"] {
  height: 30px;
  padding: 5px;
  text-align: center;
}

.sfLoginFieldsWrp,
.sfprofileFieldsList,
.sfregisterFieldsList {
  display: block;
  margin: 1em 0;
  padding: 0;
}

.sfLoginFieldsWrp li,
.sfprofileFieldsList li,
.sfregisterFieldsList li {
  display: block;
  margin: 0;
  padding: 0;
}

.sfLoginFieldsWrp li + li,
.sfprofileFieldsList li + li,
.sfregisterFieldsList li + li {
  margin-top: 1em;
}

.Sitefinity.RadEditor td {
  background: 0 0;
}

.Sitefinity.RadEditor .reTlbVertical:empty {
  display: none;
}

.Sitefinity.RadEditor .reLeftVerticalSide {
  display: none;
}

.Sitefinity.RadEditor .reContentCell {
  border: none;
}

.Sitefinity.RadEditor .reContentCell iframe {
  border: 1px solid #c1c3c5;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  background: #fff;
}

.Sitefinity.RadEditor .reToolbarWrapper {
  position: absolute;
  top: -6px;
  right: 0;
  margin-right: 0 !important;
}

.Sitefinity.RadEditor .sfMoreTools {
  min-width: 0 !important;
}

.sfDdlSmall select,
.sfTxtBoxSmall .sfTxt {
  max-width: 120px;
}

.sfDdlMedium select,
.sfTxtBoxMedium .sfTxt {
  max-width: 300px;
}

.sfDdlLarge select,
.sfTxtBoxLarge .sfTxt {
  max-width: 400px;
}

.sfExample {
  margin: 0.5em 0 1em;
  font-size: 11px;
  line-height: 1.4em;
}

.sfError {
  margin-top: 3.75px;
  padding: 7.5px 15px;
  font-size: 1rem;
  color: #fff;
  background: red;
}

[data-sf-role="form-container"] {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.09375em;
  padding-right: 1.09375em;
  background: #ecedee;
}

[data-sf-role="form-container"] label {
  font-family: Prompt, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

[data-sf-role="form-container"] .radio {
  position: relative;
  z-index: 1;
}

[data-sf-role="form-container"] .radio input[type="radio"] {
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 1px;
  -webkit-appearance: none;
  border: 0;
}

[data-sf-role="form-container"] .radio label {
  position: relative;
  padding-left: 1.625em;
  font-family: Krub, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

[data-sf-role="form-container"] .radio label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c1c3c5;
  border-radius: 50%;
  background: #fff;
}

[data-sf-role="form-container"] .radio label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  background: #049a94;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

[data-sf-role="form-container"]
  .radio
  input[type="radio"]:checked
  + label:after {
  opacity: 1;
}

@media (min-width: 72em) {
  [data-sf-role="form-container"] {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.1875em;
    padding-right: 2.1875em;
  }
}

.sf-SubmitButton {
  width: 100%;
}

@media (min-width: 48em) {
  .sf-SubmitButton {
    width: 17.5em;
  }
}

.site-header {
  position: relative;
  z-index: 999;
  border-bottom: 3px solid #ecedee;
}

@media (min-width: 72em) {
  .site-header .logo {
    padding-left: 1.25em;
  }
}

.logo a {
  display: inline-block;
}

.header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90em;
  margin: 0 auto;
  padding: 0 0 0 1.25em;
}

@media (min-width: 72em) {
  .header-top {
    padding: 0;
  }
}

.header-top__column--logo svg {
  width: 8.125em;
  height: 1.25rem;
}

@media (min-width: 72em) {
  .header-top__column--logo svg {
    width: 14.1875em;
    height: 2rem;
  }
}

.header-top__column:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (min-width: 72em) {
  .header-top__column:nth-child(2) .main-nav {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.mobile-nav-wrapper {
  position: absolute;
  top: 106%;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 72em) {
  .mobile-nav-wrapper {
    position: relative;
    top: auto;
    left: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
  }
}

.header-bottom {
  background: #ecedee;
}

.header-bottom__container {
  max-width: 90em;
  margin: 0 auto;
}

@media (min-width: 72em) {
  .header-bottom__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.header-bottom__column--secondary-links,
.header-bottom__column:nth-child(2) {
  display: none;
  margin-left: auto;
  padding: 0;
  border-left: 2px solid #fff;
  background: #dcdee0;
}

@media (min-width: 72em) {
  .header-bottom__column--secondary-links,
  .header-bottom__column:nth-child(2) {
    display: block;
  }
}

.header-bottom__column:nth-child(2) {
  padding: 15px 0;
}

@media (min-width: 72em) {
  .site-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 3.125em 0 2.1875em;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.site-search__toggle {
  position: relative;
  display: block;
  width: 60px;
  height: 100%;
  padding: 0;
  border: 0;
  background: 0 0;
  text-align: center;
  line-height: 11px;
  cursor: pointer;
}

.site-search__toggle:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  border: 7px solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top-color: #4e7b1e;
  transform: translateX(-50%);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

.site-search__toggle .site-search__toggle-close-text {
  font-size: 0.5625rem;
}

.site-search__toggle.active {
  background: #4e7b1e;
}

.site-search__toggle.active:after {
  opacity: 1;
}

.site-search__toggle.active .site-search__toggle-icon {
  display: none;
}

.site-search__toggle.active .site-search__toggle-close-text,
.site-search__toggle.active .site-search__toggle-icon-close {
  display: block;
  margin: 5px auto 0;
}

.site-search__toggle.active .site-search__toggle-icon-close {
  fill: #fff;
}

.site-search__toggle.active .site-search__toggle-close-text {
  color: #fff;
}

@media (min-width: 72em) {
  .site-search__toggle {
    background: 0 0;
  }

  .site-search__toggle:after {
    display: none;
  }

  .site-search__toggle.active {
    background: 0 0;
  }

  .site-search__toggle.active .site-search__toggle-icon-close {
    fill: #4e7b1e;
  }

  .site-search__toggle.active .site-search__toggle-close-text {
    color: #4e7b1e;
  }
}

.site-search__toggle-icon,
.site-search__toggle-icon-close {
  width: 20px;
  height: 1.25rem;
}

.site-search__toggle-icon {
  fill: #000;
}

.site-search__toggle-icon-close {
  display: none;
  fill: #4e7b1e;
}

.site-search__toggle-close-text {
  display: none;
  font-size: 0.875rem;
  color: #4e7b1e;
}

.site-search__controls {
  position: absolute;
  display: none;
  top: 106%;
  left: 0;
  width: 100%;
  padding: 20px 10px 10px;
  background: #fff;
}

@media (min-width: 72em) {
  .site-search__controls {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-right: 2.1875em;
    padding: 0;
    background: 0 0;
  }
}

.sfPageEditor .site-search__controls {
  display: block;
}

.site-search__input {
  width: calc(100% - 106px);
  max-width: 100%;
  height: 3.125rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
}

@media (min-width: 72em) {
  .site-search__input {
    width: 24.0625em;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.site-search__submit {
  padding: 1rem 1.5em;
  border: 0;
  background: #4e7b1e;
  color: #fff;
}

.login-toggle {
  position: relative;
  display: block;
  width: 50%;
  padding: 1rem 1em;
  border: 0;
  background: #4e7b1e;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  will-change: background;
  transition: background 0.3s ease-in-out;
}

.login-toggle:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
  border: 7px solid #0000;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top-color: #4e7b1e;
  transform: translateX(-50%);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

.login-toggle:focus,
.login-toggle:hover {
  background: #395a16;
}

.login-toggle .login-toggle__text {
  position: relative;
  padding-right: 10px;
}

.login-toggle .login-toggle__text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.login-toggle.active {
  background: #4e7b1e;
}

.login-toggle.active:after {
  opacity: 1;
}

.login-toggle.active .login-toggle__text {
  display: none;
}

@media (min-width: 72em) {
  .login-toggle {
    width: 7.5625em;
    padding: 1.5rem 1em;
  }
}

.login-toggle__close-icon,
.login-toggle__close-text {
  display: none;
}

.active .login-toggle__close-icon,
.active .login-toggle__close-text {
  display: block;
}

.login-toggle__close-icon {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  fill: #fff;
}

.login-toggle__close-text {
  font-size: 0.625rem;
  text-align: center;
  color: #fff;
}

.login {
  display: none;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  background: #ecedee;
}

.login label {
  font-size: 0.8125rem;
}

@media (min-width: 72em) {
  .login {
    position: absolute;
    top: 100%;
    right: 0;
    width: 20em;
    white-space: nowrap;
  }

  .login form {
    white-space: normal;
  }
}

.login__business-title,
.login__title {
  margin-bottom: 0.625rem;
  font-family: Prompt, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.125rem;
}

.login__submit {
  width: 100%;
}

.login__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.login__actions-link {
  font-size: 0.8125rem;
  font-style: italic;
  color: #003634;
}

.login__actions-link + .login__actions-link {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dcdee0;
}

.login__business {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dcdee0;
}

.login__business-link {
  width: 100%;
  line-height: 1.15;
}

.apply-link {
  display: block;
  width: 50%;
  padding: 1rem 1em;
  background: #08343e;
  font-weight: 500;
  text-align: center;
  color: #fff;
  will-change: background;
  transition: background 0.3s ease-in-out;
}

.apply-link:focus,
.apply-link:hover {
  background: #116d82;
}

@media (min-width: 72em) {
  .apply-link {
    width: 7.5625em;
    padding: 1.5rem 1em;
  }
}

.site-footer {
  padding-top: 2.5rem;
  background: #08343e;
  text-align: center;
  color: #fff;
}

.site-footer a {
  font-weight: 700;
  color: #3af0ea;
}

@media (min-width: 60em) {
  .site-footer {
    padding-top: 3.75rem;
    text-align: left;
  }
}

@media (min-width: 60em) {
  .site-footer__top {
    padding-bottom: 1.875rem;
  }
}

.footer-layout {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout .footer-layout__column + .footer-layout__column {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 60em) {
  .footer-layout {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
    padding-bottom: 3.125rem;
  }

  .footer-layout .footer-layout__column + .footer-layout__column {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.site-footer__title {
  display: block;
  margin-bottom: 0.625rem;
  font-family: Prompt, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.site-footer__hours {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
}

.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .social-links li + li {
  margin-left: 15px;
}

@media (min-width: 60em) {
  .site-footer .social-links {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .site-footer .social-links li + li {
    margin-left: 30px;
  }
}

.social-link {
  display: inline-block;
}

.social-link svg {
  width: 24px;
  height: 24px;
  fill: #3af0ea;
}

.site-footer__bottom {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #001f26;
}

.site-footer__bottom > .card-layout > .row,
.site-footer__bottom > .container > .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 60em) {
  .site-footer__bottom > .card-layout > .row,
  .site-footer__bottom > .container > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-footer__bottom > .card-layout > .row [class*="col-"],
  .site-footer__bottom > .container > .row [class*="col-"] {
    width: auto;
  }
}

.footer-logo a {
  display: block;
}

.footer-logo svg {
  width: 171px;
  height: 26px;
  fill: #fff;
}

.copyright-text {
  font-size: 0.8125rem;
}

.site-footer__company-icons {
  margin-top: 2.5rem;
}

.site-footer__company-icons svg {
  width: 50px;
  height: 30px;
  fill: #fff;
}

@media (min-width: 60em) {
  .site-footer__company-icons {
    margin: 0 auto;
  }
}

.site-footer__routing-number {
  margin-top: 2.5rem;
}

@media (min-width: 60em) {
  .site-footer__routing-number {
    margin-left: auto;
    margin-top: 0;
  }
}

.main-action-items {
  margin: 10%;
}

.main-action-items div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-action-items a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 160px;
  width: 240px;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.main-action-items img {
  height: 60px;
  width: 60px;
}

.main-action-items .main-action-text {
  color: #000;
  font-family: Univers, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
}

@media only screen and (min-width: 48em) {
  .main-action-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 10%;
    width: 80%;
  }

  .main-action-items div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 50px 0;
  }

  .main-action-items a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 120px;
    width: 240px;
  }

  .main-action-items img {
    height: 60px;
    width: 60px;
  }

  .main-action-items .main-action-text {
    color: #000;
    font-family: Univers, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 24px;
  }

  .main-banner-event {
    box-sizing: border-box;
    border: 2px solid #049a94;
    height: 460px;
    width: 80%;
    margin-left: 10%;
  }

  .main-banner-event h2 {
    color: #000;
    font-family: Univers, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    height: 76px;
    width: 480px;
  }

  .main-banner-event p {
    color: #000;
    font-family: Univers, sans-serif;
    font-size: 1.1rem;
    line-height: 26px;
    height: 106px;
    width: 480px;
  }

  .main-banner-event button {
    color: #fff;
    font-family: Univers, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    background-color: #4e7b1e;
    border: 0;
    text-align: center;
    height: 50px;
    width: 280px;
    line-height: 21px;
  }

  .main-banner-event div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 0;
  }

  0% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
/*! Modaal - accessible modals - v0.4.3 by Humaan, for all humans. http://humaan.com */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
/*! ________________ * ___ ____/_ __ \ * __ /_ _ / / / * _ __/ / /_/ / * /_/ \____/ * Focus Overlay * * Version: 0.9.4 * Author: Maurice Mahan * License: MIT * Repo: https://github.com/MauriceMahan/FocusOverlay */
#focus-overlay {
  display: none;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 0 3px 2px #78aeda;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

#focus-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
  transition: all 0.1s ease-out;
}

#focus-overlay.focus-overlay-active {
  display: block;
}

#focus-overlay.focus-overlay-animating::after {
  opacity: 1;
}

.focus-overlay-target {
  outline: 0;
}

.sf-icon-txt {
  display: inline-block;
  position: relative;
  line-height: normal;
}

.sf-icon-txt [class^="sf-icon-txt-"] {
  position: absolute;
  height: auto;
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  line-height: normal;
}

.sf-icon-txt .sf-icon-txt-xlsx {
  background-color: #38ab63;
}

.sf-icon-txt .sf-icon-txt-doc,
.sf-icon-txt .sf-icon-txt-docx {
  background-color: #1a8cff;
}

.sf-icon-txt .sf-icon-txt-ppt,
.sf-icon-txt .sf-icon-txt-pptx {
  background-color: #ed8527;
}

.sf-icon-txt .sf-icon-txt-pdf {
  background-color: #ff4848;
}

.sf-icon-txt .sf-icon-txt-zip {
  background-color: #596c9b;
}

.sf-icon-xxs {
  height: 14px;
  width: 14px;
}

.sf-icon-xs {
  height: 16px;
  width: 16px;
}

.sf-icon-txt-sm {
  padding: 0.1em 0.2em;
  top: 31%;
  right: -10%;
}

.sf-icon-sm {
  height: 24px;
  width: 24px;
}

.sf-icon-txt-md {
  padding: 0.2em 0.4em;
  top: 47%;
  right: 0;
}

.sf-icon-lg {
  height: 40px;
  width: 40px;
}

.sf-icon-file {
  fill: #ccc;
}

.sf-icon-feed {
  fill: #eb742f;
}

.sf-icon-comment {
  fill: #63b5f0;
}

.sf-icon-linkedin {
  fill: #238cc8;
}

.sf-icon-tumblr {
  fill: #426d9b;
}

.sf-icon-myspace {
  fill: #008dde;
}

.sf-icon-facebook {
  fill: #5d82d1;
}

.sf-icon-twitter {
  fill: #38bcf5;
}

.sf-icon-blogger {
  fill: #ff9233;
}

.sf-icon-delicious {
  fill: #377bda;
}

.sf-icon-stumble-upon {
  fill: #ff5c30;
}

.sf-icon-reddit {
  fill: #9bbad9;
}

.sf-icon-mailto {
  fill: #596c9b;
}

.sf-icon-digg {
  fill: #596c9b;
}

.sf-icon-google {
  fill: #347df4;
}

.page-heading-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.875rem;
}

.page-heading-container .breadcrumb-container {
  -ms-flex-order: 2;
  order: 2;
}

.page-heading {
  position: relative;
  margin-bottom: 1.875rem;
  background-color: #0a2e36;
  background-image: url(../images/irw/mountains.png?package=Talon);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.page-heading__inner {
  background: linear-gradient(
    to right,
    #0a2e36 45%,
    rgba(10, 46, 54, 0.35) 100%
  );
}

.page-heading__content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}

@media (min-width: 72em) {
  .page-heading__content {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-heading__title {
  margin: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6875rem;
  text-transform: uppercase;
  letter-spacing: -0.0375em;
  color: #fff;
}

@media (min-width: 72em) {
  .page-heading__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-heading__media {
  height: 6.5625rem;
  margin-left: -1.25em;
  margin-right: -1.25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 72em) {
  .page-heading__media {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center top;
  }
}

@media (min-width: 72em) {
  .page-heading.has-image {
    background-image: url(../images/irw/mountains-alt.png?package=Talon);
    background-position: 0 -40%;
    background-size: 50% auto;
  }

  .page-heading.has-image .page-heading__inner {
    background: linear-gradient(
      to right,
      #0a2e36 6%,
      rgba(10, 46, 54, 0.35) 100%
    );
  }

  .page-heading.has-image .card-layout,
  .page-heading.has-image .container {
    display: -ms-flexbox;
    display: flex;
  }

  .page-heading.has-image .page-heading__content {
    width: 50%;
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
    padding-right: 1.25em;
  }
}

.card,
.event,
.news-item {
  position: relative;
  margin-bottom: 2.5rem;
  border: 1px solid #dcdee0;
}

.card__image {
  width: 100%;
}

.card__media + .card__content,
.card__media + .event__content,
.card__media + .news-item__content,
.event__media + .card__content,
.event__media + .event__content,
.event__media + .news-item__content,
.news-item__media + .card__content,
.news-item__media + .event__content,
.news-item__media + .news-item__content {
  border-top: 3px solid #049a94;
}

.card__content,
.event__content,
.news-item__content {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  background: #fff;
}

.card__title,
.event__title,
.news-item__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #000;
}

.card__title .card__link,
.card__title .event__link,
.card__title .news-item__link,
.event__title .card__link,
.event__title .event__link,
.event__title .news-item__link,
.news-item__title .card__link,
.news-item__title .event__link,
.news-item__title .news-item__link {
  color: #000;
}

.card__title .card__link:focus,
.card__title .card__link:hover,
.card__title .event__link:focus,
.card__title .event__link:hover,
.card__title .news-item__link:focus,
.card__title .news-item__link:hover,
.event__title .card__link:focus,
.event__title .card__link:hover,
.event__title .event__link:focus,
.event__title .event__link:hover,
.event__title .news-item__link:focus,
.event__title .news-item__link:hover,
.news-item__title .card__link:focus,
.news-item__title .card__link:hover,
.news-item__title .event__link:focus,
.news-item__title .event__link:hover,
.news-item__title .news-item__link:focus,
.news-item__title .news-item__link:hover {
  text-decoration: underline;
  color: #5a8e22;
}

.card__description,
.event__summary,
.news-item__summary {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.card__action,
.event__action,
.news-item__action {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdee0;
}

.card__action-link,
.event__action-link,
.news-item__action-link {
  position: relative;
  padding-right: 13px;
  font-weight: 600;
  color: #3e7206;
}

.card__action-link:after,
.event__action-link:after,
.news-item__action-link:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3e7206;
  border-right: 2px solid #3e7206;
  transform: rotate(45deg);
}

.faux-dropdown {
  position: relative;
  max-width: 100%;
}

.faux-dropdown__toggle {
  position: relative;
  width: 100%;
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid #dcdee0;
  background: #fff;
  font-size: 0.8125rem;
  text-align: left;
  cursor: pointer;
}

.faux-dropdown__toggle:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #5a8e22;
  border-right: 1px solid #5a8e22;
  transform: rotate(45deg) translateY(-50%);
}

.faux-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #dcdee0;
  border-top: 0;
  list-style-type: none;
}

.faux-dropdown__link {
  display: block;
  padding: 10px;
  background: #fff;
  font-size: 0.8125rem;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.faux-dropdown__link:focus,
.faux-dropdown__link:hover {
  background: #5a8e22;
  color: #fff;
}

.disclaimer {
  position: fixed;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.disclaimer .proceed + .cancel {
  margin-left: 1em;
}

.sfPageEditor .disclaimer {
  display: none;
}

.disclaimer__modal {
  position: relative;
  width: 90%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 2em;
  font-size: 0.9em;
  text-align: center;
}

@media (min-width: 81.188em) {
  .disclaimer__modal {
    width: 75%;
  }
}

.disclaimer__content {
  margin-bottom: 1rem;
}

.disclaimer__remove {
  position: absolute;
  background: 0 0;
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  top: 0;
  right: 0;
  padding: 0.4em;
  border: 0;
  cursor: pointer;
}

.disclaimer__remove:after {
  content: "\2573";
  color: #646464;
}

.gray-background {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #ecedee;
}

@media (min-width: 72em) {
  .gray-background {
    padding-top: 3.125rem;
    padding-top: 3.75rem;
  }
}

.card,
.event,
.news-item {
  position: relative;
}

.cm-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-menu a,
.cm-menu a:visited {
  color: #000;
  text-decoration: none;
}

.cm-menu *,
.cm-menu :after,
.cm-menu :before {
  box-sizing: border-box;
}

.cm-menu:focus {
  outline: 3px solid #00f;
}

.cm-menu ul {
  margin: 0;
  padding: 0;
  max-height: 0;
  list-style: none;
  background: #666;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cm-menu li {
  position: relative;
  border-top: 0;
}

.cm-menu li:first-child {
  border-top: 0;
}

.cm-menu li a {
  display: block;
  position: relative;
  padding: 10px;
  background: 0 0;
}

.cm-menu .expander-wrap .has-sub > span:after,
.cm-menu .has-sub:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  border: 5px solid transparent;
  border-top-color: #3d6318;
  transition: all 0.3s ease-in-out;
  transform: scale(0.98) translateY(-50%);
}

.cm-menu .opened > .expander-wrap .has-sub > span:after,
.cm-menu .opened > .has-sub:after {
  border-top-color: #3d6318;
  transform: scale(0.98) translateY(-75%) rotate(-180deg);
}

.cm-menu > .opened > a,
.cm-menu > li > a:focus,
.cm-menu > li > a:hover,
.cm-menu > li > div > a:focus,
.cm-menu > li > div > a:hover {
  color: #333;
  background: 0 0;
}

.cm-menu .expander-wrap .has-sub:focus > span,
.cm-menu .expander-wrap .has-sub:hover > span {
  color: #333;
  background: #d4d4d4;
}

.cm-menu ul .opened > a,
.cm-menu ul a:hover,
.cm-menu ul li a:focus {
  background: #dcdee0;
}

.cm-menu ul .opened > a,
.cm-menu ul a,
.cm-menu ul li a {
  background: #dcdee0;
  border-bottom: 1px solid #9fa5a8;
}

@media (min-width: 48em) {
  .cm-menu ul .opened > a,
  .cm-menu ul a,
  .cm-menu ul li a {
    border: 0;
  }
}

.cm-menu ul .opened > .expander-wrap .has-sub > span:after,
.cm-menu ul .opened > .has-sub:after {
  border-top-color: #3d6318;
}

.cm-menu .opened > ul {
  max-height: 80em;
  opacity: 1;
}

.toggle-menu + .cm-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cm-js-active .cm-menu {
  max-height: 80em;
  opacity: 1;
}

.cm-menu .expander-wrap {
  display: table;
  width: 100%;
}

.cm-menu .expander-wrap a {
  display: table-cell;
}

.cm-menu .expander-wrap .has-sub {
  position: relative;
  width: 30px;
}

.cm-menu .expander-wrap .has-sub:after {
  display: none;
}

.cm-menu .expander-wrap .has-sub > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #aaa;
}

.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  border: 5px solid transparent;
  border-top-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: scale(0.98) translate(50%, -50%);
}

.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #999;
  transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
}

@media (min-width: 72em) {
  .toggle-menu + .cm-menu {
    max-height: 80em;
    opacity: 1;
    overflow: visible;
  }

  .cm-menu ul {
    top: 100%;
    overflow: hidden;
  }

  .cm-menu .opened > ul {
    max-height: 80em;
    opacity: 1;
  }

  .cm-menu .animated > ul {
    overflow: visible;
    z-index: 10;
  }

  .cm-menu .animating > ul {
    z-index: -1;
  }
}

@media (min-width: 72em) {
  .nav-bar li {
    border-top: 0;
  }

  .nav-bar > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .nav-bar > ul > li {
    display: table-cell;
    vertical-align: middle;
  }

  .nav-bar > ul > li > a {
    display: table;
    width: 100%;
    padding: 0;
  }

  .nav-bar > ul > li > a > span {
    display: table-cell;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
  }

  .nav-bar > ul > li > ul {
    position: absolute;
  }

  .nav-bar .has-sub span:after {
    position: static;
    margin-top: 10px;
  }

  .nav-bar ul ul .has-sub:after {
    right: 5px;
  }

  .nav-bar ul li li {
    margin: 5px;
  }

  .nav-bar ul li li li {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-bar ul ul a {
    padding: 3px 15px;
    background: #999;
  }

  .nav-bar ul .nav-bar ul ul a:focus,
  .nav-bar ul ul .opened > a,
  .nav-bar ul ul a:hover {
    color: #000;
    background: #ddd;
  }
}

@media (min-width: 72em) {
  [data-type="dropdown"] ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    min-width: 180px;
    background: #999;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out,
      left 0.3s ease-in-out, right 0.3s ease-in-out;
  }

  [data-type="dropdown"] ul ul {
    top: -5px;
  }

  [data-type="dropdown"] .opened > ul {
    left: 100%;
    max-height: 80em;
    opacity: 1;
  }

  li[data-type="dropdown"]:nth-last-child(-n + 2) ul {
    left: auto;
    right: 0;
  }

  li[data-type="dropdown"]:nth-last-child(-n + 2) .opened > ul {
    left: auto;
    right: 100%;
  }

  .nav-bar ul li[data-type="dropdown"] li li {
    margin-left: 5px;
    margin-right: 5px;
  }

  [data-type="dropdown"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
  }

  [data-type="dropdown"] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }
}

.toggle-menu {
  display: block;
  position: relative;
  width: 50px;
  height: 46px;
  background: #999;
}

.toggle-menu:after,
.toggle-menu:before,
.toggle-menu > span:before {
  content: " ";
  position: absolute;
  left: 15%;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

.toggle-menu:before {
  top: 11px;
}

.toggle-menu:after {
  top: 21px;
}

.toggle-menu > span:before {
  top: 31px;
}

@media (min-width: 72em) {
  .toggle-menu {
    display: none;
  }
}

@media (min-width: 72em) {
  .cm-menu [data-type="mega"] {
    position: static;
  }

  [data-type="mega"] > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #999;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  [data-type="mega"] > ul ul {
    position: static;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: 0 0;
    opacity: 1;
  }

  [data-type="mega"] > ul .opened ul {
    margin-left: 0;
  }

  [data-type="mega"] > ul > li {
    float: left;
    width: 25%;
  }

  [data-type="mega"] > ul > li:nth-child(4n + 1) {
    clear: left;
  }

  [data-type="mega"] > ul > .link-landing {
    margin: 0;
    width: 100%;
  }

  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n + 1) {
    clear: none;
  }

  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n + 2) {
    clear: left;
  }

  [data-type="mega"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
  }

  [data-type="mega"] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }

  [data-type="mega"] ul .has-sub:after {
    display: none;
  }

  [data-type="mega"].opened > ul {
    padding: 20px;
  }

  [data-type="mega"] ul a + .has-sub {
    display: none;
  }
}

@media (max-width: 71.1875em) {
  .main-nav {
    display: none !important;
  }
}

@media (min-width: 72em) {
  .main-nav {
    display: block;
  }
}

.main-nav__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
}

.main-nav__item {
  margin-left: 1em;
  margin-right: 1em;
}

.main-nav__item-link {
  font-weight: 600;
  line-height: 1.3125rem;
  color: #000;
  will-change: color;
  transition: color 0.3s ease-in-out;
}

.main-nav__item-link.active {
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #4e7b1e;
  color: #4e7b1e;
}

.main-nav__item-link:focus,
.main-nav__item-link:hover {
  color: #4e7b1e;
}

.main-nav.secondary-links {
  padding: 0 1.5em 0 2.1875em;
}

.main-nav.secondary-links .main-nav__item-link {
  font-size: 0.875rem;
  font-weight: 400;
}

.mobile-nav-toggle {
  display: block;
  position: relative;
  width: 64px;
  height: 58px;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  will-change: background;
  transition: background 0.3s ease-in-out;
}

.mobile-nav-toggle .mobile-nav-toggle__menu-line,
.mobile-nav-toggle:after,
.mobile-nav-toggle:before {
  content: " ";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transform: translateX(-50%);
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

.mobile-nav-toggle:before {
  top: 23px;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

.mobile-nav-toggle:after {
  top: 28px;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

.mobile-nav-toggle .mobile-nav-toggle__menu-line {
  top: 33px;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

.mobile-nav-toggle .mobile-nav-toggle__close-text {
  position: relative;
  display: none;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  color: #fff;
}

.mobile-nav-toggle .mobile-nav-toggle__close-text:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 130%;
  left: 50%;
  border: 7px solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top-color: #4e7b1e;
  transform: translateX(-50%);
}

.mobile-nav-toggle .mobile-nav-toggle__close-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto 5px;
  fill: #fff;
}

.mobile-nav-toggle.active {
  background: #4e7b1e;
}

.mobile-nav-toggle.active .mobile-nav-toggle__menu-line,
.mobile-nav-toggle.active:after,
.mobile-nav-toggle.active:before {
  opacity: 0;
}

.mobile-nav-toggle.active .mobile-nav-toggle__close-text {
  display: block;
}

@media (min-width: 72em) {
  .mobile-nav-toggle {
    display: none;
  }
}

.mobile-nav-wrapper {
  display: none;
  padding-top: 1.5625rem;
  background: #fff;
}

.mobile-nav-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 72em) {
  .mobile-nav-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0;
  }

  .mobile-nav-wrapper .main-nav.secondary-links {
    display: none;
  }
}

@media (max-width: 71em) {
  .mobile-nav-wrapper .main-nav.secondary-links {
    display: block !important;
    width: 100%;
    padding: 20px;
    background: #dcdee0;
  }

  .mobile-nav-wrapper .main-nav__menu {
    display: block;
    padding-left: 0;
    margin: 0;
  }

  .mobile-nav-wrapper .main-nav__item {
    margin: 0;
  }

  .mobile-nav-wrapper .main-nav__item + .main-nav__item {
    margin-top: 1rem;
  }
}

.mobile-nav {
  width: 100%;
}

@media (min-width: 72em) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav .cm-menu {
  background: 0 0;
}

.mobile-nav .cm-menu ul {
  background: #ecedee;
}

.mobile-nav .cm-menu ul li a {
  padding-left: 20px;
  background: 0 0;
  font-size: 0.9375rem;
}

.mobile-nav .cm-menu ul {
  border-bottom: 1px solid #d1d2d4;
}

.mobile-nav .cm-menu ul li:last-child a {
  border-bottom: 0;
}

.mobile-nav .cm-menu ul li ul {
  padding-left: 30px;
  border-bottom: 0;
}

.mobile-nav .cm-menu ul li ul li + li {
  margin-top: 10px;
}

.mobile-nav .cm-menu ul li ul li a,
.mobile-nav .cm-menu > li > ul > li > ul > li ul .link-landing a {
  padding: 0;
  border-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.mobile-nav .cm-menu > li > ul > li > ul > li ul .link-landing {
  margin-top: 0;
  margin-left: -20px;
}

.mobile-nav .cm-menu ul li ul li ul li a {
  font-family: Krub, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.mobile-nav .cm-menu ul li ul li ul {
  padding-left: 20px;
}

.mobile-nav .cm-menu ul li ul li ul li {
  margin-top: 10px;
}

.mobile-nav .cm-menu ul li ul li ul li + li {
  margin-top: 5px;
}

.mobile-nav .cm-menu .has-sub:after {
  top: 35%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #4e7b1e;
  border-right: 2px solid #4e7b1e;
  transform: rotate(45deg) translateY(-50%);
}

.mobile-nav .cm-menu .opened > .has-sub:after {
  right: 13px;
  transform: rotate(-135deg) translateY(-50%);
}

.mobile-nav .cm-menu > li > a {
  padding-left: 20px;
  border-bottom: 1px solid #d1d2d4;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #000;
}

.mobile-nav .cm-menu > li > ul > li.opened > ul {
  padding-bottom: 10px;
}

.mobile-nav .cm-menu > li > ul > .link-landing,
.mobile-nav .cm-menu > li > ul > li > ul > .link-landing,
.mobile-nav .cm-menu > li > ul > li > ul > li > a.has-sub {
  display: none;
}

.mobile-nav .cm-menu > li > ul > li > ul > .link-landing + li {
  margin-top: 0;
}

.mobile-nav .cm-menu > li > ul > li > ul > li ul {
  max-height: 1000em;
  opacity: 1;
}

.footer-nav__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 60em) {
  .footer-nav__menu {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-nav__item {
  margin: 10px 0;
  text-align: center;
}

@media (min-width: 60em) {
  .footer-nav__item {
    margin: 0 0.9em;
  }

  .footer-nav__item:first-child {
    margin-left: 0;
  }

  .footer-nav__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 72em) {
  .footer-nav__item {
    margin: 0 1.5em;
    text-align: left;
  }
}

.footer-nav__item-link {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.1875rem;
}

.site-footer .footer-nav__item-link {
  color: #fff;
}

.section-nav {
  display: none;
}

@media (min-width: 72em) {
  .section-nav {
    display: block;
  }
}

.section-nav .cm-menu {
  width: auto;
}

.section-nav .cm-menu a {
  color: #000;
}

.section-nav .cm-menu ul ul a {
  background: 0 0;
}

.section-nav .cm-menu .has-sub:after {
  right: 12%;
  width: 5px;
  height: 5px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #4e7b1e;
  border-right: 1px solid #4e7b1e;
  transform: rotate(45deg) translateY(-50%);
}

.section-nav .cm-menu .opened > .has-sub:after {
  top: 47%;
  right: 15px;
  transform: rotate(-135deg) translateY(-50%);
}

.section-nav.nav-bar > ul > li > a > span {
  height: 50px;
  padding: 14px 28px 14px 25px;
}

.section-nav.nav-bar > ul > li > a.has-sub:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
  border: 7px solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top-color: #4e7b1e;
  transform: translateX(-50%);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

.section-nav.nav-bar > ul > li.opened > a {
  background: #4e7b1e;
  color: #fff;
}

.section-nav.nav-bar > ul > li.opened > a.has-sub:after {
  border-color: #fff;
}

.section-nav.nav-bar > ul > li.opened > a.has-sub:before {
  opacity: 1;
}

.section-nav.nav-bar > ul > li > ul > .link-landing,
.section-nav.nav-bar > ul > li > ul > li > a.has-sub {
  display: none;
}

.section-nav.nav-bar ul ul a,
.section-nav.nav-bar > ul > li > ul > li > ul > .link-landing > a {
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  background: 0 0;
}

.js-keyboard-user .section-nav.nav-bar ul ul a:focus,
.js-keyboard-user
  .section-nav.nav-bar
  > ul
  > li
  > ul
  > li
  > ul
  > .link-landing
  > a:focus,
.section-nav.nav-bar ul ul a:hover,
.section-nav.nav-bar > ul > li > ul > li > ul > .link-landing > a:hover {
  text-decoration: underline;
  color: #4e7b1e;
}

.section-nav.nav-bar > ul > li > ul > li > ul > .link-landing {
  margin-left: -10px;
}

.section-nav.nav-bar ul li li {
  margin: 0;
}

.section-nav.nav-bar ul ul ul {
  padding-left: 10px;
}

.section-nav.nav-bar ul ul ul a {
  font-family: Krub, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.section-nav .cm-menu [data-type="mega"] > ul {
  width: auto;
  background: #ecedee;
  white-space: nowrap;
  columns: 2;
}

.section-nav .cm-menu [data-type="mega"] > ul > li {
  float: none;
  width: auto;
  margin: 0;
  break-inside: avoid;
}

.section-nav .cm-menu [data-type="mega"] > ul > li:nth-child(4) {
  break-after: column;
}

.section-nav .cm-menu [data-type="mega"].opened > ul {
  padding: 20px 60px 20px 50px;
}

.rail-nav__menu {
  padding: 0;
  list-style-type: none;
}

.rail-nav__link {
  display: block;
  padding: 0.8rem 1em;
  border-left: 5px solid transparent;
  border-bottom: 1px solid #dcdee0;
  background: #ecedee;
  font-family: Prompt, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.rail-nav__link.active,
.rail-nav__link:focus,
.rail-nav__link:hover {
  border-left-color: #4e7b1e;
  background: #f6f6f6;
  color: #4e7b1e;
}

.rail-nav__item:last-child .rail-nav__link {
  border-bottom: 0;
}

.sitemap-section-heading,
.sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  color: #fff;
  text-decoration: none;
  background: #4e7b1e;
}

.sitemap-section-heading:focus,
.sitemap-section-heading:hover,
.sitemap > ul > li > a:focus,
.sitemap > ul > li > a:hover {
  text-decoration: none;
  background: #345214;
}

.sitemap {
  padding: 20px 0;
}

.sitemap li,
.sitemap ul {
  display: block;
  margin: 0;
  padding: 0;
}

.sitemap a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-weight: 700;
  line-height: 1.2em;
}

.sitemap > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
  width: 300px;
}

.sitemap > ul > li ul {
  margin-left: 20px;
}

.sitemap > ul > li ul ul {
  margin-left: 10px;
}

.sitemap > ul > li ul ul a {
  font-size: 0.9em;
}

.sitemap > ul > li ul ul ul a {
  font-weight: 400;
  color: #000;
}

.sitemap > ul > li > ul > li {
  position: relative;
}

.sitemap > ul > li > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  height: 100%;
  width: 1px;
  background: #a7bd8f;
}

.sitemap > ul > li > ul > li:first-child:before {
  top: 1em;
  height: 100%;
}

.sitemap > ul > li > ul > li:last-child:before {
  height: 8px;
}

.sitemap > ul > li > ul > li:first-child:last-child:before {
  height: 0;
}

.sitemap > ul > li > ul > li > a:after {
  content: "";
  position: absolute;
  top: 1em;
  left: -14px;
  z-index: 3;
  margin-top: -6px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #a7bd8f;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 1.875em;
  font-size: 0.8125rem;
}

.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #4e7b1e;
  border-right: 1px solid #4e7b1e;
  transform: rotate(45deg) translateY(-50%);
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a {
  color: #003634;
}

.talon-tabs {
  margin-bottom: 20px;
}

.talon-tabs .talon-tab-nav ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.talon-tabs .talon-tab-nav ul li a {
  display: block;
  padding: 10px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
}

.talon-tabs .talon-tab-nav ul li a.active {
  background: #eee;
  border-bottom: 4px solid #4e7b1e;
}

.talon-tabs .talon-tab-content {
  padding: 20px;
  background: #eee;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
}

.pagination a {
  display: block;
  padding: 5px 15px;
  background: #eee;
}

.pagination a:focus,
.pagination a:hover {
  background: #ddd;
}

.pagination .active a {
  background: 0 0;
}

.pagination .active a:focus,
.pagination .active a:hover {
  text-decoration: none;
  cursor: default;
}

.social-share {
  padding: 0;
  text-align: right;
}

.social-share li {
  display: inline-block;
}

.social-share li a {
  display: block;
}

.social-share li a svg {
  width: 30px;
  height: 30px;
}

.social-share li.share-facebook svg {
  fill: #3b5998;
}

.social-share li.share-twitter svg {
  fill: #00aced;
}

.social-share li.share-linkedin svg {
  fill: #007bb6;
}

.social-share li.share-reddit svg {
  fill: #ff4500;
}

.social-share li.share-tumblr svg {
  fill: #32506d;
}

.social-share li.share-googleplus svg {
  fill: #dd4b39;
}

.social-share li.share-stumbleupon svg {
  fill: #eb4823;
}

.social-share li.share-bloggr svg {
  fill: #fb8f3d;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.sf-Comments {
  margin-top: 1.5rem;
}

.sf-Comments [class^="sf-icon"] {
  display: inline-block;
}

.sf-Comments .sf-loading {
  margin-bottom: 1rem;
}

.sf-Comment-count {
  margin-bottom: 1rem;
}

.sf-Comment-count [class^="sf-icon"] {
  display: inline-block;
  vertical-align: middle;
}

.sf-Comment-count--block .sf-Comment-count {
  margin-left: 0;
  margin-top: 0.25rem;
  display: block;
}

[data-sf-role="captcha-container"],
[data-sf-role="comments-load-more-button"],
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-new-logged-out-view"],
[data-sf-role="comments-new-message-error"],
[data-sf-role="comments-new-name-error"],
[data-sf-role="comments-new-pending-approval-message"],
[data-sf-role="comments-new-requires-authentication"],
[data-sf-role="comments-sort-new-button"],
[data-sf-role="comments-sort-old-button"],
[data-sf-role="error-message"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="list-rating-wrapper"],
[data-sf-role="review-new-form-replacement"],
[data-sf-role="single-comment-template"] {
  display: none;
}

.sf-Comments-header {
  margin-bottom: 1.5rem;
}

.sf-Comments-header h3 {
  margin-right: 1.5rem;
  display: inline-block;
  margin-top: 0;
}

.sf-Comments-header a {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}

.sf-Comments-header .selected {
  color: #333;
}

.sf-Comments-list {
  margin-bottom: 1.5rem;
}

.sf-Comments-list .sf-Comments-list-author {
  padding-right: 0.25rem;
  border-right: 1px solid #777;
}

.sf-Comments-form textarea {
  min-height: 90px;
}

.sf-Comments-more {
  margin-bottom: 1.5rem;
}

.sf-Comment-subscribe {
  margin-top: 1rem;
  margin-left: 3rem;
}

.sf-Comments-filter {
  float: right;
}

.sf-Review-already {
  margin-top: 1.5rem;
}

.sf-Review-count {
  margin-left: 0.5rem;
  display: inline-block;
}

.sf-Review-count--block .sf-Review-count {
  margin-left: 0;
  margin-top: 0.25rem;
  display: block;
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  margin-left: 0;
  margin-bottom: 0.5rem;
  display: block;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sf-autocomplete {
  position: absolute;
  z-index: 1001;
  max-width: 21em;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.sf-autocomplete .ui-menu-item:first-child {
  border-top: 0;
}

.sf-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sf-autocomplete .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.sf-autocomplete .ui-menu-item-wrapper.ui-state-active,
.sf-autocomplete .ui-menu-item-wrapper:focus,
.sf-autocomplete .ui-menu-item-wrapper:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #4e7b1e;
}

.news-search-wrapper {
  margin-bottom: 1.5625rem;
}

@media (min-width: 30em) {
  .news-search-wrapper {
    margin-bottom: 3.125rem;
    padding: 0 2.9em;
  }
}

.news-search {
  padding: 1rem 1.25em;
  background: #ecedee;
}

@media (min-width: 80em) {
  .news-search {
    padding-bottom: 1.875rem;
  }
}

.news-search__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.news-search__layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 80em) {
  .news-search__layout {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.news-search__column--separator {
  padding: 10px 0;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

@media (min-width: 80em) {
  .news-search__column--separator {
    padding: 0 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.news-search .search-box .form-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.news-search .search-box .form-control,
.news-search .search-box input[type="email"],
.news-search .search-box input[type="password"],
.news-search .search-box input[type="tel"],
.news-search .search-box input[type="text"],
.news-search .search-box select,
.news-search .search-box textarea {
  width: calc(100% - 72px);
  max-width: 100%;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 80em) {
  .news-search .search-box .form-control,
  .news-search .search-box input[type="email"],
  .news-search .search-box input[type="password"],
  .news-search .search-box input[type="tel"],
  .news-search .search-box input[type="text"],
  .news-search .search-box select,
  .news-search .search-box textarea {
    width: 300px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 80em) {
  .news-search .faux-dropdown {
    width: 15.875em;
  }
}

.news-search__clear {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.0625rem;
  color: #4f4f4f;
}

@media (min-width: 80em) {
  .news-search__clear {
    margin-top: 0;
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.news-item__image {
  width: 100%;
}

.news-item__media + .news-item__content {
  border-top: 3px solid #049a94;
}

.news-item__date {
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: Prompt, sans-serif;
  line-height: 1.1875rem;
}

@media (min-width: 30em) {
  .news-listing {
    padding: 0 2.9em;
  }
}

.news-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news-list .news-item {
  margin-bottom: 1.5625rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border: 0;
}

.news-list .news-item .news-item__inner {
  border: 1px solid #dcdee0;
}

@media (min-width: 30em) {
  .news-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.875em;
    margin-right: -1.875em;
  }

  .news-list .news-item {
    width: 50%;
    margin-bottom: 3.125rem;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (min-width: 72em) {
  .news-list .news-item {
    width: 33.3333%;
  }
}

.news-detail {
  margin-bottom: 2.5rem;
}

@media (min-width: 72em) {
  .news-detail {
    margin-bottom: 3.4375rem;
  }
}

.news-detail__date {
  display: block;
  margin-bottom: 1rem;
  font-family: Prompt, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.news-detail__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

@media (min-width: 72em) {
  .news-detail__title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.news-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  margin-top: 0;
  transform: translateY(-50%);
}

.news-carousel .slick-arrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  opacity: 1;
  border-color: #bec0c2;
  will-change: border-color;
  transition: border-color 0.3s ease-in-out;
}

.news-carousel .slick-arrow.slick-prev {
  left: -20px;
}

.news-carousel .slick-arrow.slick-prev:before {
  top: 6px;
  left: 9px;
  border-top: 5px solid #bec0c2;
  border-left: 5px solid #bec0c2;
  transform: rotate(-45deg);
}

.news-carousel .slick-arrow.slick-next {
  right: -20px;
}

.news-carousel .slick-arrow.slick-next:before {
  top: 6px;
  right: 9px;
  border-top: 5px solid #bec0c2;
  border-right: 5px solid #bec0c2;
  transform: rotate(45deg);
}

.news-carousel .slick-arrow:focus:before,
.news-carousel .slick-arrow:hover:before {
  border-color: #5a8e22;
}

.gray-background .news-carousel .news-list {
  margin: 0;
}

.gray-background .news-carousel .news-list .news-item {
  margin-bottom: 0;
}

.event__image {
  width: 100%;
}

.event__media + .event__content {
  border-top: 3px solid #049a94;
}

.event__date {
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: Prompt, sans-serif;
  line-height: 1.1875rem;
}

@media (min-width: 30em) {
  .events-listing {
    padding: 0 2.9em;
  }
}

.event-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.event-list .event {
  margin-bottom: 1.5625rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border: 0;
}

.event-list .event .event__inner {
  border: 1px solid #dcdee0;
}

@media (min-width: 30em) {
  .event-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.875em;
    margin-right: -1.875em;
  }

  .event-list .event {
    width: 50%;
    margin-bottom: 3.125rem;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (min-width: 72em) {
  .event-list .event {
    width: 33.3333%;
  }
}

.events-details {
  margin-bottom: 2.5rem;
}

@media (min-width: 72em) {
  .events-details {
    margin-bottom: 3.4375rem;
  }
}

.events-details__media {
  margin-bottom: 1rem;
}

.events-details__date {
  display: block;
  margin-bottom: 1rem;
  font-family: Prompt, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.events-details__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

@media (min-width: 72em) {
  .events-details__title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.events-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  margin-top: 0;
  transform: translateY(-50%);
}

.events-carousel .slick-arrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  opacity: 1;
  border-color: #bec0c2;
  will-change: border-color;
  transition: border-color 0.3s ease-in-out;
}

.events-carousel .slick-arrow.slick-prev {
  left: -20px;
}

.events-carousel .slick-arrow.slick-prev:before {
  top: 6px;
  left: 9px;
  border-top: 5px solid #bec0c2;
  border-left: 5px solid #bec0c2;
  transform: rotate(-45deg);
}

.events-carousel .slick-arrow.slick-next {
  right: -20px;
}

.events-carousel .slick-arrow.slick-next:before {
  top: 6px;
  right: 9px;
  border-top: 5px solid #bec0c2;
  border-right: 5px solid #bec0c2;
  transform: rotate(45deg);
}

.events-carousel .slick-arrow:focus:before,
.events-carousel .slick-arrow:hover:before {
  border-color: #5a8e22;
}

.events-carousel {
  padding: 0 30px;
}

.gray-background .event-carousel .event-list {
  margin: 0;
}

.gray-background .event-carousel .event-list .event {
  margin-bottom: 0;
}

.image-gallery {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.image-gallery__thumbnail {
  padding: 10px;
}

.image-gallery--overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.image-gallery--strip .image-gallery__thumbnail a {
  display: block;
  height: 100px;
  background-size: cover;
  background-position: center;
}

.list-tool {
  margin-bottom: 20px;
}

.list-tool.accordion-list ul,
.list-tool.expand-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-tool.accordion-list ul li,
.list-tool.expand-list ul li {
  padding: 15px 5px;
}

.list-tool.accordion-list ul li > a,
.list-tool.expand-list ul li > a {
  display: block;
  position: relative;
}

.list-tool.accordion-list ul li > a:after,
.list-tool.accordion-list ul li > a:before,
.list-tool.expand-list ul li > a:after,
.list-tool.expand-list ul li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  background: #000;
  transform: translateY(-50%);
}

.list-tool.accordion-list ul li > a:before,
.list-tool.expand-list ul li > a:before {
  right: 1em;
  width: 1px;
  height: 15px;
  transition: transform 0.3s ease-in-out;
}

.list-tool.accordion-list ul li > a:after,
.list-tool.expand-list ul li > a:after {
  right: 0.6em;
  width: 15px;
  height: 1px;
}

.list-tool.accordion-list ul li > a.active,
.list-tool.expand-list ul li > a.active {
  border-bottom-color: transparent;
}

.list-tool.accordion-list ul li > a.active:before,
.list-tool.expand-list ul li > a.active:before {
  transform: translateY(-50%) rotate(90deg);
}

.sf-profile .sf-profile-avatar {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.sf-profile .sf-profile-avatar .glyphicon-remove-sign {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  color: #999;
  background: #fff;
  border-radius: 50%;
}

.sf-profile textarea {
  min-height: 100px;
}

.sf-profile .media-object img {
  max-width: none;
}

.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}

.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}

.sf-media .sf-video-thmb a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  overflow: hidden;
}

.sf-media .sf-video-thmb a .sf-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}

.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333;
}

.sf-media .sf-video-thmb a .sf-icon-play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 12px;
  top: 9px;
}

.sf-media .sf-media-body h3 {
  margin-top: 0;
}

@font-face {
  font-family: sf-icon-font;
  src: url(../fonts/irw/sf-icon-font.eot?31b9ae05d6feaf588a80ace92ddbffe1);
  src: url(../fonts/irw/sf-icon-font.eot?#iefix) format("embedded-opentype"),
    url(../fonts/irw/sf-icon-font.woff?31b9ae05d6feaf588a80ace92ddbffe1)
      format("woff"),
    url(../fonts/irw/sf-icon-font.ttf?31b9ae05d6feaf588a80ace92ddbffe1)
      format("truetype"),
    url(../fonts/irw/sf-icon-font.svg?31b9ae05d6feaf588a80ace92ddbffe1#sf-icon-font)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"]:after,
[class*=" icon-"]:before,
[class="icon- -single"],
[class^="icon-"]:after,
[class^="icon-"]:before {
  font-family: sf-icon-font;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file:before {
  content: "\f001";
}

.icon-txt {
  position: relative;
  display: inline-block;
  line-height: normal;
}

.icon-txt.icon-file {
  color: #555;
}

.icon-txt [class^="icon-txt-"] {
  position: absolute;
  top: 47%;
  left: 0;
  padding: 0.2em 0.4em;
  font-size: 0.25em;
  line-height: normal;
  height: auto;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #333;
  color: #fff;
}

.icon-txt .icon-txt-xlsx {
  background-color: #38ab63;
}

.icon-txt .icon-txt-doc,
.icon-txt .icon-txt-docx {
  background-color: #1a8cff;
}

.icon-txt .icon-txt-ppt,
.icon-txt .icon-txt-pptx {
  background-color: #ed8527;
}

.icon-txt .icon-txt-pdf,
.icon-txt .icon-txt-swf {
  background-color: #ff4848;
}

.icon-txt .icon-txt-zip {
  background-color: #596c9b;
}

.documents.listing .aside {
  margin: 0 0 10px;
  text-align: left;
}

.documents svg {
  max-width: 100%;
  max-height: 50%;
}

.documents .aside {
  width: 60px;
  text-align: center;
}

.slideshow-wrapper {
  position: relative;
}

.slideshow-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #343434;
  padding: 1.56em 1.25em;
  width: 100%;
}

@media (min-width: 48em) {
  .slideshow-container {
    background: rgba(0, 0, 0, 0.7);
    width: 75%;
    padding: 6% 85px 3% 85px;
  }
}

@media (min-width: 72em) {
  .slideshow-container {
    width: 40%;
  }
}

.slideshow__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 48em) {
  .slideshow__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-order: 1;
    order: 1;
  }
}

.slideshow__controls .slick-dots {
  position: static;
  text-align: initial;
  width: initial;
}

.slideshow__controls .slick-dots li {
  margin: 0 0.625em;
}

.slideshow__controls .slick-dots li:first-child {
  margin-left: 0;
}

.slideshow__controls .slick-dots li:last-child {
  margin-right: 0;
}

@media (min-width: 48em) {
  .slideshow__controls .slick-dots li {
    margin: 0 1em;
  }
}

.slideshow__controls .slick-dots li button:before {
  font-size: 3.2rem;
  color: #fff;
  opacity: 1;
}

.slideshow__controls .slick-dots li.slick-active button:before {
  color: #3af0ea;
}

@media (min-width: 48em) {
  .slideshow__controls .slick-dots {
    text-align: left;
    padding-left: 0;
    margin: 0;
    line-height: 0;
  }
}

.slideshow__play-pause {
  position: relative;
  margin: 0 0 0 0.625em;
  height: 1rem;
  width: 11px;
  padding: 0;
  border: 0;
  background: 0 0;
  -ms-flex-order: 1;
  order: 1;
  cursor: pointer;
}

.slideshow__play-pause:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow__play-pause.slideshow__play-pause--playing:before {
  border-width: 0 10px 0 0;
  border-style: double;
  border-color: #fff;
}

.slideshow__play-pause.slideshow__play-pause--paused:before {
  border: 8px solid transparent;
  border-left-color: #fff;
}

@media (min-width: 72em) {
  .slideshow__play-pause {
    margin: 0 0 0 1.5em;
  }
}

.news-search .search-box .slideshow-container .btn,
.slideshow-container .button,
.slideshow-container .news-search .search-box .btn {
  width: 100%;
  margin: 1.62em 0 0 0;
  padding: 1em 1.25em;
  background-color: #4e7b1e;
  text-transform: capitalize;
  text-align: center;
}

@media (min-width: 48em) {
  .slideshow-container {
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .news-search .search-box .slideshow-container .btn,
  .slideshow-container .button,
  .slideshow-container .news-search .search-box .btn {
    width: auto;
    margin: 1.62em 0 1.62em 0;
  }
}

@media (min-width: 48em) {
  .slideshow {
    margin: 0;
    position: relative;
    z-index: 1;
  }
}

.slide__title {
  margin-bottom: 0.5em;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.62rem;
  font-weight: 600;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 48em) {
  .slide__title {
    font-size: 3.1rem;
    margin-bottom: 0.3em;
    line-height: 3rem;
    text-align: left;
    z-index: 1;
  }
}

.slide__subtext {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #fff;
}

@media (min-width: 48em) {
  .slide__subtext {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

.slideshow__image {
  height: 20rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .slideshow__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

.card-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 48em) {
  .card-layout {
    margin: 0 auto;
    padding-top: 4.0625rem;
    padding-bottom: 3.3125rem;
  }
}

.card-layout-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1.5625rem;
}

@media (min-width: 48em) {
  .card-layout-column {
    padding-bottom: 0;
  }
}

.card-layout-column-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1.5625rem;
}

@media (min-width: 48em) {
  .card-layout-column-left {
    padding-bottom: 0;
  }
}

.card-layout-column-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

@media (min-width: 48em) {
  .card-layout-column-right {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.5625rem;
  }
}

@media (min-width: 71.188em) {
  .card-layout-column-right {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
  }
}

.card-layout > div {
  width: 50%;
}

@media (min-width: 72em) {
  .card-layout > div {
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.icon-card {
  padding-bottom: 1.25rem;
  text-align: center;
}

.icon-card__title {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: Prompt, sans-serif;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.icon-card__title a {
  color: #000;
}

.icon-card__title a:focus,
.icon-card__title a:hover {
  text-decoration: underline;
  color: #4e7b1e;
}

@media (min-width: 48em) {
  .icon-card__title {
    white-space: nowrap;
  }
}

.card-banner {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.5625rem;
}

@media (min-width: 48em) {
  .card-banner {
    margin-top: 3.125rem;
  }
}

.card-banner__media {
  width: 100%;
  height: 18.75rem;
  background-size: cover;
  background-position: center top;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 48em) {
  .card-banner__media {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    -ms-flex-order: 0;
    order: 0;
  }
}

.card-banner__content {
  margin-bottom: 0.3125rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #e9fefe;
}

@media (min-width: 48em) {
  .card-banner__content {
    margin-bottom: 0;
    padding: 6rem 0;
    background: 0 0;
  }
}

.card-banner__title {
  margin-bottom: 0.9375rem;
  font-family: Prompt, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
  text-transform: uppercase;
  color: #000;
}

.card-banner__description {
  width: 100%;
  margin-bottom: 2rem;
  font-family: Krub, sans-serif;
  font-size: 1.125rem;
  color: #000;
}

@media (min-width: 48em) {
  .card-banner__description {
    width: 25em;
  }
}

.card-banner__button {
  display: inline-block;
  padding: 1rem 2.5em;
  background: #4e7b1e;
  font-family: Krub, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125rem;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}

.featured-card {
  position: relative;
  max-width: 90em;
  margin: 1rem auto;
  margin-bottom: 2.5rem;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

@media (min-width: 72em) {
  .featured-card {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

@media (min-width: 72em) {
  .featured-card__inner {
    border: 2px solid #049a94;
  }
}

.featured-card__media-wrapper {
  margin-right: -0.625em;
  margin-left: 1.25em;
  margin-bottom: 1.5625rem;
  border: 2px solid #049a94;
}

@media (min-width: 48em) {
  .featured-card__media-wrapper {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 72em) {
  .featured-card__media-wrapper {
    width: auto;
    margin: 0;
    border: 0;
  }
}

.featured-card__media {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: -25px;
  left: -25px;
  height: 264px;
  width: 100%;
  padding-top: 5%;
}

@media (min-width: 72em) {
  .featured-card__media {
    position: absolute;
    top: -40px;
    left: 0;
    width: 42.5em;
    padding-top: 44%;
  }
}

@media (min-width: 85.375em) {
  .featured-card__media {
    padding-top: 32%;
  }
}

@media (min-width: 72em) {
  .featured-card__content {
    padding: 5.625rem;
    padding-left: 48.125em;
  }
}

.featured-card__title {
  margin-bottom: 0.9375rem;
  font-family: Prompt, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 72em) {
  .featured-card__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.featured-card__description {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: Krub, sans-serif;
  font-weight: 400;
}

.featured-card__button {
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
  background: #4e7b1e;
  line-height: 1.3125rem;
  font-family: Krub, sans-serif;
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}

@media (min-width: 59.938em) {
  .featured-card__button {
    width: auto;
  }
}

.location {
  position: relative;
  padding: 1.25rem 20px;
}

.location__name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000;
}

@media (min-width: 72em) {
  .location__name {
    font-size: 1.125rem;
  }
}

@media (min-width: 60em) {
  .location__content {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.location__content-column {
  padding: 1rem 0;
}

@media (min-width: 60em) {
  .location__content-column {
    padding: 0 2em;
  }

  .location__content-column .location__content-column-title {
    margin-left: -35px;
  }
}

@media (min-width: 60em) {
  .location__content-column--actions {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.location__content-column-title {
  font-size: 0.8125rem;
}

.location__icon {
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.location__address {
  font-size: 0.8125rem;
  font-style: normal;
}

@media (min-width: 72em) {
  .location__address {
    font-size: 1rem;
  }
}

.location__hours p {
  margin: 0;
}

.location__email-link,
.location__get-directions-link,
.location__phone-link,
.location__view-map-link,
.location__view-map-trigger {
  font-size: 0.875rem;
  text-decoration: underline;
  font-weight: 600;
}

.location__email-link:focus,
.location__email-link:hover,
.location__get-directions-link:focus,
.location__get-directions-link:hover,
.location__phone-link:focus,
.location__phone-link:hover,
.location__view-map-link:focus,
.location__view-map-link:hover,
.location__view-map-trigger:focus,
.location__view-map-trigger:hover {
  text-decoration: none;
}

@media (min-width: 72em) {
  .location__email-link,
  .location__get-directions-link,
  .location__phone-link,
  .location__view-map-link,
  .location__view-map-trigger {
    font-size: 1.0625rem;
  }
}

.location__view-map-trigger {
  display: inline-block;
  padding: 0;
  border: 0;
  background: 0 0;
  text-decoration: underline;
  cursor: pointer;
  color: #4e7b1e;
}

.location__view-map-trigger:focus,
.location__view-map-trigger:hover {
  text-decoration: none;
}

.location__email,
.location__manager,
.location__view-map {
  margin-bottom: 0.625rem;
}

.location-map-toggle {
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
  background: 0 0;
  font-family: Prompt, sans-serif;
  font-weight: 600;
  color: #4e7b1e;
  cursor: pointer;
}

.location-map {
  padding-top: 50%;
  margin-bottom: 2.5rem;
  background-color: #dcdee0;
}

.location-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style-type: none;
}

.location-list .location {
  border-top: 1px solid #dcdee0;
}

.location-list .location:nth-child(even) {
  background: #ecedee;
}

.location-list .location:last-child {
  border-bottom: 1px solid #dcdee0;
}

[class*="col-"] .list-accordion {
  margin-left: -1.25em;
  margin-right: -1.25em;
}

@media (min-width: 48em) {
  [class*="col-sm"] .list-accordion {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 60em) {
  [class*="col-md"] .list-accordion {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 72em) {
  [class*="col-lg"] .list-accordion {
    margin-left: 0;
    margin-right: 0;
  }
}

.list-accordion__detail-item {
  margin-bottom: 3.75rem;
}

.list-accordion__link-expand {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #dcdee0;
  margin-bottom: 0.9375rem;
  padding: 0 0 0 20px;
  background: #ecedee;
  font-family: Prompt, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
  overflow: hidden;
  color: #000;
}

.list-accordion__link-expand .list-accordion__link-expand-text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.list-accordion__link-expand:after {
  content: "\002B";
  display: block;
  margin-left: auto;
  padding: 15px 20px;
  background: #5c6b71;
  font-family: Krub, sans-serif;
  font-size: 2.8125rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.list-accordion__link-expand.active:after {
  content: "\2212";
}

.list-accordion__link-expand:link {
  text-decoration: none;
}

.list-accordion__link-expand:focus,
.list-accordion__link-expand:hover {
  color: #3e7206;
  text-decoration: none;
}

.list-page__title {
  color: #000;
  font-family: Prompt, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.list-accordion__panel,
.list-page__panel {
  font-family: Krub, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.3125rem;
  padding-right: 20px;
  padding-left: 20px;
}

.alert {
  padding: 30px 0 10px 0;
  background: #830000;
  color: #fff;
}

.alert > .card-layout,
.alert > .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 72em) {
  .alert {
    padding: 10px 0;
  }

  .alert > .card-layout,
  .alert > .container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.alert__icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.alert__content {
  margin: 0 10px;
  font-size: 0.8125rem;
  text-align: center;
}

@media (min-width: 72em) {
  .alert__content {
    text-align: left;
  }
}

.alert__link {
  text-decoration: underline;
  font-size: 0.8125rem;
  color: #fff;
}

.alert__link:focus,
.alert__link:hover {
  text-decoration: none;
}

@media (min-width: 72em) {
  .alert__link {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.alert__close {
  position: absolute;
  top: -25px;
  right: 2.814em;
  display: block;
  padding: 0 0 0 1em;
  border: 0;
  background: 0 0;
  font-size: 0.8125rem;
  color: #fff;
  cursor: pointer;
}

.alert__close:focus,
.alert__close:hover {
  text-decoration: underline;
}

.alert__close:after,
.alert__close:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 11px;
  width: 2px;
  background-color: currentColor;
  will-change: background-color;
  transition: background-color 0.3s ease-in-out;
}

.alert__close:before {
  transform: rotate(45deg);
}

.alert__close:after {
  transform: rotate(-45deg);
}

@media (min-width: 72em) {
  .alert__close {
    position: relative;
    top: auto;
    right: auto;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto;
  }
}

.alerts-wrapper {
  overflow: hidden;
}

.alerts {
  display: none;
}

.alerts.initialized {
  display: block;
}

.alerts.slick-initialized {
  margin: 0;
}

.alerts.has-many {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.alerts.has-many.slick-initialized,
.no-js .alerts.has-many,
.sfPageEditor .alerts.has-many {
  display: block;
}

.alerts .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.alerts .slick-track .slick-slide {
  float: none;
  height: auto;
}

.alerts .slick-track > .slick-slide > div,
.alerts .slick-track > .slick-slide > div > .alert-wrapper,
.alerts .slick-track > .slick-slide > div > .alert-wrapper > .alert {
  position: relative;
  height: 100%;
}

.alerts .slick-arrow {
  z-index: 3;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  background: 0 0;
  transform: translateY(-50%);
}

.alerts .slick-arrow:before {
  content: "";
  position: absolute;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  opacity: 1;
  transition: border-color 0.3s ease-in-out;
}

.alerts .slick-arrow.slick-prev {
  left: 1rem;
}

.alerts .slick-arrow.slick-next {
  right: 1rem;
}

.alerts .slick-arrow.slick-prev:before {
  left: 8px;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.alerts .slick-arrow.slick-next:before {
  right: 10px;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media (min-width: 105em) {
  .alerts .slick-arrow.slick-prev {
    left: 15%;
  }

  .alerts .slick-arrow.slick-next {
    right: 15%;
  }
}

.color-block {
  display: inline-block;
  margin: 5px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 240px;
}

.color-block.color-primary {
  background: #4e7b1e;
}

.color-block.color-secondary {
  background: #08343e;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.zeLayoutMode .RadDock.rdCollapsed[caption="content-imageLeft"] {
  color: red;
  -ms-flex-order: 1;
  order: 1;
  height: 64px !important;
}

.zeLayoutMode .RadDock.rdCollapsed[caption="content-imageLeft"]:before {
  content: "Content Layouts";
  display: block;
  padding: 0 5px;
  font-weight: 700;
  background: #eee;
  border-bottom: 2px solid #ccc;
}

.zeLayoutMode
  .RadDock.rdCollapsed[caption="content-imageLeft"]
  .rdtitleBar
  div {
  background-image: url(../images/irw/admin/contentlayout.jpg);
}

.zeLayoutMode
  .RadDock.rdCollapsed[caption="content-imageLeft"]
  .rdtitleBar
  div:after {
  content: "Content Layouts";
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.skip-link,
.visually-hidden,
.visuallyHidden,
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.breakforprint {
  page-break-after: always;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.image-center {
  display: block;
  margin: 0 auto;
}

.image-left {
  display: block;
  margin: 0 auto 0 0;
}

.image-right {
  display: block;
  margin: 0 0 0 auto;
}

.full-width {
  display: block;
  width: 100%;
}

.list-unstyled,
.pagination,
.unstyled-list {
  padding-left: 0;
  list-style-type: none;
}

.margin-top {
  margin-top: 1em;
}

.margin-right {
  margin-right: 1em;
}

.margin-bottom {
  margin-bottom: 1em;
}

.margin-left {
  margin-left: 1em;
}

.sans-margin {
  margin: 0;
}

.sans-margin-top {
  margin-top: 0;
}

.sans-margin-right {
  margin-right: 0;
}

.sans-margin-bottom {
  margin-bottom: 0;
}

.sans-margin-left {
  margin-left: 0;
}

.sans-padding {
  padding: 0;
}

.sans-padding-top {
  padding-top: 0;
}

.sans-padding-right {
  padding-right: 0;
}

.sans-padding-bottom {
  padding-bottom: 0;
}

.sans-padding-left {
  padding-left: 0;
}

ol.no-bullet,
ul.no-bullet {
  list-style-type: none;
}

ol.no-indent,
ul.no-indent {
  padding-left: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-muted {
  color: #777;
}

@media (min-width: 48em) {
  .text-md-right {
    text-align: right;
  }
}

@media (min-width: 48em) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 48em) {
  .text-md-center {
    text-align: center;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-underline {
  text-decoration: underline;
}

.smallest {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.9em;
}

.larger {
  font-size: 1.1em;
}

.largest {
  font-size: 1.2em;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.font-weight-normal {
  font-weight: 400;
}

.font-primary {
  font-family: Krub, sans-serif;
}

.font-secondary {
  font-family: Prompt, sans-serif;
}

.text-primary {
  color: #4e7b1e;
}

.text-secondary {
  color: #08343e;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}

.text-warning {
  color: #ffc107;
}

.text-info {
  color: #17a2b8;
}

.nowrap {
  white-space: nowrap;
}

.important {
  color: red;
  font-weight: 700;
  text-transform: uppercase;
}

.scroll-lock {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.svg-legend {
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sf-Code pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-wrap;
  color: #666;
}

.skip-link {
  text-align: center;
}

.skip-link:focus {
  position: static;
  display: block;
  color: #fff;
  background: #4e7b1e;
  padding: 20px 0;
  height: auto;
  width: 100%;
}

.right-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(45deg);
}

.right-arrow--blue {
  border-top-color: #4e7b1e;
  border-right-color: #4e7b1e;
}

.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.content-block {
  word-break: break-word;
}

.content-block:after {
  content: "";
  display: table;
  clear: both;
}

.content-block [data-sf-ec-immutable] {
  max-width: 100%;
}

@media (max-width: 71.188em) {
  .content-block .button + .button,
  .content-block .news-search .search-box .btn + .btn,
  .content-block .news-search .search-box .btn + .button,
  .content-block .news-search .search-box .button + .btn,
  .news-search .search-box .content-block .btn + .btn,
  .news-search .search-box .content-block .btn + .button,
  .news-search .search-box .content-block .button + .btn {
    margin-top: 1rem;
  }
}

.back {
  position: relative;
  padding-left: 13px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: underline;
  color: #3a6a06;
}

.back:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 0.09375rem solid #3a6a06;
  border-left: 0.09375rem solid #3a6a06;
  transform: rotate(-45deg);
}

.back:focus,
.back:hover {
  text-decoration: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/**Top Responsive Menu**/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul li a {
  font-size: 12px;
  border-right: 1px solid;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 15px;
  font-family: inherit;
  color: #fff;
  font-weight: normal;
  border-color: transparent;
  text-decoration: none;
  text-transform: capitalize;
}

#cssmenu ul li:last-child a {
  border-right: 0px solid;
  padding-right: 0px;
  margin-right: 0px;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu h2 {
  margin: 0;
  padding: 0;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
  color: #fff;
  background: #ec1b30;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  height: auto;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  margin: 0;
  width: 185px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #5d9732;
  text-shadow: none;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background: #4e7b1e;
  opacity: 1;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media screen and (max-width: 991px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    /*background: #135c94;*/
    color: #fff;
    visibility: visible;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    visibility: visible;
    color: #fff;
    padding: 14px 10px;
    margin: 0;
    padding-left: 16px;
    border: none;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #fff !important;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 12px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: "";
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #4e7b1e;
    color: #fff !important;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
