@charset "UTF-8";

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
}

body {
  min-width: 320px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body.lock-scroll {
  overflow: hidden;
}

body.overlayed {
  position: relative;
}

body.overlayed:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
  content: '';
  display: block;
  position: absolute;
}

/* Setting sizes is much more predictable with border-box */

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

figure {
  margin: 0;
}

/* Make all images responsive */

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Make inputs on iOS look normal */

input {
  -webkit-appearance: none;
}

/* Custom List Styles */

ol {
  margin: 0 0px 38px 30px;
  padding: 0;
  counter-reset: item;
}

ol li {
  position: relative;
  display: block;
  margin: 0 0 2px;
  padding: 0 0 0 27px;
}


ol li:before {
  font-size: 26px;
  position: absolute;
  left: 0;
  content: counters(item, ".") ".";
  counter-increment: item;
  font-family: "mr-eaves-sans",sans-serif;
  font-weight: 300;
}

ol ol {
    margin-left: 0;
}
ol li li {
  margin: 0;
  padding: 0 0 0 27px;
}

ol li li:before {
    content: "-";
}
ul:not([class]) {
  margin: 0 0px 37px 30px;
  padding: 0;
  list-style: none;
}

ul:not([class]) li {
    position: relative;
    margin: 0 0 3px;
    padding: 0 0 0 28px;
}

ul:not([class]) li:last-child {
  margin: 0;
}

ul:not([class]) li:before {
    position: absolute;
    top: 16px;
    left: 2px;
    display: block;
    width: 3px;
    height: 3px;
    content: '';
    border: 1px solid #333d47;
    border-radius: 50%;
    background: #333d47;
}

ul:not([class]) li li {
  margin: 0;
}

ul:not([class]) li li:before {
    content: "-";
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    top: auto;
    left: 0;
    border: none;
}

ul:not([class]) li ul {
  margin: 0;
}

/* Normalize links across browsers */

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  color: #267b4c;
  /*border-bottom: 1px solid transparent;*/
}
a:not([class]) {
  text-decoration: underline;
  font-weight: 700;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #267b4c;
  outline: none;
}

.page-content a:focus:not([class]),
.page-content
a:hover:not([class]) {
  /*border-bottom: 1px solid currentColor;*/
}

.section-title {
  margin: 0 0 28px;
  text-align: center;
}

.tablet-checker {
  display: none;
}

/**
 * WordPress specific base styles.
 */

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

.alignnone {
  display: inline-block;
  margin: 34px 0;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 40px auto;
  text-align: center;
}

/* Make a 404 page look nicer and more readable */

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */

nav a {
  text-decoration: none;
  color: #333d47;
}

nav a:hover {
  text-decoration: none;
  color: #333d47;
}

nav li {
  display: inline-block;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
  color: #37414b;
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  margin: 0;
}

p + h1,
p +
h2,
p +
h3,
p +
h4,
p +
h5,
p +
h6 {
  margin-top: 55px;
}


p + h2 {
  margin-top: 50px;
}

p + h4 {
  margin-top: 55px;
}

p + h5 {
  margin-top: 32px;
}

p + h6 {
  margin-top: 28px;
}

/* Text Elements */

p {
  margin: 0 0 25px;
}

p ul,
ol + p {
  margin-top: 32px;
}

strong {
  font-weight: 700;
}

/* Horizontal Line */

hr {
    margin: 70px 0;
    border-top: 4px solid #dce8d0;
}

::-moz-selection {
  background: #dce8d0;
  color: #0b3d21;
}

::selection {
  background: #dce8d0;
  color: #0b3d21;
}

::-moz-selection {
  background: #dce8d0;
  color: #0b3d21;
}

/* Blocks / Columns Spacing Helpers */
.columns-spacing-top {
  padding-top: 35px;
}

.columns-spacing-bottom {
  padding-bottom: 20px;
}

.block-margin-top {
  margin-top: 107px;
}

.block-margin-bottom {
  margin-bottom: 90px;
}

/* Buttons */

.c-btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  min-width: 160px;
  padding: 16px 15px 13px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  color: #0b3d21;
  background: #ffcc48;
  font-family: "filson-pro",sans-serif;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.c-btn:hover,.c-btn:focus {
  text-decoration: none;
  color: #0b3d21;
  background: #99D361;
  box-shadow: none;
}

