/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/** Core styling */
.accordion {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

.accordion > * {
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.accordion > *,
.accordion.edge-visible,
.accordion .accordion {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

/** Transform-related */
.accordion,
.accordion > * {
  will-change: height, transform;
  -webkit-perspective: 90em;
  perspective: 90em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/** Rule to disable transitions between gap corrections */
.snap.accordion > *,
.snap.accordion .accordion {
  -webkit-transition: none !important;
  transition: none !important;
}

/** Headings */
.accordion > * > :first-child {
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/** Collapsible content */
.accordion > * > :last-child {
  overflow: hidden;
  -webkit-transition: .3s ease height, .3s step-start visibility;
  transition: .3s ease height, .3s step-start visibility;
}

.accordion > .closed > :last-child,
.accordion > .closed .accordion > .open > :last-child {
  -webkit-transition-timing-function: ease, step-end;
  transition-timing-function: ease, step-end;
  visibility: hidden;
}

/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Sep 21 2021 14:43:23 GMT+0800 (AWST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
 This mixin can be used to target any header
 useful for if a header should have a set style
 as a descendant and no class is applied. This way
 the header element is allowed to change
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, main, .layout__container, .landing-banner__content, .landing-hero, .search-results__item, .accordion-panel {
  *zoom: 1;
}

.clearfix:before, main:before, .layout__container:before, .landing-banner__content:before, .landing-hero:before, .search-results__item:before, .accordion-panel:before, .clearfix:after, main:after, .layout__container:after, .landing-banner__content:after, .landing-hero:after, .search-results__item:after, .accordion-panel:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, main:after, .layout__container:after, .landing-banner__content:after, .landing-hero:after, .search-results__item:after, .accordion-panel:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .pull-left {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  img.pull-left {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .pull-right {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  img.pull-right {
    margin-left: 30px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-ms-clear {
  display: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 16;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: none;
  border: none;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

@media screen and (min-width: 1440px) {
  header {
    margin-bottom: 120px;
  }
}

.main-menu--active header::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #41505D;
  opacity: 0.5;
  display: block;
  position: fixed;
  top: 0;
  z-index: 1;
}

.homepage {
  background: #F2F5F7;
}

.homepage main {
  margin: 0;
}

:target::before {
  content: "";
  display: block;
  height: 120px;
  /* fixed header height*/
  margin: -120px 0 0;
  /* negative fixed header height */
}

.homepage #page-wrapper > .layout__container, .homepage #page-wrapper > .landing-banner__content,
.landing-page #page-wrapper > .layout__container,
.landing-page #page-wrapper > .landing-banner__content {
  width: auto;
}

@media screen and (min-width: 1440px) {
  .homepage #page-wrapper > .layout__container, .homepage #page-wrapper > .landing-banner__content,
  .landing-page #page-wrapper > .layout__container,
  .landing-page #page-wrapper > .landing-banner__content {
    max-width: none;
    margin: 0;
  }
}

.search main {
  margin: 0;
}

/*
--------------------
Content
--------------------
*/
/* Content style */
main {
  margin: 0 15px;
}

@media screen and (min-width: 1440px) {
  main {
    margin: 0;
  }
}

h1, h2, h3, h4 {
  font-weight: 600;
  color: #1F262C;
}

h1, h2 {
  font-size: 28px;
  line-height: 40px;
}

@media screen and (min-width: 768px) {
  h1, h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3 {
  font-size: 21px;
  line-height: 32px;
}

h4 {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}

h5 {
  font-weight: 600;
  color: #2C873F;
  font-size: 13px;
  line-height: 14px;
}

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

.emphasize {
  font-weight: 600;
  color: #1F262C;
  font-size: 21px;
  line-height: 35px;
}

p, ul, ol {
  color: #41505D;
  font-size: 16px;
  line-height: 28px;
}

ul, ol {
  padding: 0;
  list-style-type: none;
  counter-reset: list;
  margin: 1em 0 2em 0;
  overflow: hidden;
}

ul li, ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  ul li, ol li {
    padding-left: 34px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  ul, ol {
    margin: 2em 0;
  }
}

ul li::before {
  content: '';
  background: url(mysource_files/bullet.svg) center/7px 8px no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 28px;
}

ol li::before {
  counter-increment: list;
  content: counter(list) ".";
  color: #2C873F;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 28px;
}

a {
  color: #2C873F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

a.link::after {
  content: '';
  display: inline-block;
  background: url("mysource_files/external-link.svg") left bottom no-repeat;
  width: 20px;
  height: 1em;
  margin: 0 8px;
}

a[href^="https://localhost"].link,
a[href^="http://localhost"].link {
  display: block;
  margin: 1em 0;
}

a[href^="https://localhost"].link::after,
a[href^="http://localhost"].link::after {
  background: url("mysource_files/link.svg") left bottom no-repeat;
}

@media screen and (min-width: 768px) {
  a[href^="https://localhost"].link,
  a[href^="http://localhost"].link {
    display: inline-block;
    margin: 0;
  }
}

a[href^="https://lss1-web.squiz.cloud"].link,
a[href^="http://lss1-web.squiz.cloud"].link {
  display: block;
  margin: 1em 0;
}

a[href^="https://lss1-web.squiz.cloud"].link::after,
a[href^="http://lss1-web.squiz.cloud"].link::after {
  background: url("mysource_files/link.svg") left bottom no-repeat;
}

@media screen and (min-width: 768px) {
  a[href^="https://lss1-web.squiz.cloud"].link,
  a[href^="http://lss1-web.squiz.cloud"].link {
    display: inline-block;
    margin: 0;
  }
}

a[href^="https://landservices.com.au"].link,
a[href^="http://landservices.com.au"].link {
  display: block;
  margin: 1em 0;
}

a[href^="https://landservices.com.au"].link::after,
a[href^="http://landservices.com.au"].link::after {
  background: url("mysource_files/link.svg") left bottom no-repeat;
}

@media screen and (min-width: 768px) {
  a[href^="https://landservices.com.au"].link,
  a[href^="http://landservices.com.au"].link {
    display: inline-block;
    margin: 0;
  }
}

a[href^="https://www.landservices.com.au"].link,
a[href^="http://www.landservices.com.au"].link {
  display: block;
  margin: 1em 0;
}

a[href^="https://www.landservices.com.au"].link::after,
a[href^="http://www.landservices.com.au"].link::after {
  background: url("mysource_files/link.svg") left bottom no-repeat;
}

@media screen and (min-width: 768px) {
  a[href^="https://www.landservices.com.au"].link,
  a[href^="http://www.landservices.com.au"].link {
    display: inline-block;
    margin: 0;
  }
}

img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.img__caption {
  position: relative;
  margin: 1em 0;
}

.img__caption img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.img__caption span {
  display: block;
  position: absolute;
  bottom: 5px;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 11px;
  letter-spacing: -0.28px;
  font-weight: 600;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .img__caption span {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.img__caption span::before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: -1;
  min-height: 100px;
}

@media screen and (min-width: 768px) {
  .img__caption span::before {
    min-height: 170px;
  }
}

@media screen and (min-width: 768px) {
  .img__caption.pull-left {
    margin-right: 30px;
    max-width: 61%;
  }
  .img__caption.pull-right {
    margin-left: 30px;
    max-width: 61%;
  }
}

.img__video-link {
  position: relative;
  display: inline-block;
}

.img__video-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.img__video-link::after {
  content: '';
  background: url("mysource_files/play.svg") center/50px no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .img__video-link::after {
    background: url("mysource_files/play.svg") center no-repeat;
  }
}

/* Tables */
table {
  margin: 1.5em 0;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  color: #1F262C;
  background: #ffffff;
  text-align: left;
  padding: 10px 25px;
}

td {
  font-size: 15px;
  line-height: 22px;
  color: #00060c;
  padding: 20px 25px;
  border: none;
}

td + td {
  border-left: 1px solid #C4CAD0;
}

tbody tr:first-child {
  border-top: 2px solid #2C873F;
}

tbody tr:last-child {
  border-bottom: 2px solid #A0A8B0;
}

tbody tr:nth-child(even) {
  background: rgba(44, 135, 63, 0.1);
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/* Button styles */
.button__default, .button__default--light, .landing-hero__btn {
  border-radius: 22.5px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  padding: 12px 40px 13px 40px !important;
  text-align: center !important;
  line-height: 1.4 !important;
  display: inline-block;
  color: #41505D !important;
  border: 1px solid #41505D !important;
  background: transparent !important;
}

.button__default:hover, .button__default--light:hover, .landing-hero__btn:hover {
  background: #2C873F !important;
  color: #ffffff !important;
  border: 1px solid #2C873F !important;
}

.button__default--light, .landing-hero__btn {
  color: #ffffff !important;
  border: 1px solid #A0A8B0 !important;
}

.button__green, .main form input[type="submit"], .search-form__submit {
  border-radius: 22.5px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  padding: 12px 40px 13px 40px !important;
  text-align: center !important;
  line-height: 1.4 !important;
  display: inline-block;
  color: #ffffff !important;
  padding: 17px 38px 18px 39px !important;
  background: #2C873F !important;
  border-radius: 30px !important;
  font-size: 16px !important;
}

.button__green:hover, .main form input:hover[type="submit"], .search-form__submit:hover {
  background: #1C5B29 !important;
}

/* Layout styles */
.layout__container, .landing-banner__content {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .layout__container, .landing-banner__content {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* Selectric styles */
.selectric {
  border: 1px solid #E5E8EB;
  background-color: #ffffff;
  border-radius: 5px;
}

.selectric-open .selectric {
  -webkit-box-shadow: 0 0 3px 0 rgba(87, 97, 104, 0.5);
          box-shadow: 0 0 3px 0 rgba(87, 97, 104, 0.5);
  position: relative;
  overflow: visible;
}

.selectric-open.selectric-above .selectric {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.selectric-open.selectric-above .selectric::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: -5px;
}

.selectric-open.selectric-above .selectric::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C4CAD0;
  position: absolute;
  top: 0;
}

.selectric-open.selectric-below .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.selectric-open.selectric-below .selectric::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
}

.selectric-open.selectric-below .selectric::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C4CAD0;
  position: absolute;
  bottom: 0;
}

.selectric .label {
  color: #1F262C;
  font-size: 16px;
  margin-left: 16px;
  height: 55px;
  line-height: 55px;
}

.selectric .button {
  background: #ffffff;
  width: 55px;
  height: 55px;
  font: inherit;
  background: url("mysource_files/drop-down-arrow.svg") center no-repeat;
}

.selectric-open .selectric .button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric .button::after {
  content: none;
}

.selectric-scroll {
  padding: 15px 17px;
}

.selectric-scroll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.selectric-scroll ul li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.selectric-items {
  border: 1px solid #D3D2D7;
  border-radius: 5px;
  background-color: #ffffff;
}

.selectric-items li {
  padding: 8px 0;
  color: #41505D;
  font-size: 15px;
  background: transparent;
  margin: 0;
}

.selectric-items li:hover, .selectric-items li:focus, .selectric-items li.selected, .selectric-items li.highlighted {
  background: transparent;
  color: #2C873F;
}

.selectric-open .selectric-items {
  -webkit-box-shadow: 0 0 3px 0 rgba(87, 97, 104, 0.5);
          box-shadow: 0 0 3px 0 rgba(87, 97, 104, 0.5);
}

.selectric-above .selectric-items {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -2px;
}

.selectric-below .selectric-items {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -2px;
}

/*

--------------------
Third Party
--------------------

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
--------------------
Modules
--------------------
*/
/* START MODULE: ADVERT */
.advert__container {
  background: #F2F5F7;
  width: 100%;
}

.advert__container--footer {
  margin-bottom: -2em;
}

.advert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 215px;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  .advert {
    padding: 30px 0;
  }
}

@media screen and (min-width: 1440px) {
  .advert {
    padding: 30px 0;
    height: 260px;
  }
}

.advert__link {
  height: 100%;
  width: 600px;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .advert__link {
    border-radius: 5px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .advert__link {
    width: 860px;
  }
}

.advert__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

/* START MODULE: BANNER */
.banner__container {
  width: 100%;
  overflow: visible;
  background: #2D3943;
  height: 165px;
  margin-bottom: 70px;
}

.search .banner__container {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .banner__container {
    margin-bottom: 31px;
  }
  .search .banner__container {
    height: 160px;
  }
}

@media screen and (min-width: 1440px) {
  .banner__container {
    height: 230px;
    margin-bottom: 40px;
  }
  .search .banner__container {
    margin-bottom: 40px;
  }
}

.banner {
  width: 100%;
  min-height: 240px;
  padding: 15px 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .banner {
    display: block;
    min-height: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .banner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 22px 0;
  }
}

.banner__title {
  background: #2C873F;
  padding: 20px 20px 30px 20px;
  border-radius: 0 25px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
}

.banner__title h1 > a {
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.search .banner__title {
  position: relative;
  bottom: -60px;
}

.banner__title h1, .banner__title h2, .banner__title h3, .banner__title h4, .banner__title h5 {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  margin: 0;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .banner__title h1, .banner__title h2, .banner__title h3, .banner__title h4, .banner__title h5 {
    max-width: 280px;
  }
}

@media screen and (min-width: 1440px) {
  .banner__title h1, .banner__title h2, .banner__title h3, .banner__title h4, .banner__title h5 {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .banner__title {
    position: absolute;
    bottom: -28px;
  }
  .search .banner__title {
    bottom: -40px;
    position: absolute;
  }
}

@media screen and (min-width: 1440px) {
  .banner__title {
    bottom: -40px;
    min-height: 160px;
    line-height: 38px;
    padding: 40px 78px 44px 78px;
    border-radius: 0 45px 0 45px;
  }
  .banner__title h1, .banner__title h2, .banner__title h3, .banner__title h4, .banner__title h5 {
    font-size: 28px;
  }
  .search .banner__title {
    bottom: -60px;
  }
}

.banner__breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-weight: normal;
}

.banner__breadcrumbs li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.banner__breadcrumbs li {
  margin-bottom: 5px;
  padding-left: 0;
}

.banner__breadcrumbs li:first-child a {
  color: #A6CE39;
  font-weight: 600;
}

.banner__breadcrumbs li:last-child a {
  font-weight: 600;
}

.banner__breadcrumbs li:not(:last-child)::after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(mysource_files/chevron-grey-light.svg) center/6px no-repeat;
  position: relative;
  top: 1px;
  margin: 0 10px;
}

@media screen and (min-width: 1440px) {
  .banner__breadcrumbs li:not(:last-child)::after {
    margin: 0 20px;
    background: url(mysource_files/chevron-grey-light.svg) center/5px no-repeat;
  }
}

.banner__breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.4;
}

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

@media screen and (min-width: 768px) {
  .banner__breadcrumbs a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .banner__breadcrumbs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

@media screen and (min-width: 1440px) {
  .banner__breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}

.search .banner__breadcrumbs {
  display: none;
}

.banner__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 10px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #2D3943;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .banner__social {
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    right: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .banner__social {
    font-size: 12px;
    bottom: 30px;
    right: 0;
  }
}

.search .banner__social {
  display: none;
}

.banner__social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.banner__social-links li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.banner__social-links a {
  display: block;
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 1440px) {
  .banner__social-links a {
    width: 30px;
    height: 30px;
  }
}

.banner__social-links li {
  font-size: 0;
  margin-left: 5px;
  padding-left: 0;
  margin-bottom: 0;
}

.banner__social-links img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .banner__social-links {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .banner__social-links {
    margin-top: -2px;
  }
}

.banner__content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* START MODULE: DOWNLOAD-DOC */
.download-doc {
  width: 100%;
}

.download-doc:before {
  clear: both;
  content: '';
  display: table;
}

.download-doc .download-doc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 50px 0;
}

.download-doc .download-doc__list li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.download-doc .download-doc__item {
  border-radius: 5px;
  border: solid 1px #C4CAD0;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.download-doc .download-doc__item + .download-doc__item {
  margin-top: 10px;
}

.download-doc .download-doc__item a[href] {
  padding: 13px 19px 13px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #2D3943;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .download-doc .download-doc__item a[href] {
    padding: 13px 25px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
}

.download-doc .download-doc__item a[href]:hover {
  color: #ffffff;
  background: #2C873F;
}

.download-doc .download-doc__item a[href]:hover svg path {
  fill: currentColor;
}

.download-doc .download-doc__item svg {
  position: absolute;
  left: 19px;
  top: 15px;
}

@media screen and (min-width: 768px) {
  .download-doc .download-doc__item svg {
    margin-right: 10px;
    position: initial;
  }
}

.download-doc .download-doc__item strong {
  font-weight: 600;
  margin-right: 4px;
}

.download-doc .download-doc__item > a:before {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.download-doc .download-doc__item[data-type="word_doc"] > a:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiMyQzg3M0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIwLjAzIDIzLjAyNkgxLjk3VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDV6bS0uNDEtMTguMDk0bC0yLjUyOS0uMDE0LS4wMTQtMi41MzQgMi41NDMgMi41NDh6bTIuMDkxLS42OTZhLjk4My45ODMgMCAwIDEgLjI4OS42OTh2MTkuMDhjMCAuNTQ1LS40NC45ODYtLjk4NS45ODZILjk4NUEuOTg1Ljk4NSAwIDAgMSAwIDI0LjAxM1YuOTg3QzAgLjQ0LjQ0IDAgLjk4NSAwaDE2LjA5YS45OC45OCAwIDAgMSAuNjk2LjI5bDMuOTQgMy45NDZ6TTE2LjA5IDkuMTQ4SDUuNDE4YS45NjYuOTY2IDAgMCAwIDAgMS45MzNoMTAuNjcxYS45NjUuOTY1IDAgMCAwIC45NjUtLjk2Ny45NjUuOTY1IDAgMCAwLS45NjUtLjk2NnptMCA0LjYwNkg1LjQxOGEuOTY2Ljk2NiAwIDAgMCAwIDEuOTMzaDEwLjY3MWEuOTY1Ljk2NSAwIDAgMCAuOTY1LS45NjcuOTY1Ljk2NSAwIDAgMC0uOTY1LS45NjZ6bTAgNC40ODJINS40MThhLjk2Ni45NjYgMCAwIDAgMCAxLjkzM2gxMC42NzFhLjk2NS45NjUgMCAwIDAgLjk2NS0uOTY3Ljk2NS45NjUgMCAwIDAtLjk2NS0uOTY2eiI+PC9wYXRoPgo8L3N2Zz4=");
}

.download-doc .download-doc__item[data-type="word_doc"] > a:hover:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIwLjAzIDIzLjAyNkgxLjk3VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDV6bS0uNDEtMTguMDk0bC0yLjUyOS0uMDE0LS4wMTQtMi41MzQgMi41NDMgMi41NDh6bTIuMDkxLS42OTZhLjk4My45ODMgMCAwIDEgLjI4OS42OTh2MTkuMDhjMCAuNTQ1LS40NC45ODYtLjk4NS45ODZILjk4NUEuOTg1Ljk4NSAwIDAgMSAwIDI0LjAxM1YuOTg3QzAgLjQ0LjQ0IDAgLjk4NSAwaDE2LjA5YS45OC45OCAwIDAgMSAuNjk2LjI5bDMuOTQgMy45NDZ6TTE2LjA5IDkuMTQ4SDUuNDE4YS45NjYuOTY2IDAgMCAwIDAgMS45MzNoMTAuNjcxYS45NjUuOTY1IDAgMCAwIC45NjUtLjk2Ny45NjUuOTY1IDAgMCAwLS45NjUtLjk2NnptMCA0LjYwNkg1LjQxOGEuOTY2Ljk2NiAwIDAgMCAwIDEuOTMzaDEwLjY3MWEuOTY1Ljk2NSAwIDAgMCAuOTY1LS45NjcuOTY1Ljk2NSAwIDAgMC0uOTY1LS45NjZ6bTAgNC40ODJINS40MThhLjk2Ni45NjYgMCAwIDAgMCAxLjkzM2gxMC42NzFhLjk2NS45NjUgMCAwIDAgLjk2NS0uOTY3Ljk2NS45NjUgMCAwIDAtLjk2NS0uOTY2eiI+PC9wYXRoPgo8L3N2Zz4=");
}

.download-doc .download-doc__item[data-type="pdf_file"] > a:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiMyQzg3M0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTcgMjMuMDI2VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDVIMS45N3pNMTkuNjIgNC45MzJsLTIuNTI5LS4wMTQtLjAxNC0yLjUzNCAyLjU0MyAyLjU0OHptMi4wOTEtLjY5NmEuOTgzLjk4MyAwIDAgMSAuMjg5LjY5OHYxOS4wOGMwIC41NDUtLjQ0Ljk4Ni0uOTg1Ljk4NkguOTg1QS45ODUuOTg1IDAgMCAxIDAgMjQuMDEzVi45ODdDMCAuNDQuNDQgMCAuOTg1IDBoMTYuMDlhLjk4Ljk4IDAgMCAxIC42OTYuMjlsMy45NCAzLjk0NnptLTYuNTU2IDEyLjA4MWMuMzE2LjEwMy41NTguMjA3LjcxNy4zLS4xMi0uMDE1LS4zNTItLjA3NS0uNzE3LS4zek05Ljg4IDE0LjY5YTkuNDk5IDkuNDk5IDAgMCAwIC40ODUtMS42M2MuMjYyLjUzNi41NTQgMS4wMi44NzYgMS40NTdhNzMuMjYgNzMuMjYgMCAwIDAtMS4zNi4xNzN6TTUuODQgMTcuODdjLjEzMy0uMTUuMzk2LS4zNjkuNzkzLS42MDQtLjM2OC40LS42NDIuNTY5LS43OTMuNjA0em03LjI1LTMuMzhjLS4xMTUtLjEyNi0uMjM0LS4yNTktLjM1Ny0uNC0xLjQwNC0xLjYwNi0xLjk3Ni0zLjk2Mi0yLjE5LTUuMTk2YTEyLjU2NSAxMi41NjUgMCAwIDAtLjA4LS42OWMtLjA5MS0uNjUtLjUtLjc0OC0uNzM3LS43NDgtLjIwNCAwLS40MDEuMDg3LS41MzguMjQzLS4yMTcuMjQ5LS4xODUuNTE2LS4xNjIuNjk5LjAxOS4xNzMuMDUuNDA5LjA5Mi42NDMuMTIzIDEuMjczLjE4MyAzLjY5LS43ODIgNS41OS0uMDc4LjE1Mi0uMTU5LjMwNC0uMjM2LjQ0NC0xLjY3Ny41MTgtMy40NDcgMS40OTUtMy43NDUgMi41Ny0uMTE1LjQyMi0uMDA3Ljg0Ny4yOTUgMS4xNjQuMzEzLjMzLjcwMy41MDIgMS4xMy41MDIgMS4wMzMgMCAyLjEwNi0uOTg4IDMuMjgtMy4wMTMuNDI2LS4xMDQgMi44NzYtLjQwNyAzLjM5Mi0uNDAxIDEuNDE0IDEuNDUgMi41NiAyLjE1MiAzLjQ5MyAyLjE1MmExLjU2IDEuNTYgMCAwIDAgMS4zODYtLjgxNWMuMjAzLS4zNjIuMjA3LS43OC4wMDQtMS4xNS0uNTktMS4wNjMtMi44NzEtMS40OTUtNC4yNDQtMS41OTN6Ij48L3BhdGg+Cjwvc3ZnPg==");
}

.download-doc .download-doc__item[data-type="pdf_file"] > a:hover:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTcgMjMuMDI2VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDVIMS45N3pNMTkuNjIgNC45MzJsLTIuNTI5LS4wMTQtLjAxNC0yLjUzNCAyLjU0MyAyLjU0OHptMi4wOTEtLjY5NmEuOTgzLjk4MyAwIDAgMSAuMjg5LjY5OHYxOS4wOGMwIC41NDUtLjQ0Ljk4Ni0uOTg1Ljk4NkguOTg1QS45ODUuOTg1IDAgMCAxIDAgMjQuMDEzVi45ODdDMCAuNDQuNDQgMCAuOTg1IDBoMTYuMDlhLjk4Ljk4IDAgMCAxIC42OTYuMjlsMy45NCAzLjk0NnptLTYuNTU2IDEyLjA4MWMuMzE2LjEwMy41NTguMjA3LjcxNy4zLS4xMi0uMDE1LS4zNTItLjA3NS0uNzE3LS4zek05Ljg4IDE0LjY5YTkuNDk5IDkuNDk5IDAgMCAwIC40ODUtMS42M2MuMjYyLjUzNi41NTQgMS4wMi44NzYgMS40NTdhNzMuMjYgNzMuMjYgMCAwIDAtMS4zNi4xNzN6TTUuODQgMTcuODdjLjEzMy0uMTUuMzk2LS4zNjkuNzkzLS42MDQtLjM2OC40LS42NDIuNTY5LS43OTMuNjA0em03LjI1LTMuMzhjLS4xMTUtLjEyNi0uMjM0LS4yNTktLjM1Ny0uNC0xLjQwNC0xLjYwNi0xLjk3Ni0zLjk2Mi0yLjE5LTUuMTk2YTEyLjU2NSAxMi41NjUgMCAwIDAtLjA4LS42OWMtLjA5MS0uNjUtLjUtLjc0OC0uNzM3LS43NDgtLjIwNCAwLS40MDEuMDg3LS41MzguMjQzLS4yMTcuMjQ5LS4xODUuNTE2LS4xNjIuNjk5LjAxOS4xNzMuMDUuNDA5LjA5Mi42NDMuMTIzIDEuMjczLjE4MyAzLjY5LS43ODIgNS41OS0uMDc4LjE1Mi0uMTU5LjMwNC0uMjM2LjQ0NC0xLjY3Ny41MTgtMy40NDcgMS40OTUtMy43NDUgMi41Ny0uMTE1LjQyMi0uMDA3Ljg0Ny4yOTUgMS4xNjQuMzEzLjMzLjcwMy41MDIgMS4xMy41MDIgMS4wMzMgMCAyLjEwNi0uOTg4IDMuMjgtMy4wMTMuNDI2LS4xMDQgMi44NzYtLjQwNyAzLjM5Mi0uNDAxIDEuNDE0IDEuNDUgMi41NiAyLjE1MiAzLjQ5MyAyLjE1MmExLjU2IDEuNTYgMCAwIDAgMS4zODYtLjgxNWMuMjAzLS4zNjIuMjA3LS43OC4wMDQtMS4xNS0uNTktMS4wNjMtMi44NzEtMS40OTUtNC4yNDQtMS41OTN6Ij48L3BhdGg+Cjwvc3ZnPg==");
}

.download-doc .download-doc__item[data-type="excel_doc"] > a:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiMyQzg3M0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTcgMjMuMDI2VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDVIMS45N3pNMTkuNjIgNC45MzJsLTIuNTI5LS4wMTQtLjAxNC0yLjUzNCAyLjU0MyAyLjU0OHptMi4wOTEtLjY5NmEuOTgzLjk4MyAwIDAgMSAuMjg5LjY5OHYxOS4wOGMwIC41NDUtLjQ0Ljk4Ni0uOTg1Ljk4NkguOTg1QS45ODUuOTg1IDAgMCAxIDAgMjQuMDEzVi45ODdDMCAuNDQuNDQgMCAuOTg1IDBoMTYuMDlhLjk4Ljk4IDAgMCAxIC42OTYuMjlsMy45NCAzLjk0NnptLTcuMDYzIDYuMzEyaC0yLjA2N2wtMS43NiAyLjY4Ny0xLjcyNi0yLjY4N0g2Ljk3bDIuNzY0IDQuMDcxLTIuODgzIDQuMjE0SDguOTJsMS44NjYtMi44NDEgMS44NTYgMi44NGgyLjEyNmwtMi44ODMtNC4yMzYgMi43NjQtNC4wNDh6Ij48L3BhdGg+Cjwvc3ZnPg==");
}

.download-doc .download-doc__item[data-type="excel_doc"] > a:hover:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTcgMjMuMDI2VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDVIMS45N3pNMTkuNjIgNC45MzJsLTIuNTI5LS4wMTQtLjAxNC0yLjUzNCAyLjU0MyAyLjU0OHptMi4wOTEtLjY5NmEuOTgzLjk4MyAwIDAgMSAuMjg5LjY5OHYxOS4wOGMwIC41NDUtLjQ0Ljk4Ni0uOTg1Ljk4NkguOTg1QS45ODUuOTg1IDAgMCAxIDAgMjQuMDEzVi45ODdDMCAuNDQuNDQgMCAuOTg1IDBoMTYuMDlhLjk4Ljk4IDAgMCAxIC42OTYuMjlsMy45NCAzLjk0NnptLTcuMDYzIDYuMzEyaC0yLjA2N2wtMS43NiAyLjY4Ny0xLjcyNi0yLjY4N0g2Ljk3bDIuNzY0IDQuMDcxLTIuODgzIDQuMjE0SDguOTJsMS44NjYtMi44NDEgMS44NTYgMi44NGgyLjEyNmwtMi44ODMtNC4yMzYgMi43NjQtNC4wNDh6Ij48L3BhdGg+Cjwvc3ZnPg==");
}

.download-doc .download-doc__item[data-type="powerpoint_doc"] > a:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiMyQzg3M0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTcgMjMuMDI2VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDVIMS45N3pNMTkuNjIgNC45MzJsLTIuNTI5LS4wMTQtLjAxNC0yLjUzNCAyLjU0MyAyLjU0OHptMi4wOTEtLjY5NmEuOTgzLjk4MyAwIDAgMSAuMjg5LjY5OHYxOS4wOGMwIC41NDUtLjQ0Ljk4Ni0uOTg1Ljk4NkguOTg1QS45ODUuOTg1IDAgMCAxIDAgMjQuMDEzVi45ODdDMCAuNDQuNDQgMCAuOTg1IDBoMTYuMDlhLjk4Ljk4IDAgMCAxIC42OTYuMjlsMy45NCAzLjk0NnptLTkuNTMxIDkuMjM1YzAgLjcxLS41MzIgMS4yNTUtMS40NDIgMS4yNTVIOS4yOTd2LTIuNTMzaDEuNDA1Yy45MSAwIDEuNDc4LjQzOCAxLjQ3OCAxLjI1NXYuMDIzem0tMS4zMjQtMi45MjRINy40Nzh2OC4yODZoMS44MTl2LTIuNDg2aDEuMzgzYzEuODU0IDAgMy4zNDItLjk5NSAzLjM0Mi0yLjkxMXYtLjAyNWMwLTEuNjkxLTEuMTkzLTIuODY0LTMuMTY2LTIuODY0eiI+PC9wYXRoPgo8L3N2Zz4=");
}

.download-doc .download-doc__item[data-type="powerpoint_doc"] > a:hover:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIyIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTcgMjMuMDI2VjEuOTc0aDE0LjEybC0uOTg2LjAwNi4wMjEgMy45MjZjLjAwMy41NC40NC45NzkuOTgxLjk4MmwzLjkxOS4wMi4wMDUtLjk4N3YxNy4xMDVIMS45N3pNMTkuNjIgNC45MzJsLTIuNTI5LS4wMTQtLjAxNC0yLjUzNCAyLjU0MyAyLjU0OHptMi4wOTEtLjY5NmEuOTgzLjk4MyAwIDAgMSAuMjg5LjY5OHYxOS4wOGMwIC41NDUtLjQ0Ljk4Ni0uOTg1Ljk4NkguOTg1QS45ODUuOTg1IDAgMCAxIDAgMjQuMDEzVi45ODdDMCAuNDQuNDQgMCAuOTg1IDBoMTYuMDlhLjk4Ljk4IDAgMCAxIC42OTYuMjlsMy45NCAzLjk0NnptLTkuNTMxIDkuMjM1YzAgLjcxLS41MzIgMS4yNTUtMS40NDIgMS4yNTVIOS4yOTd2LTIuNTMzaDEuNDA1Yy45MSAwIDEuNDc4LjQzOCAxLjQ3OCAxLjI1NXYuMDIzem0tMS4zMjQtMi45MjRINy40Nzh2OC4yODZoMS44MTl2LTIuNDg2aDEuMzgzYzEuODU0IDAgMy4zNDItLjk5NSAzLjM0Mi0yLjkxMXYtLjAyNWMwLTEuNjkxLTEuMTkzLTIuODY0LTMuMTY2LTIuODY0eiI+PC9wYXRoPgo8L3N2Zz4=");
}

/* START MODULE: FOOTER */
.footer__container {
  background: #ffffff;
  width: 100%;
  border-top: 1px solid #C4CAD0;
  margin-top: 2em;
}

.footer {
  margin: 0 15px;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .footer {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 19px 0 24px 0;
}

@media screen and (min-width: 768px) {
  .footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0 30px 0;
  }
}

@media screen and (min-width: 1440px) {
  .footer__main {
    padding: 73px 0 28px 0;
  }
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media screen and (min-width: 1440px) {
  .footer__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__address {
  font-size: 13px;
  color: #41505D;
}

.footer__address p {
  margin: 0;
  font-size: 13px;
  line-height: 21px;
}

.footer__address h4,
.footer__social h4 {
  color: #1F262C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.footer__social {
  margin-top: 20px;
}

.footer__social h4 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .footer__social h4 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .footer__social {
    margin-top: 0;
  }
}

.footer__phone,
.footer__email {
  font-size: 13px;
  color: #41505D;
  line-height: 21px;
  margin-top: 10px;
}

@media screen and (min-width: 1440px) {
  .footer__phone,
  .footer__email {
    margin-left: 60px;
    margin-top: 5px;
  }
}

.footer__phone a,
.footer__email a {
  color: #41505D;
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: normal;
}

.footer__phone a:hover,
.footer__email a:hover {
  text-decoration: underline;
}

.footer__phone::before {
  content: '';
  display: inline-block;
  background: url(mysource_files/phone.svg) center no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 4px;
}

.footer__email::before {
  content: '';
  display: inline-block;
  background: url(mysource_files/letter.svg) center no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 8px;
}

.footer__twitter,
.footer__linkedin {
  font-size: 13px;
  color: #41505D;
  line-height: 21px;
  text-decoration: none;
}

.footer__twitter:hover,
.footer__linkedin:hover {
  text-decoration: underline;
}

.footer__twitter::before {
  content: '';
  display: inline-block;
  background: url(mysource_files/twitter.svg) center no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  left: 0;
  top: 8px;
  margin-right: 6px;
}

.footer__linkedin {
  margin-left: 30px;
}

.footer__linkedin::before {
  content: '';
  display: inline-block;
  background: url(mysource_files/linkedin.svg) center no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  left: 0;
  top: 8px;
  margin-right: 6px;
}

.footer__sub {
  border-top: solid 1px #E5E8EB;
  line-height: 21px;
  color: #41505D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-size: 9px;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  .footer__sub {
    font-size: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 11px 0 18px 0;
  }
}

@media screen and (min-width: 1440px) {
  .footer__sub {
    padding: 13px 0 70px 0;
  }
}

.footer__sub-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.footer__sub-links li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.footer__sub-links a {
  color: #41505D;
  text-decoration: none;
  font-size: 9px;
}

.footer__sub-links a:hover {
  text-decoration: underline;
}

.footer__sub-links li {
  padding-left: 0;
}

.footer__sub-links li + li::before {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  .footer__sub-links li + li::before {
    margin: 0 10px;
  }
}

.footer__sub-links li, .footer__sub-links a {
  font-size: 9px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .footer__sub-links li, .footer__sub-links a {
    font-size: 11px;
  }
}

.footer__top {
  width: 45px;
  height: 45px;
  background: url("mysource_files/chevron-white.svg") center/17px no-repeat, #2D3943;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: -22.5px;
}

/* START MODULE: FORMS */
.main form {
  font-size: 14px;
  color: #3B3F41;
  line-height: 24px;
}

@media screen and (min-width: 1440px) {
  .main form {
    max-width: 795px;
  }
}

.main form .sq-form-required-field-note {
  font-weight: normal;
  color: #3B3F41;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.main form .sq-form-question {
  margin-top: 16px;
}

.main form .sq-form-error {
  color: #D0021B;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  float: right;
  margin-top: -12px;
}

.main form abbr[title=required] {
  border-bottom: none;
  text-decoration: none;
}

.main form .sq-form-question-title {
  text-transform: uppercase;
  color: #41505D;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  margin: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main form input[type="text"],
.main form input[type="tel"],
.main form input[type="number"],
.main form input[type="email"],
.main form textarea {
  border: solid 1px #C4CAD0;
  padding: 12px 15px;
  border-radius: 5px;
  width: 100%;
  margin: 0 0 20px 0;
}

.main form .sq-form-question-error input[type="text"],
.main form .sq-form-question-error input[type="tel"],
.main form .sq-form-question-error input[type="number"],
.main form .sq-form-question-error input[type="email"],
.main form .sq-form-question-error textarea, .main form .sq-form-question-error .selectric {
  border-color: #D0021B;
}

.main form .sq-form-control {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1em 0;
}

.main form .sq-form-question-note {
  display: none;
}

.main form .sq-form-question-answer .selectric-wrapper {
  margin-bottom: 20px;
}

.main form .sq-form-question-answer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main form .sq-form-question-answer ul li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.main form .sq-form-question-answer ul li {
  padding: 0;
}

.main form .sq-form-question-option-list,
.main form .sq-form-question-tickbox-list {
  margin-bottom: 20px;
}

.main form .sq-form-question-option-list legend,
.main form .sq-form-question-tickbox-list legend {
  display: none;
}

.main form .sq-form-question-option-list fieldset,
.main form .sq-form-question-tickbox-list fieldset {
  border: none;
  padding: 0;
}

.main form .sq-form-question-option-list input,
.main form .sq-form-question-tickbox-list input {
  opacity: 0;
  width: 0;
  height: 0;
}

.main form .sq-form-question-option-list label,
.main form .sq-form-question-tickbox-list label {
  font-size: 16px;
  line-height: 24px;
  color: #1F262C;
  margin-left: 24px;
}

.main form .sq-form-question-option-list li,
.main form .sq-form-question-tickbox-list li {
  position: relative;
}

.main form .sq-form-question-option-list label::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #1F262C;
  left: 0;
  top: 5px;
  position: absolute;
  border-radius: 8.5px;
}

.main form .sq-form-question-option-list input:disabled + label::before {
  border: 2px solid #E5E8EB;
}

.main form .sq-form-question-option-list input:checked + label::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 8.5px;
  background: #2C873F;
  position: absolute;
  top: 10px;
  left: 5px;
}

.main form .sq-form-question-option-list input:not(:disabled):focus + label::before {
  background: #E5E8EB;
}

.main form .sq-form-question-tickbox-list label::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #1F262C;
  top: 5px;
  left: 0;
  position: absolute;
}

