/* Theme base styles */

/* Generic */

*, *:before, *:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
   border: 0;
}


/* Custom Reset Css */

[v-cloak] {
  display: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit; }

.section {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative; }
  @media (min-width: 768px) {
    .section {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (min-width: 1200px) {
    .section {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (min-width: 1400px) {
    .section {
      padding-left: 10rem;
      padding-right: 10rem; } }

.section-no-right {
  padding-left: 3rem;
  position: relative;
  padding-right: 3rem; }
  @media (min-width: 768px) {
    .section-no-right {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (min-width: 1200px) {
    .section-no-right {
      padding-left: 6rem;
      padding-right: 0; } }
  @media (min-width: 1400px) {
    .section-no-right {
      padding-left: 10rem; } }

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }

.max-wide {
  max-width: 1740px;
  margin: 0 auto;
  position: relative; }

.max-internal {
  max-width: 1480px;
  margin: 0 auto;
  position: relative; }

.max-large {
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }

.max-medium {
  max-width: 992px;
  margin: 0 auto;
  position: relative; }

.max-small {
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

.text-wrap {
  margin: 0 auto; }

.border-green {
  display: inline-block;
  padding-bottom: 5px;
  position: relative; }
  .border-green:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    background: #4D8D23; }

.border-yellow {
  display: inline-block;
  padding-bottom: 5px;
  position: relative; }
  .border-yellow:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    background: #E8A000; }

.border-white {
  display: inline-block;
  padding-bottom: 5px;
  position: relative; }
  .border-white:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    background: #ffffff; }

.border-purple {
  display: inline-block;
  padding-bottom: 5px;
  position: relative; }
  .border-purple:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    background: #4C164A; }

.btn {
  display: inline-block;
  min-width: 236px;
  border: 2px solid #333333;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  border-radius: 50px;
  margin: 0;
  padding: 14px 15px 13px 18px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .btn svg {
    margin-top: 3px; }
  .btn.green {
    border-color: #4D8D23;
    color: #4D8D23; }
  .btn.white {
    color: #ffffff;
    border: 1px solid #ffffff;
    min-width: 200px;
    font-size: 16px; }
  .btn.purple {
    border-color: #4C164A;
    color: #4C164A; }
    .btn.purple .a {
      fill: #4C164A !important; }
  .btn.yellow {
    border-color: #E8A000;
    color: #E8A000; }
  .btn.blue {
    border-color: #00839F;
    color: #00839F; }
  .btn.large {
    font-size: 14px; }
    @media (min-width: 992px) {
      .btn.large {
        min-width: 340px;
        font-size: 18px; } }
  .btn.fill {
    background-color: #00839F;
    color: white; }

.date {
  color: #A7A7A7;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.bg-green {
  background-color: #4D8D23 !important; }

.bg-purple {
  background-color: #4C164A !important; }

.bg-blue {
  background-color: #00839F !important; }

.bg-yellow {
  background-color: #E8A000 !important; }

.bc-green {
  border-color: #4D8D23 !important; }

.bc-purple {
  border-color: #4C164A !important; }

.bc-blue {
  border-color: #00839F !important; }

.bc-yellow {
  border-color: #E8A000 !important; }

.font-green {
  color: #4D8D23 !important; }
  .font-green.on {
    border: 2px solid #4D8D23; }

.font-purple {
  color: #4C164A !important; }
  .font-purple.on {
    border: 2px solid #4C164A; }

.font-blue {
  color: #00839F !important; }
  .font-blue.on {
    border: 2px solid #00839F; }

.font-yellow {
  color: #E8A000 !important; }
  .font-yellow.on {
    border: 2px solid #E8A000; }

.rte-button {
  display: inline-block;
  min-width: 240px;
  border: 2px solid #333333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 55px;
  margin: 0;
  padding: 15px 15px 13px 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-color: #00839F;
  color: #00839F;
  position: relative; }
  .rte-button:before {
    background-position: right center; }

.gradient-to-bottom {
  position: relative; }
  .gradient-to-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 150px;
    width: 100%;
    height: 60%;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box; }

.service-block-swoosh {
  position: absolute;
  bottom: 150px;
  right: -10%;
  width: 115%;
  z-index: 2;
  overflow: hidden;
  opacity: 0.8; }
  .service-block-swoosh svg {
    position: relative;
    bottom: -65vw;
    right: 0;
    width: 100%; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: raleway, sans-serif;
  color: #333333;
  background-color: lightgrey;
  min-height: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  font-family: raleway, sans-serif;
  background-color: lightgrey;
  margin: 0;
  padding: 0;
  --webkit-font-smoothing: antialiased;
  color: #333333;
    max-width: 100%;

}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  color: #333333;
}

main:not(.ovv) {
    overflow: hidden; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem 0;
}

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: '\01F4C5';
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type='file'] {
  padding: initial;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */

@media (max-width: 1023px) {
    html.navigating {
      overflow: hidden; } }

a:not([href]) {
  cursor: pointer; }

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, h2, h3, h4, h5, blockquote {
  margin-bottom: 1em; }

h1 {
  font-size: 62px;
  line-height: 1.26667;
  font-weight: 700; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 6rem;
      line-height: 1.17143; } }
  @media (min-width: 1400px) {
    h1 {
      font-size: 7rem;
      line-height: 1.17143; } }

h2 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 4.2rem;
      line-height: 1.28571; } }

h3 {
  font-size: 2.3rem;
  line-height: 1.52174;
  font-weight: 700; }
  @media (min-width: 1200px) {
    h3 {
      font-size: 3.2rem;
      line-height: 1.375; } }

h4 {
  font-size: 1.8rem;
  line-height: 1.75; }
  @media (min-width: 1200px) {
    h4 {
      font-size: 2.4rem;
      line-height: 1.5; } }

h5 {
  font-size: 1.6rem;
  line-height: 1.75; }
  @media (min-width: 1200px) {
    h5 {
      font-size: 1.8rem;
      line-height: 1.6; } }

p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1.2em;
  font-family: open-sans, sans-serif;
  font-weight: 300; }
  @media (min-width: 1200px) {
    p {
      font-size: 1.8rem;
      line-height: 1.66667; } }
  p a {
    text-decoration: underline; }
  p.small {
    font-size: 1.4rem; }

ul li, ol li {
  font-size: 1.6rem;
  line-height: 1.75; }
  @media (min-width: 1200px) {
    ul li, ol li {
      font-size: 1.6rem;
      line-height: 1.75; } }

ol {
  padding-left: 20px; }

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

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

#nav, nav, .nav {
  position: relative;
  z-index: 999; }

.nav {
  background-color: #ffffff; }
  .nav:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 3; }
  .nav .section {
    position: relative;
    z-index: 4; }
  .nav-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 24px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 5; }
    @media (min-width: 768px) {
      .nav-flex {
        padding: 40px 0; } }
    .nav-flex svg {
      margin-top: -10px;
      max-width: 175px; }
      @media (min-width: 768px) {
        .nav-flex svg {
          max-width: 220px; } }
      @media (min-width: 1200px) {
        .nav-flex svg {
          max-width: 270px; } }
    .nav-flex ul {
      display: -ms-flexbox;
      display: flex;
      width: 75%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      list-style: none; }
      @media (min-width: 1024px) {
        .nav-flex ul {
          width: 73%;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-line-pack: center;
              align-content: center; } }
      @media (min-width: 1200px) {
        .nav-flex ul {
          width: 70%; } }
      @media (min-width: 1400px) {
        .nav-flex ul {
          width: 62%; } }
      .nav-flex ul li {
        font-weight: 700;
        color: #707070;
        text-transform: uppercase;
        font-size: 16px;
        cursor: pointer;
        margin-left: auto; }
        @media (min-width: 1200px) {
          .nav-flex ul li {
            font-size: 18px; } }
        .nav-flex ul li:hover {
          color: #00839F; }
        .nav-flex ul li.green:hover {
          color: #4D8D23; }
        .nav-flex ul li.yellow:hover {
          color: #E8A000; }
        .nav-flex ul li.purple:hover {
          color: #4C164A; }
        .nav-flex ul li.btn {
          text-align: center;
          min-width: 100px;
          width: 150px; }
    .nav-flex .hidemob {
      display: none; }
      @media (min-width: 1024px) {
        .nav-flex .hidemob {
          display: inline-block; } }
      @media (min-width: 1200px) {
        .nav-flex .hidemob {
          display: inline-block; } }
  .nav-drop {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #4D8D23;
    width: 100%;
    z-index: 2;
    transform: translateY(-100%);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) transform, 0.5s linear opacity;
    opacity: 0.5;
    display: none; }
    @media (min-width: 1024px) {
      .nav-drop {
        display: block; } }
    .nav-drop.on {
      opacity: 1;
      transform: translateY(0); }
    .nav-drop:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      -webkit-animation: fadein ease-in-out 4s infinite alternate both;
              animation: fadein ease-in-out 4s infinite alternate both; }
    .nav-drop.green {
      background: transparent linear-gradient(270deg, #4B7020 0%, #00839F 100%) 0% 0% no-repeat padding-box; }
      .nav-drop.green:before {
        background: linear-gradient(0deg, #00839F, #4B7020); }
    .nav-drop.yellow {
      background: transparent linear-gradient(270deg, #D68100 0%, #D68100 29%, #00839F 74%, #00839F 100%) 0% 0% no-repeat padding-box; }
      .nav-drop.yellow:before {
        background: linear-gradient(200deg, #00839F, #D68100); }
    .nav-drop.purple {
      background: transparent linear-gradient(270deg, #4C164A 0%, #00839F 100%) 0% 0% no-repeat padding-box; }
      .nav-drop.purple:before {
        background: linear-gradient(200deg, #00839F, #4C164A); }
    .nav-drop-flex {
      padding: 70px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .nav-drop-flex-left {
        width: 58%;
        padding-right: 20px; }
        @media (min-width: 1200px) {
          .nav-drop-flex-left {
            width: 38%; } }
        .nav-drop-flex-left h4, .nav-drop-flex-left p {
          max-width: 550px; }
        .nav-drop-flex-left h4 {
          color: #ffffff;
          font-size: 20px; }
          .nav-drop-flex-left h4:first-of-type {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 500;
            margin-bottom: 0;
            padding-bottom: 30px;
            position: relative; }
            .nav-drop-flex-left h4:first-of-type:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 5px;
              background-color: #ffffff;
              opacity: 0.5; }
        .nav-drop-flex-left h2 {
          color: #ffffff;
          margin: 0;
          margin-top: 30px;
          margin-bottom: 15px; }
          @media (min-width: 1200px) {
            .nav-drop-flex-left h2 {
              font-size: 38px; } }
      .nav-drop-flex-right {
        width: 40%; }
        @media (min-width: 1200px) {
          .nav-drop-flex-right {
            width: 25%; } }
        .nav-drop-flex-right h4 {
          color: #ffffff;
          font-size: 20px;
          display: inline-block;
          text-transform: uppercase;
          letter-spacing: 3px;
          font-weight: 500;
          margin-bottom: 30px;
          padding-bottom: 26px;
          position: relative; }
          .nav-drop-flex-right h4:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 5px;
            background-color: #ffffff;
            opacity: 0.5; }
        .nav-drop-flex-right ul {
          list-style: none; }
          .nav-drop-flex-right ul li {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #ffffff; }
            @media (min-width: 1200px) {
              .nav-drop-flex-right ul li {
                font-size: 26px; } }
      .nav-drop-flex-contact {
        display: none; }
        @media (min-width: 1200px) {
          .nav-drop-flex-contact {
            width: 30%;
            display: block; } }
        @media (min-width: 1400px) {
          .nav-drop-flex-contact {
            width: 27%; } }
        .nav-drop-flex-contact h4 {
          color: #ffffff;
          font-size: 20px;
          font-weight: 300;
          margin: 0; }
          .nav-drop-flex-contact h4 span {
            display: inline-block;
            min-width: 24px; }
          .nav-drop-flex-contact h4 a {
            text-decoration: underline; }
        .nav-drop-flex-contact .address {
          margin-top: 30px; }
          .nav-drop-flex-contact .address p {
            margin: 0;
            color: #ffffff; }
    .nav-drop-more {
      padding-top: 10px; }
  .nav-under {
    content: '';
    position: fixed;
    left: -200vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0;
    z-index: 1;
    transition: opacity 500ms linear; }
    .nav-under.on {
      left: 0;
      opacity: 0.3; }

nav {
  height: 102px;
  overflow: hidden; }
  @media (min-width: 768px) {
    nav {
      height: 134px; } }
  @media (min-width: 1024px) {
    nav {
      height: auto;
      overflow: visible; } }

.mobnav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #333;
  width: 100%;
  min-height: 100vh;
  z-index: 50;
  transform: translateX(101%);
  transition: 0.3s cubic-bezier(1, 0, 0, 1) transform;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 102px; }
  @media (min-width: 768px) {
    .mobnav {
      padding-top: 134px; } }
  @media (min-width: 1024px) {
    .mobnav {
      width: 510px;
      padding-top: 135px; } }
  @media (min-width: 1400px) {
    .mobnav {
      width: 580px; } }
  .mobnav-inner {
    padding: 0 20px 0 30px;
    height: calc(100vh - 102px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 200px; }
    @media (min-width: 768px) {
      .mobnav-inner {
        padding-left: 60px;
        height: calc(100vh - 134px); } }
    @media (min-width: 1024px) {
      .mobnav-inner {
        padding: 0 80px;
        overflow-y: hidden;
        overflow-x: hidden; } }
    @media (min-width: 1400px) {
      .mobnav-inner {
        padding: 0 110px 0 100px; } }
  .mobnav.on {
    transform: translateX(0%); }
  .mobnav .hidedesk {
    display: block; }
    @media (min-width: 1024px) {
      .mobnav .hidedesk {
        display: none; } }
  .mobnav .ul-one {
    list-style: none;
    margin-top: 60px; }
    @media (min-width: 1024px) {
      .mobnav .ul-one {
        text-align: right;
        padding-left: 0; } }
    .mobnav .ul-one.mobnav-blue {
      border-left: 6px solid #00839F; }
      @media (min-width: 1024px) {
        .mobnav .ul-one.mobnav-blue {
          border-right: 6px solid #00839F;
          border-left: none; } }
    .mobnav .ul-one .li-one {
      font-size: 20px;
      color: #D1D1D1;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px;
      padding-left: 30px; }
      @media (min-width: 1024px) {
        .mobnav .ul-one .li-one {
          padding-left: 0;
          padding-right: 30px; } }
      .mobnav .ul-one .li-one.mobnav-green {
        border-left: 6px solid #4D8D23; }
      .mobnav .ul-one .li-one.mobnav-purple {
        border-left: 6px solid #4C164A; }
      .mobnav .ul-one .li-one.mobnav-yellow {
        border-left: 6px solid #E8A000; }
      .mobnav .ul-one .li-one.mobnav-blue {
        border-left: 6px solid #00839F; }
  .mobnav .ul-two {
    list-style: none;
    padding: 30px 0 10px 0;
    transform: rotateX(90deg);
    max-height: 0;
    transition: transform ease .5s, max-height ease .3s .5s; }
    @media (min-width: 1024px) {
      .mobnav .ul-two {
        text-align: right;
        padding-left: 0;
        padding: 0; } }
    .mobnav .ul-two.on {
      margin-top: 20px;
      transform: rotateX(0);
      max-height: 50vh;
      transition: transform ease .5s .3s, max-height ease .3s; }
    .mobnav .ul-two.bg-blue {
      position: relative; }
      .mobnav .ul-two.bg-blue:after {
        content: "";
        height: 100%;
        width: 150%;
        position: absolute;
        top: 0;
        left: -25%;
        background-color: #00839F; }
    .mobnav .ul-two.bg-green {
      position: relative; }
      .mobnav .ul-two.bg-green:after {
        content: "";
        height: 100%;
        width: 150%;
        position: absolute;
        top: 0;
        left: -25%;
        background-color: #4D8D23; }
    .mobnav .ul-two.bg-yellow {
      position: relative; }
      .mobnav .ul-two.bg-yellow:after {
        content: "";
        height: 100%;
        width: 150%;
        position: absolute;
        top: 0;
        left: -25%;
        background-color: #E8A000; }
    .mobnav .ul-two.bg-purple {
      position: relative; }
      .mobnav .ul-two.bg-purple:after {
        content: "";
        height: 100%;
        width: 150%;
        position: absolute;
        top: 0;
        left: -25%;
        background-color: #4C164A; }
    .mobnav .ul-two .li-two {
      font-size: 18px;
      color: #f3f3f3;
      text-transform: none;
      font-weight: 500;
      margin-bottom: 15px;
      padding-left: 0;
      position: relative;
      z-index: 3; }
      .mobnav .ul-two .li-two.mobnav-green {
        border-left: 6px solid #4D8D23; }
      .mobnav .ul-two .li-two.mobnav-purple {
        border-left: 6px solid #4C164A; }
      .mobnav .ul-two .li-two.mobnav-yellow {
        border-left: 6px solid #E8A000; }
      .mobnav .ul-two .li-two.mobnav-blue {
        border-left: 6px solid #00839F; }
  @media (min-width: 1024px) {
    .mobnav-contact {
      text-align: right;
      margin-top: 50px; } }
  .mobnav-contact h4 {
    color: #ffffff;
    font-weight: 300;
    margin: 0; }
    .mobnav-contact h4 a {
      text-decoration: underline; }
  .mobnav-contact .address {
    margin-top: 30px; }
    .mobnav-contact .address p {
      margin: 0;
      color: #ffffff; }

.hero {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .hero {
      min-height: 700px; } }
  .hero.newsbg {
    background-image: url(/public/img/grad_box.jpg); }
  .hero.news {
    background-size: cover;
    background-position: center center;
    background-repeat: repeat; }
    .hero.news svg {
      fill: black; }
  .hero .back {
    margin: 0;
    margin-bottom: 20px; }
    .hero .back a {
      color: #00839F;
      text-decoration: none;
      font-weight: bold; }
      .hero .back a img {
        display: inline-block;
        margin-bottom: -4px; }
  .hero.small {
    min-height: 300px; }
    @media (min-width: 768px) {
      .hero.small {
        min-height: 500px; } }
    .hero.small .hero-flex {
      height: 300px; }
      @media (min-width: 768px) {
        .hero.small .hero-flex {
          height: 500px; } }
  .hero.home {
    background-position: center bottom; }
    .hero.home .hero-flex h1 {
      font-weight: 300; }
    .hero.home svg {
      position: absolute;
      width: 160%;
      left: -30%;
      bottom: -5%; }
  .hero-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    color: #ffffff;
    background-color: #00839F;
    background-image: url(/public/img/contact-arc.png);
    overflow: visible; }
    .hero-contact-inner {
      padding: 100px 0 150px 0; }
      .hero-contact-inner h1 {
        margin: 0; }
    .hero-contact-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .hero-contact-flex-left {
        width: 100%; }
        @media (min-width: 992px) {
          .hero-contact-flex-left {
            width: 45%; } }
        .hero-contact-flex-left h4 {
          margin: 0;
          font-weight: 300; }
          .hero-contact-flex-left h4:first-of-type {
            font-weight: 400;
            margin: 50px 0; }
      .hero-contact-flex-right {
        width: 100%;
        margin-top: 50px; }
        @media (min-width: 992px) {
          .hero-contact-flex-right {
            width: 45%; } }
        .hero-contact-flex-right .small {
          text-transform: uppercase;
          opacity: .6;
          font-weight: 700; }
  .hero.news h1 {
    font-weight: 400 !important; }
    @media (min-width: 992px) {
      .hero.news h1 {
        font-size: 6.2rem; } }
  .hero.news .hero-flex {
    max-width: 800px; }
  .hero-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 100px 0;
    max-width: 680px; }
    @media (min-width: 1200px) {
      .hero-flex {
        height: 400px;
        padding: 50px 0; } }
    @media (min-width: 992px) {
      .hero-flex.small {
        min-height: 500px; } }
    .hero-flex h1, .hero-flex h4, .hero-flex p {
      color: #ffffff;
      margin: 0; }
    .hero-flex p {
      max-width: 600px;
      padding-right: 20px; }
    .hero-flex h1 {
      margin-bottom: 30px;
      font-weight: 700; }
      @media (min-width: 1200px) {
        .hero-flex h1.service-heading {
          font-size: 60px; } }
/* white border after heading start*/
.border-white:after {
    content: '' !important;
    position: absolute !important;
    bottom: -1px !important;
    left: 0 !important;
    right: 0 !important;
    height: 5px !important;
    background: #ffffff !important;
      width: 100% !important;
}
/* white border after heading end*/
    .hero-flex h4.border-heading {
      color: #ffffff;
      letter-spacing: 3.6px;
      font-weight: 700;
      padding-bottom: 20px;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .hero-flex h4.border-heading {
          padding-bottom: 30px;
          margin-bottom: 30px; } }
    .hero-flex h4 span {
      font-weight: 700; }
  .hero.hero-svg .section {
    z-index: 2; }
  .hero.hero-svg svg {
    display: block;
    position: absolute;
    right: -10%;
    bottom: -10px;
    width: 165%; }
  @media (min-width: 992px) {
    .hero.hero-svg svg {
      bottom: -40px; }
    .hero.hero-svg:after {
      display: none; }
    .hero.hero-svg:before {
      display: none; } }

.twocolumn {
  padding: 25px 0 0 0;
  position: relative; }
  @media (min-width: 992px) {
    .twocolumn {
      padding: 75px 0 50px 0;
      position: relative;
      z-index: 22; } }
  .twocolumn.gb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 200px);
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box; }
    @media (min-width: 1024px) {
      .twocolumn.gb:after {
        left: -50%;
        width: 200%;
        height: calc(100% + 390px);
        bottom: auto;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%; } }
  .twocolumn h2 {
    font-weight: 300; }
  .twocolumn-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 5; }
    .twocolumn-flex-left {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .twocolumn-flex-left {
          width: 45%;
          margin-bottom: 0; } }
    .twocolumn-flex-right {
      width: 100%; }
      @media (min-width: 992px) {
        .twocolumn-flex-right {
          width: 45%; } }

@media (min-width: 1200px) {
  .home-blocks .twocolumn-flex h4 {
    font-size: 26px; } }

.service-blocks .twocolumn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box; }
  @media (min-width: 992px) {
    .service-blocks .twocolumn:after {
      left: -50%;
      width: 200%;
      height: calc(100% + 340px);
      bottom: auto;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%; } }

@media (min-width: 992px) {
  .service-blocks .twocolumn-flex-left {
    width: 51%; } }

.service-blocks .twocolumn-flex-left h3 {
  font-weight: 300; }

@media (min-width: 992px) {
  .service-blocks .twocolumn-flex-right {
    width: 38%; } }

.service-blocks .twocolumn-flex-right h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.4em 0 0.7em; }
  .service-blocks .twocolumn-flex-right h4:first-of-type {
    margin-top: 0.3em; }
  @media (min-width: 1200px) {
    .service-blocks .twocolumn-flex-right h4 {
      font-size: 18px; } }

.service-blocks .twocolumn-flex-right ul {
  list-style: disc;
  padding-left: 30px; }
  .service-blocks .twocolumn-flex-right ul li {
    font-size: 18px;
    margin: 2px 0; }
    @media (min-width: 1200px) {
      .service-blocks .twocolumn-flex-right ul li {
        font-size: 18px; } }

@media (min-width: 1200px) {
  .service-blocks .twocolumn-flex-right p {
    font-size: 18px; } }

.furtherlinks {
  padding: 25px 0 50px 0;
  position: relative;
  z-index: 24; }
  @media (min-width: 1024px) {
    .furtherlinks {
      padding: 100px 0 50px 0; } }
  .furtherlinks .carousel:after {
    content: 'flickity';
    display: none; }
    @media (min-width: 1024px) {
      .furtherlinks .carousel:after {
        content: ''; } }
  @media (min-width: 1024px) {
    .furtherlinks-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .furtherlinks-flex-item {
    position: relative;
    width: 85%;
    max-width: 400px;
    background-color: #ffffff;
    margin: 10px 20px 20px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 35px; }
    @media (min-width: 1024px) {
      .furtherlinks-flex-item {
        width: 31%;
        margin: 0;
        max-width: 500px; } }
    .furtherlinks-flex-item:hover img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      fill: transparent; }
    .furtherlinks-flex-item img {
      margin: 0 auto 20px auto; }
    .furtherlinks-flex-item:hover h4, .furtherlinks-flex-item:hover p {
      color: #ffffff; }
      .furtherlinks-flex-item:hover h4:after, .furtherlinks-flex-item:hover p:after {
        background: white; }
    .furtherlinks-flex-item:hover .btn {
      color: #ffffff;
      border-color: white; }
    .furtherlinks-flex-item:hover.green {
      -webkit-animation: further-green 1.5s linear forwards !important;
              animation: further-green 1.5s linear forwards !important; }
    .furtherlinks-flex-item:hover.yellow {
      -webkit-animation: further-yellow 1.5s linear forwards !important;
              animation: further-yellow 1.5s linear forwards !important; }
    .furtherlinks-flex-item:hover.purple {
      -webkit-animation: further-purple 1.5s linear forwards !important;
              animation: further-purple 1.5s linear forwards !important; }
    .furtherlinks-flex-item-inner {
      padding: 80px 30px 120px 30px; }
      @media (min-width: 1024px) {
        .furtherlinks-flex-item-inner {
          padding: 90px 40px 120px 40px; } }
      @media (min-width: 1200px) {
        .furtherlinks-flex-item-inner {
          padding: 90px 58px 120px 58px; } }
      .furtherlinks-flex-item-inner h4 {
        letter-spacing: 3.6px;
        font-weight: 700;
        text-transform: uppercase; }
        .furtherlinks-flex-item-inner h4.icon-heading {
          text-transform: none;
          letter-spacing: normal;
          margin-bottom: 0; }
      .furtherlinks-flex-item-inner .btn {
        position: absolute;
        bottom: 55px; }
        .furtherlinks-flex-item-inner .btn img {
          margin: 0; }
        @media (max-width: 1240px) {
          .furtherlinks-flex-item-inner .btn {
            font-size: 15px; }
            .furtherlinks-flex-item-inner .btn img {
              margin-left: 12px; } }

@media (max-width: 1023px) {
  .home-blocks .furtherlinks > .section {
    padding-left: 0;
    padding-right: 0; } }

.home-blocks .furtherlinks-flex .furtherlinks-flex-item {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px; }
  @media (min-width: 1024px) {
    .home-blocks .furtherlinks-flex .furtherlinks-flex-item {
      box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 35px; } }

@media (max-width: 1023px) {
  .service-blocks .furtherlinks > .section {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1024px) {
  .service-blocks .furtherlinks-flex {
    -ms-flex-pack: center;
        justify-content: center; } }

@media (min-width: 1024px) {
  .service-blocks .furtherlinks-flex.ffx4 .furtherlinks-flex-item {
    width: 23%;
    margin: 0 1%;
    max-width: 320px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 20px; } }

.service-blocks .furtherlinks-flex-item {
  max-width: 320px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px; }
  @media (min-width: 1024px) {
    .service-blocks .furtherlinks-flex-item {
      width: 29%;
      margin: 0 2%;
      max-width: 320px;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 20px; } }
  .service-blocks .furtherlinks-flex-item img {
    margin: 0 auto 40px auto; }
    @media (min-width: 1024px) {
      .service-blocks .furtherlinks-flex-item img {
        margin-bottom: 50px; } }

.service-blocks .furtherlinks-flex-item-inner {
  padding: 70px 20px;

}

@-webkit-keyframes further-green {
  0% {
    background: #00839F; }
  100% {
    background: #4B7020; } }

@keyframes further-green {
  0% {
    background: #00839F; }
  100% {
    background: #4B7020; } }

@-webkit-keyframes further-yellow {
  0% {
    background: #00839F; }
  100% {
    background: #D68100; } }

@keyframes further-yellow {
  0% {
    background: #00839F; }
  100% {
    background: #D68100; } }

@-webkit-keyframes further-purple {
  0% {
    background: #00839F; }
  100% {
    background: #4C164A; } }

@keyframes further-purple {
  0% {
    background: #00839F; }
  100% {
    background: #4C164A; } }

@-webkit-keyframes further-grey {
  0% {
    background: white; }
  100% {
    background: #838383; } }

@keyframes further-grey {
  0% {
    background: white; }
  100% {
    background: #838383; } }

.rellinks {
  position: relative;
  padding: 25px 0 50px 0; }
  @media (min-width: 992px) {
    .rellinks {
      padding: 100px 0 50px 0; } }
  .rellinks h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300; }
    @media (min-width: 992px) {
      .rellinks h2 {
        margin-bottom: 50px; } }
  .rellinks-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .rellinks-flex-item {
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      margin-top: 40px;
      width: 100%; }
      @media (min-width: 768px) {
        .rellinks-flex-item {
          width: 48%; }
          .rellinks-flex-item:nth-child(3) {
            display: none; } }
      @media (min-width: 992px) {
        .rellinks-flex-item {
          width: 30%;
          margin-top: 0;
          font-size: 24px; }
          .rellinks-flex-item:nth-child(3) {
            display: block; } }
      .rellinks-flex-item img {
        display: block;
        margin: 0 auto;
        max-width: 78px; }
      .rellinks-flex-item div {
        margin-top: 20px; }
        @media (min-width: 992px) {
          .rellinks-flex-item div {
            margin-top: 30px; } }
        .rellinks-flex-item div span {
          display: inline-block;
          margin-left: 6px; }

.stats {
  padding: 25px 0 0 0;
  position: relative;
  z-index: 25; }
  @media (min-width: 992px) {
    .stats {
      padding: 100px 0 0 0; } }
  .stats-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .stats-flex-item {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
      color: #707070; }
      @media (min-width: 768px) {
        .stats-flex-item {
          width: 49%; } }
      @media (min-width: 992px) {
        .stats-flex-item {
          width: 23%;
          margin-bottom: 0; } }
      .stats-flex-item:nth-child(2) h2 {
        -webkit-animation-delay: .25s;
                animation-delay: .25s; }
      .stats-flex-item:nth-child(3) h2 {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .stats-flex-item:nth-child(4) h2 {
        -webkit-animation-delay: .75s;
                animation-delay: .75s; }
      .stats-flex-item h2 {
        position: relative; }
        .stats-flex-item h2:after {
          content: "";
          width: 55px;
          height: 2px;
          background-color: #00839F;
          position: absolute;
          top: 115%;
          left: 50%;
          margin-right: -50%;
          transform: translate(-50%, -50%); }

@media (min-width: 992px) {
  .service-blocks .stats-flex {
    -ms-flex-pack: center;
        justify-content: center; } }

@media (min-width: 768px) {
  .service-blocks .stats-flex-item {
    width: 46%;
    margin: 0 2% 30px; } }

@media (min-width: 992px) {
  .service-blocks .stats-flex-item {
    width: 21%;
    margin: 0 2%; } }

.testimonial {
  padding: 25px 0 0 0;
  position: relative;
  z-index: 22; }
  @media (min-width: 992px) {
    .testimonial {
      padding: 100px 0 0 0; }
      .testimonial:after {
        content: "";
        background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        height: 70%;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; } }
  .testimonial a {
    position: relative;
    z-index: 10;
    display: block; }
    .testimonial a .fa-play {
      font-size: 30px; }
  .testimonial-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 14;
    overflow: hidden; }
    .testimonial-item svg {
      position: absolute;
      top: -25%;
      z-index: 1;
      opacity: .4;
      stroke-dasharray: 4800;
      stroke-dashoffset: 4800;
      transition: all ease 2s; }
      .testimonial-item svg path {
        fill: transparent;
        stroke: white; }
    .testimonial-item.noimg.Green {
      background: linear-gradient(90deg, #4B7020, #00839F) center no-repeat; }
      .testimonial-item.noimg.Green:after {
        background: linear-gradient(180deg, rgba(0, 131, 159, 0.4), rgba(75, 112, 32, 0.2)) center no-repeat;
        -webkit-animation: fadein ease-in-out infinite alternate both 4s;
                animation: fadein ease-in-out infinite alternate both 4s; }
    .testimonial-item.noimg.Yellow {
      background: linear-gradient(90deg, #D68100, #00839F) center no-repeat; }
      .testimonial-item.noimg.Yellow:after {
        background: linear-gradient(180deg, rgba(0, 131, 159, 0.4), rgba(214, 129, 0, 0.2)) center no-repeat;
        -webkit-animation: fadein ease-in-out infinite alternate both 4s;
                animation: fadein ease-in-out infinite alternate both 4s; }
    .testimonial-item.noimg.Purple {
      background: linear-gradient(90deg, #4C164A, #00839F) center no-repeat; }
      .testimonial-item.noimg.Purple:after {
        background: linear-gradient(180deg, rgba(0, 131, 159, 0.4), rgba(76, 22, 74, 0.2)) center no-repeat;
        -webkit-animation: fadein ease-in-out infinite alternate both 4s;
                animation: fadein ease-in-out infinite alternate both 4s; }
    .testimonial-item.transitted svg {
      stroke-dasharray: 4800;
      stroke-dashoffset: 0; }
    .testimonial-item:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .testimonial-item > div {
      padding: 50px 0;
      width: 90%;
      text-align: center;
      margin: 0 auto;
      position: relative;
      z-index: 5; }
      @media (min-width: 992px) {
        .testimonial-item > div {
          padding: 100px 0;
          width: 70%; } }
      .testimonial-item > div h3, .testimonial-item > div p {
        color: #ffffff;
        text-align: center; }
      .testimonial-item > div h3 {
        font-weight: 300; }
      .testimonial-item > div p {
        font-weight: bold;
        text-transform: uppercase; }

@media (min-width: 992px) {
  .service-blocks .testimonial {
    padding-top: 80px; } }

@media (min-width: 992px) {
  .service-blocks .testimonial:after {
    display: none; } }

.service-blocks .testimonial-item.nobg:after {
  opacity: 1; }

@media (min-width: 992px) {
  .service-blocks .testimonial-item > div {
    padding: 90px 0;
    width: 80%; } }

.teampreview {
  padding: 50px 0;
  position: relative;
  z-index: 14; }
  @media (min-width: 992px) {
    .teampreview {
      padding: 100px 0; } }
  .teampreview.swoosh {
    margin-top: 100px;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .teampreview.swoosh:after {
      background: url(https://www.fairwaygroup.com/public/img/grey_swoosh.png) 50% 0;
      background-color: #f8f8f8;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      content: "";
      position: absolute;
      left: -50%;
      width: 200%;
      top: 0;
      height: 100%;
      z-index: 1; }
    .teampreview.swoosh .teampreview-upper {
      text-align: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .teampreview.swoosh .teampreview-upper P {
        display: none; }
      .teampreview.swoosh .teampreview-upper h2 {
        text-align: center; }
  .teampreview-upper {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
    position: relative;
    z-index: 3; }
    @media (min-width: 992px) {
      .teampreview-upper {
        padding: 30px 0;
        display: -ms-flexbox;
        display: flex; } }
    .teampreview-upper h2 {
      text-transform: uppercase;
      font-weight: 300;
      text-align: center; }
      @media (min-width: 992px) {
        .teampreview-upper h2 {
          text-align: left; } }
    .teampreview-upper p {
      font-weight: 700;
      color: #00839F;
      display: none; }
      @media (min-width: 992px) {
        .teampreview-upper p {
          display: block; } }
      .teampreview-upper p a {
        text-decoration: none; }
        .teampreview-upper p a img {
          display: inline-block;
          margin-left: 10px; }
  .teampreview .hidedesk {
    font-weight: 700;
    color: #00839F;
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .teampreview .hidedesk {
        display: block; } }
    .teampreview .hidedesk a {
      text-decoration: none; }
      .teampreview .hidedesk a svg {
        display: inline-block;
        margin-left: 10px; }
    @media (min-width: 992px) {
      .teampreview .hidedesk {
        display: none; } }
  .teampreview-lower {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 3; }
    @media (min-width: 992px) {
      .teampreview-lower {
        margin-top: 50px; } }
    .teampreview-lower-item {
      width: 100%;
      background-color: #ffffff;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 624px;
      margin: 0 auto 30px auto;
      max-height: 335px; }
      @media (min-width: 992px) {
        .teampreview-lower-item {
          width: 48%;
          margin-bottom: 0;
          margin: 0;
          min-height: 335px; } }
      .teampreview-lower-item-image {
        background-size: cover;
        background-position: 60% center;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 285px;
        width: 50%;
        max-height: 335px;
        position: relative; }
        @media (min-width: 768px) {
          .teampreview-lower-item-image {
            background-position: 70% center; } }
        @media (min-width: 992px) {
          .teampreview-lower-item-image {
            width: 50%;
            min-height: 335px; } }
        .teampreview-lower-item-image:after {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          content: "";
          background: transparent linear-gradient(90deg, #FFFFFF00 0%, #F4F4F415 50%, #FFFFFF 100%) 0% 0% no-repeat; }
      .teampreview-lower-item-text {
        width: 50%; }
        @media (min-width: 992px) {
          .teampreview-lower-item-text {
            width: 45%; } }
        .teampreview-lower-item-text h4 {
          font-weight: 400;
          position: relative;
          margin: 0;
          margin: 10px 10px; }
          @media (min-width: 1200px) {
            .teampreview-lower-item-text h4 {
              margin: 10px 30px; } }
          .teampreview-lower-item-text h4:after {
            content: "";
            bottom: -25px;
            background-color: #00839F;
            width: 40px;
            height: 2px;
            position: absolute;
            left: 0; }
        .teampreview-lower-item-text p {
          font-size: 15px;
          padding: 0 10px; }
          .teampreview-lower-item-text p:first-of-type {
            margin-top: 50px; }
          @media (min-width: 1200px) {
            .teampreview-lower-item-text p {
              padding: 0 30px; } }
          .teampreview-lower-item-text p a {
            color: #00839F; }

.newspreview {
  background: #F0F0F0;
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 14; }
  .newspreview-upper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 50px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .newspreview-upper h2 {
      text-transform: uppercase;
      font-weight: 300; }
    .newspreview-upper p {
      text-transform: uppercase;
      font-weight: 700;
      color: #00839F; }
      .newspreview-upper p a {
        text-decoration: none; }
        .newspreview-upper p a svg {
          display: inline-block;
          margin-left: 10px; }
  .newspreview-lower-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .newspreview-lower-flex-left {
      width: 100%; }
      @media (min-width: 992px) {
        .newspreview-lower-flex-left {
          width: 45%;
          margin-bottom: 0; } }
      .newspreview-lower-flex-left p.small {
        text-transform: uppercase;
        font-size: 14px; }
      .newspreview-lower-flex-left h4 {
        margin: 0;
        margin-bottom: 10px;
        margin-top: 20px; }
        .newspreview-lower-flex-left h4.green {
          color: #4D8D23; }
        .newspreview-lower-flex-left h4.blue {
          color: #00839F; }
        .newspreview-lower-flex-left h4.yellow {
          color: #E8A000; }
        .newspreview-lower-flex-left h4.purple {
          color: #4C164A; }
    .newspreview-lower-flex-right {
      width: 100%;
      display: none; }
      @media (min-width: 992px) {
        .newspreview-lower-flex-right {
          width: 45%;
          display: block; } }
      .newspreview-lower-flex-right-item {
        width: 80%;
        margin-bottom: 50px; }
      .newspreview-lower-flex-right h4 {
        margin: 0;
        margin-bottom: 10px; }
      .newspreview-lower-flex-right p.small {
        text-transform: uppercase;
        font-size: 14px; }

.footer-upper {
  padding: 80px 0; }
  @media (min-width: 1200px) {
    .footer-upper {
      padding: 100px 0; } }
  @media (min-width: 768px) {
    .footer-upper-contact {
      display: -ms-flexbox;
      display: flex; } }
  .footer-upper-contact-right {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .footer-upper-contact-right {
        -ms-flex: 1;
            flex: 1;
        text-align: right;
        margin-top: 0; } }
    .footer-upper-contact-right > div {
      font-size: 16px;
      margin-bottom: 6px; }
      .footer-upper-contact-right > div a {
        color: #00839F;
        text-decoration: underline; }
      .footer-upper-contact-right > div.social {
        font-size: 14px;
        margin: 15px 0 0; }
        @media (min-width: 1024px) {
          .footer-upper-contact-right > div.social {
            font-size: 18px; } }
        .footer-upper-contact-right > div.social a {
          display: inline-block;
          width: 24px;
          height: 24px;
          text-align: center;
          color: white;
          background-color: #00839F;
          line-height: 24px;
          margin-right: 4px;
          border-radius: 50%; }
          @media (min-width: 1024px) {
            .footer-upper-contact-right > div.social a {
              width: 32px;
              height: 32px;
              line-height: 32px;
              margin-right: 0;
              margin-left: 4px; } }
          .footer-upper-contact-right > div.social a i {
            line-height: 24px; }
            @media (min-width: 1024px) {
              .footer-upper-contact-right > div.social a i {
                line-height: 32px; } }
  .footer-upper-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 50px; }
    .footer-upper-flex-item {
      position: relative;
      width: 100%;
      margin-top: 5px; }
      @media (min-width: 600px) {
        .footer-upper-flex-item {
          width: 49%;
          padding: 0 30px; } }
      @media (min-width: 1024px) {
        .footer-upper-flex-item {
          width: 25%;
          margin-top: 40px; } }
      @media (min-width: 1200px) {
        .footer-upper-flex-item {
          width: 25%; } }
      @media (min-width: 1400px) {
        .footer-upper-flex-item {
          padding: 0 40px; } }
      .footer-upper-flex-item.contact {
        width: 100%; }
        .footer-upper-flex-item.contact p {
          font-size: 16px;
          margin: 0; }
          .footer-upper-flex-item.contact p a {
            color: #00839F; }
          .footer-upper-flex-item.contact p.nwrap {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .footer-upper-flex-item.contact p.nwrap span {
              display: inline-block;
              min-width: 18px; }
      .footer-upper-flex-item .contact-lower {
        margin-top: 20px; }
        .footer-upper-flex-item .contact-lower p {
          font-size: 16px;
          margin: 0; }
      .footer-upper-flex-item:first-child {
        padding-left: 0; }
        .footer-upper-flex-item:first-child:after {
          display: none; }
      @media (min-width: 600px) and (max-width: 1023px) {
        .footer-upper-flex-item:nth-child(3) {
          padding-left: 0; }
          .footer-upper-flex-item:nth-child(3):after {
            display: none; } }
      @media (min-width: 600px) {
        .footer-upper-flex-item:after {
          content: "";
          height: 100%;
          left: 0px;
          top: 0;
          background-color: #333333;
          opacity: .3;
          position: absolute;
          width: 1px; } }
      .footer-upper-flex-item h4 {
        font-weight: 700;
        font-size: 20px;
        color: #00839F; }
        .footer-upper-flex-item h4.green {
          color: #4D8D23; }
        .footer-upper-flex-item h4.purple {
          color: #4C164A; }
        .footer-upper-flex-item h4.blue {
          color: #00839F; }
        .footer-upper-flex-item h4.yellow {
          color: #E8A000; }
      .footer-upper-flex-item ul {
        display: none;
        list-style: none; }
        @media (min-width: 600px) {
          .footer-upper-flex-item ul {
            display: block; } }
        .footer-upper-flex-item ul li {
          font-size: 14px;
          color: #707070;
          margin-bottom: 15px; }

.footer-lower {
  background-color: #EFEEEE; }
  .footer-lower-flex {
    padding: 50px 0; }
    @media (min-width: 1200px) {
      .footer-lower-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-line-pack: center;
            align-content: center; } }
    .footer-lower-flex p {
      margin: 0 0 10px 0;
      font-size: 15px; }
      @media (min-width: 1200px) {
        .footer-lower-flex p {
          margin: 0; } }
    .footer-lower-flex ul {
      margin: 0;
      list-style: none; }
      .footer-lower-flex ul li {
        font-size: 14px;
        margin: 5px 10px 5px 0;
        display: inline-block; }
        .footer-lower-flex ul li a {
          text-decoration: underline; }

.green {
  color: #4D8D23; }

.blue {
  color: #00839F; }

.purple {
  color: #4C164A; }

.yellow {
  color: #E8A000; }

.white {
  color: #ffffff; }

.grey {
  color: #707070; }

.lightfont {
  font-weight: 300; }

.regularfont {
  font-weight: 400; }

.mediumfont {
  font-weight: 500; }

.boldfont {
  font-weight: 600; }

.text, textarea {
  font-size: 16px;
  border-radius: 3px;
  padding: 15px; }
  @media (min-width: 992px) {
    .text, textarea {
      padding: 100px 0 0 0; } }
  .text-middle, textarea-middle {
    max-width: 920px;
    margin: 0 auto;
    text-align: center; }

textarea {
  width: 100%;
  height: 100px; }

.umbraco-forms-field-wrapper {
  margin-bottom: 20px; }
  .umbraco-forms-field-wrapper .text, .umbraco-forms-field-wrapper textarea, .umbraco-forms-field-wrapper select {
    font-size: 16px;
    border: solid 1px #00839F;
    border-radius: 3px;
    padding: 15px; }
  .umbraco-forms-field-wrapper .radiobuttonlist, .umbraco-forms-field-wrapper .checkboxlist {
    font-size: 16px;
    font-weight: 500; }
    .umbraco-forms-field-wrapper .radiobuttonlist input, .umbraco-forms-field-wrapper .checkboxlist input {
      margin-right: 5px;
      margin-bottom: 10px; }

legend {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #00839F; }

.umbraco-forms-label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-size: 14px; }

.field-validation-error {
  color: #cc0000;
  font-size: 14px;
  margin-left: 5px; }

.umbraco-forms-page .text, .umbraco-forms-page textarea {
  border: solid 1px #00839F; }

.umbraco-forms-page .btn:hover {
  cursor: pointer;
  background-color: #bababa; }

.umbraco-forms-submitmessage {
  font-weight: bold;
  font-size: 20px;
  color: #00839F; }

.umbraco-forms-navigation .btn {
  min-width: auto;
  padding: 14px 30px; }

.threeimage {
  padding: 25px 0 0 0;
  position: relative;
  z-index: 25; }
  @media (min-width: 992px) {
    .threeimage {
      padding: 75px 0 75px 0; } }
  .threeimage-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    z-index: 10; }
    .threeimage-flex-item {
      position: relative;
      width: 28%;
      height: 0;
      padding: 28% 0 0;
      overflow: hidden;
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15); }
      @media (min-width: 992px) {
        .threeimage-flex-item {
          width: 25%;
          padding: 25% 0 0;
          margin-top: 0; } }
      .threeimage-flex-item:nth-child(2) {
        width: 40%;
        padding: 40% 0 0;
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
        margin: 0 10px;
        margin-top: 0; }
        @media (min-width: 992px) {
          .threeimage-flex-item:nth-child(2) {
            width: 35%;
            padding: 35% 0 0; } }
      .threeimage-flex-item:nth-child(3) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .threeimage-flex-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

}

.textaccordion {
  position: relative;
  z-index: 14;
  padding: 25px 0 0 0; }
  @media (min-width: 992px) {
    .textaccordion {
      padding: 100px 0 0 0; } }
  .textaccordion:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 200px);
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box;
    z-index: 1; }
    @media (min-width: 1024px) {
      .textaccordion:after {
        left: -50%;
        width: 200%;
        height: calc(100% + 390px);
        bottom: auto;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%; } }
  .textaccordion-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 4; }
    .textaccordion-flex-text {
      width: 100%; }
      @media (min-width: 992px) {
        .textaccordion-flex-text {
          width: 54%; } }
      .textaccordion-flex-text h3 {
        font-weight: 300; }
    .textaccordion-flex-acc {
      width: 100%; }
      @media (min-width: 992px) {
        .textaccordion-flex-acc {
          width: 38%; } }
      .textaccordion-flex-acc h4.title {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 7px; }
        @media (min-width: 1200px) {
          .textaccordion-flex-acc h4.title {
            font-size: 1.9rem; } }

.accordion {
  position: relative;
  color: #444;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  margin: 0;
  padding: 20px 0; }
  @media (min-width: 1200px) {
    .accordion {
      font-size: 1.6rem; } }
  .accordion:after, .accordion:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 1px;
    right: 10px;
    top: 50%;
    background-color: black; }
  .accordion:before {
    height: 11px;
    width: 1px;
    right: 15px;
    top: 50%;
    margin-top: -5px; }
  .accordion.active:after, .accordion.active:before {
    display: none; }

.panel {
  overflow: hidden;
  max-height: 0;
  border-bottom: 1px solid #777;
  transition: max-height 0.2s ease-out; }
  .panel-inner {
    padding-bottom: 20px; }
  .panel ul {
    list-style: disc;
    padding-left: 36px; }
    .panel ul li {
      margin-bottom: 10px;
      font-size: 1.6rem; }
      @media (min-width: 1200px) {
        .panel ul li {
          font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    .panel p {
      font-size: 1.6rem; } }

.people {
  padding: 25px 0;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box;
  position: relative;
  background-image: url(/public/img/team-swoosh.png);
  background-position: center 60px;
  background-size: 105%; }
  @media (min-width: 992px) {
    .people {
      padding: 100px 0; } }
  .people-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 5; }
    .people-flex-item {
      margin-bottom: 20px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
      background-color: white;
      width: 100%;
      position: relative; }
      @media (min-width: 420px) {
        .people-flex-item {
          -ms-flex: 0 0 calc(50% - 5px);
              flex: 0 0 calc(50% - 5px);
          width: calc(50% - 5px); }
          .people-flex-item:not(:nth-child(1n)) {
            margin-right: 0; }
          .people-flex-item:not(:nth-child(2n)) {
            margin-right: 10px; } }
      @media (min-width: 768px) {
        .people-flex-item {
          -ms-flex: 0 0 calc(33.33333% - 13.33333px);
              flex: 0 0 calc(33.33333% - 13.33333px);
          width: calc(33.33333% - 13.33333px); }
          .people-flex-item:not(:nth-child(1n)) {
            margin-right: 0; }
          .people-flex-item:not(:nth-child(2n)) {
            margin-right: 0; }
          .people-flex-item:not(:nth-child(3n)) {
            margin-right: 20px; } }
      @media (min-width: 992px) {
        .people-flex-item {
          -ms-flex: 0 0 calc(25% - 22.5px);
              flex: 0 0 calc(25% - 22.5px);
          width: calc(25% - 22.5px); }
          .people-flex-item:not(:nth-child(1n)) {
            margin-right: 0; }
          .people-flex-item:not(:nth-child(2n)) {
            margin-right: 0; }
          .people-flex-item:not(:nth-child(3n)) {
            margin-right: 0; }
          .people-flex-item:not(:nth-child(4n)) {
            margin-right: 30px; } }
      .people-flex-item-image {
        position: relative; }
      .people-flex-item:hover .people-flex-item-hover {
        display: block; }
      .people-flex-item-hover {
        background-color: #00839F;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none; }
        .people-flex-item-hover-inner {
          width: 80%;
          padding: 30px 0;
          margin: 0 auto; }
          .people-flex-item-hover-inner p {
            color: white; }
            .people-flex-item-hover-inner p:first-of-type {
              text-transform: uppercase;
              font-size: 13px;
              opacity: .6;
              color: white;
              font-weight: bold;
              letter-spacing: 3px;
              margin-bottom: 2px; }
          .people-flex-item-hover-inner .btn {
            border-color: white;
            color: white;
            position: absolute;
            bottom: 25px;
            left: 11%;
            min-width: 0;
            font-size: 15px; }
            .people-flex-item-hover-inner .btn svg {
              margin-left: 20px; }
      .people-flex-item-name-inner {
        width: 80%;
        padding: 20px 0;
        margin: 0 auto; }
        .people-flex-item-name-inner h4 {
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 0; }
          .people-flex-item-name-inner h4:last-of-type {
            color: #707070; }
        .people-flex-item-name-inner p {
          font-size: 15px;
          margin-bottom: 10px; }
  .people-speak {
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .people-speak {
        margin-top: 100px;
        margin-bottom: 0; } }
    .people-speak h4 {
      margin-bottom: 50px; }

.person {
  position: relative;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .person {
      padding-bottom: 100px; } }
  .person .back {
    margin: 0;
    padding-top: 50px; }
    .person .back a {
      color: #00839F;
      text-decoration: none;
      font-weight: bold; }
      .person .back a img {
        display: inline-block;
        margin-bottom: -4px; }
  .person:before {
    content: '';
    position: absolute;
    top: -162vw;
    left: -70vw;
    width: 200vw;
    height: 200vw;
    background-color: #EFEEEE;
    border-radius: 50%;
    opacity: 0.5; }
    @media (min-width: 992px) {
      .person:before {
        top: -170vw;
        opacity: 1;
        left: -60vw; } }
  .person-flex {
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
    .person-flex-image {
      position: relative;
      margin-bottom: 50px;
      margin: 0 auto;
      margin-top: 20px;
      width: 355px; }
      @media (min-width: 992px) {
        .person-flex-image {
          margin-bottom: 0;
          width: 50%;
          margin: 0; } }
      .person-flex-image-container {
        position: relative; }
      .person-flex-image-test {
        background-color: #00839F;
        display: inline-block; }
        @media (min-width: 500px) {
          .person-flex-image-test {
            position: absolute;
            bottom: -20%;
            left: 0; } }
        .person-flex-image-test-inner {
          padding: 20px;
          max-width: 500px; }
          @media (min-width: 992px) {
            .person-flex-image-test-inner {
              padding: 50px; } }
          .person-flex-image-test-inner p {
            color: #ffffff; }
    .person-flex-text {
      width: 100%; }
      @media (min-width: 992px) {
        .person-flex-text {
          width: 45%; } }
      .person-flex-text-details h4 {
        margin: 0; }
      .person-flex-text-buttons {
        padding: 20px 0; }
        @media (min-width: 992px) {
          .person-flex-text-buttons {
            padding: 50px 0 20px 0; } }
        .person-flex-text-buttons .blue-fill {
          color: #ffffff;
          background-color: #00839F; }
        .person-flex-text-buttons a {
          margin-bottom: 18px;
          min-width: 0; }
          .person-flex-text-buttons a .fas, .person-flex-text-buttons a .fab {
            margin-left: 20px;
            margin-top: 1px; }
      .person-flex-text-bio {
        margin-top: 5%; }
        @media (min-width: 992px) {
          .person-flex-text-bio {
            margin-top: 10%; } }
        @media (min-width: 1200px) {
          .person-flex-text-bio {
            margin-top: 20%; } }
  .person-awards {
    padding-top: 50px; }
    @media (min-width: 500px) {
      .person-awards {
        padding-top: 200px; } }
    .person-awards h5 {
      text-align: center;
      color: #00839F;
      font-weight: 700;
      margin-bottom: 50px; }
    .person-awards-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .person-awards-flex img {
        max-width: 48%;
        margin-bottom: 40px;
        margin: 0 10px 20px 10px; }
        @media (min-width: 992px) {
          .person-awards-flex img {
            max-width: 24%; } }
  .person-related {
    padding-top: 50px; }
    @media (min-width: 500px) {
      .person-related {
        padding-top: 100px; } }
    .person-related h5 {
      text-align: center;
      color: #00839F;
      font-weight: 700;
      margin-bottom: 50px; }

.news {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .news {
      padding-bottom: 100px; } }
  .news .backnews {
    margin: 0;
    margin-bottom: 20px; }
    .news .backnews a {
      color: #00839F;
      text-decoration: none;
      font-weight: bold; }
      .news .backnews a img {
        display: inline-block;
        margin-bottom: -4px; }
  .news-upper-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 992px) {
      .news-upper-flex {
        margin-top: -100px; } }
    .news-upper-flex-item {
      width: 100%;
      margin-bottom: 20px;
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15); }
      @media (min-width: 768px) {
        .news-upper-flex-item {
          width: 48%;
          margin-bottom: 0; } }
      .news-upper-flex-item-text {
        background-color: #ffffff; }
        .news-upper-flex-item-text .small {
          color: #A7A7A7;
          text-transform: uppercase;
          font-weight: 700; }
        .news-upper-flex-item-text-inner {
          padding: 30px; }
  .news-main {
    margin-top: 100px; }
    .news-main-flex {
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .news-main-flex-item {
        width: 100%;
        margin-bottom: 40px;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px 10px; }
        @media (min-width: 768px) {
          .news-main-flex-item {
            -ms-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
            width: calc(50% - 10px);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column; }
            .news-main-flex-item:not(:nth-child(1n)) {
              margin-right: 0; }
            .news-main-flex-item:not(:nth-child(2n)) {
              margin-right: 20px; } }
        @media (min-width: 992px) {
          .news-main-flex-item {
            -ms-flex: 0 0 calc(33.33333% - 13.33333px);
                flex: 0 0 calc(33.33333% - 13.33333px);
            width: calc(33.33333% - 13.33333px); }
            .news-main-flex-item:not(:nth-child(1n)) {
              margin-right: 0; }
            .news-main-flex-item:not(:nth-child(2n)) {
              margin-right: 0; }
            .news-main-flex-item:not(:nth-child(3n)) {
              margin-right: 20px; } }
        .news-main-flex-item .btn {
          position: absolute;
          bottom: 35px;
          left: 20px; }
        .news-main-flex-item-img {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
          .news-main-flex-item-img img {
            width: 100%; }
        .news-main-flex-item-text {
          background-color: #ffffff;
          padding-bottom: 80px;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
          .news-main-flex-item-text .small {
            color: #A7A7A7;
            text-transform: uppercase;
            font-weight: 700; }
          .news-main-flex-item-text-inner {
            padding: 30px; }
    .news-main-none {
      text-align: center; }

.newsitem {
  padding-top: 50px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .newsitem {
      padding-bottom: 100px; } }
  .newsitem-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .newsitem-flex-col img {
      position: -webkit-sticky;
      position: sticky;
      top: 20px; }
    .newsitem-flex-col:not(:first-child) {
      margin-top: 20px; }
    @media (min-width: 992px) {
      .newsitem-flex-col {
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px); }
        .newsitem-flex-col:not(:nth-child(1n)) {
          margin-right: 0; }
        .newsitem-flex-col:not(:nth-child(2n)) {
          margin-right: 20px; } }
    .newsitem-flex-col-images {
      width: 90%;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .newsitem-flex-col-images {
          width: 80%; } }
      .newsitem-flex-col-images .flickity-button:focus {
        box-shadow: none; }
      .newsitem-flex-col-images .flickity-prev-next-button.previous {
        color: #00839F;
        background: none;
        left: -55px; }
        .newsitem-flex-col-images .flickity-prev-next-button.previous .flickity-button-icon {
          top: 35%; }
        @media (min-width: 768px) {
          .newsitem-flex-col-images .flickity-prev-next-button.previous {
            left: -85px; } }
      .newsitem-flex-col-images .flickity-prev-next-button.next {
        color: #00839F;
        background: none;
        right: -10px; }
        @media (min-width: 768px) {
          .newsitem-flex-col-images .flickity-prev-next-button.next {
            right: -40px; } }
        .newsitem-flex-col-images .flickity-prev-next-button.next .flickity-button-icon {
          top: -15%; }
      .newsitem-flex-col-images .flickity-prev-next-button {
        display: none; }
        @media (min-width: 500px) {
          .newsitem-flex-col-images .flickity-prev-next-button {
            height: 100px;
            width: 100px;
            display: block; } }
      .newsitem-flex-col-images .flickity-button-icon {
        width: 100%;
        height: 100%; }
      .newsitem-flex-col-images img {
        margin: 0 10px;
        width: 80%; }
        @media (min-width: 500px) {
          .newsitem-flex-col-images img {
            width: 48%; } }
        @media (min-width: 992px) {
          .newsitem-flex-col-images img {
            width: 32%; } }
    .newsitem-flex-col-title {
      position: -webkit-sticky;
      position: sticky;
      top: 20px; }
      .newsitem-flex-col-title h1 {
        color: #00839F;
        font-weight: 400; }
        @media (min-width: 992px) {
          .newsitem-flex-col-title h1 {
            font-size: 6.2rem;
            width: 80%; } }
  .newsitem-related {
    margin-top: 50px; }
    @media (min-width: 992px) {
      .newsitem-related {
        margin-top: 100px; } }
    .newsitem-related h5:first-of-type {
      color: #00839F;
      text-transform: uppercase;
      font-weight: 700; }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #707070; }

.hamburger-box {
  width: 55px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 55px;
  height: 3px;
  background-color: #707070;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

.logo-main {
  overflow: visible; }
  .logo-main.transitted .letter {
    fill: #2e2e2d;
    opacity: 0;
    -webkit-animation: fadein ease-in-out 1.6s forwards;
            animation: fadein ease-in-out 1.6s forwards; }
    .logo-main.transitted .letter:nth-child(6) {
      -webkit-animation-delay: .1s;
              animation-delay: .1s; }
    .logo-main.transitted .letter:nth-child(7) {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    .logo-main.transitted .letter:nth-child(8) {
      -webkit-animation-delay: .3s;
              animation-delay: .3s; }
    .logo-main.transitted .letter:nth-child(9) {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }
    .logo-main.transitted .letter:nth-child(10) {
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .logo-main.transitted .letter:nth-child(11) {
      -webkit-animation-delay: .6s;
              animation-delay: .6s; }
  .logo-main.transitted .swoosh {
    transform-origin: 16% 85%;
    -webkit-animation: rotatein ease-in-out 2.5s forwards;
            animation: rotatein ease-in-out 2.5s forwards;
    transition: all;
    transform: rotate(180deg);
    opacity: 0; }
  .logo-main.transitted .swoosh-a {
    fill: #E8A000;
    -webkit-animation-delay: .1s;
            animation-delay: .1s; }
  .logo-main.transitted .swoosh-b {
    fill: #4D8D23;
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }
  .logo-main.transitted .swoosh-c {
    fill: #4C164A;
    -webkit-animation-delay: .9s;
            animation-delay: .9s; }
  .logo-main.transitted .swoosh-d {
    fill: #00839F;
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s; }

.arrow-right {
  fill: white; }

.furtherlinks-flex-item:hover .arrow-right, .people-flex-item:hover .arrow-right {
  fill: white !important;
  -webkit-animation: bounceRight 2s forwards;
          animation: bounceRight 2s forwards; }

*:hover .arrow-right {
  -webkit-animation: bounceRight 2s forwards;
          animation: bounceRight 2s forwards; }

.Green .arrow-right, .green .arrow-right {
  fill: #4D8D23; }

.Yellow .arrow-right, .yellow .arrow-right {
  fill: #E8A000; }

.Purple .arrow-right, .purple .arrow-right {
  fill: #4C164A; }

.Blue .arrow-right, .blue .arrow-right {
  fill: #00839F; }

@-webkit-keyframes rotatein {
  0% {
    transform: rotate(180deg);
    opacity: 0; }
  100% {
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotatein {
  0% {
    transform: rotate(180deg);
    opacity: 0; }
  100% {
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-20px); }
  60% {
    transform: translateX(-15px); } }
/*  csss*/


/* .furtherlinks-flex-item yellow :hover{
  background: linear-gradient(135deg, orange 60%, cyan) !important;
   
} */





/* furtherLinks text color */
.furtherlinks-flex-item.Green h4 {
color: #4b7020 ;
}
.furtherlinks-flex-item.Green p {
color: #4b7020 ;
}
 .b-Green{ 
color: #4b7020;
   border-color: #4b7020;
}
.furtherlinks-flex-item.Yellow h4 {
color: #d48404 ;
}
.furtherlinks-flex-item.Yellow p {
color: #d48404 ;
}
 .b-Yellow{ 
color: #d48404;
   border-color: #d48404;
}
.furtherlinks-flex-item.Purple h4 {
color: #4c164a ;
}
.furtherlinks-flex-item.Purple p {
color: #4c164a ;
}
 .b-Purple{ 
color: #4c164a;
   border-color: #4c164a;
}
/* End of furtherLinks text color */
/* bar down h4 */
.border-Green:after {
        content: '';
    position: absolute;
    bottom: 275px;
    left: 60px;
    right: 0;
    height: 5px;
    background: #4D8D23;
    width: 64%;
}
.border-Yellow:after {
        content: '';
    position: absolute;
    bottom: 275px;
    left: 60px;
    right: 0;
    height: 5px;
    background: #E8A000;
    width: 20%;
}
.border-Purple:after {
        content: '';
    position: absolute;
    bottom: 275px;
    left: 60px;
    right: 0;
    height: 5px;
    background: #4C164A !important;
    width: 65%;
}




/* furtherLinks Hover */
.furtherlinks-flex-item.Green:hover h4 {
color: #fff; ;
}
.furtherlinks-flex-item.Green:hover p {
color: #fff ;
}
.furtherlinks-flex-item.Yellow:hover h4 {
color: #fff; ;
}
.furtherlinks-flex-item.Yellow:hover p {
color: #fff ;
}
.furtherlinks-flex-item.Purple:hover h4 {
color: #fff; ;
}
.furtherlinks-flex-item.Purple:hover p {
color: #fff ;
}

/* End of furtherLinks Hover */


/*  */


@media (max-width: 768px) { 
.furtherlinks-flex-item-inner h4 {
/*     letter-spacing: 3.6px;
    font-weight: 700;
    text-transform: uppercase; */
  font-size: 18px; 
}
  .nav-flex svg {
    margin-top: -29px;
    max-width: 175px;
}
  

  





/* furtherLinks Hover */
/* .furtherlinks-flex-item.Green:hover h4 {
color: #fff; ;
}
.furtherlinks-flex-item.Green:hover p {
color: #fff ;
}
.furtherlinks-flex-item.Yellow:hover h4 {
color: #fff; ;
}
.furtherlinks-flex-item.Yellow:hover p {
color: #fff ;
}
.furtherlinks-flex-item.Purple:hover h4 {
color: #fff; ;
}
.furtherlinks-flex-item.Purple:hover p {
color: #fff ;
} */
.furtherlinks-flex-item.Green:hover {
/* background: linear-gradient(#4D8D23 , #4D8D23) !important; */
  background: #00839F;
  animation: animateGreen 3s forwards !important;
 
/*   transform: background 2s red; */
}

/* a.furtherlinks-flex-item.Yellow.transit.transit-bottom.carousel-cell.transitted :hover { */
.furtherlinks-flex-item.Yellow:hover{
/* background: linear-gradient(#E8A000 , #E8A000 ) !important; */
  animation: animateYellow 3s forwards !important;
}


.furtherlinks-flex-item.Purple:hover {
/* background: linear-gradient(#4C164A , #4C164A) !important; */
  animation: animatePurple 3s forwards !important;
}
  
  @keyframes animateGreen {
  0%{background: #00839F;}
  10%{background: #00839F;}
  100%{background: #4b7020;}
}

@keyframes animateYellow {
  0%{background: #00839F;}
  10%{background: #00839F;}
  100%{background: #d48404;}
}
@keyframes animatePurple {
  0%{background: #00839F;}
  10%{background: #00839F;}
  100%{background: #4c164a;}
}
  
  
  
  
}

.furtherlinks-flex-item.Green:hover {
/* background: linear-gradient(#4D8D23 , #4D8D23) !important; */
  background: #00839F;
  animation: animateGreen 3s forwards !important;
 
/*   transform: background 2s red; */
}

/* a.furtherlinks-flex-item.Yellow.transit.transit-bottom.carousel-cell.transitted :hover { */
.furtherlinks-flex-item.Yellow:hover{
/* background: linear-gradient(#E8A000 , #E8A000 ) !important; */
  animation: animateYellow 3s forwards !important;
}


.furtherlinks-flex-item.Purple:hover {
/* background: linear-gradient(#4C164A , #4C164A) !important; */
  animation: animatePurple 3s forwards !important;
}













.transit {
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s linear; }
  .transit:nth-child(1) {
    transition-delay: 0.2s; }
  .transit:nth-child(2) {
    transition-delay: 0.4s; }
  .transit:nth-child(3) {
    transition-delay: 0.6s; }
  .transit:nth-child(4) {
    transition-delay: 0.8s; }
  .transit:nth-child(5) {
    transition-delay: 1s; }
  .transit:nth-child(6) {
    transition-delay: 1.2s; }
  .transit:nth-child(7) {
    transition-delay: 1.4s; }
  .transit:nth-child(8) {
    transition-delay: 1.6s; }
  .transit:nth-child(9) {
    transition-delay: 1.8s; }
  .transit:nth-child(10) {
    transition-delay: 2s; }
  .transit.transit-top {
    transform: translate(0, -100px); }
  .transit.transit-bottom {
    transform: translate(0, 150px); }
  .transit.transit-left {
    transform: translate(-25%, 0); }
  .transit.transit-right {
    transform: translate(25%, 0); }

.transitted {
  transform: translate(0, 0) !important;
  opacity: 1 !important; }

.filter {
  margin: 100px 0; }
  @media (min-width: 768px) {
    .filter-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .filter-flex-item {
    display: block;
    background-color: white;
    color: #00839F;
    font-size: 24px;
    text-decoration: none;
    padding: 20px 50px;
    text-align: center;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    margin-bottom: 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent; }
    .filter-flex-item.mini {
      padding: 10px 25px; }
    .filter-flex-item:not(:last-child) {
      margin-right: 10px; }

.center {
  text-align: center; }

.contact-select {
  position: relative;
  display: inline-block; }
  .contact-select .department {
    background-color: white;
    color: #00839F;
    text-decoration: none;
    padding: 20px 50px;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 20px;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 16px; }
    @media (min-width: 992px) {
      .contact-select .department {
        margin-bottom: 0;
        font-size: 18px; } }
    .contact-select .department svg {
      margin-left: 10px;
      margin-top: 2px; }
  .contact-select.alt {
    display: block; }
    .contact-select.alt a {
      margin-bottom: 20px;
      display: table; }
      .contact-select.alt a:not(.fill) {
        border-radius: 7px; }
    .contact-select.alt .btn.fill {
      background-color: white;
      color: #00839F; }
  .contact-select a {
    margin: 0 10px; }
  .contact-select-drop {
    position: absolute;
    top: 105%;
    left: 2px;
    background-color: white;
    border-top: 2px solid #00839F;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
    margin: 0 10px;
    width: calc(100% - 30px);
    display: none;
    z-index: 10; }
    .contact-select-drop.contactp {
      position: relative;
      margin-bottom: 50px; }
    .contact-select-drop.on {
      display: block; }
    .contact-select-drop ul {
      list-style: none;
      color: #00839F;
      padding: 10px 50px;
      text-align: center;
      border: none;
      cursor: pointer;
      margin-right: 20px;
      text-transform: none;
      margin-bottom: 20px;
      font-size: 16px; }
      @media (min-width: 992px) {
        .contact-select-drop ul {
          margin-bottom: 0;
          font-size: 18px; } }
      .contact-select-drop ul li {
        padding: 10px 0;
        font-weight: bold;
        cursor: pointer; }
        .contact-select-drop ul li:not(:last-child) {
          border-bottom: 1px solid #00839F; }

.careers {
  position: relative;
  padding-bottom: 50px; }
  .careers:after {
    content: "";
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEEEE 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    height: 100%;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 1; }
  .careers-vac {
    color: black;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    z-index: 5; }
  .careers-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 10; }
    .careers-flex-item {
      width: 100%;
      margin-bottom: 100px; }
      @media (min-width: 768px) {
        .careers-flex-item {
          width: 45%; } }
      .careers-flex-item .small {
        color: #A7A7A7;
        text-transform: uppercase;
        font-weight: 700; }
      .careers-flex-item h4 {
        color: #00839F;
        font-weight: 400; }

.career .hero {
  min-height: unset; }

.career .text {
  position: relative;
  z-index: 20;
  padding: 0; }
  .career .text-middle {
    max-width: 920px;
    margin: 0 auto;
    text-align: center; }
  .career .text h2 {
    margin-bottom: 20px; }
  .career .text ul {
    margin-bottom: 20px; }

.career .apply {
  background-color: #4C164A;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 20px; }

.career .apply:hover {
  background-color: #742171; }

.resources {
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 25; }
  @media (min-width: 992px) {
    .resources {
      padding: 75px 0 75px 0; } }
  .resources .carousel:after {
    content: 'flickity';
    display: none; }
    @media (min-width: 1024px) {
      .resources .carousel:after {
        content: ''; } }
  @media (min-width: 1024px) {
    .resources-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .resources-flex-item {
    margin-bottom: 25px;
    width: 85%;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .resources-flex-item {
        width: 50%; } }
    @media (min-width: 1024px) {
      .resources-flex-item {
        width: 32%;
        margin-right: 0; } }
  .resources-flex h4 {
    font-weight: 700;
    margin-bottom: 10px; }
    .resources-flex h4.green svg {
      fill: #4D8D23; }
    .resources-flex h4.yellow svg {
      fill: #E8A000; }
    .resources-flex h4.purple svg {
      fill: #4C164A; }
    .resources-flex h4.blue svg {
      fill: #00839F; }
    .resources-flex h4 span {
      margin-left: 10px;
      display: inline-block; }



.teampreview-upper p a {
    color: #00839F;
    font-size: 18px;
    font-weight: bold;
}
.newspreview-upper p a {
    color: #00839F;
    font-size: 18px !important;
    font-weight: bold;
}
.hero.home .hero-flex h1 {
font-size: 62px !important;
}
.date {
    font-family: open-sans, sans-serif;
}
.twocolumn-flex-right {
    
  font-size: 28px;
    line-height: 1.66667;
}
    .twocolumn-flex-right{
    position: relative;
    bottom: -23px;
}
.nav-flex {
    padding: 20px 0 !important;
  font-size: 18px;
}
.nav-flex ul li a{
  font-weight: bold;
}

#hs_cos_wrapper_module_167171958755377{
  background-color: #f0f0f0;
}

.footer-upper-flex-item h4.yellow{
  color:yellow !important;
  }
#hs_cos_wrapper_module_167171958755377{
  padding-top: 25px !important;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.green {
    color: #4D8D23;
  
}

@media (max-width: 1024px) {
    
  div.footer-lower-flex ul{
  padding-left: 0px !important;
  }
  
}


/* fairway-lp-hero mobile css */
@media (max-width: 600px) {
  
div.hero-flex h4 {
  font-size: 18px !important;
/*   text-align: center !important; */
  }
div.hero-flex h1 {
  font-size: 40px !important;
/*   text-align: center !important; */
  }
.hero.home .hero-flex h1 {
    font-size: 40px !important;
}
  
/*   fairway-lp-2col-text css */
  .twocolumn-flex-left h3{
  font-size: 22px !important;
    line-height: 1.52174 !important;
  }
  
  .twocolumn-flex-right p{    
    font-size: 16px!important;}
  
/*   .furtherlinks-flex-item-inner{color: #4D8D23 !important;}
  .border-Green{color: #4D8D23 !important;}
  .border-Yellow{color: #E8A000 !important;}
  .border-Purple{color: #4C164A !important;} 
  .h-Green{color: #4D8D23 !important;}
  .p-Green{color: #4D8D23 !important;}
  .b-Green{color: #4D8D23 !important;}
  */
  
  .stats-flex-item.transit.transit-bottom.transitted h2{font-size: 30px !important;}
  .stats-flex-item.transit.transit-bottom.transitted h4{font-size: 18px !important;}
  
  
  .section.max-large h2 {font-size: 30px !important;}
  .twocolumn-flex-left h4 {font-size: 18px !important;}
  .twocolumn-flex-right p {font-size: 16px !important; padding-top: 10px !important;}
  .twocolumn-flex-right {    position: relative; bottom: 0px; !important}
  
  
  
  
  
  
  
}




/* full-screen image hide in mobile screen */
@media (max-width: 599px) { 
  .hide-link {
    display: visible !important;    
    margin-top: 20px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #00839F !important;
    margin-top: 20px !important;
    font-weight: bold !important;
        left: 33px !important;
    position: relative !important;
    
}
}
 @media (min-width: 600px) { 
  .hide-link {
display: none !important;
  }
}



/*  Gradient Working*/

@keyframes animateGreen {
  0%{background: #00839F;}
  10%{background: #00839F;}
  100%{background: #4b7020;}
}

@keyframes animateYellow {
  0%{background: #00839F;}
  10%{background: #00839F;}
  100%{background: #d48404;}
}
@keyframes animatePurple {
  0%{background: #00839F;}
  10%{background: #00839F;}
  100%{background: #4c164a;}
}











/* al.css start here */




.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}



/* flikity min.css start here */

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.text-middle p {
  font-size: 18px !important;
    line-height: 1.75 !important;
    margin-bottom: 1.2em !important;
    font-family: open-sans, sans-serif !important;
    font-weight: 300 !important;
}
@media (max-width: 768px) {
.Green p {font-weight: bold !important;}
  .text-middle p {font-size:17px !important;font-family: open-sans, sans-serif !important;font-weight: 300 !important;}
  .text-middle h4 {font-size:23px !important;}
  
 
  
  
  
}
div.twocolumn-flex-right{  position: relative; bottom: -5px; }