.c-btn.c-btn-color-alt {
  padding: 23px 15px 21px;
  color: #e84b47;
  border: 2px solid #ffffff;
  background: #ffffff;
}

.c-btn.c-btn-color-alt:hover {
  color: #ffffff;
  background: transparent;
}

.c-btn-wrapper {
  line-height: 16px;
  display: inline-block;
  margin: 11px 0 46px
}

.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

.extent-content .c-btn-wrapper:last-child {
  margin-bottom: 36px;
}

.c-btn-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.c-btn-secondary {
    position: relative;
    min-width: 0;
    padding: 10px 36px 10px 0;
    background: transparent;
  z-index: 1;
}

.c-btn-secondary:after {
    content: "";
    display: block;
    background: #ffcc48;
    height: 5px;
    width: calc(100%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 4px;
    -webkit-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
  z-index: -1;
}

.c-btn-secondary:hover:after {
    height: calc(100%);
}

.c-btn-secondary svg * {
  stroke: #e84b47;
}

.c-btn-secondary:hover {
  color: #0b3d21;
  border-bottom-color: #0b3d21;
  background: transparent;
}

.c-btn-secondary:hover svg * {
  stroke: #cf4240;
}

/* Embed Video Styles */

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  margin: 30px auto 35px;
  padding-bottom: 56.6%;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider Global */

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 2px solid #0b3d21;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
  border-color: #99D361;
  outline: none;
}

.slick-arrow:hover:after,
.slick-arrow:focus:after {
  border-color: #99D361;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 0;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #0b3d21;
  border-width: 2px 2px 0 0;
}

.slick-arrow.slick-prev {
  right: 100%;
  left: auto;
  margin-right: 30px;
}

.slick-arrow.slick-prev:after {
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-arrow.slick-next {
  right: auto;
  left: 100%;
  margin-left: 30px;
}

.slick-arrow.slick-next:after {
  margin-left: -2px;
}


/* BASE TABLES */

.table-wrapper {
    margin-top: 40px;
}

#page .tablepress-table-name {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: none;
}

#page .tablepress {
  margin-top: -6px;
  margin-bottom: 60px;
}

#page .tablepress caption {
  display: none;
}

#page .tablepress thead th {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 8px 10px;
  color: #0e4315;
  border: 0;
  background-color: transparent;
}

#page .tablepress thead th:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  border-bottom: 1px solid #dce8d0;
}

#page .tablepress thead th br {
  display: none;
}

#page .tablepress tbody td {
  font-size: 26px;
  position: relative;
  padding: 8px 10px;
  color: #0e4315;
  border: 0;
  font-family: "mr-eaves-sans",sans-serif;
  vertical-align: middle;
  border-bottom: 1px solid #dce8d0;
}

#page .tablepress tbody td:first-child {
  text-align: left;
}

#page .tablepress tbody tr {
  border-top: 0;
}

#page .tablepress tbody tr:last-child {
  border-bottom: 0;
}

.table-wrapper {
  position: relative;
}

/* Responsive TABLES */

.highlight-text {
  padding: 3px 0;
  background: #dce8d0;
}

blockquote.alternate,
blockquote {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  position: relative;
  margin: 40px 3px;
  padding: 18px 0 23px 35px;
}

blockquote.alternate:not([class]),
blockquote:not([class]) {
  padding: 11px 38px;
}

blockquote.alternate:not([class]) > p:before,
blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:before,
blockquote:not([class]) > p:after {
  display: inline;
}

blockquote.alternate:not([class]) > p:before,
blockquote:not([class]) > p:before {
  position: absolute;
  top: 10px;
  left: 26px;
  content: '“';
}

blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:after {
  content: '”';
}

blockquote.alternate p,
blockquote p {
  margin: 0;
  line-height: 1.95;
}

blockquote.alternate cite,
blockquote cite {
  /* font-style: normal; */
}

blockquote.alternate cite:before,
blockquote.alternate cite:after,
blockquote cite:before,
blockquote cite:after {
  display: inline;
}

blockquote.alternate cite:before,
blockquote cite:before {
  content: '“';
}

blockquote.alternate cite:after,
blockquote cite:after {
  content: '”';
}