.main form .sq-form-question-tickbox-list input:disabled + label::before {
  border: 2px solid #E5E8EB;
}

.main form .sq-form-question-tickbox-list input:checked + label::before {
  background: url("mysource_files/tick.svg") center no-repeat;
}

.main form .sq-form-question-tickbox-list input:not(:disabled):focus + label::before {
  background: #E5E8EB;
}

.main form .sq-form-question-tickbox-list input:checked:focus + label::before {
  background: url("mysource_files/tick.svg") center no-repeat, #E5E8EB;
}

.main form .sq-form-question-select {
  margin-bottom: 20px;
}

.main form .selectric {
  border: 1px solid #C4CAD0;
}

.form__tip-container {
  font-size: 0;
}

.form__tip-container button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__tip {
  display: block;
  position: absolute;
  color: #ffffff;
  padding: 9px 14px 11px 14px;
  background: #1F262C;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18px;
  bottom: 24px;
  text-transform: none;
  font-weight: normal;
  left: 0;
  max-width: 200px;
  letter-spacing: normal;
}

.form__tip-nib {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #1F262C;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.form__clear {
  position: relative;
  padding-right: 38px !important;
}

button.form__clear-button {
  position: absolute;
  background: url("mysource_files/close.svg") center/12px no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin-top: 28px;
  margin-left: -33px;
}

