@charset "UTF-8";
/** Variables **/
/** Fonts **/
/** Colors **/
/** Font Sizing **/
/** Grid and Spacing **/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58595b;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #161748;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #04040d;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #161748 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0a0b21 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #92ac25 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #6e821c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #eed700 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #bba900 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/** Base Styles **/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/** Base Typography **/
body {
  color: #58595b;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 1.76;
}

a:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible {
  outline: 2px dashed #00552e;
  outline-offset: 3px;
}

a,
a:visited {
  color: #58595b;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #161748;
}

a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.vctd, .vctr, .vct {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.vctr {
  display: table-row;
}

.vctd {
  display: table-cell;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.eq-height {
  display: flex;
  width: 100%;
}

.eq-height > * {
  flex: 1;
}

.eq-height > * .thing-inside {
  height: 100%;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

.corner-wrapper {
  position: relative;
}

.corner-content {
  position: relative;
  z-index: 10;
  padding: 30px;
  background: #fff;
}
.corner-content.right {
  clip-path: polygon(0% 0, 20px 0%, 100% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 100%);
}
.corner-content.left {
  clip-path: polygon(0% 0, 20px 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 30px 100%, 0% calc(100% - 30px));
}

.corner-background {
  background: #000;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  filter: blur(3px);
  opacity: 0.6;
}
.corner-background::before, .corner-background::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 5;
  background: #000;
  filter: blur(3px);
}
.corner-background.left {
  bottom: 30px;
}
.corner-background.left::before {
  right: 0;
  left: 30px;
  height: 30px;
  bottom: -30px;
}
.corner-background.left::after {
  bottom: -16px;
  left: -1px;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 22px solid #000;
  transform: rotate(225deg);
}
.corner-background.right {
  bottom: 30px;
}
.corner-background.right::before {
  left: 0;
  right: 30px;
  height: 30px;
  bottom: -30px;
}
.corner-background.right::after {
  bottom: -16px;
  right: -1px;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #000;
  transform: rotate(320deg);
}

.clip-box {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.clip-box.right {
  clip-path: polygon(0% 0, 20px 0%, 100% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 100%);
}
.clip-box.left {
  clip-path: polygon(0% 0, 20px 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 30px 100%, 0% calc(100% - 30px));
}

.gray-bg {
  background: #e0e1e2;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 20px;
}

.fadeup {
  position: relative;
  opacity: 0;
  bottom: -100px;
}

.fakeScroll__scope {
  overflow: visible !important;
}

.fakeScroll__wrap {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
}

.fakeScroll__content {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 32px 0 0;
  right: -18px;
  overflow: auto;
  box-sizing: border-box;
}

.fakeScroll__track {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  width: 9px;
  cursor: default;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  display: none;
}

.fakeScroll__bar {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  border-radius: 4px;
  right: 0;
  top: 0;
  z-index: 0;
  transition: background 0.1s;
  cursor: -webkit-grab;
}

.fakeScroll__bar:hover {
  background: rgba(255, 255, 255, 0.55);
}

.fakeScroll__bar.fakeScroll--grabbed {
  cursor: -webkit-grabbing;
  background: white;
}

body.fakeScroll--grabbed {
  cursor: -webkit-grabbing;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 1199.98px) {
  .corner-content {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .standard-mobile .corner-content {
    clip-path: unset;
    padding: 0;
  }
  .standard-mobile .corner-background {
    display: none;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

h6, h5, h4, h3, h2, h1 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.27;
}

h1 {
  font-size: 35px;
  font-weight: 300;
}
h1.green {
  color: #00552e;
}
h1.dark-green {
  color: #00552e;
}
h1.yellow {
  color: #eed700;
}
h1.orange {
  color: #f99d00;
}
h1.blue {
  color: #161748;
}
h1.ultra-light {
  font-weight: 100;
}
h1.thin {
  font-weight: 200;
}
h1.light {
  font-weight: 300;
}
h1.regular {
  font-weight: 400;
}
h1.semibold {
  font-weight: 600;
}
h1.bold {
  font-weight: 700;
}
h1.heavy {
  font-weight: 900;
}
h1.large {
  font-size: 35px;
  margin-bottom: 30px;
}

h2 {
  font-size: 30px;
  font-weight: 300;
}
h2.green {
  color: #00552e;
}
h2.dark-green {
  color: #00552e;
}
h2.yellow {
  color: #eed700;
}
h2.orange {
  color: #f99d00;
}
h2.blue {
  color: #161748;
}
h2.ultra-light {
  font-weight: 100;
}
h2.thin {
  font-weight: 200;
}
h2.light {
  font-weight: 300;
}
h2.regular {
  font-weight: 400;
}
h2.semibold {
  font-weight: 600;
}
h2.bold {
  font-weight: 700;
}
h2.heavy {
  font-weight: 900;
}
h2.large {
  font-size: 35px;
  margin-bottom: 30px;
}

h3 {
  font-size: 25px;
  font-weight: 300;
}
h3.green {
  color: #00552e;
}
h3.dark-green {
  color: #00552e;
}
h3.yellow {
  color: #eed700;
}
h3.orange {
  color: #f99d00;
}
h3.blue {
  color: #161748;
}
h3.ultra-light {
  font-weight: 100;
}
h3.thin {
  font-weight: 200;
}
h3.light {
  font-weight: 300;
}
h3.regular {
  font-weight: 400;
}
h3.semibold {
  font-weight: 600;
}
h3.bold {
  font-weight: 700;
}
h3.heavy {
  font-weight: 900;
}
h3.large {
  font-size: 35px;
  margin-bottom: 30px;
}

h4 {
  font-size: 20px;
  font-weight: 300;
}
h4.green {
  color: #00552e;
}
h4.dark-green {
  color: #00552e;
}
h4.yellow {
  color: #eed700;
}
h4.orange {
  color: #f99d00;
}
h4.blue {
  color: #161748;
}
h4.ultra-light {
  font-weight: 100;
}
h4.thin {
  font-weight: 200;
}
h4.light {
  font-weight: 300;
}
h4.regular {
  font-weight: 400;
}
h4.semibold {
  font-weight: 600;
}
h4.bold {
  font-weight: 700;
}
h4.heavy {
  font-weight: 900;
}
h4.large {
  font-size: 35px;
  margin-bottom: 30px;
}

h5 {
  font-size: 15px;
  font-weight: 300;
}
h5.green {
  color: #00552e;
}
h5.dark-green {
  color: #00552e;
}
h5.yellow {
  color: #eed700;
}
h5.orange {
  color: #f99d00;
}
h5.blue {
  color: #161748;
}
h5.ultra-light {
  font-weight: 100;
}
h5.thin {
  font-weight: 200;
}
h5.light {
  font-weight: 300;
}
h5.regular {
  font-weight: 400;
}
h5.semibold {
  font-weight: 600;
}
h5.bold {
  font-weight: 700;
}
h5.heavy {
  font-weight: 900;
}
h5.large {
  font-size: 35px;
  margin-bottom: 30px;
}

h6 {
  font-size: 10px;
  font-weight: 300;
}
h6.green {
  color: #00552e;
}
h6.dark-green {
  color: #00552e;
}
h6.yellow {
  color: #eed700;
}
h6.orange {
  color: #f99d00;
}
h6.blue {
  color: #161748;
}
h6.ultra-light {
  font-weight: 100;
}
h6.thin {
  font-weight: 200;
}
h6.light {
  font-weight: 300;
}
h6.regular {
  font-weight: 400;
}
h6.semibold {
  font-weight: 600;
}
h6.bold {
  font-weight: 700;
}
h6.heavy {
  font-weight: 900;
}
h6.large {
  font-size: 35px;
  margin-bottom: 30px;
}

h4 {
  text-transform: uppercase;
  color: #00552e;
  font-weight: 600;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
p.alt {
  line-height: 36px;
}

.alt p {
  line-height: 36px;
}

@media (max-width: 991.98px) {
  p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  p {
    margin-bottom: 15px;
  }
}
/** Layouts **/
/* =============================================================================
   Header
   ========================================================================== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header .brand {
  display: block;
  position: relative;
  background: #fff;
  width: 170px;
  float: left;
  margin: 0;
  padding: 20px;
}
.header .brand::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 170px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 109px 0 0 109px;
  border-color: transparent transparent transparent #fff;
}
.header .brand a {
  display: block;
  position: relative;
}
.header .brand a::before {
  content: "";
  border: 2px solid transparent;
  position: absolute;
  top: -5px;
  right: 0px;
  bottom: -5px;
  left: -5px;
}
.header.scroll {
  background: rgba(255, 255, 255, 0.9);
}
.header.scroll .brand {
  width: 120px;
  padding-top: 11px;
  padding-bottom: 12px;
}
.header.scroll .brand::after {
  left: 120px;
  border-width: 70px 0 0 70px;
}
.header.scroll .navigation > a {
  line-height: 70px;
}
.header.scroll .navigation > ul > li > a {
  line-height: 70px;
}
.header.scroll .navigation li:last-child a::after {
  top: 20px;
  bottom: 20px;
}
.header.scroll .navigation .dropdown-wrapper {
  top: 70px;
}

/* =============================================================================
   Navigation
   ========================================================================== */
.navigation ul {
  margin: 0;
  display: flex;
}
.navigation li {
  display: inline-block;
}
.navigation li:last-child a {
  position: relative;
  color: #fff;
  letter-spacing: 0.75px;
}
.navigation li:last-child a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  top: 35px;
  bottom: 35px;
  background: #00552e;
  transition: 0.25s all linear;
}
.navigation li:last-child a:hover::after {
  background: #242424;
}
.navigation li:last-child a:focus::after {
  background: #00552e;
}
.navigation a {
  position: relative;
  font-size: 14px;
  line-height: 109px;
  font-weight: 900;
  display: block;
  padding: 0 20px;
  color: #00552e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.navigation a:hover {
  background: #00552e;
  color: #fff;
  text-decoration: none;
}
.navigation a:focus {
  background: #00552e;
  color: #fff;
}
.navigation .dropdown {
  position: relative;
}
.navigation .dropdown-wrapper {
  display: none;
  position: absolute;
  z-index: 100;
  top: 109px;
  left: 0;
  min-width: 210px;
  text-align: left;
  background: #fff;
  border-top: 2px solid #92ac25;
}
.navigation .dropdown-wrapper ul {
  display: block;
}
.navigation .dropdown-wrapper li {
  display: block;
}
.navigation .dropdown-wrapper li:last-child a {
  color: #00552e;
}
.navigation .dropdown-wrapper a {
  line-height: 1.27;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navigation .dropdown-wrapper a:focus, .navigation .dropdown-wrapper a:hover {
  background: #00552e;
  color: #fff;
}
.navigation .dropdown-wrapper a:last-child {
  border-bottom: 0;
}
.navigation .dropdown-wrapper a:last-child:focus, .navigation .dropdown-wrapper a:last-child:hover {
  color: #fff;
}
.navigation .mobile-trigger {
  display: none;
  color: #00552e;
  font-size: 24px;
}

@media (max-width: 1199.98px) {
  .navigation a {
    padding: 0 11px;
  }
  .navigation a {
    padding: 0 10px;
  }
  .navigation li:last-child a::after {
    left: 3px;
    right: 3px;
  }
}
@media (max-width: 991.98px) {
  .header.scroll .navigation > ul {
    top: 55px;
  }
  .header.scroll .navigation > ul > li > a {
    line-height: 1;
  }
  .header.scroll .navigation > ul li:last-child a:focus {
    color: #fff;
  }
  .navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .navigation .mobile-trigger {
    line-height: 1;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #00552e;
    margin-right: 15px;
  }
  .navigation .mobile-trigger:hover, .navigation .mobile-trigger:focus {
    background: #00552e;
    color: #fff;
  }
  .navigation ul {
    display: none;
    position: absolute;
    right: 0;
    top: 74px;
    background: rgba(255, 255, 255, 0.85);
    width: 280px;
    text-align: right;
  }
  .navigation ul li {
    display: block;
  }
  .navigation ul li:last-child a {
    color: #00552e;
  }
  .navigation ul li:last-child a::after {
    display: none;
  }
  .navigation ul li:last-child a:hover {
    color: #92ac25;
  }
  .navigation ul li a {
    display: block;
    line-height: 1;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation ul li .dropdown-wrapper {
    position: static;
    display: block !important;
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
  }
  .navigation ul li .dropdown-wrapper ul {
    display: block;
    position: static;
    background: transparent;
  }
  .navigation ul li .dropdown-wrapper ul li {
    border: 0;
  }
  .navigation ul li .dropdown-wrapper ul a {
    background: rgba(0, 0, 0, 0.1);
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .header .brand {
    width: 130px;
    padding: 10px;
  }
  .header .brand::after {
    left: 130px;
    border-width: 83px 0 0 83px;
  }
  .header.scroll .brand {
    width: 104px;
  }
  .header.scroll .brand::after {
    left: 104px;
  }
  .navigation a {
    line-height: 83px;
  }
  .navigation ul {
    top: 83px;
  }
}
.footer {
  position: relative;
  z-index: 20;
  background: #00552e;
  padding: 60px 0;
}
.footer nav a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer nav a:hover {
  text-decoration: none;
  color: #eed700;
}
.footer nav a:focus-visible {
  outline: 2px dashed #fff;
}
.footer nav li {
  display: inline-block;
}
.footer .footer-nav li {
  margin-right: 50px;
}
.footer .footer-social {
  text-align: right;
}
.footer .footer-social ul {
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: flex-end;
}
.footer .footer-social li {
  margin-left: 5px;
}
.footer .footer-social svg {
  color: #00552e;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.footer .footer-social a {
  display: block;
  height: 30px;
  width: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
}
.footer .footer-social a:hover {
  background: #eed700;
}
.footer p {
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
}
.footer p .vertical-divider {
  padding-left: 15px;
  padding-right: 15px;
}
.footer p.copyright {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .footer .footer-nav li {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 30px;
  }
  .footer .footer-social {
    margin-top: 15px;
    text-align: left;
  }
  .footer .footer-social li {
    margin-left: 0;
    margin-right: 5px;
  }
}
.video {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.video .video-wrapper {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.video .video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10;
}
.video video {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
}

.video-overlay {
  height: 100vh;
  min-height: 1100px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.video-overlay .video-content {
  position: relative;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  flex-grow: 10;
}
.video-overlay .video-content .video-header {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  padding: 150px 15px 0;
  width: 100%;
  max-width: 1080px;
  transform: translate(-50%, -50%);
}
.video-overlay .video-content h2,
.video-overlay .video-content h1,
.video-overlay .video-content .how span {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}
.video-overlay .video-content h1 {
  font-size: 52px;
  margin-top: 10px;
}
.video-overlay .video-content .how {
  margin-top: 60px;
  position: relative;
}
.video-overlay .video-content .how .panel-link {
  position: absolute;
  z-index: 10;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.video-overlay .video-content .how span {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
}
.video-overlay .video-content .how a {
  color: #fff;
}
.video-overlay .video-content .how svg {
  position: relative;
  margin-top: -20px;
  font-size: 80px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  top: 0;
  transition: 0.25s all linear;
}
.video-overlay .video-content .how svg:hover {
  top: 5px;
}

@media (max-width: 991.98px) {
  .video-overlay .video-content h2 {
    font-size: 28px;
  }
  .video-overlay .video-content h1 {
    font-size: 36px;
  }
  .video-overlay .video-content .how {
    margin-top: 30px;
  }
  .video-overlay .video-content .how svg {
    font-size: 60px;
    margin-top: -10px;
  }
}
@media (max-width: 767.98px) {
  .video-overlay .video-content h2 {
    font-size: 24px;
  }
  .video-overlay .video-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .video-overlay .video-content {
    top: 0;
    padding-top: 113px;
    left: 0;
    width: 100%;
    transform: none;
  }
  .video-overlay .video-content h2 {
    font-size: 18px;
  }
  .video-overlay .video-content h1 {
    font-size: 28px;
    margin-top: 5px;
  }
  .video-overlay .video-content h1,
  .video-overlay .video-content h2 {
    letter-spacing: 1px;
  }
}
@media screen and (max-height: 900px) {
  .video-overlay .video-content h1 {
    margin-top: 0;
  }
  .video-overlay .video-content .how {
    margin-top: 20px;
  }
}
@media screen and (max-height: 700px) {
  .video-overlay {
    min-height: 900px;
  }
}
.hero {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero .image-slide {
  height: 500px;
  width: 100%;
}
.hero .image-slide .image-background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.hero .slick-list {
  width: 100%;
}
.hero.blog-hero {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero.blog-hero .hero-notice {
  padding-top: 109px;
}
.hero.blog-hero .hero-notice h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.hero.expanded {
  height: 110vh;
}
.hero.expanded .hero-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  margin-top: -60px;
}
.hero.expanded .hero-message h1,
.hero.expanded .hero-message h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
.hero.expanded .hero-message h1 {
  color: #eed700;
}
.hero.expanded .hero-content-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.hero.expanded .hero-content {
  background: #fff;
  padding: 40px;
}
.hero.expanded .hero-content h3 {
  color: #00552e;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.hero.expanded .hero-content p:last-child {
  margin-bottom: 0;
}
.hero.expanded .hero-content .callout h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #00552e;
  margin: 0;
}
.hero.expanded .hero-content .callout a.button {
  color: #fff;
  border: 0;
  font-weight: 300;
}

.article .hero {
  height: 700px;
}
.article .hero .slick-slider {
  height: 700px;
}
.article .hero .image-slide {
  height: 700px;
}
.article .hero.expanded {
  height: 110vh;
}

@media (max-width: 991.98px) {
  .hero.expanded .hero-message {
    margin-top: -120px;
    width: 100%;
  }
  .hero.expanded .hero-content .callout {
    padding-top: 15px;
  }
  .hero.expanded .hero-content .callout h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .hero.expanded .hero-content .callout .buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .hero.expanded .hero-message {
    transform: translate(0, 0);
    right: 0;
    left: 0;
    padding: 0 15px;
    top: 120px;
    margin-top: 0;
  }
  .hero.expanded .hero-message h2 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .hero.expanded .hero-message h1 {
    font-size: 28px;
    margin-top: 5px;
    letter-spacing: 1px;
  }
  .hero.expanded .hero-content {
    padding: 15px;
  }
  .hero.expanded .hero-content h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .hero.expanded .hero-content .callout {
    margin-top: 10px;
    border-top: 1px dotted #92ac25;
    padding-top: 10px;
    box-shadow: none;
  }
  .hero.expanded .hero-content .callout .buttons {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .hero {
    margin-top: -83px;
  }
  .hero .slick-prev,
  .hero .slick-next {
    height: 25px;
    width: 25px;
    top: 65%;
  }
  .hero.expanded .hero-message h1 {
    font-size: 24px;
    line-height: 1.1;
  }
  .hero.expanded .hero-message h2 {
    font-size: 16px;
    line-height: 1.1;
  }
  .hero.expanded .hero-content h3 {
    font-size: 18px;
  }
  .hero.expanded .hero-content p {
    font-size: 13px;
    line-height: 1.27;
    margin-bottom: 5px;
  }
  .hero.expanded .hero-content .callout h4 {
    font-size: 16px;
  }
}
.media-redirect {
  min-height: 90vh;
  padding-top: 109px;
}
.media-redirect h1 {
  margin: 30px 0 10px;
}
.media-redirect a {
  color: #92ac25;
  border-bottom: 1px solid #92ac25;
}
.media-redirect a:hover {
  text-decoration: none;
  color: #00552e;
  border-bottom-color: #00552e;
}

.article .hero.blog-hero {
  height: 300px;
}

.feed.subpage {
  padding: 40px 0 80px;
}
.feed.subpage h1 {
  margin-bottom: 30px;
}
.feed.subpage .filters h4 {
  margin: 0 0 10px;
  padding: 0;
}
.feed.subpage .filters .buttons {
  margin: 0 0 40px;
}
.feed.subpage .filters .buttons .button.current, .feed.subpage .filters .buttons form .gform_footer input.current[type=submit], form .gform_footer .feed.subpage .filters .buttons input.current[type=submit] {
  background-color: #00552e;
}

.post .post-date {
  font-weight: 600;
  text-transform: uppercase;
  color: #00552e;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
}
.post .post-title {
  font-weight: 300;
  font-size: 36px;
  color: #00552e;
  margin: 0;
  line-height: 1.1;
}
.post .post-content {
  margin-top: 50px;
}

.media-header-bar {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #242424;
}

.in-the-news {
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
}
.in-the-news .end {
  display: none;
}
.in-the-news::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #c9c9c9;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.in-the-news .source {
  display: block;
}
.in-the-news .source a {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.in-the-news .source a:hover {
  text-decoration: none;
  color: #92ac25;
}
.in-the-news .source img {
  display: inline-block;
  max-height: 16px;
  margin-right: 5px;
}
.in-the-news p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.excerpt {
  margin: 0 0 60px;
}
.excerpt a:hover {
  text-decoration: none;
}
.excerpt .post-date {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #00552e;
  margin-bottom: 5px;
}
.excerpt .post-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}
.excerpt .post-title a {
  color: #00552e;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted transparent;
}
.excerpt .post-title a:hover {
  color: #92ac25;
  border-bottom: 1px dotted #00552e;
}
.excerpt img {
  margin-bottom: 20px;
  display: block;
}
.excerpt .more {
  display: inline-block;
  color: #00552e;
  font-weight: 600;
  font-size: 16px;
  margin-top: -2px;
}
.excerpt .more svg {
  font-size: 30px;
  margin-top: -6px;
  position: relative;
  top: 5px;
}
.excerpt .more:hover {
  color: #92ac25;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 15px;
}
.pagination a {
  color: #92ac25;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}
.pagination a:hover {
  color: #f99d00;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .media-header-bar {
    display: none;
  }
  .media-photo,
  .media-description {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .article .hero.blog-hero .hero-notice {
    display: none;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #00552e;
  line-height: 1.1;
  margin: 0 0 10px;
}
.content h1 {
  font-size: 36px;
}
.content h2 {
  font-size: 30px;
}
.content h3 {
  font-size: 24px;
}
.content h4 {
  font-size: 20px;
}
.content h5,
.content h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.content h6 {
  font-size: 12px;
  color: #92ac25;
}
.content ul,
.content ol {
  margin-left: 20px;
  padding-left: 20px;
}
.content a {
  color: #92ac25;
  border-bottom: 1px dotted #92ac25;
  font-weight: 700;
}
.content a:hover {
  color: #f99d00;
  border-color: #f99d00;
  text-decoration: none;
}
.content blockquote {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 5px solid #92ac25;
}
.content .alignnone,
.content .aligncenter {
  display: block;
  margin: 10px auto 10px;
  clear: both;
}
.content .alignleft {
  display: block;
  float: left;
  margin: 10px 10px 10px 0;
}
.content .alignright {
  display: block;
  float: right;
  margin: 10px 0 10px 10px;
}
.content .wp-caption p {
  margin: 0 0 5px;
  padding: 5px 0 5px;
  border-bottom: 1px solid #92ac25;
}

.subpage {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .subpage {
    padding: 50px 0;
  }
}
.sidebar-cta .corner-wrapper .corner-content {
  background: #f0f3dd;
}
.sidebar-cta h3 {
  margin: 0;
  color: #00552e;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}
.sidebar-cta .buttons {
  margin: 20px -7px;
}
.sidebar-cta .buttons .button, .sidebar-cta .buttons form .gform_footer input[type=submit], form .gform_footer .sidebar-cta .buttons input[type=submit] {
  text-align: center;
  font-size: 21px;
  display: block;
}
.sidebar-cta .cta-bullets {
  list-style: none;
  color: #00552e;
  margin: 0;
}
.sidebar-cta .cta-bullets li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 5px;
  font-size: 18px;
}
.sidebar-cta .cta-bullets li:last-child {
  margin-bottom: 0;
}
.sidebar-cta .cta-bullets .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.sidebar-cta .cta-bullets .text {
  display: block;
}
.sidebar-cta .cta-notes {
  padding: 30px;
}
.sidebar-cta .cta-notes p {
  text-transform: uppercase;
  color: #00552e;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .sidebar-cta .cta-notes {
    padding: 30px 0 0 0;
  }
}
/** Components **/
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

p + .buttons {
  margin-top: 0;
}

.skip-to-main {
  background: #242424;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 99999;
  top: -100px;
  right: 0;
  left: 0;
  padding: 5px;
}
.skip-to-main:hover, .skip-to-main:focus {
  background: #00552e;
  text-decoration: none;
  color: #fff;
}
.skip-to-main:focus {
  top: 0;
}

.buttons {
  margin-top: 30px;
}

.button, form .gform_footer input[type=submit] {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 1.5px;
  padding: 10px 15px;
}
.button:visited, form .gform_footer input[type=submit]:visited {
  color: #fff;
}
.button.green, form .gform_footer input[type=submit] {
  background: #00552e;
  color: #fff;
}
.button.green:visited, form .gform_footer input[type=submit]:visited {
  color: #fff;
}
.button.green:hover, form .gform_footer input[type=submit]:hover, .button.green:focus, form .gform_footer input[type=submit]:focus {
  background: #92ac25;
  color: #000;
}
.button:hover, form .gform_footer input[type=submit]:hover {
  text-decoration: none;
  color: #fff;
}
.button + .button, form .gform_footer input[type=submit] + .button, form .gform_footer .button + input[type=submit], form .gform_footer input[type=submit] + input[type=submit] {
  margin-left: 15px;
}
.button.full, form .gform_footer input.full[type=submit] {
  display: block;
  text-align: center;
}

.grid-content .buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

@media (max-width: 991.98px) {
  .grid-content .buttons {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: block;
  height: 50px;
  width: 45px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: white;
  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: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #eed700;
  opacity: 0.75;
}

.slick-prev::before {
  content: url("../img/icons/angle-left-light.svg");
}

.slick-next::before {
  content: url("../img/icons/angle-right-light.svg");
}

.slick-slider {
  height: 500px;
}

::-webkit-input-placeholder {
  color: #58595b;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

:-moz-placeholder {
  color: #58595b;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

::-moz-placeholder {
  color: #58595b;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

:-ms-input-placeholder {
  color: #58595b;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.gform_confirmation_wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.gform_confirmation_wrapper .gform_confirmation_message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #92ac25;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

h2.gform_submission_error {
  font-size: 21px;
  color: #00552e;
  font-weight: 700;
}

form {
  margin: 0 0 60px;
}
form .validation_error {
  background: #92ac25;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
form .validation_message {
  font-weight: 700;
  color: #00552e;
}
form .gform_body .gfield_contains_required {
  position: relative;
}
form .gform_body .gfield_contains_required::before {
  content: "*";
  display: block;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 10px;
  position: absolute;
  right: 5px;
  top: 9px;
}
form .gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form .gform_body li {
  margin-bottom: 10px;
}
form .gform_body input,
form .gform_body textarea,
form .gform_body select {
  border: 1px solid #c9c9c9;
  padding: 5px 10px;
  font-size: 16px;
  color: #58595b;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}
form .gform_body input:focus,
form .gform_body textarea:focus,
form .gform_body select:focus {
  outline: 2px solid dashed;
  outline-offset: 2px;
}
form .gform_body .ginput_container_select {
  position: relative;
}
form .gform_body .ginput_container_select::after {
  content: url(../img/icons/angle-down-green.svg);
  position: absolute;
  display: block;
  top: 1px;
  bottom: 1px;
  right: 1px;
  cursor: pointer;
  background: #fff;
  width: 40px;
  padding-top: 10px;
  padding-right: 10px;
  pointer-events: none;
}
form .gform_body select option {
  color: #242424;
}
form .gform_body select option:first-child {
  color: #58595b;
}
form .gform_body .hidden_label label {
  display: none;
}
form .gform_footer input[type=submit] {
  min-width: 150px;
  cursor: pointer;
}
form .gform_footer input[type=submit]:hover {
  background: #00552e;
}
form.filter-form input,
form.filter-form textarea,
form.filter-form select {
  border: 1px solid #c9c9c9;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 25px;
  color: #58595b;
  display: block;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
form.filter-form input:focus-visible,
form.filter-form textarea:focus-visible,
form.filter-form select:focus-visible {
  outline: 2px dashed #00552e;
  outline-offset: 2px;
}
form.filter-form .select-wrapper {
  position: relative;
}
form.filter-form .select-wrapper::after {
  content: url(../img/icons/angle-down-green.svg);
  position: absolute;
  display: block;
  top: 1px;
  bottom: 1px;
  right: 1px;
  cursor: pointer;
  background: #fff;
  width: 40px;
  padding-top: 10px;
  padding-right: 10px;
  pointer-events: none;
}
form.filter-form select option {
  color: #242424;
}
form.filter-form select option:first-child {
  color: #58595b;
}

.saos-data-deletion-form .gfield {
  margin: 0 0 20px;
}
.saos-data-deletion-form .gfield.gfield_visibility_hidden {
  display: none;
}
.saos-data-deletion-form .gfield.gfield--type-captcha label {
  display: none;
}

/** pages **/
.intro-wrapper {
  position: relative;
  z-index: 15;
  flex-grow: 1;
}

.home-intro {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 40px 40px 10px;
}
.home-intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  content: "";
  position: absolute;
}
.home-intro h2 {
  color: #00552e;
  font-size: 32px;
}

.recent-posts .recent-posts-title,
.recent-posts .recent-posts-title a {
  color: #00552e;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.recent-posts .recent-posts-title a:hover, .recent-posts .recent-posts-title a:focus {
  color: #92ac25;
  text-decoration: none;
  border-bottom: 1px dotted #00552e;
}

.home-excerpt {
  height: 100%;
}
.home-excerpt .corner-background {
  opacity: 0.3;
}
.home-excerpt .corner-content {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.home-excerpt .corner-content > h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
  color: #00552e;
  padding: 20px;
}
.home-excerpt .corner-content .home-excerpt-content {
  padding: 0 20px;
  margin-bottom: 20px;
}
.home-excerpt .corner-content .buttons {
  margin-top: auto;
  padding: 0 20px 20px;
}

.green-bar {
  position: relative;
  background: url("../img/demo/2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0 100px;
  margin-top: -100px;
}
.green-bar::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 78, 48, 0.8);
}
.green-bar .container {
  position: relative;
  z-index: 10;
}
.green-bar .stat {
  color: #fff;
}
.green-bar .stat .number-wrapper,
.green-bar .stat .label {
  display: block;
  text-align: center;
  line-height: 1;
}
.green-bar .stat .number-wrapper {
  font-size: 65px;
  font-weight: 600;
  margin: 0 0 10px;
}
.green-bar .stat .label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  padding: 0 10px;
  line-height: 1.1;
}

.two-col-bar {
  position: relative;
  z-index: 30;
  background: url("../img/demo/getty-1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
}
.two-col-bar .triangle {
  position: absolute;
  top: 15px;
  right: 15px;
  mix-blend-mode: multiply;
  z-index: 10;
}
.two-col-bar .box {
  position: relative;
  padding: 0 0 40px;
}
.two-col-bar .box h3 {
  font-size: 30px;
  margin: 0 0 40px;
  text-transform: uppercase;
  color: #00552e;
  letter-spacing: 3px;
}
.two-col-bar .box p {
  font-size: 18px;
  font-weight: 300;
}
.two-col-bar .box .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom {
  position: relative;
  z-index: 20;
  background: #fff;
  padding-bottom: 50px;
}
.bottom .quote-box {
  position: relative;
  padding: 130px 0 100px;
}
.bottom .quote-box img {
  position: absolute;
  top: -30px;
  left: 5px;
}
.bottom .quote-box h3 {
  font-size: 46px;
  color: #00552e;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hover-grid .grid-background {
  position: absolute;
  top: 0;
  bottom: 60px;
  right: 15px;
  left: 15px;
  background: #000;
  filter: blur(3px);
  opacity: 0.6;
}
.hover-grid .grid-background::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -30px;
  left: 0;
  right: 30px;
  height: 30px;
  background: #000;
}
.hover-grid .grid-background::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  right: -1px;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 22px solid #000;
  transform: rotate(135deg);
}
.hover-grid .grid-block {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 0 0 30px;
  overflow: hidden;
  background-image: url("../img/demo/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  clip-path: polygon(0% 0, 20px 0%, 100% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 100%);
}
.hover-grid .grid-block .grid-content {
  height: 100%;
  width: 100%;
  padding: 20px;
  background: #fff;
  transition: 0.25s all linear;
}
.hover-grid .grid-block .grid-content h4,
.hover-grid .grid-block .grid-content h3 {
  color: #00552e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 19px;
  font-weight: 600;
}
.hover-grid .grid-block .grid-content p {
  font-size: 14px;
  line-height: 1.75;
}
.hover-grid .grid-block.hover {
  display: block;
}
.hover-grid .grid-block.hover .grid-content {
  opacity: 0;
}
.hover-grid .grid-block.hover:hover, .hover-grid .grid-block.hover:focus-visible {
  text-decoration: none !important;
}
.hover-grid .grid-block.hover:hover .grid-content, .hover-grid .grid-block.hover:focus-visible .grid-content {
  opacity: 1;
}
.hover-grid .grid-block.hover:hover .grid-content h4,
.hover-grid .grid-block.hover:hover .grid-content p, .hover-grid .grid-block.hover:focus-visible .grid-content h4,
.hover-grid .grid-block.hover:focus-visible .grid-content p {
  text-decoration: none !important;
}
.hover-grid .image-only .grid-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
}
.hover-grid .buttons .button, .hover-grid .buttons form .gform_footer input[type=submit], form .gform_footer .hover-grid .buttons input[type=submit] {
  color: #fff;
  border: 0;
  font-weight: 300;
}
.hover-grid .wrapper-copy .grid-block .grid-content p {
  font-size: 18px;
  line-height: 1.27;
  margin: 0;
}
.hover-grid .wrapper-color-icon .grid-content,
.hover-grid .wrapper-copy .grid-content,
.hover-grid .wrapper-color-header .grid-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hover-grid .wrapper-color-icon,
.hover-grid .wrapper-color-header {
  color: #fff;
}
.hover-grid .wrapper-color-icon img,
.hover-grid .wrapper-color-header img {
  display: block;
  margin: 0 auto 15px;
}
.hover-grid .wrapper-color-icon .grid-block .grid-content,
.hover-grid .wrapper-color-header .grid-block .grid-content {
  text-align: center;
}
.hover-grid .wrapper-color-icon .grid-block .grid-content p,
.hover-grid .wrapper-color-header .grid-block .grid-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  width: 100%;
  margin: 0;
}
.hover-grid .wrapper-color-icon .grid-block .grid-content .header-title,
.hover-grid .wrapper-color-header .grid-block .grid-content .header-title {
  width: 100%;
  font-size: 80px;
  line-height: 1;
  margin: 0 0 5px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .hover-grid .grid-block .grid-content {
    padding: 20px;
  }
  .hover-grid .grid-block .grid-content h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 991.98px) {
  .home-excerpt .corner-content > h3 {
    padding: 10px;
    font-size: 16px;
  }
  .home-excerpt .corner-content .home-excerpt-content {
    padding: 0 10px;
  }
  .home-excerpt .corner-content .home-excerpt-content p {
    font-size: 15px;
    line-height: 1.5;
  }
  .home-excerpt .corner-content .buttons {
    padding: 0 10px 10px;
  }
  .green-bar .stat {
    margin-bottom: 10px;
  }
  .green-bar .stat .number-wrapper {
    font-size: 50px;
  }
  .two-col-bar .box {
    padding: 20px 20px 45px;
  }
  .two-col-bar .box h3 {
    letter-spacing: 1.5px;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .two-col-bar .box p {
    font-size: 15px;
  }
  .two-col-bar .box .buttons {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .hover-grid .grid-block .grid-content {
    padding: 15px;
  }
  .hover-grid .grid-block .grid-content h4 {
    font-size: 14px;
  }
  .hover-grid .grid-block .grid-content p {
    font-size: 14px;
    line-height: 1.45;
  }
}
@media (max-width: 767.98px) {
  .recent-posts .recent-posts-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .recent-posts .col-md-4 {
    margin-bottom: 30px;
  }
  .recent-posts .col-md-4:last-child {
    margin-bottom: 0;
  }
  .home-excerpt .corner-content > h3 {
    padding: 15px;
    font-size: 21px;
  }
  .home-excerpt .corner-content .home-excerpt-content {
    padding: 0 15px;
  }
  .home-excerpt .corner-content .buttons {
    padding: 0 15px 15px;
  }
  .two-col-bar .corner-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
  .bottom .quote-box {
    padding: 60px 0;
  }
  .bottom .quote-box h3 {
    font-size: 32px;
  }
  .hover-grid .grid-block {
    height: auto;
  }
  .hover-grid .grid-block .grid-content {
    padding: 15px;
  }
  .hover-grid .grid-block.image {
    min-height: 200px;
  }
  .hover-grid .grid-block .buttons {
    position: static;
  }
  .hover-grid .image-only .grid-block {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .intro-wrapper {
    bottom: -140px;
  }
  .intro-wrapper .home-intro {
    padding: 15px;
  }
  .intro-wrapper .home-intro h3 {
    font-size: 24px;
  }
  .green-bar {
    padding: 270px 0 50px;
  }
  .green-bar .stat {
    margin-bottom: 15px;
  }
  .green-bar .stat .number-wrapper {
    font-size: 40px;
  }
  .green-bar .stat .label {
    font-size: 18px;
  }
  .two-col-bar .box {
    margin-bottom: 20px;
  }
  .hover-grid .image-only .grid-block {
    height: 200px;
  }
}
@media screen and (max-height: 820px) {
  .home-intro p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.contact h1 {
  margin-bottom: 40px;
}
.contact .contact-side strong {
  color: #00552e;
}
.contact .contact-side h2 {
  font-size: 20px;
  font-weight: 600;
  color: #00552e;
}
.contact .location {
  margin: 0 0 50px;
  padding: 0 0 0 15px;
  border-left: 1px solid #c9c9c9;
}
.contact .location h2 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #00552e;
}
.contact .location p {
  margin: 0;
}
.contact .location p strong {
  color: #00552e;
}
.contact .location .address {
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .contact .location {
    margin: 0 0 30px;
    padding: 0 0 0 5px;
  }
  .contact .location h4 {
    font-size: 18px;
  }
  .contact .location p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.case-study.subpage {
  padding-bottom: 0;
}
.case-study h1 {
  margin-bottom: 60px;
}
.case-study .intro {
  padding-right: 60px;
}

.hero.case-video-hero .video {
  height: 300px;
  position: absolute;
}

.single-case_study .hero {
  height: 300px;
}
.single-case_study .hero .slideshow.slick-slider {
  height: 300px;
}
.single-case_study .hero .image-slide {
  height: 300px;
}

.service.subpage {
  padding-bottom: 0;
}
.service.subpage .inpage-video {
  margin-top: 30px;
}

.slideshow.in-page {
  margin: 30px 0;
  height: auto;
}
.slideshow.in-page .slick-dots {
  bottom: -25px;
}
.slideshow.in-page .slick-dots li button::before {
  color: #92ac25;
}
.slideshow.in-page .slide {
  position: relative;
}
.slideshow.in-page .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
}
.slideshow.in-page .caption p {
  color: #fff;
  font-size: 14px;
  line-height: 1.27;
  margin: 0;
  padding: 0;
}
.slideshow.in-page .vid-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.slideshow.in-page .vid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow.in-page .slide-video {
  position: relative;
  cursor: pointer;
}
.slideshow.in-page .slide-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.25s all linear;
}
.slideshow.in-page .slide-video .play-button svg {
  position: relative;
  left: 4px;
}
.slideshow.in-page .slide-video:hover .play-button {
  background: rgba(0, 0, 0, 0.85);
}
.slideshow.in-page .slick-next:before,
.slideshow.in-page .slick-prev:before {
  display: block;
  margin-top: -35px;
}

.video-embed {
  position: relative;
}
.video-embed .play-button {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.25s all linear;
}
.video-embed .play-button .play-triangle {
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.8);
  transition: 0.25s all linear;
}
.video-embed .play-button:hover {
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);
}
.video-embed .play-button:hover .play-triangle {
  border-left: 15px solid rgb(255, 255, 255);
}
.video-embed .video-container {
  display: none;
}
.video-embed.loaded .play-button,
.video-embed.loaded img {
  display: none;
}
.video-embed.loaded .video-container {
  display: block;
}

.callout {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  transition: 0.25s all linear;
  background: #fff;
  color: #00552e;
  padding: 30px 20px;
  margin-top: 50px;
  display: block;
}
.callout:hover {
  text-decoration: none;
}
.callout h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  transition: 0.25s all linear;
  color: #00552e;
}
.callout p {
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
  font-weight: 400;
  margin: 0;
}
.callout.has-link {
  position: relative;
  cursor: pointer;
}
.callout.has-link > * {
  position: relative;
  z-index: 5;
}
.callout.has-link .panel-link {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.callout.has-link:hover {
  background: #92ac25;
  color: #fff;
}
.callout.has-link:hover h3 {
  color: #fff;
}

.init-hidden {
  display: none;
}

.circle-sidebar {
  border-left: 2px solid #c9c9c9;
  height: 100%;
  padding-left: 25px;
}
.circle-sidebar .circle,
.circle-sidebar .image {
  border: 2px solid #92ac25;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-right: 20px;
}
.circle-sidebar .image {
  border-radius: 0;
  border: 0;
}
.circle-sidebar .sidebar-entry {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.circle-sidebar .entry {
  width: calc(100% - 95px);
}
.circle-sidebar .entry h4 {
  color: #00552e;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 17px;
  margin: 0;
}

.related {
  height: 500px;
  margin-top: 60px;
  background: #e0e1e2;
  padding: 40px 0;
}
.related h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.our-work h1 {
  margin-bottom: 30px;
}
.our-work .control-title {
  text-transform: uppercase;
  color: #00552e;
  border-bottom: 1px dotted #00552e;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.our-work .controls label {
  color: #00552e;
  font-weight: 600;
  cursor: pointer;
}
.our-work .trigger-search {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 35px;
}
.our-work .trigger-search:hover {
  cursor: pointer;
}

.study {
  max-width: 540px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 40px;
}
.study:hover .overlay-wrapper p {
  opacity: 1;
}
.study > a {
  margin-top: auto;
}
.study > a:focus .overlay-wrapper p {
  opacity: 1;
}
.study .overlay-wrapper {
  position: relative;
}
.study .overlay-wrapper img {
  position: relative;
  z-index: 5;
}
.study .overlay-wrapper p {
  transition: 0.25s all linear;
  opacity: 0;
  z-index: 10;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.study h2 {
  margin: 0 0 20px;
  width: 100%;
  transition: 0.25s all linear;
}
.study h2 a {
  color: #00552e;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.1;
}
.study h2 a:hover {
  color: #242424;
  text-decoration: none;
  border-bottom: 1px dotted #00552e;
}
.study img {
  opacity: 1;
  transition: 0.25s all linear;
}
.study img:hover {
  opacity: 0.65;
}

.loader .load-icon {
  display: none;
}
.loader .load-wrap {
  align-items: center;
  border: 4px solid #92ac25;
  display: flex;
  height: 110px;
  margin: 0 auto;
  width: 110px;
}
.loader svg {
  margin: 0 auto;
  overflow: hidden;
}
.loader #wave {
  stroke-dasharray: 0 16 101 16;
  animation: moveTheWave 2400ms linear infinite;
}
@keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    stroke-dashoffset: -133;
    transform: translate3d(-90px, 0, 0);
  }
}
.loader span {
  display: block;
  width: 110px;
  margin: 5px auto 0;
  color: #92ac25;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.end-of-results {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #c9c9c9;
}
.end-of-results p {
  text-transform: uppercase;
  font-size: 14px;
  color: #58595b;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .case-study h1 {
    margin-bottom: 40px;
  }
  .case-study .intro {
    padding-right: 30px;
  }
  .circle-sidebar .entry h4 {
    font-size: 13px;
    letter-spacing: 0.5;
  }
}
@media (max-width: 991.98px) {
  .filters select,
  .filters input {
    margin-bottom: 10px;
  }
  form.filter-form {
    margin-bottom: 0;
  }
  .controls .button, .controls form .gform_footer input[type=submit], form .gform_footer .controls input[type=submit] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .case-study .intro {
    padding: 0;
  }
  .case-study .callout {
    margin-top: 20px;
  }
  .circle-sidebar {
    border-left: 0;
    height: auto;
    border-top: 2px solid #c9c9c9;
    border-bottom: 2px solid #c9c9c9;
    padding: 20px 0;
    margin: 20px 0;
  }
  .circle-sidebar .sidebar-entry:last-child {
    margin-bottom: 0;
  }
  .circle-sidebar .circle {
    width: 50px;
    height: 50px;
  }
  .related {
    height: auto;
  }
}
.hero-intro {
  margin-top: -230px;
  margin-bottom: 40px;
}
.hero-intro .hero-wrapper {
  background: #fff;
  padding: 25px 80px;
  text-align: center;
}
.hero-intro h1 {
  margin-bottom: 50px;
}

.list .list-item {
  margin-bottom: 50px;
}
.list .list-item h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.list .list-item p {
  margin-bottom: 20px;
}
.list .list-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list .list-item ul li {
  position: relative;
  color: #92ac25;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.list .list-item ul li a {
  color: #00552e;
}
.list .list-item ul li a:hover {
  text-decoration: none;
  color: #242424;
  border-bottom: 1px dotted #00552e;
}
.list .list-item ul li .triangle {
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #92ac25;
}
.list .list-item ul li .text {
  display: block;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .hero-intro {
    margin-bottom: 30px;
  }
  .hero-intro .hero-wrapper {
    padding: 30px;
  }
  .hero-intro h1 {
    margin-bottom: 30px;
  }
  .list .list-item h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .list .list-item:last-child {
    margin-bottom: 0;
  }
}
.about.subpage {
  padding-bottom: 0;
}

.about-box {
  margin-bottom: 60px;
}
.about-box .clip-box {
  background: #fff;
  padding: 30px;
}
.about-box h2 {
  color: #00552e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.about-box p {
  font-size: 14px;
  line-height: 22px;
}

.tabs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.tabs .container {
  display: flex;
  align-items: center;
}
.tabs .tab-headers {
  width: 30%;
  height: 100%;
  border-right: 1px solid #fff;
}
.tabs .tab-headers .tab-header {
  margin: 40px 0 5px;
  cursor: pointer;
  color: #fff;
}
.tabs .tab-headers .tab-header:hover h2 {
  opacity: 0.65;
}
.tabs .tab-headers .tab-header:focus {
  outline: none;
}
.tabs .tab-headers .tab-header:focus-visible {
  outline: 2px dashed #fff;
}
.tabs .tab-headers .tab-header h3 {
  opacity: 1;
  transition: 0.25s all linear;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  letter-spacing: 2px;
}
.tabs .tab-headers .tab-header.active {
  border-bottom: 1px solid #fff;
}
.tabs .tab-headers .tab-header.active h3 {
  font-weight: 600;
}
.tabs .tab-content {
  width: 70%;
  padding-left: 15px;
}
.tabs .tab-content .tab {
  display: none;
}
.tabs .tab-content .tab.active {
  display: block;
}
.tabs .tab-content .tab-contents {
  padding: 30px;
}
.tabs .tab-content .tab-contents > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tabs .tab-content ul,
.tabs .tab-content ol {
  margin-left: 30px;
}
.tabs .tab-content p {
  margin-bottom: 10px;
}

.story {
  padding-top: 60px;
  padding-bottom: 60px;
}
.story h3 {
  color: #00552e;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
}
.story .mobile-timeline {
  display: none;
}

.about .hover-grid .grid-block.image {
  height: calc(100% - 30px);
}

@media (max-width: 767.98px) {
  .story .mobile-timeline {
    display: block;
    margin: 0 auto;
  }
  .story .desktop-timeline {
    display: none;
  }
  .tabs .tab-headers .tab-header h3 {
    font-size: 18px;
  }
  .tabs .tab-content p {
    font-size: 14px;
  }
  .tabs .tab-content .tab-contents {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .tabs .tab-headers {
    width: 25%;
  }
  .tabs .tab-headers .tab-header {
    padding-right: 5px;
  }
  .tabs .tab-headers .tab-header h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .tabs .tab-content {
    width: 75%;
  }
  .about .hover-grid .wrapper-image {
    display: none;
  }
}
.extras .video-container {
  display: block;
}
.extras svg {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
  font-size: 21px;
}
.extras .extra-videos {
  margin-bottom: 30px;
}
.extras .extra-videos .video-embed {
  margin: 0 0 30px;
}
.extras .extra-videos .year {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #242424;
  margin: 5px 0;
}
.extras .extra-videos h3 {
  color: #00552e;
  font-weight: 600;
  font-size: 18px;
}
.extras .extra-videos .vid {
  position: relative;
}
.extras .extra-videos .vid .js-modal-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.page-intro {
  margin-bottom: 60px;
}
.page-intro h1 {
  margin-bottom: 40px;
}
.page-intro p {
  margin: 0;
}
.page-intro p + p {
  margin-top: 15px;
}

.image-toggle-wrapper {
  opacity: 1;
  position: sticky;
  float: right;
  z-index: 100;
  width: 103px;
  margin-right: -103px;
  top: 50%;
  margin-top: 30%;
}
.image-toggle-wrapper .image-toggle {
  transition: 0.25s all linear;
  background: #92ac25;
  padding: 10px 40px 10px 10px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-left: -103px;
}
.image-toggle-wrapper .image-toggle.active {
  background: #00552e;
}
.image-toggle-wrapper .image-toggle.active:hover {
  background: #92ac25;
}
.image-toggle-wrapper .image-toggle img {
  display: block;
}
.image-toggle-wrapper .image-toggle:hover {
  background: #00552e;
}

.team-members h2 {
  color: #00552e;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.team-members .member {
  display: block;
  margin: 0 0 30px;
  position: relative;
}
.team-members .member img {
  display: block;
}
.team-members .member a {
  position: static;
  bottom: 0;
  left: 0;
}
.team-members .member .caricature {
  display: none;
}
.team-members .member.show-caricature .profile {
  display: none;
}
.team-members .member.show-caricature .caricature {
  display: block;
}
.team-members .member .info {
  padding: 30px 20px;
  transition: 0.25s all linear;
  transition-delay: 0.1s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.team-members .member .info a img {
  opacity: 1;
  transition: 0.25s all linear;
}
.team-members .member .info a:hover img {
  opacity: 0.65;
}
.team-members .member .info h3 {
  color: #00552e;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 5px;
}
.team-members .member .info h4 {
  color: #00552e;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.team-members .member .info p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
}
.team-members .member .info p strong {
  color: #00552e;
}
.team-members .member:hover .info, .team-members .member:focus .info {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.team-members .team-section + .team-section {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  .team-members .member .info {
    padding: 15px;
  }
  .team-members .member .info a img {
    max-width: 25px;
  }
  .team-members .member .info h3 {
    font-size: 18px;
    margin: 0;
  }
  .team-members .member .info h4 {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .team-members .member .info p {
    margin: 0 0 5px;
  }
}
@media (max-width: 767.98px) {
  .team-members .member .info {
    padding: 20px;
  }
  .team-members .member .info a img {
    max-width: 30px;
  }
  .team-members .member .info h3 {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .team-members .member .info h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .team-members .member .info p {
    margin: 0 0 10px;
  }
}
.page-template-single-careers #main {
  position: relative;
  z-index: 1;
  background: #fff;
}
.page-template-single-careers .hero.expanded.video-hero {
  min-height: 100vh;
  height: auto;
}
.page-template-single-careers .hero.expanded.video-hero .hero-content-wrapper {
  position: relative;
  z-index: 15;
}
.page-template-single-careers .hero.expanded.video-hero .video-header h1 {
  color: #eed700;
}

.careers-eeo p {
  opacity: 0.7;
  text-align: center;
  font-size: 12px;
}
.careers-eeo a {
  color: #92ac25;
}
.careers-eeo a:hover {
  color: #00552e;
}

.join-cta {
  margin-top: 120px;
}
.join-cta .button, .join-cta form .gform_footer input[type=submit], form .gform_footer .join-cta input[type=submit] {
  font-size: 20px;
}

.benefits .row {
  justify-content: space-evenly;
}

.block-arena {
  display: none;
}

.work-here {
  background: #e0e1e2;
  padding: 60px;
}
.work-here .person {
  height: 100%;
}
.work-here .person img {
  position: relative;
  z-index: 10;
  width: 160px;
  display: block;
  border-radius: 50%;
  margin: 0 auto -80px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}
.work-here .person .info {
  position: relative;
  z-index: 5;
  height: calc(100% - 80px);
}
.work-here .person .info .clip-box {
  padding: 100px 30px 80px;
  height: 100%;
  position: relative;
}
.work-here .person .info p {
  font-size: 15px;
  line-height: 1.27;
  color: #00552e;
}
.work-here .person .info .quote-wrapper {
  position: relative;
}
.work-here .person .info .quote {
  position: absolute;
  top: 0;
  left: -22px;
  color: #92ac25;
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
}
.work-here .person .info .person-attr {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
}
.work-here .person .info .person-attr span {
  display: block;
  margin-top: 5px;
}
.work-here .person .info .person-attr .name {
  color: #92ac25;
}
.work-here .person .info .person-attr .title {
  color: #00552e;
  font-weight: 400;
}

.join-cta .buttons {
  margin-bottom: 30px;
}
.join-cta .buttons .button, .join-cta .buttons form .gform_footer input[type=submit], form .gform_footer .join-cta .buttons input[type=submit] {
  color: #fff;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}
.join-cta .join-note {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.benefits.circle-sidebar {
  border: 0;
  padding: 60px 0 20px;
}
.benefits.circle-sidebar h2 {
  text-align: center;
  margin-bottom: 50px;
}
.benefits.circle-sidebar .entry-content {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.benefits.circle-sidebar .entry-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.benefits.circle-sidebar .entry-content p {
  margin: 0;
  color: #242424 !important;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.benefits.circle-sidebar .entry-icon {
  width: 100px;
  height: 100px;
}
.benefits.circle-sidebar .circle {
  margin: 0;
  width: 97px;
  height: 97px;
  border-width: 3px;
}

.careers.subpage {
  padding-bottom: 0;
}

.careers-bottom {
  padding: 60px 0;
  background: #e0e1e2;
}

@media (max-width: 1199.98px) {
  .page-template-single-careers .hero.expanded .hero-content .callout h4 {
    font-size: 14px;
  }
  .page-template-single-careers .hero.expanded .hero-content .callout .button, .page-template-single-careers .hero.expanded .hero-content .callout form .gform_footer input[type=submit], form .gform_footer .page-template-single-careers .hero.expanded .hero-content .callout input[type=submit] {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .benefits.circle-sidebar .circle {
    width: 50px;
    height: 50px;
  }
  .benefits.circle-sidebar .entry-content {
    width: calc(100% - 50px);
  }
  .benefits.circle-sidebar .entry-content h5 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .work-here {
    padding: 40px 0;
  }
  .work-here .fadeup {
    margin-bottom: 30px;
  }
  .work-here .person {
    margin: 0 0 30px;
  }
}
@media (max-width: 575.98px) {
  .benefits.circle-sidebar .sidebar-entry {
    margin-bottom: 15px;
  }
}
.display-arena .grid-content > div {
  width: 100%;
}

.horizontal-tabs {
  background: #e0e1e2;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 10px;
}
.horizontal-tabs h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
.horizontal-tabs.tabs {
  display: block;
}
.horizontal-tabs.tabs .tab-headers {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #92ac25;
  border: 0;
  overflow: hidden;
  margin-top: -10px;
  padding-top: 10px;
}
.horizontal-tabs.tabs .tab-headers .title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 1.1;
}
.horizontal-tabs.tabs .tab-headers .tab-header {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 15px 20px;
  margin: 0 5px;
  line-height: 79px;
  transition: 0.25s all linear;
  color: #00552e;
}
.horizontal-tabs.tabs .tab-headers .tab-header .icon {
  width: 90px;
  min-width: 90px;
  display: inline-block;
  margin: 0 auto;
}
.horizontal-tabs.tabs .tab-headers .tab-header.active, .horizontal-tabs.tabs .tab-headers .tab-header:hover, .horizontal-tabs.tabs .tab-headers .tab-header:focus-visible {
  border-bottom: 0;
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}
.horizontal-tabs.tabs .tab-headers .tab-header:focus {
  outline: 2px dashed #00552e;
  outline-offset: 2px;
}
.horizontal-tabs.tabs .tab-content {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-left: 0;
}
.horizontal-tabs.tabs .tab-content .slick-slider {
  height: auto;
}
.horizontal-tabs.tabs .tab-content .slick-prev,
.horizontal-tabs.tabs .tab-content .slick-next {
  height: 110px;
}
.horizontal-tabs.tabs .tab-content .tab {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  text-align: left;
}
.horizontal-tabs.tabs .tab-content .tab h3 {
  font-size: 28px;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.horizontal-tabs.tabs .tab-content .tab p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.55;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote {
  margin-top: 20px;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote img {
  border-radius: 50%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  display: block;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote-content {
  padding-left: 15px;
  position: relative;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote-content .quotes {
  position: absolute;
  top: 0;
  left: -15px;
  color: #92ac25;
  font-size: 60px;
  line-height: 60px;
  font-style: italic;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote-content p {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.5px;
  margin: 0;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote-content .attribution {
  margin-top: 30px;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote-content .attribution .name,
.horizontal-tabs.tabs .tab-content .tab .tab-quote-content .attribution .title {
  font-weight: 600;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 5px;
  color: #00552e;
}
.horizontal-tabs.tabs .tab-content .tab .tab-quote-content .attribution .name {
  font-size: 18px;
  font-weight: 900;
  color: #00552e;
}
.horizontal-tabs .horizontal-tab-group {
  width: 100%;
}

.latest-news {
  background: #e0e1e2;
  padding: 40px 0;
}
.latest-news h2 {
  text-transform: uppercase;
  margin: 0 0 30px;
}

.social.subpage {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .horizontal-tabs.tabs .tab-headers .tab-header {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 0 10px;
  }
  .horizontal-tabs.tabs .tab-headers .tab-header .icon {
    width: 70px;
    min-width: 0;
    margin: 0 0 5px;
  }
}
@media (max-width: 767.98px) {
  .horizontal-tabs .horizontal-tab-group {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  }
  .horizontal-tabs.tabs .tab-headers {
    display: block;
    margin-top: 0;
    padding: 0;
    overflow: visible;
  }
  .horizontal-tabs.tabs .tab-headers .tab-header {
    width: 100%;
    background: #fff;
    margin: 0;
    text-align: left;
    border-left: 5px transparent solid;
    padding: 10px;
    line-height: 35px;
  }
  .horizontal-tabs.tabs .tab-headers .tab-header img {
    max-width: 35px;
    position: relative;
    top: -3px;
  }
  .horizontal-tabs.tabs .tab-headers .tab-header .title {
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
  }
  .horizontal-tabs.tabs .tab-headers .tab-header .icon {
    width: 40px;
  }
  .horizontal-tabs.tabs .tab-headers .tab-header.active, .horizontal-tabs.tabs .tab-headers .tab-header:hover {
    border-left: 5px #92ac25 solid;
    box-shadow: none;
    background: #f3f3f3;
  }
  .horizontal-tabs.tabs .tab-content .tab {
    box-shadow: none;
  }
  .horizontal-tabs.tabs .tab-content .tab .tab-quote img {
    display: none;
  }
}
.subpage.form .notes-header,
.subpage.form .final-note {
  color: #00552e;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.3;
}
.subpage.form .final-note {
  font-size: 18px;
}
.subpage.form .logos {
  height: auto;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.subpage.form .logos .logo {
  display: flex;
  min-height: 150px;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
}
.subpage.form .logos .slick-dots {
  bottom: -40px;
}
.subpage.form .logos .slick-dots li button::before {
  border: 1px solid #00552e;
  background: #fff;
  border-radius: 50%;
  color: #fff;
}
.subpage.form .logos .slick-dots li button.slick-active::before {
  background: #00552e;
  color: #00552e;
}
.subpage.form .notes .note {
  margin: 0 0 30px;
}
.subpage.form .notes .note h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #00552e;
}
.subpage.form .notes .note:last-child {
  margin-bottom: 0;
}
.subpage.form .gform_heading {
  display: none;
}
.subpage.form .gform_body .gfield {
  margin: 0 0 15px;
}
.subpage.form .gform_body .gfield > label,
.subpage.form .gform_body .gfield > legend {
  color: #00552e;
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.subpage.form .gform_body .gfield > label .gfield_required,
.subpage.form .gform_body .gfield > legend .gfield_required {
  display: none;
}
.subpage.form .gform_body .gfield > legend {
  margin-bottom: 20px;
}
.subpage.form .gform_body .gfield.gfield--type-honeypot {
  display: none;
}
.subpage.form .gform_body .gfield.gfield--type-checkbox .gchoice {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc dotted;
}
.subpage.form .gform_body .gfield.gfield--type-checkbox .gchoice:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.subpage.form .gform_body .gfield.gfield--type-checkbox .gchoice input {
  margin-right: 7px;
  padding: 0;
  border: none;
  width: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
}
.subpage.form .gform_body .gfield.gfield--type-checkbox .gchoice label {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
}
.subpage.form .gform_body .gfield.gfield--type-checkbox .gfield_description {
  margin: -15px 0 20px;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