blockquote.alternate .author,
blockquote .author {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  margin-top: 9px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

blockquote.alternate .author:before,
blockquote .author:before {
  display: inline;
  margin-right: 4px;
  content: '—';
}
blockquote p {
    font-family:  "filson-pro",sans-serif;
    font-weight: 500;
    font-size: 18px;
}

blockquote.alternate cite, blockquote cite {
    font-style: italic;
}

.page-accordion {
  padding: 0px 0 68px;
}

.single-accordion {
  padding: 0 0 21px;
  border-top: 2px solid #dce8d0;
}

.single-accordion:last-of-type {
  border-bottom: 2px solid #dce8d0;
}

.single-accordion p {
  margin: 0;
}

.single-accordion.active .single-accordion__title:after {
  margin-top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-accordion__content {
  display: none;
  padding: 0 45px 3px 14px;
}

.single-accordion__title {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 37px 15px 11px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  letter-spacing: 0;
}

.single-accordion__title h4 {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.single-accordion__title:hover {
  color: #267b4c;
}

.single-accordion__title:hover h6 {
  color: #267b4c;
}

.single-accordion__title:hover:after {
  border-color: #267b4c;
}

.single-accordion__title:after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: 2px solid #0b3d21;
  border-width: 2px 2px 0 0;
}

.page-fullwidth-image {
  padding: 38px 0 55px;
}

.page-fullwidth-image__wrapper:before,
.page-fullwidth-image__wrapper:after {
  content: '';
  display: table;
}

.page-fullwidth-image__wrapper:after {
  clear: both;
}

.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

.content-image__align-left,
.content-image__align-right {
  width: 50%;
}

.content-image__align-left {
  float: left;
}

.content-image__align-left.spacing-normal {
  padding-right: 15px;
}

.content-image__align-right {
  float: right;
}

.content-image__align-right.spacing-normal {
  padding-left: 15px;
}

.content-image img {
  width: 100%;
  margin: 0;
}

/* Main Header */

.main-header {
  position: relative;
}

.main-header__logo {
  display: inline-block;
  max-width: 258px;
}

.main-header__wrapper {
    max-width: 100%;
    padding: 0 80px;
    margin: 0 auto;
}

.main-header__nav {
  font-size: 18px;
  line-height: 18px;
  position: static;
}

.main-header__nav .highlight-text {
  padding: 0;
}

.main-header__nav li {
  padding: 0 0px;
}

.main-header__nav > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.main-header__nav > .menu > li > a {
  padding: 23px 29px;
}
.main-header__nav > .menu > li > a:after {
	content: "";
	bottom: -12px;
	left: 0;
	right: 0;
	height: 22px;
	position: absolute;
}
.main-header__nav a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.main-header__nav a:before {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  height: 2px;
  content: '';
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  background: transparent;
}

.main-header__nav a:focus {
  color: currentColor;
}

.main-header__nav a:hover {
  color: currentColor;
}

/*
	.main-header__nav a:hover:before {
	  background: #e84b47;
	}
*/

.main-header__top {
    text-align:  center;
    background-color: #0b3d21;
}

.main-header__subnav {
  font-size: 12px;
  line-height: 14px;
  padding: 15px 95px 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header__subnav li {
  margin-right: 44px;
}

.main-header__subnav li a {
	color: #fff;
  text-decoration: none;font-weight: 300;
}

.main-header__subnav li:last-child {
  margin-right: 0;
}

.main-header__subnav a:hover {
  color: #99D361;
}

.main-header__right {
  text-align: right;
}

/* Mega Menu */

.mega-menu-wrapper {
  position: absolute;
  z-index: -999;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
  background: transparent;
}

.mega-menu-wrapper li {
  display: block;
  padding: 0 0 15px 0;
}

.mega-menu-wrapper li.current-menu-item > a:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0b3d21;
}

.mega-menu-wrapper a {
  font-weight: bold;
  visibility: hidden;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  color: #333d47;
}

.main-header__wrapper:not(.closed) .mega-menu-wrapper a.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open a {
  visibility: visible;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.main-header__wrapper:not(.closed) .mega-menu-wrapper a:hover {
  -webkit-transition: color .1s;
  transition: color .1s;
  color: #333d47;
}

.mega-menu-wrapper h1,
.mega-menu-wrapper h2,
.mega-menu-wrapper h3,
.mega-menu-wrapper h4,
.mega-menu-wrapper h5,
.mega-menu-wrapper h6,
.mega-menu-wrapper p,
.mega-menu-wrapper blockquote {
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
}

.main-header__wrapper:not(.closed) .mega-menu-wrapper h1.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper h2.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper h3.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper h4.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper h5.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper h6.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper p.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper blockquote.active,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open h2,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open h1,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open h3,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open h4,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open h5,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open h6,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open p,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open blockquote {
  visibility: visible;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.main-header__wrapper:not(.closed) .mega-menu-wrapper.active:not(.closed),
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open {
  z-index: 999;
  visibility: visible;
}

.mega-menu-wrapper.active:not(.closed) a,
.main-header__wrapper:not(.closed) .mega-menu-wrapper.open a {
  -webkit-transform: none;
          transform: none;
}

.mega-menu-wrapper .sub-menu {
  margin: 20px 0 15px;
}

.mega-menu-wrapper .sub-menu li {
  padding-bottom: 15px;
  padding-left: 0;
}

.mega-menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0;
}

.mega-menu-wrapper .sub-menu a {
  font-family: #d5d9de;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.mega-menu-background,
.mega-menu-background2 {
  position: absolute;
  z-index: 998;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.main-header__wrapper.closed .mega-menu-background {
    height: 0 !important;
}

/* Main Header Mobile */

.btn-hamburger {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 15px;
  display: none;
  width: 30px;
  height: 25px;
  margin: -5px 0 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-hamburger:hover,
.btn-hamburger:focus {
  outline: 0;
}

.btn-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  -webkit-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 9px;
  background: #FFCC48;
}

.btn-hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.btn-hamburger span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn-hamburger span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn-hamburger.open span:nth-child(1) {
  top: -1px;
  left: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.btn-hamburger.open span:nth-child(3) {
  top: 16px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-header__nav-mobile {
  font-size: 18px;
  line-height: 32px;
}

.main-header__nav-mobile .menu > li > a {
  font-weight: 500;
  position: relative;
  padding: 18px 40px 14px;
}

.main-header__nav-mobile .menu > li > a.open {
  background: #e7e9ec;
}

.main-header__nav-mobile .menu > li > a.open + .sub-menu {
  display: block;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 45px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: url('../images/arrow.svg') no-repeat center center;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a.open:after {
  margin-top: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main-header__nav-mobile .sub-menu {
  display: none;
  padding: 17px 0 13px;
}

.main-header__nav-mobile .sub-menu li {
  margin: 0 0 15px;
}

.main-header__nav-mobile .sub-menu li:last-child {
  margin: 0;
}

.main-header__nav-mobile .sub-menu a {
  padding: 0 60px;
}

.main-header__nav-mobile a {
  font-weight: 400;
  display: block;
}

.main-header__nav-mobile a:hover,
.main-header__nav-mobile a:focus {
  color: #333d47;
}

.main-header__nav-mobile--wrapper {
  position: fixed;
  z-index: 99;
  top: 88px;
  display: none;
  background: #fafafa;
  overflow-y: auto;
  height: calc(100vh - 88px);
}

.main-header__nav-mobile--wrapper nav li {
  display: block;
}

.main-header__nav-mobile--wrapper .c-btn {
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}

.main-header__cta-wrapper--mobile {
  padding: 185px 0 0;
}

.page-hero__thumbnail {
  min-height: 464px;
  background-repeat: no-repeat;
}

.page-hero__content {
  padding: 58px 0 47px;
}

.block-tabs {
  overflow: hidden;
  padding-top: 30px;
}

.block-tabs .section-title {
  margin: 0 0 32px;
  text-align: left;
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 35px !important;
}

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

.tabs__link-list:before,
.tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

.tabs__link-list-wrapper {
  position: relative;
}

.tabs__link-list-wrapper:before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 6px;
  display: none;
  width: 20px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list-wrapper.has-scroll:before {
  display: block;
}

.tabs__link {
  font-size: 16px;
  font-weight: 300;
  display: block;
  float: left;
  margin-right: 9px;
}

.tabs__link a {
  position: relative;
  display: inline-block;
  min-width: 120px;
  padding: 6px 18px 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  text-decoration: none;
  color: #0b3d21;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: transparent;
}

.tabs__link-list-wrapper .tabs__link a:hover {
  color: #fff;
  background: #267b4c;
  font-weight: 700;
}

.tabs__link a:before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.tabs__link a:after {
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 5px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #267b4c;
}

.tabs__link:not(:first-child) a {
  padding-left: 18px;
}

.tabs__link.active a {
  color: #000;
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  padding: 56px 0 91px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 1;
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.tab-head-wrap {
  position: relative;
}

.tab-head-wrap button {
  position: relative;
  display: none;
}

.tab-head-wrap button.tab-prev,
.tab-head-wrap button.tab-next {
  z-index: 5;
  right: 0;
  display: none;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  background: transparent;
}

.tab-head-wrap button.tab-prev:before,
.tab-head-wrap button.tab-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #58697a;
  border-width: 2px 2px 0 0;
}

.tab-head-wrap button.tab-prev:hover:before,
.tab-head-wrap button.tab-next:hover:before {
  opacity: 1;
}

.tab-head-wrap button.tab-prev.disabled,
.tab-head-wrap button.tab-next.disabled {
  cursor: default;
}

.tab-head-wrap button.tab-prev.disabled:before,
.tab-head-wrap button.tab-next.disabled:before {
  opacity: 0;
}

.tab-head-wrap button.tab-next {
  right: -2px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.tab-head-wrap button.tab-prev {
  left: -2px;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
}

.block-img-comp {
  padding: 70px 15px;
}

.block-img-comp .container-fluid {
  padding: 0 1.04166667vw;
}

.block-img-comp .row {
  margin: 0 -1.04166667vw;
  padding: 0 0 2.22222222vw;
}

.block-img-comp .row:last-child {
  padding: 0;
}

.block-img-comp [class*='col'] {
  padding: 0 1.04166667vw;
}

.block-img-single img {
  display: block;
  width: 100%;
}

.block-img-single.small-top {
  padding-bottom: 2.22222222vw;
}

.block-gallery-slider {
  padding: 27px 0 20px;
}

.bc-gallery__slider {
  padding: 0;
}

.bc-gallery__caption {
  font-size: 14px;
  line-height: 18px;
  padding: 19px 15px;
  text-align: center;
}

.block-gallery-lightbox {
  padding-top: 27px;
  padding-bottom: 0;
}

.lightbox-gallery__single-thumb {
  padding-bottom: 34px;
}

.lightbox-gallery__single-thumb img {
  width: 100%;
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  background-color: #267b4c;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.lightbox-gallery__gallery-wrapper:not(.active) {
  visibility: hidden;
  opacity: 0;
}

.lightbox-gallery__slider {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 65px;
}

.lightbox-gallery__single-slide {
  position: relative;
  height: 100vh;
  padding: 60px 0;
  outline: none;
}

.lightbox-gallery__single-slide.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox-gallery__single-slide img {
  width: auto;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
}

.lightbox-gallery__slide-image {
  max-height: 100%;
}

.lightbox-gallery__caption {
  font-size: 14px;
  line-height: 18px;
  padding: 19px 15px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.lightbox-gallery__close {
  position: absolute;
  z-index: 999;
  top: 21px;
  right: 21px;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.lightbox-gallery__close:hover:before,
.lightbox-gallery__close:hover:after {
  background: #99D361;
}

.lightbox-gallery__close:after,
.lightbox-gallery__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #37414b;
}

.lightbox-gallery__close:after {
  width: 2px;
  height: 24px;
}

.lightbox-gallery__close:before {
  width: 24px;
  height: 2px;
}

.block-content-links {
  padding: 20px 0 20px;
}

.block-content-links + .block-content-links {
  padding-top: 12px;
}

.block-content-links-text {
  padding-bottom: 35px;
}

.block-content-links-text .content-link {
  margin-bottom: 37px;  
}

.block-content-links-text .content-link__title {
  padding: 0 20px 10px;
}

.block-content-links-text .content-link__icon {
  margin-top: -6px;
}

.content-link {
  display: block;
  margin-bottom: 37px;
}

.content-link__title {
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 37px 32px 34px 32px;
  color: #333d47;
}

.content-link__img-wrapper img {
  width: 100%;
}

.content-link__icon {
  position: absolute;
  top: 50%;
  right: 32px;
  overflow: hidden;
  width: 36px;
  height: 24px;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: 5px;
}

.content-link:hover .content-link__icon {
  width: 48px;
}

.content-link__icon svg {
  position: absolute;
  top: 0;
  right: 0;
}

.block-content-images.has-container {
  background: transparent;
}

.block-content-images.has-container .row {
  margin: 0;
}

.block-content-images.has-container .b-content-images__content-wrapper {
  padding: 100px 40px 100px 20px;
}

.block-content-images.has-container .content-right .b-content-images__content-wrapper {
    padding: 100px 20px 100px 40px;
}

.b-content-images__content-wrapper {
  max-width: 370px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  left: 30px;
}

.b-content-images__content-wrapper p {
  margin: 0 0 16px;
}

.b-content-images__image img {
  width: 100%;
}

.b-content-images__col.image-left {
  padding-right: 9px;
  padding-left: 0;
}

.has-container .b-content-images__col.image-left {
  padding-right: 0px;
}

.b-content-images__col.image-right {
    padding-right: 120px;
    padding-left: 9px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.b-content-images__col.image-left {
    padding-left: 120px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.has-container .b-content-images__col.image-right {
  padding-left: 0px;
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  margin: 0 auto;
  left: -30px;
}

.block-cta {
  padding: 64px 0;
  color: #ffffff;
  background: #e84b47;
}

.block-cta h1,
.block-cta h2,
.block-cta h3,
.block-cta h4,
.block-cta h5,
.block-cta h6 {
  color: currentColor;
}

.block-cta__button-wrapper {
  text-align: right;
}

/* Main Footer */

.main-footer__top {
  background: #0b3d21;
}

.main-footer__bottom {
  min-height: 80px;
}

@media (max-width: 1199px) {
  .main-header__nav {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .tablet-checker {
    display: block;
  }

  .slick-arrow.slick-prev {
    margin-right: 9px;
  }

  .slick-arrow.slick-next {
    margin-left: 9px;
  }

/*
  #page .tablepress-table-name {
    margin-bottom: 19px;
    letter-spacing: 0;
  }

  #page .tablepress {
    position: relative;
    display: block;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
  }

  #page .tablepress thead {
    display: block;
    float: left;
    min-width: 165px;
  }

  #page .tablepress thead tr {
    display: block;
    border-right: 1px solid #d5d9de;
  }

  #page .tablepress thead th {
    display: block;
  }

  #page .tablepress thead th:after {
    display: none;
  }

  #page .tablepress tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  #page .tablepress tbody tr {
    display: inline-block;
    min-width: 177px;
    vertical-align: top;
    border-right: 1px solid #d5d9de;
  }

  #page .tablepress tbody td {
    display: block;
    padding: 14px 35px;
  }

  #page .tablepress tbody td:after {
    display: none;
  }

  .table-wrapper .tablepress:before {
    display: block;
  }
*/

  .main-header__top {
    display: none;
  }

  .main-header__nav {
    display: none;
  }

  .main-header__right {
    display: none;
  }

  .btn-hamburger {
    display: block;
  }

  .main-header__nav-mobile--wrapper.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .main-header__subnav {
    text-align: left;
  }

  .main-header__subnav a {
    display: block;
    padding: 9px 40px;
  }

  .main-header__subnav li {
    margin: 0 0 16px;
  }

  .main-header__subnav li:last-child {
    margin: 0;
  }

  .page-hero__thumbnail {
    min-height: 400px;
  }

  .block-img-comp {
    padding: 70px 31px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
    left: -4px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
    right: -4px;
  }

  .lightbox-gallery__slider {
    padding: 0 45px;
  }

  .block-content-images.has-container .b-content-images__content-wrapper {
    max-width: 500px;
  }

  .b-content-images__content-wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 146px 0 175px;
    left: auto;
  }

  .b-content-images__col.image-left {
    padding: 0;
  }

  .has-container .b-content-images__col.image-left {
    padding: 0;
  }

  .b-content-images__col.image-right {
    padding: 0;
  }

  .has-container .b-content-images__col.image-right {
    padding: 0;
  }

  .b-content-images__col.content-right .b-content-images__content-wrapper {
    left: auto;
    margin: 0 auto;
  }

  .block-cta {
    text-align: center;
  }

  .block-cta__text-wrapper {
    padding-top: 5px;
    padding-bottom: 39px;
  }

  .block-cta__button-wrapper {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .cf:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
  }

  .dataTables_wrapper * html .cf {
    zoom: 1;
  }

  .dataTables_wrapper *:first-child + html .cf {
    zoom: 1;
  }

  .dataTables_wrapper table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }

  .dataTables_wrapper th,
  .dataTables_wrapper td {
    margin: 0;
    vertical-align: top;
  }

  .dataTables_wrapper th {
    text-align: left;
  }

  .dataTables_wrapper table {
    position: relative;
    display: block;
    width: 100%;
  }

  .dataTables_wrapper thead {
    display: block;
    float: left;
  }

  .dataTables_wrapper tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  .dataTables_wrapper thead tr {
    display: block;
  }

  .dataTables_wrapper th {
    display: block;
    text-align: right;
  }

  .dataTables_wrapper tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  .dataTables_wrapper td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* sort out borders */

  #flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }

  #flip-scroll td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  #flip-scroll tbody tr {
    border-left: 1px solid #d5d9de;
  }

  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #d5d9de;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  ol {
    margin: 0 0 14px;
  }

  ol li {
    margin: 0 0 12px;
  }

  ol li li {
    padding: 0 0 0 25px;
  }

  ol li:before {
    font-size: 14px;
  }

  ul:not([class]) {
    margin: 0 0 14px;
  }

  ul:not([class]) li {
    margin: 0 0 12px;
  }

  ul:not([class]) li:before {
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
  }

  .section-title {
    margin: 0 0 31px;
  }

  .container {
    max-width: 720px;
    padding: 0 20px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .row {
    margin: 0 -20px;
  }

  .col-12 {
    padding: 0 20px;
  }

  .alignleft {
    margin: 0 30px 30px 0;
  }

  .alignright {
    margin: 0 0 30px 30px;
  }

  .alignnone {
    margin: 24px 0 30px;
  }

  .aligncenter {
    margin: 30px auto;
  }

  p {
    margin: 0 0 24px;
  }

  p ul,
  ol + p {
    margin-top: 24px;
  }

  hr {
    margin: 52px 0;
  }

  .block-top-spacing {
    padding-top: 51px;
  }

  .block-bottom-spacing {
    padding-bottom: 51px;
  }

  .columns-spacing-top {
    padding-top: 28px;
  }

  .columns-spacing-bottom {
    padding-bottom: 25px;
  }

  .block-margin-top {
    margin-top: 60px;
  }

  .block-margin-bottom {
    margin-bottom: 60px;
  }

  .c-btn {
    padding: 16px 15px 15px;
  }

  .c-btn.c-btn-color-alt {
    padding: 14px 15px 13px;
  }

  .c-btn-wrapper {
    margin: 5px 0 31px;
  }

  .c-btn-secondary {
    padding: 0 14px 5px 0;
  }

  .iframe-wrapper {
    margin: 31px auto;
  }

  .slick-arrow {
    width: 20px;
    margin: -21px 0 0;
  }

  .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    margin-right: 0;
    left: -4px;
  }

  .slick-arrow.slick-next {
    right: 0;
    left: auto;
    right: -15px;
    margin-left: 0;
  }

  #page .tablepress thead {
    min-width: 90px;
  }

  #page .tablepress thead th {
    font-size: 12px;
    line-height: 14px;
    padding: 11px 0;
  }

  #page .tablepress tbody tr {
    min-width: 0;
  }

  #page .tablepress tbody td {
    padding: 11px 15px;
  }

  blockquote.alternate,
  blockquote {
    font-size: 21px;
    line-height: 24px;
    margin: 40px 0 42px;
    padding: 6px 14px 44px 18px;
  }

  blockquote.alternate:not([class]),
  blockquote:not([class]) {
    padding: 6px 14px 6px 18px;
  }

  blockquote.alternate:not([class]) > p:before,
  blockquote:not([class]) > p:before {
    top: 6px;
    left: 11px;
  }

  blockquote.alternate cite:before,
  blockquote cite:before {
    top: 6px;
    left: 11px;
  }

  blockquote.alternate .author,
  blockquote .author {
    font-size: 14px;
    line-height: 16px;
    bottom: 10px;
    left: 18px;
  }

  .page-accordion {
    padding: 16px 0 52px;
  }

  .single-accordion {
    padding: 0 0 16px;
  }

  .single-accordion.active .single-accordion__title:after {
    margin-top: 5px;
  }

  .single-accordion__content {
    padding: 0 30px 0 10px;
  }

  .single-accordion__title {
    padding: 19px 10px 0;
  }

  .single-accordion__title:after {
    right: 13px;
    margin-top: 0;
  }

  .page-fullwidth-image {
    padding: 29px 0 55px;
  }

  .content-image + .content-image {
    padding-top: 15px;
  }

  .content-image__align-left,
  .content-image__align-right {
    width: 100%;
  }

  .content-image__align-left {
    float: none;
  }

  .content-image__align-left.spacing-normal {
    padding: 0 0 15px;
  }

  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }

  .content-image__align-right {
    float: none;
  }

  .content-image__align-right.spacing-normal {
    padding: 0 0 15px;
  }

  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }

  .main-header__wrapper {
    padding: 0 20px;
  }

  .main-header__left {
    padding: 13px 0;
  }

  .btn-hamburger {
    width: 20px;
    height: 15px;
    margin: 0;
  }

  .btn-hamburger span {
    width: 20px;
  }

  .btn-hamburger span:nth-child(2) {
    top: 6px;
  }

  .btn-hamburger span:nth-child(3) {
    top: 12px;
  }

  .btn-hamburger.open span:nth-child(3) {
    top: 13px;
  }

  .main-header__nav-mobile {
    font-size: 14px;
    line-height: 16px;
  }

  .main-header__nav-mobile .menu > li > a {
    padding: 18px 20px 14px;
  }

  .main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
    right: 26px;
    width: 7px;
    height: 7px;
  }

  .main-header__nav-mobile .sub-menu a {
    padding: 0 40px;
  }

  .main-header__subnav {
    padding: 6px 0;
  }

  .main-header__subnav a {
    padding: 9px 20px;
  }

  .main-header__subnav li {
    margin: 0;
  }

  .main-header__cta-wrapper--mobile {
    padding: 0;
  }

  .page-hero__thumbnail {
    min-height: 180px;
  }

  .page-hero__content {
    padding: 47px 0 38px;
  }

  .block-tabs .section-title {
    margin: 0 0 26px;
  }

  .tabs__link-list {
    white-space: nowrap;
  }

  .tabs__link-list-wrapper {
    border-bottom-color: #828f9b;
  }

  .tabs__link {
    line-height: 18px;
    display: none;
    float: none;
  }

  .tabs__link a:after {
    bottom: -2px;
    height: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .tabs__link.active {
    display: block;
  }

  .tabs__link.active a:after {
    width: 67%;
  }

  .tabs__tab-content {
    padding: 31px 0 58px;
  }

  .tabs__tab-content-wrapper {
    border-bottom-color: #828f9b;
  }

  .tab-head-wrap button {
    position: absolute;
    top: 50%;
    display: block;
  }

  .tab-head-wrap button.tab-prev,
  .tab-head-wrap button.tab-next {
    display: block;
  }

  .block-img-comp {
    padding: 50px 20px 39px;
  }

  .block-img-comp .section-title {
    text-align: left;
  }

  .block-img-comp .container-fluid {
    padding: 0;
  }

  .block-img-comp .row {
    margin: 0;
    padding: 0;
  }

  .block-img-comp [class*='col'] {
    padding: 0 0 12px;
  }

  .block-img-single.small-top {
    padding-bottom: 12px;
  }

  .block-gallery-slider {
    padding: 20px 0 38px;
  }

  .bc-gallery__slider {
    padding: 0 20px;
  }

  .bc-gallery__caption {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 15px;
  }

  .block-gallery-lightbox {
    padding: 20px 0 46px;
  }

  .block-gallery-lightbox .row {
    margin: 0 -8px;
  }

  .lightbox-gallery__single-thumb {
    padding: 0 8px 12px;
  }

  .lightbox-gallery__slider {
    padding: 0 20px;
  }

  .lightbox-gallery__single-slide {
    padding: 40px 0;
  }

  .lightbox-gallery__single-slide img {
    max-height: calc(100vh - 80px);
  }

  .lightbox-gallery__caption {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 15px;
  }

  .lightbox-gallery__close {
    top: 30px;
    right: 6px;
  }

  .block-content-links {
    padding: 54px 0 25px;
  }

  .block-content-links-text .content-link {
    margin-bottom: 31px;
  }

  .block-content-links-text .content-link__title {
    padding: 0 10px 4px;
  }

  .block-content-links-text .content-link__icon {
    margin-top: -2px;
  }

  .content-link {
    margin-bottom: 23px;
  }

  .content-link__title {
    padding: 7px 10px;
  }

  .content-link__icon {
    right: 10px;
  }

  .block-content-images h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .block-content-images.has-container .b-content-images__content-wrapper {
    padding: 40px 10px 46px;
  }

  .b-content-images__content-wrapper {
    padding: 46px 10px 43px;
  }

  .block-cta {
    padding: 51px 0 48px;
  }

  .block-cta__text-wrapper {
    padding-bottom: 20px;
  }

  .main-footer__top {
    min-height: 120px;
  }

  .main-footer__bottom {
    min-height: 48px;
  }
}