/* START MODULE: FUNNELBACK */
/*
 * Funnelback auto-completion plugin
 * version 2.6.0
 *
 * author: Liliana Nowak
 * Copyright Funnelback, 2015-2017
 */
.tt-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  padding-bottom: 5px;
  width: 100%;
}

.tt-menu .tt-suggestion {
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 10px;
  text-align: left;
}

.tt-menu .tt-suggestion:hover, .tt-menu .tt-cursor {
  background-color: #428bca;
  color: #fff;
  text-decoration: none;
}

.tt-menu .tt-category, .tt-menu .tt-group {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.tt-menu .tt-category {
  margin: 3px 0;
  padding: 7px 5px;
}

.tt-menu .tt-dataset:first-child .tt-category, .tt-horizontal .tt-dataset .tt-category {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
}

.tt-menu .tt-group {
  padding: 3px 5px;
  text-align: center;
}

.tt-menu .tt-group:first-of-type {
  border-top: none;
}

.tt-horizontal {
  width: 100%;
}

.tt-horizontal .tt-dataset {
  float: left;
  width: 100%;
}

.tt-scrollable {
  overflow-y: auto;
  max-height: 460px;
}

.tt-hint {
  color: #ccc !important;
  padding: 0 8px;
}

@media (max-width: 414px) {
  .tt-horizontal .tt-dataset {
    width: 100% !important;
  }
}

/* START MODULE: HERO-SLIDER */
.hero-slider {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-slider {
    height: 480px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-slider {
    height: 600px;
  }
}

.hero-slider__container {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .hero-slider__container {
    margin: 0 auto;
  }
}

.hero-slider--loading .hero-slider__slick img {
  display: none;
}

.hero-slider__image {
  overflow: hidden;
  height: 180px;
}

.hero-slider__image img {
  width: 100%;
  height: 180px;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.hero-slider__image::after {
  content: ' ';
  display: block;
  position: relative;
  margin-top: -80px;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  opacity: 0.5;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .hero-slider__image {
    height: 480px;
    border-bottom-right-radius: 75px;
  }
  .hero-slider__image img {
    height: 480px;
  }
  .hero-slider__image::after {
    margin-top: -335px;
    height: 335px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-slider__image {
    height: 600px;
  }
  .hero-slider__image img {
    height: 600px;
  }
}

.hero-slider__info {
  margin: -35px 0 0 0;
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .hero-slider__info {
    margin: -480px auto 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .hero-slider__info {
    margin: -600px auto 0 auto;
  }
}

.hero-slider__caption {
  min-width: 100%;
  border-radius: 0 35px 0 35px;
  background-color: #2D3943;
  color: white;
  position: relative;
  padding: 28px 15px 70px 35px;
}

.hero-slider--loading .hero-slider__caption {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-slider__caption {
    min-height: 320px;
    opacity: 0.9;
    min-width: auto;
    max-width: 700px;
    margin-top: 30px;
    margin-left: 15px;
    border-radius: 0 35px 0 35px;
    display: inline-block;
    padding: 25px 20px 70px 35px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-slider__caption {
    min-height: 365px;
    opacity: 0.9;
    min-width: 486px;
    margin-top: 50px;
    margin-left: 0;
    border-radius: 0 50px 0 50px;
    display: inline-block;
    max-width: 50%;
    padding: 45px 30px 70px 50px;
  }
}

.hero-slider__caption-content {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.hero-slider__caption-content h1, .hero-slider__caption-content h2, .hero-slider__caption-content h3, .hero-slider__caption-content h4, .hero-slider__caption-content h5 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  font-size: 30px;
  color: #ffffff;
  line-height: 1.4;
}

.hero-slider__caption-content p {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.4;
  color: #ffffff;
}

.hero-slider--transition .hero-slider__caption-content {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .hero-slider__caption-content h1, .hero-slider__caption-content h2, .hero-slider__caption-content h3, .hero-slider__caption-content h4, .hero-slider__caption-content h5 {
    font-size: 40px;
  }
  .hero-slider__caption-content p {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
}

.hero-slider__controls {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 50px);
}

@media screen and (min-width: 768px) {
  .hero-slider__controls {
    width: calc(100% - 80px);
  }
}

.hero-slider__dots {
  display: inline-block;
}

.hero-slider__dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-slider__dots ul li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.hero-slider__dots li {
  display: inline-block;
  line-height: 0;
  padding: 0;
  margin-bottom: 0;
}

.hero-slider__dots li + li {
  margin-left: 10px;
}

.hero-slider__dots button {
  content: ' ';
}

.hero-slider__dot {
  background: white;
  width: 9px;
  height: 9px;
  border-radius: 11px;
  margin: 0;
  padding: 0;
}

.slick-active .hero-slider__dot {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 2px solid #2C873F;
}

.hero-slider__arrows {
  display: inline-block;
}

.hero-slider__arrow {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: url("mysource_files/arrow-white.svg") center/23px 15px no-repeat;
}

.hero-slider__arrow:hover {
  background: url("mysource_files/arrow-white.svg") center/23px 15px no-repeat, #2C873F;
}

.hero-slider__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* START MODULE: LANDING-BANNER */
.landing-banner {
  padding-bottom: 120px;
  position: relative;
  margin-bottom: -80px;
  z-index: -1;
}

@media screen and (min-width: 1440px) {
  .landing-banner {
    padding-bottom: 293px;
    margin-bottom: -230px;
  }
}

.landing-banner:before {
  position: absolute;
  content: '';
  background: url("mysource_files/watermark.gif") center right no-repeat, #2C873F;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  border-radius: 0 0 35px 0;
}

@media screen and (min-width: 768px) {
  .landing-banner:before {
    border-radius: 0 0 50px 0;
  }
}

@media screen and (min-width: 1440px) {
  .landing-banner:before {
    border-radius: 0 0 100px 0;
  }
}

.landing-banner__content {
  color: white;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .landing-banner__content {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .landing-banner__content {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
  }
}

h1.landing-banner__heading,
h2.landing-banner__heading {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.54px;
  margin: 0 0 10px;
}

@media screen and (min-width: 1440px) {
  h1.landing-banner__heading,
  h2.landing-banner__heading {
    margin-bottom: 15px;
    letter-spacing: -0.71px;
    line-height: 55px;
    font-size: 40px;
  }
}

.landing-banner__blurb {
  display: block;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .landing-banner__blurb {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .landing-banner__blurb {
    font-size: 21px;
    line-height: 35px;
  }
}

/* START MODULE: LANDING-HERO */
.landing-page #main {
  margin: 0;
}

.landing-hero__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.landing-hero {
  position: relative;
  margin: 0 20px 20px 20px;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .landing-hero {
    margin: 0 20px 60px 20px;
  }
}

@media screen and (min-width: 1440px) {
  .landing-hero {
    margin: 0 0 90px 0;
  }
}

img.landing-hero__background {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px 5px 5px 50px;
}

@media screen and (min-width: 768px) {
  img.landing-hero__background {
    display: block;
  }
}

.landing-hero__content {
  color: white;
  font-size: 18px;
  background: #2D3943;
  border-radius: 0 45px 0 45px;
  float: left;
}

@media screen and (min-width: 768px) {
  .landing-hero__content {
    width: calc(50% - 45px);
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    float: right;
    margin-right: 85px;
  }
}

@media screen and (min-width: 1440px) {
  .landing-hero__content {
    width: calc(50% - 104px);
    margin-right: 104px;
  }
}

.landing-hero__content h3, .landing-hero__content h4 {
  color: #A6CE39;
}

.landing-hero__content a {
  color: white;
}

h3.landing-hero__heading {
  display: block;
  text-align: left;
  margin: 30px 20px 10px 20px;
}

h3.landing-hero__heading a {
  font-size: 25px;
  line-height: 38px;
  color: #A6CE39;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  h3.landing-hero__heading {
    margin: 45px 60px 10px 60px;
  }
  h3.landing-hero__heading a {
    font-size: 30px;
  }
}

.landing-hero__summary {
  display: block;
  margin: 10px 20px 30px 20px;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .landing-hero__summary {
    margin: 0 60px 30px 60px;
  }
}

ul.landing-hero__links li, .landing-hero__documents li {
  padding: 0;
  margin: 0;
}

ul.landing-hero__links li:before, .landing-hero__documents li:before {
  content: none;
}

ul.landing-hero__links {
  margin: 0;
  margin-bottom: 25px;
}

ul.landing-hero__links li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

ul.landing-hero__links a {
  display: block;
  position: relative;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  font-weight: normal !important;
}

ul.landing-hero__links a:hover {
  color: #A6CE39;
}

ul.landing-hero__links a:hover:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@media screen and (min-width: 1440px) {
  ul.landing-hero__links a {
    padding: 18px 60px;
  }
}

ul.landing-hero__links a:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  border-right: 2px solid rgba(255, 255, 255, 0.25);
  right: 20px;
}

@media screen and (min-width: 1440px) {
  ul.landing-hero__links a:after {
    right: 40px;
  }
}

ul.landing-hero__links:last-child li:last-child a {
  border-bottom: none;
}

.landing-hero__btn {
  margin: 0 20px 40px 20px;
}

@media screen and (min-width: 1440px) {
  .landing-hero__btn {
    margin: 0 60px 60px 60px;
  }
}

.landing-hero__documents {
  margin-bottom: 30px;
}

@media screen and (min-width: 1440px) {
  .landing-hero__documents {
    margin-bottom: 45px;
  }
}

.landing-hero__documents h4 {
  margin: 25px 20px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .landing-hero__documents h4 {
    margin: 25px 60px;
  }
}

.landing-hero__documents ul {
  margin: 0;
}

.landing-hero__documents a {
  display: block;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
}

.landing-hero__documents a:hover {
  color: #A6CE39;
  text-decoration: underline;
}

.landing-hero__documents a:hover svg {
  opacity: 0.7;
}

@media screen and (min-width: 1440px) {
  .landing-hero__documents a {
    padding: 10px 60px 10px 60px;
  }
}

.landing-hero__documents a.landing-hero__filelink {
  padding: 10px 20px 10px 55px;
}

@media screen and (min-width: 1440px) {
  .landing-hero__documents a.landing-hero__filelink {
    padding: 10px 60px 10px 95px;
  }
}

.landing-hero__documents a.landing-hero__filelink:before {
  position: absolute;
  top: 10px;
  width: 17px;
  height: 17px;
  left: 25px;
}

@media screen and (min-width: 1440px) {
  .landing-hero__documents a.landing-hero__filelink:before {
    left: 60px;
  }
}

.landing-hero__documents svg {
  position: absolute;
  margin-left: -35px;
  margin-top: -2px;
  opacity: 0.5;
}

.landing-hero__documents svg path {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .landing-hero__container:nth-of-type(2n) .landing-hero__content {
    float: left;
    margin-left: 85px;
  }
}

@media screen and (min-width: 1440px) {
  .landing-hero__container:nth-of-type(2n) .landing-hero__content {
    margin-left: 104px;
  }
}

.landing-hero__container:nth-of-type(2n) img.landing-hero__background {
  border-radius: 5px 5px 50px 5px;
}

/* START MODULE: MAIN-MENU */
.main-menu {
  width: 100%;
  background: #ffffff;
  height: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .main-menu {
    height: 80px;
    position: fixed;
    top: 40px;
    border-bottom: 1px solid #E5E8EB;
  }
}

.main-menu__container {
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__logo {
  width: 87px;
  margin-left: 15px;
}

.main-menu__search--active .main-menu__logo {
  display: none;
}

@media screen and (min-width: 1440px) {
  .main-menu__logo {
    width: 120px;
    margin-left: 0;
  }
  .main-menu__search--active .main-menu__logo {
    display: block;
  }
}

.main-menu__logo img {
  width: 100%;
  height: 100%;
}

.main-menu__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 50px;
}

.main-menu__search--active .main-menu__nav {
  display: none;
}

.main-menu__nav-mobile {
  display: block;
}

@media screen and (min-width: 1440px) {
  .main-menu__nav-mobile {
    display: none;
  }
}

.main-menu__items {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  display: none;
}

.main-menu__items li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

@media screen and (min-width: 1440px) {
  .main-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-menu__item {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

.main-menu__item > button {
  color: #1F262C;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-left: 25px;
  padding: 0;
}

.main-menu__item > button::after {
  content: ' ';
  background: url("mysource_files/chevron-grey.svg") center/10px 7px no-repeat;
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-left: 5px;
}

.main-menu__item:nth-child(1) > button {
  margin-left: 0;
}

.main-menu__link {
  display: none;
  font-size: 15px;
  color: #41505D;
  text-decoration: none;
  font-weight: normal;
}

.main-menu__link:hover {
  color: #2C873F;
}

.main-menu__link + .main-menu__link {
  margin-left: 20px;
}

@media screen and (min-width: 1440px) {
  .main-menu__link {
    display: block;
  }
  .main-menu__search--active .main-menu__link {
    display: none;
  }
}

.main-menu__search {
  height: 100%;
}

.main-menu__search--active .main-menu__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1440px) {
  .main-menu__search--active .main-menu__search {
    margin-left: 50px;
  }
}

.main-menu__search-open {
  height: 100%;
  width: 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D3943;
}

.main-menu__search-open:not(:disabled):hover {
  color: #2C873F;
}

@media screen and (min-width: 1440px) {
  .main-menu__search-open {
    width: 50px;
  }
}

.main-menu__search-open svg {
  fill: currentColor;
}

.main-menu__search-close {
  background: url("mysource_files/close-w.svg") center no-repeat, #2C873F;
  width: 60px;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .main-menu__search-close {
    width: 50px;
    background: url("mysource_files/close.svg") center/18px no-repeat;
  }
}

.main-menu__external {
  display: none;
  font-family: "Arial", "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.main-menu__mobile .main-menu__external {
  float: left;
  width: calc(50% - 4px);
  display: inline-block;
  border-radius: 5px;
  padding: 14px 0;
  margin-bottom: 35px;
}

.main-menu__mobile .main-menu__external + .main-menu__external {
  margin-left: 4px;
}

.main-menu__mobile .main-menu__external img {
  width: 100%;
  height: 50px;
  -o-object-fit: "cover";
  object-fit: "cover";
  font-family: "object-fit: cover";
}

@media screen and (min-width: 1440px) {
  .main-menu__external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    color: #ffffff;
    height: calc(100% + 1px);
    width: 80px;
    border-radius: 0;
    line-height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-menu__external img {
    border-radius: 0;
  }
}

.main-menu__external--green {
  background-color: #268139;
}

.main-menu__external--dark-green {
  background-color: #35695D;
}

.main-menu__search-container {
  display: none;
  position: relative;
  height: 100%;
}

.main-menu__search-container .twitter-typeahead {
  width: 100%;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  border-left: 1px solid #1F262C;
  height: 2em;
  padding: 0 8px;
}

.main-menu__search-container input[type=text] {
  width: 100%;
  height: 100%;
}

.main-menu__search--active .main-menu__search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 1440px) {
  .main-menu__search--active .main-menu__search-container {
    padding: 0 20px 0 0;
  }
}

.main-menu__search-suggest {
  position: absolute;
  min-width: 360px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  top: 55px !important;
  left: -40px !important;
  display: none;
}

.main-menu__search-suggest::before {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  text-align: center;
  background: white;
  top: -3px;
  margin: 0 auto;
  position: absolute;
  left: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 1440px) {
  .main-menu__search-suggest {
    top: 66px !important;
    left: 0 !important;
  }
  .main-menu__search-suggest::before {
    left: 30px;
  }
}

.main-menu__search-suggest hr {
  width: 100%;
  height: 1px;
  background: #E5E8EB;
  border: none;
  margin: 0;
}

.main-menu__search-suggest-heading, .tt-category {
  font-size: 10px;
  color: #2C873F;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px 10px;
  margin: 0 8px;
  line-height: 1.4;
}

.main-menu__search-list {
  margin: 10px 0;
}

.main-menu__search-list-item {
  padding: 10px;
  font-size: 13px;
  margin: 0 10px;
  cursor: pointer;
}

.main-menu__search-list-item:first-of-type {
  margin-top: 10px;
}

.main-menu__search-list-item:hover {
  background: #E5E8EB;
}

.main-menu__mobile {
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .main-menu__mobile {
    display: none;
  }
}

.main-menu__mobile-toggle {
  background: url("mysource_files/menu-toggle.svg") center no-repeat;
  width: 60px;
  height: 100%;
  padding: 0;
  border-left: 1px solid #E5E8EB;
}

.main-menu__item--active .main-menu__mobile-toggle {
  background: url("mysource_files/close-w.svg") center no-repeat, #2C873F;
}

.main-menu__item-container {
  display: none;
  background: white;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 1;
}

.main-menu__item--active .main-menu__item-container {
  display: block;
}

@media screen and (min-width: 1440px) {
  .main-menu__item-container {
    position: fixed;
  }
}

.main-menu__item-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px 40px 100px;
  line-height: 25px;
  position: relative;
}

.main-menu__item-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.main-menu__item-content ul li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.main-menu__item-content li:not(.main-menu__headline) {
  padding-left: 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}

@media screen and (min-width: 1440px) {
  .main-menu__item-content .main-menu__lvl1 > li:not(.main-menu__headline) {
    padding-right: 10px;
  }
}

.main-menu__item--active > button::before {
  content: ' ';
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: 2px #A6CE39 solid;
  top: 34px;
  margin-top: -40px;
  display: block;
}

.main-menu__lvl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-menu__lvl1 h2 > a {
  color: #2C873F;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.main-menu__lvl1 h2 {
  margin: 20px 0 15px 0;
  line-height: 25px;
  font-size: 1.5em;
  font-weight: bold;
}

.main-menu__lvl1 h3 {
  margin: 0;
  font-size: 1.17em;
  line-height: 25px;
}

.main-menu__lvl1 h3 > a {
  font-size: 16px;
  font-weight: 600;
  color: #1F262C;
  margin: 0;
}

.main-menu__lvl1 a {
  text-decoration: none;
  color: #41505D;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}

.main-menu__lvl1 a:hover {
  text-decoration: underline;
}

.main-menu__lvl1 p {
  color: #41505D;
  font-size: 15px;
  margin-top: 5px;
  line-height: 25px;
}

.main-menu__lvl1 > li:not(.main-menu__headline) {
  width: 100%;
  margin-bottom: 0;
}

.main-menu__lvl2 > li {
  margin: 0 0 20px 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.main-menu__lvl1--summary .main-menu__lvl2 {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.main-menu__lvl1--headline.main-menu__lvl1--summary .main-menu__lvl2 {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.main-menu__lvl3 {
  line-height: 1.9em;
}

.main-menu__lvl3 li {
  margin-bottom: 0;
}

.main-menu__headline {
  background: #F2F5F7;
  margin-right: -100px;
  padding-right: 100px;
  margin-bottom: -40px;
  padding-bottom: 40px;
  margin-left: 24px;
  padding-left: 0;
}

.main-menu__headline > section {
  width: 285px;
}

.main-menu__headline-image {
  width: 100%;
  height: 156px;
  border-radius: 0 0 35px 0;
  overflow: hidden;
}

.main-menu__headline-image img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.main-menu__headline-content {
  padding: 20px 25px 20px 25px;
  font-weight: normal;
  color: #41505D;
  font-size: 15px;
}

.main-menu__headline-content h2 {
  font-weight: 600;
  font-size: 18px;
  color: #1F262C;
  margin-top: 0;
}

.main-menu__headline-content .button__default, .main-menu__headline-content .button__default--light, .main-menu__headline-content .landing-hero__btn {
  margin-top: 25px;
}

.main-menu__close {
  width: 45px;
  height: 45px;
  background: url("mysource_files/close-w.svg") center/14px no-repeat, #2D3943;
  position: absolute;
  right: 30px;
  bottom: -10px;
}

.main-menu__close:hover {
  background: url("mysource_files/close-w.svg") center/14px no-repeat, #2C873F;
}

.main-menu__mobile-container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 59px;
  background: #ffffff;
  border-top: 1px solid #E5E8EB;
  padding: 20px 15px;
  display: none;
  z-index: 1;
  line-height: 1.4;
}

.main-menu__item--active .main-menu__mobile-container {
  display: block;
}

.main-menu__mobile-container a {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .main-menu__mobile-container {
    width: 320px;
  }
}

.main-menu__mobile-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.4;
}

.main-menu__mobile-list li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.main-menu__mobile-list li {
  padding-left: 0;
  margin-bottom: 0;
}

.main-menu__mobile-list h2 {
  line-height: 1.4;
  font-size: 24px;
}

.main-menu__mobile-list--feature button {
  width: 100%;
  border-radius: 5px;
  background: url("mysource_files/arrow-green.svg") center right 20px/20px 15px no-repeat, rgba(44, 135, 63, 0.1);
  color: #1F262C;
  padding: 24px 73px 23px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.main-menu__mobile-list--feature li + li {
  margin-top: 5px;
}

.main-menu__mobile-list--fine a,
.main-menu__mobile-list--fine button {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #1F262C;
  padding: 18px 0;
  display: block;
  width: 100%;
  text-align: left;
}

.main-menu__mobile-list--fine button {
  background: url("mysource_files/chevron-green.svg") center right/7px no-repeat;
}

.main-menu__mobile-list--fine li {
  border-top: solid 1px #E5E8EB;
}

.main-menu__mobile-lvl2 .main-menu__mobile-list--fine a,
.main-menu__mobile-lvl2 .main-menu__mobile-list--fine button,
.main-menu__mobile-lvl3 .main-menu__mobile-list--fine a,
.main-menu__mobile-lvl3 .main-menu__mobile-list--fine button {
  font-size: 16px;
}

.main-menu__mobile-lvl2 .main-menu__mobile-list--fine a,
.main-menu__mobile-lvl3 .main-menu__mobile-list--fine a {
  text-decoration: underline;
}

.main-menu__mobile-lvl2 .main-menu__mobile-list--fine p,
.main-menu__mobile-lvl3 .main-menu__mobile-list--fine p {
  font-size: 15px;
  color: #41505D;
}

.main-menu__mobile-lvl2 .main-menu__mobile-list--fine a + p,
.main-menu__mobile-lvl3 .main-menu__mobile-list--fine a + p {
  margin-top: -10px;
  margin-bottom: 18px;
}

.main-menu__mobile-lvl2,
.main-menu__mobile-lvl3 {
  display: none;
}

.main-menu__mobile-lvl2 h2 > a,
.main-menu__mobile-lvl3 h2 > a {
  color: #2C873F;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.main-menu__mobile-lvl2 h2,
.main-menu__mobile-lvl3 h2 {
  margin: 0 0 14px 0;
}

.main-menu__mobile-back {
  color: #2C873F;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0;
}

.main-menu__mobile-lvl2 .main-menu__mobile-back::before,
.main-menu__mobile-lvl3 .main-menu__mobile-back::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("mysource_files/arrow-green.svg") center left/20px 15px no-repeat;
  overflow: visible;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 9px;
  top: 3px;
}

/* START MODULE: POPULAR-FORMS */
.popular-forms__container {
  margin: 14px 15px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .popular-forms__container {
    text-align: left;
    display: inline-block;
    float: right;
    margin: -110px 0 0 0;
  }
}

.popular-forms {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 165px;
  padding: 23px 30px 19px 30px;
  text-align: left;
}

.popular-forms h3 {
  color: #2C873F;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.4;
}

.popular-forms form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media screen and (min-width: 768px) {
  .popular-forms form {
    height: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.popular-forms input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .popular-forms input {
    max-width: 50%;
  }
}

.popular-forms a {
  color: #2D3943;
  font-style: italic;
  font-size: 12px;
  margin: 0 30px 0 20px;
  position: relative;
  padding-left: 30px;
  display: block;
  line-height: 1.4;
  font-weight: normal;
}

.popular-forms a::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("mysource_files/adobe-reader-logo-green.svg") center no-repeat;
  left: 0;
  top: -1px;
}

@media screen and (min-width: 768px) {
  .popular-forms a {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .popular-forms {
    width: 571px;
    height: 165px;
    display: inline-block;
  }
}

@media screen and (min-width: 1440px) {
  .popular-forms {
    width: 588px;
    overflow: visible;
  }
}

.popular-forms .selectric-wrapper {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  .popular-forms .selectric-wrapper {
    width: 340px;
    margin: 0 15px 0 0;
  }
}

/* START MODULE: QUICK-LINKS */
.quick-links__container {
  margin: 14px 15px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 768px) {
  .quick-links__container {
    margin: -90px 0 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .quick-links__container {
    text-align: left;
    display: inline-block;
    float: left;
    margin: -110px 0 0 0;
  }
}

.quick-links {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .quick-links {
    height: 165px;
    width: 571px;
    display: inline-block;
  }
}

@media screen and (min-width: 1440px) {
  .quick-links {
    width: 588px;
  }
}

.quick-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
}

.quick-links__list li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

@media screen and (min-width: 768px) {
  .quick-links__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.quick-links__link {
  padding: 0;
  margin: 0;
  height: 100%;
}

.quick-links__link:hover {
  background: #F7F8F8;
}

.quick-links__link:hover a {
  color: #2C873F;
}

.quick-links__link a {
  width: 100%;
  height: 100%;
  padding: 35px 25px;
  color: #1F262C;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .quick-links__link a {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 19px;
  }
}

.quick-links__link span {
  display: block;
  width: 100%;
}

.quick-links__link + .quick-links__link {
  border-top: 1px solid #E5E8EB;
}

@media screen and (min-width: 768px) {
  .quick-links__link + .quick-links__link {
    border-left: 1px solid #E5E8EB;
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .quick-links__link {
    width: 196px;
  }
}

.quick-links__image {
  text-align: left;
  min-width: 70px;
}

@media screen and (min-width: 768px) {
  .quick-links__image {
    text-align: center;
  }
}

/* START MODULE: SEARCH-FORM */
.search-form__submit {
  padding: 14px 52px 15px 52px !important;
  margin-top: 15px;
  width: 100%;
}

.search-form__submit::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url("mysource_files/search-white.svg") center;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

@media screen and (min-width: 768px) {
  .search-form__submit {
    margin-left: 10px;
    width: auto;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #F2F5F7;
  border-radius: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 17px 20px;
}

.search-form .twitter-typeahead {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 30px 120px 40px 40px;
  }
}

.search-form label {
  width: 100%;
  display: block;
  color: #2C873F;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .search-form label {
    width: auto;
  }
}

.search-form input[type="text"] {
  display: block;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #C4CAD0;
  width: 100%;
  color: #1F262C;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  padding: 14px 17px 17px 16px;
  margin-top: 6px;
}

.search-form__container {
  display: block;
  margin: 0 20px;
}

@media screen and (min-width: 1440px) {
  .search-nav__container + .search-form__container {
    margin: 0 0 0 405px;
  }
}

.search-nav__container + .search-form__container--initial {
  margin-bottom: 2em;
}

.search-form__list-item {
  padding: 10px;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  text-transform: none;
  color: #1F262C;
  font-weight: normal;
  letter-spacing: normal;
}

.search-form__list-item:hover {
  background: #E5E8EB;
}

.search-form__suggest {
  background: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 100%;
  margin-top: 2px;
}

/* START MODULE: SEARCH-NAV */
.search-nav__container {
  display: none;
  width: 405px;
  margin-top: 54px;
  float: left;
}

@media screen and (min-width: 1440px) {
  .search-nav__container {
    display: block;
  }
}

.search-nav {
  margin-left: 78px;
  margin-right: 60px;
}

.search-nav h1, .search-nav h2, .search-nav h3, .search-nav h4, .search-nav h5 {
  color: #2C873F;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.search-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-nav__list li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.search-nav__list li {
  padding: 0;
  margin: 0;
}

.search-nav__list a {
  font-size: 15px;
  line-height: 50px;
  color: #1F262C;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

.search-nav__list a:hover {
  color: #2C873F;
}

.search-nav__list a.search-nav__selected {
  font-weight: 600;
  background: url("mysource_files/close.svg") center right/12px no-repeat;
}

.search-nav__list a.search-nav__selected:hover {
  background: url("mysource_files/close-g.svg") center right/12px no-repeat;
}

.search-nav__list a.search-nav__selected .search-nav__count {
  display: none;
}

.search-nav__count {
  float: right;
}

.search-nav--mobile {
  display: block;
  margin: 20px;
}

@media screen and (min-width: 1440px) {
  .search-nav--mobile {
    display: none;
  }
}

/* START MODULE: SEARCH-RESULTS */
.search-results__file {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #2C873F;
  text-transform: uppercase;
  letter-spacing: 1.54px;
  padding: 10px 0;
}

.search-results__file span + span::before {
  content: '/';
  display: inline-block;
  margin: 0 5px 0 3px;
}

.search-results__file--pdf {
  background: url("mysource_files/pdf-icon.svg") center left/15px no-repeat;
  padding-left: 20px;
}

.search-results__details {
  color: #41505D;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0;
  border-bottom: 1px solid #2C873F;
  margin: 10px 0;
}

.search-results__details strong {
  color: #2C873F;
  font-weight: bold;
}

.search-results__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

.search-results__list li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.search-results__item {
  padding: 0;
}

.search-results__item + .search-results__item {
  margin-top: 50px;
}

.search-results__container {
  display: block;
  margin: 0 20px;
}

@media screen and (min-width: 1440px) {
  .search-results__container {
    margin: 0 0 0 405px;
  }
}

.search-results__title {
  font-weight: bold;
  color: #1F262C;
  font-size: 17px;
  line-height: 28px;
  margin: 0;
}

.search-results__thumb {
  display: none;
}

@media screen and (min-width: 768px) {
  .search-results__thumb {
    width: 140px;
    height: 140px;
    background: #E5E8EB;
    float: right;
    margin-top: -5px;
    display: block;
  }
  .search-results__thumb ~ * {
    margin-right: 150px;
  }
}

.search-results__link {
  font-size: 12px;
  line-height: 18px;
  color: #41505D;
  font-weight: normal;
  display: block;
  font-style: italic;
}

.search-results__summary {
  margin-bottom: 7px;
}

.search-results__page-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.search-results__page-list li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.search-results__page-list.search-results__page-list--glossary a {
  color: #2C873F;
  font-size: 18px;
  text-decoration: underline;
  width: 30px;
  line-height: 30px;
}

.search-results__page-list a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #41505D;
}

.search-results__page-list a.search-results__page-current {
  background: url("mysource_files/leaf.svg") center no-repeat;
  overflow: hidden;
  color: #ffffff;
}

.search-results__page-list li {
  padding: 0;
}

.search-results__page-list [rel=prev] {
  overflow: visible;
  background: url("mysource_files/chevron.svg") center no-repeat;
  display: block;
  width: 17px;
  height: 17px;
}

.search-results__page-list [rel=next] {
  overflow: visible;
  background: url("mysource_files/chevron.svg") center no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* START MODULE: SECTIONED-CARDS */
.sectioned-cards__container {
  width: 100%;
  background: #ffffff;
  line-height: 1.4;
}

.sectioned-cards {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sectioned-cards {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sectioned-cards__tabs-mobile {
    display: none;
  }
}

.sectioned-cards__tabs-mobile .selectric {
  border-radius: 0;
  border: none;
  border-top: solid 1px #C4CAD0;
  border-bottom: solid 1px #C4CAD0;
}

.sectioned-cards__tabs-mobile .selectric .label {
  font-size: 18px;
  height: 70px;
  line-height: 70px;
}

.sectioned-cards__tabs-mobile .selectric .button {
  background: url("mysource_files/chevron-grey-light.svg") center/16px 14px no-repeat;
  height: 70px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sectioned-cards__tabs-mobile .selectric-open .selectric .button {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sectioned-cards__tabs-mobile .selectric-items {
  border: none;
  border-radius: 0;
}

.sectioned-cards__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  display: none;
  position: relative;
}

.sectioned-cards__tabs li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.sectioned-cards__tabs li {
  padding-left: 0;
}

.sectioned-cards__tabs button {
  color: #1F262C;
  font-size: 18px;
  line-height: 30px;
  padding: 22px 0;
}

@media screen and (min-width: 768px) {
  .sectioned-cards__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100vw - 15px);
    border-bottom: 1px solid #E5E8EB;
  }
}

.sectioned-cards__tab {
  margin: 0 25px;
  border-bottom: 4px solid transparent;
}

.sectioned-cards__tab--active {
  border-bottom: 4px solid #2C873F;
}

.sectioned-cards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .sectioned-cards__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 14px;
  }
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__content {
    padding: 50px 0;
  }
}

.sectioned-cards__card {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 25px 20px;
  margin-bottom: 10px;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.sectioned-cards__card:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 768px) {
  .sectioned-cards__card {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
    padding: 50px 20px 40px 20px;
    min-height: 450px;
  }
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__card {
    width: calc((100% - 48px) / 3);
    margin-bottom: 24px;
    padding: 35px 40px 90px 40px;
    min-height: 450px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sectioned-cards__title {
  color: #1F262C;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 10px 0;
  font-size: 23px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .sectioned-cards__card--full .sectioned-cards__title {
    position: absolute;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2D3943;
    opacity: 0.9;
    margin: 0;
    padding: 15px 20px 22px 20px;
  }
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__card--full .sectioned-cards__title {
    padding: 22px 40px 28px 40px;
  }
}

@media screen and (min-width: 768px) {
  .sectioned-cards__card--slim .sectioned-cards__title {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__card--slim .sectioned-cards__title {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__title {
    font-size: 25px;
  }
}

.sectioned-cards__summary {
  line-height: 28px;
  color: #41505D;
}

@media screen and (min-width: 768px) {
  .sectioned-cards__card--full .sectioned-cards__summary {
    display: none;
  }
}

.sectioned-cards__link {
  display: none;
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__link {
    display: inline-block;
    position: absolute;
    bottom: 35px;
    left: 40px;
  }
}

.sectioned-cards__related {
  color: #2C873F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.27px;
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__related {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}

@media screen and (min-width: 768px) {
  .sectioned-cards__card--full .sectioned-cards__related,
  .sectioned-cards__card--slim .sectioned-cards__related {
    position: absolute;
    color: #ffffff;
    top: 15px;
    left: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__card--full .sectioned-cards__related,
  .sectioned-cards__card--slim .sectioned-cards__related {
    top: 35px;
    left: 35px;
  }
}

.sectioned-cards__image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  overflow: hidden;
}

.sectioned-cards__image::after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 75px;
}

.sectioned-cards__card--slim .sectioned-cards__image::after {
  height: 46px;
  opacity: 0.5;
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__card--slim .sectioned-cards__image::after {
    height: 75px;
  }
}

.sectioned-cards__card--full .sectioned-cards__image {
  height: 100%;
}

.sectioned-cards__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  -webkit-transition: width 1s, height 1s;
  transition: width 1s, height 1s;
}

.sectioned-cards__card:hover .sectioned-cards__image img {
  width: 105%;
  height: 105%;
}

@media screen and (min-width: 768px) {
  .sectioned-cards__image {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .sectioned-cards__image {
    height: 185px;
  }
}

.selectric .button {
  padding: 0;
  right: 8px;
}

/* START MODULE: SIDE-NAV */
.side-nav__container {
  float: left;
  margin-top: 45px;
  width: 405px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .side-nav__container {
    display: block;
  }
}

.side-nav {
  margin-left: 80px;
  margin-right: 57px;
}

.side-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.side-nav__list li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.side-nav__list li {
  padding: 0;
  margin-bottom: 0;
}

.side-nav__list li[data-side-nav-current] {
  background: rgba(44, 135, 63, 0.1);
}

.side-nav__list li + li {
  border-top: 1px solid #E5E8EB;
}

.side-nav__list a {
  color: #1F262C;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}

.side-nav__list a:hover {
  text-decoration: underline;
}

.side-nav__list button {
  position: absolute;
  right: 0;
  top: 6px;
  width: 42px;
  height: 42px;
}

.side-nav__list button::after {
  content: '';
  display: block;
  background: url("mysource_files/chevron-grey.svg") center/11px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.side-nav__list button[aria-expanded=true] {
  color: #2C873F;
  font-weight: 600;
}

.side-nav__list button[aria-expanded=true]::after {
  background: url("mysource_files/chevron-green.svg") center/7px no-repeat;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.side-nav__list--lvl1 > li.active > a,
.side-nav__list--lvl1 > .lineage > a,
.side-nav__list--lvl1 > .current > a {
  color: #2C873F;
  font-weight: 600;
}

.side-nav__list--lvl1 a {
  padding: 15px 0;
}

.side-nav__list--lvl1 a:not(:only-child) {
  width: 80%;
}

.side-nav__list--lvl2 {
  padding-bottom: 15px;
}

.side-nav__list--lvl2 a {
  padding: 10px 17px;
  color: #41505D;
}

.side-nav__list--lvl2 li + li {
  border: none;
}

@media screen and (min-width: 1440px) {
  .side-nav__container + .main {
    margin: 0 0 0 405px;
  }
}

/* START MODULE: SILK-ACCORDION */
.accordion {
  border: 1px solid #C4CAD0;
  margin-bottom: 50px;
}

.accordion > * + * {
  border-top: 1px solid #C4CAD0;
}

.accordion > * {
  width: 100%;
}

.accordion [role=tab] {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1F262C;
  padding: 16px 46px 16px 19px;
  background: url("mysource_files/plus.svg") center right 14px no-repeat;
}

.accordion [role=tab][aria-selected=true] {
  color: #A6CE39;
  outline-style: none;
  background: url("mysource_files/minus-white.svg") center right 14px no-repeat, #1F262C;
}

@media screen and (min-width: 768px) {
  .accordion [role=tab][aria-selected=true] {
    background: url("mysource_files/minus-white.svg") center right 37px no-repeat, #1F262C;
  }
}

@media screen and (min-width: 768px) {
  .accordion [role=tab] {
    padding: 23px 143px 27px 39px;
    background: url("mysource_files/plus.svg") center right 37px no-repeat;
    font-size: 18px;
    line-height: 30px;
  }
}

.accordion [role=tabpanel] {
  padding: 25px 19px;
  color: #41505D;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .accordion [role=tabpanel] {
    padding: 33px 40px;
  }
}

.accordion table {
  display: block;
  max-width: 100%;
  overflow: auto;
}

.accordion-panel {
  overflow: hidden;
}

/* START MODULE: STATISTICS */
.statistics__container {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .statistics__container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.statistics__title {
  font-weight: 600;
  font-size: 21px;
  display: block;
  text-align: center;
  color: #1F262C;
  margin: 20px;
}

@media screen and (min-width: 768px) {
  .statistics__title {
    margin: 20px 0 35px 0;
  }
}

@media screen and (min-width: 1440px) {
  .statistics__title {
    margin: 50px 0 35px 0;
  }
}

.statistics__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statistics__items li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.statistics__items li {
  line-height: 1.4;
  position: relative;
  padding: 30px 0;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .statistics__items li {
    padding: 0;
    width: calc(100% / 3);
  }
}

.statistics__items li:nth-child(1) {
  padding-top: 0;
}

.statistics__items li:nth-child(3) {
  padding-bottom: 0;
}

.statistics__items li + li::before {
  content: '';
  width: 140px;
  background: #A0A8B0;
  height: 1px;
  position: absolute;
  top: 0;
  left: calc(50% - 70px);
}

@media screen and (min-width: 768px) {
  .statistics__items li + li {
    border-left: 1px solid #A0A8B0;
  }
  .statistics__items li + li::before {
    content: none;
  }
}

.statistics__items span:nth-child(1) {
  display: block;
  color: #41505D;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

.statistics__items span:nth-child(2) {
  display: block;
  color: #41505D;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  font-family: "Arial", sans-serif;
  font-size: 45px;
  color: #2C873F;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.statistics__items span:nth-child(3) {
  display: block;
  color: #41505D;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .statistics__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.statistics__link {
  margin: 45px 0;
}

@media screen and (min-width: 768px) {
  .statistics__link {
    margin: 55px 0 80px 0;
  }
}

/* START MODULE: TOP-NAV */
.top-nav {
  display: none;
  height: 40px;
  width: 100%;
  background: #2D3943;
  font-size: 12px;
  color: white;
}

@media screen and (min-width: 1440px) {
  .top-nav {
    z-index: 2;
    display: block;
    position: fixed;
    top: 0;
  }
}

.top-nav__container {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-nav__container > * + * {
  margin-left: 20px;
}

.top-nav__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
}

.top-nav__menu-container {
  position: relative;
}

.top-nav__menu-container button {
  font-weight: 600;
}

.top-nav__menu-container button::after {
  content: ' ';
  background: url("mysource_files/chevron-grey.svg") center/7px 7px no-repeat;
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-left: 5px;
}

.top-nav__menu {
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  width: 220px;
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 3;
}

.top-nav__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 14px 9px 9px 9px;
}

.top-nav__menu ul li::before {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  content: none;
}

.top-nav__menu li {
  margin: 0;
  padding: 0;
}

.top-nav__menu a {
  color: #41505D;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}

.top-nav__menu a:hover {
  background: #E5E8EB;
}

.top-nav__menu::before {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  background: white;
  top: -5px;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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