@charset "UTF-8";
/*!
Theme Name: Mattr
Theme URI: http://underscores.me/
Author: Eduardo Bruzzi
Author URI: http://twentyfour.cc
Description: Mattr wp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentyfour
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mattr is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Animation */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@font-face {
  font-family: 'Plain';
  src: url("../fonts/Plain-Light.eot");
  src: url("../fonts/Plain-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Plain-Light.woff2") format("woff2"), url("../fonts/Plain-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Plain';
  src: url("../fonts/Plain-Regular.eot");
  src: url("../fonts/Plain-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Plain-Regular.woff2") format("woff2"), url("../fonts/Plain-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Plain';
  src: url("../fonts/Plain-Medium.eot");
  src: url("../fonts/Plain-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Plain-Medium.woff2") format("woff2"), url("../fonts/Plain-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Plain';
  src: url("../fonts/Plain-Bold.eot");
  src: url("../fonts/Plain-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Plain-Bold.woff2") format("woff2"), url("../fonts/Plain-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.home-page h1, .home-page h2, .home-page h3, .home-page h4, .home-page h5, .home-page h6, .about-page h1, .about-page h2, .about-page h3, .about-page h4, .about-page h5, .about-page h6, .generic-page:not(.course-template-page) h1, .generic-page:not(.course-template-page) h2, .generic-page:not(.course-template-page) h3, .generic-page:not(.course-template-page) h4, .generic-page:not(.course-template-page) h5, .generic-page:not(.course-template-page) h6 {
  clear: both;
}
.home-page h1, .home-page h2, .home-page h3, .home-page h4, .home-page h5, .about-page h1, .about-page h2, .about-page h3, .about-page h4, .about-page h5, .generic-page:not(.course-template-page) h1, .generic-page:not(.course-template-page) h2, .generic-page:not(.course-template-page) h3, .generic-page:not(.course-template-page) h4, .generic-page:not(.course-template-page) h5 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
.home-page h1, .home-page .h1, .about-page h1, .about-page .h1, .generic-page:not(.course-template-page) h1, .generic-page:not(.course-template-page) .h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  font-size: 42px;
}
@media (min-width: 768px) {
  .home-page h1, .home-page .h1, .about-page h1, .about-page .h1, .generic-page:not(.course-template-page) h1, .generic-page:not(.course-template-page) .h1 {
    font-size: 46px;
  }
}
@media (min-width: 1400px) {
  .home-page h1, .home-page .h1, .about-page h1, .about-page .h1, .generic-page:not(.course-template-page) h1, .generic-page:not(.course-template-page) .h1 {
    font-size: 86px;
  }
}
.home-page h2, .home-page .h2, .home-page .arlo-event-template-list-container > h3, .about-page h2, .about-page .h2, .about-page .arlo-event-template-list-container > h3, .generic-page:not(.course-template-page) h2, .generic-page:not(.course-template-page) .h2, .generic-page:not(.course-template-page) .arlo-event-template-list-container > h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 32px;
}
.home-page h2.title, .home-page .h2.title, .home-page .arlo-event-template-list-container > h3.title, .about-page h2.title, .about-page .h2.title, .about-page .arlo-event-template-list-container > h3.title, .generic-page:not(.course-template-page) h2.title, .generic-page:not(.course-template-page) .h2.title, .generic-page:not(.course-template-page) .arlo-event-template-list-container > h3.title {
  margin-bottom: 25px;
  text-transform: initial;
}
.home-page h3, .home-page .h3, .about-page h3, .about-page .h3, .generic-page:not(.course-template-page) h3, .generic-page:not(.course-template-page) .h3 {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .home-page h3, .home-page .h3, .about-page h3, .about-page .h3, .generic-page:not(.course-template-page) h3, .generic-page:not(.course-template-page) .h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .home-page h3, .home-page .h3, .about-page h3, .about-page .h3, .generic-page:not(.course-template-page) h3, .generic-page:not(.course-template-page) .h3 {
    font-size: 38px;
  }
}
.home-page h4, .home-page .h4, .about-page h4, .about-page .h4, .generic-page:not(.course-template-page) h4, .generic-page:not(.course-template-page) .h4 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 21px;
}
@media (min-width: 768px) {
  .home-page h4, .home-page .h4, .about-page h4, .about-page .h4, .generic-page:not(.course-template-page) h4, .generic-page:not(.course-template-page) .h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .home-page h4, .home-page .h4, .about-page h4, .about-page .h4, .generic-page:not(.course-template-page) h4, .generic-page:not(.course-template-page) .h4 {
    font-size: 26px;
  }
}
.home-page h4.title, .home-page .h4.title, .about-page h4.title, .about-page .h4.title, .generic-page:not(.course-template-page) h4.title, .generic-page:not(.course-template-page) .h4.title {
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.home-page .author-block h4, .about-page .author-block h4, .generic-page:not(.course-template-page) .author-block h4 {
  line-height: 1;
}
.home-page h5, .about-page h5, .generic-page:not(.course-template-page) h5 {
  font-size: 18px;
  margin: 0 0 15px;
}
.home-page p, .about-page p, .generic-page:not(.course-template-page) p {
  font-weight: 300;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .home-page p, .about-page p, .generic-page:not(.course-template-page) p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .home-page p, .about-page p, .generic-page:not(.course-template-page) p {
    font-size: 20px;
  }
}

.description ul li, ul.desc-wrapper li {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
}
@media (min-width: 768px) {
  .description ul li, ul.desc-wrapper li {
    font-size: 18px;
  }
}

.desc-wrapper {
  margin-left: 0;
  list-style: none;
}
.desc-wrapper li {
  padding: 0;
  font-weight: 400 !important;
}

span.sounds-like {
  font-family: "Roboto", Arial, sans-serif;
}

dfn, cite, em, i {
  font-style: italic;
}

.wp-block-quote {
  margin: 3em 0 4em 0;
  text-align: center;
}
.wp-block-quote p {
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  font-size: 29.4px;
  color: #41ad49;
}
.wp-block-quote cite {
  font-weight: 300;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.28;
  position: relative;
}
.wp-block-quote cite:before {
  content: "-";
  position: absolute;
  left: -12px;
  top: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.regular {
  font-family: TTCommons-Regular;
  font-weight: normal;
  font-style: normal;
}

h4.lines-heading {
  margin-top: 15px;
  margin-bottom: 15px;
}

h4.lines-heading:before {
  content: '';
  top: -41px;
  position: absolute;
  background-color: #000;
  height: 45px;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0);
}

h4.lines-heading:after {
  content: '';
  bottom: -43px;
  position: absolute;
  background-color: #000;
  height: 45px;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0);
}

.content-copy h2 {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .content-copy h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .content-copy h2 {
    font-size: 38px;
  }
}
.content-copy h3 {
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 12px;
}

h2.title {
  font-weight: 600;
}
@media (min-width: 992px) {
  h2.title {
    font-size: 38px;
  }
}

.wf-loading {
  /* styles to use when web fonts are loading */
}
.wf-loading h1, .wf-loading .work-list li a, .wf-loading a.mailto {
  opacity: 0;
}

.wf-active {
  /* styles to use when web fonts are active */
}
.wf-active h1, .wf-active .work-list li a, .wf-active a.mailto {
  opacity: 1;
}

.wf-inactive {
  /* styles to use when web fonts are inactive */
}
.wf-inactive h1, .wf-inactive .work-list li a, .wf-inactive a.mailto {
  opacity: 0;
}

h1, .work-list li a, a.mailto {
  transition: opacity 0.2s ease;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
  padding-left: 0;
  margin-left: 17px;
}
ul li {
  padding-left: 15px;
}

.arlo-content-section ul, .arlo-content-section ol {
  margin-left: 0;
}

.content-copy ul li {
  font-weight: 300;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 2em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.wp-block-image img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.aligncenter {
  text-align: center;
}

figcaption {
  margin-top: 1em;
}

.full-h {
  height: 100%;
}

.full-w {
  width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

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

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

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

.f-height {
  height: 100%;
}

.has-text-align-center {
  text-align: center;
}

.wp-block-table table {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-collapse: collapse;
}
.wp-block-table table th {
  border-bottom: 2px solid #000;
  padding: 5px;
}
.wp-block-table table td {
  padding: 5px;
  border-bottom: 1px solid #000;
}

.swiper-hero .swiper-slide {
  height: 100vh;
  max-height: 775px;
  min-height: 667px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-hero .swiper-slide {
    max-height: 78vw;
    min-height: 667px;
  }
}
@media (max-width: 767px) {
  .swiper-hero .swiper-slide {
    max-height: 775px;
  }
}

@media (max-width: 767px) {
  .article-head {
    height: auto;
  }
}
.article-head h1, .article-head h2, .article-head h3, .article-head h4, .article-head p, .article-head span, .article-head a {
  color: #000;
}
.article-head .article-head a:visited {
  color: #000;
}
.article-head h1, .article-head h2 {
  margin-bottom: 25px;
}
.article-head .btn-green {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-head .col-sm-6 {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .article-head h1, .article-head h2 {
    margin-bottom: 118px;
  }
}
.article-head p.posted, .article-head p.qty {
  max-width: 600px;
}
@media (max-width: 767px) {
  .article-head p.posted, .article-head p.qty {
    max-width: auto;
  }
}
.article-head p.posted {
  font-size: 13px;
}
.article-head a:visited {
  color: #41ad49;
}
.article-head a.cta {
  color: #41ad49;
}
.article-head h1 {
  max-width: 600px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .article-head h1 {
    max-width: initial;
  }
}
.article-head .row {
  margin-bottom: 0;
  height: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}
.article-head .row > div {
  padding: 0px;
}
.article-head .content-copy {
  max-width: 818px;
  padding: 150px 30px 90px 30px;
  margin: 0 auto 0 auto;
  position: relative;
  top: 0;
  transform: translate(0, 0);
}
@media (min-width: 1151px) {
  .article-head .content-copy {
    padding: 300px 30px 90px 30px;
  }
}
.article-head .content-copy .qty {
  font-size: 25px;
  margin-bottom: 50px;
}
.article-head .content-copy .pcode {
  display: block;
  margin-bottom: 30px;
}
.article-head .content-copy .find-store-w {
  display: inline-block;
  vertical-align: top;
}
.article-head .content-copy .lead-wrap {
  margin-bottom: 30px;
  max-width: 600px;
}
.article-head .content-copy .health-concerns {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-head .content-copy {
    margin-top: 60px;
    top: 0;
    transform: translate(0, 0);
    padding-top: 0;
  }
}
@media (min-width: 1636px) {
  .article-head .content-copy {
    margin: 0 auto 0 133px;
  }
}
@media (max-width: 1635px) {
  .article-head .content-copy .lead-wrap {
    margin-left: auto;
    margin-right: 30px;
  }
  .article-head .content-copy h1 {
    margin: 0 30px 15px auto;
  }
  .article-head .content-copy p.posted, .article-head .content-copy p.qty {
    margin-left: auto;
    margin-right: 30px;
  }
  .article-head .content-copy .health-concerns {
    margin-left: auto;
    margin-right: 30px;
    max-width: 600px;
  }
  .article-head .content-copy .find-store-w {
    margin-left: auto;
    max-width: 600px;
    margin-right: 30px;
    display: block;
  }
  .article-head .content-copy .pcode {
    margin-left: auto;
    margin-right: 30px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .article-head .content-copy .lead-wrap {
    max-width: 100%;
    margin: 0;
  }
  .article-head .content-copy p.posted {
    max-width: 100%;
    margin: 0;
  }
  .article-head .content-copy p.qty {
    max-width: 100%;
  }
  .article-head .content-copy h1 {
    margin: 0 0 15px 0;
  }
  .article-head .content-copy p {
    margin-left: 0;
  }
  .article-head .content-copy p:last-child {
    margin-bottom: 60px;
  }
  .article-head .content-copy .health-concerns {
    margin-left: 0;
  }
  .article-head .content-copy .find-store-w {
    margin-left: 0;
  }
  .article-head .content-copy .pcode {
    margin-left: 0;
  }
}
.article-head .quarter-slide-1, .article-head .quarter-slide-2 {
  background-size: cover;
  background-repeat: no-repeat;
}
.article-head h2.quote {
  display: block;
  position: relative;
  margin-left: 62px;
  max-width: 590px;
}
.article-head h2.quote:before {
  content: '“';
  position: absolute;
  left: -64px;
  top: 0px;
  font-size: 100px;
}

.product-page #socialShare {
  width: 300px;
  display: inline-block;
  margin-top: 0;
}

#footer-slider .swiper-slide p {
  max-width: 680px;
}

.button-prev {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 22;
  height: 22px;
}
@media (min-width: 992px) {
  .button-prev {
    left: 60px;
  }
}

.button-next {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 22;
  height: 22px;
}
@media (min-width: 992px) {
  .button-next {
    right: 60px;
  }
}

.button-prev:hover, .button-next:hover {
  cursor: pointer;
}

.button-contain {
  position: absolute;
  max-width: 1636px;
  padding: 0 30px;
  display: block;
  z-index: 22;
  height: 22px;
  width: 100%;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  .button-contain {
    padding: 0 60px;
  }
}

.swiper-hero .swiper-pagination {
  width: auto;
  transform: translate(-50%, 0);
  left: 50%;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px !important;
  opacity: 1;
}
@media (min-width: 992px) {
  .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent;
  border: 2px solid #FFF;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #FFF;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 24px;
}
@media (min-width: 992px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
    bottom: 7vh;
  }
}

.swiper-bottom .content-copy {
  padding: 0 30px;
  margin: 0 0 0 auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .swiper-bottom .content-copy {
    padding: 0 60px;
  }
}

.button-next svg line, .button-next svg path, .button-prev svg line, .button-prev svg path {
  stroke: #FFF;
}

.button-next:hover svg line, .button-next:hover svg path, .button-prev:hover svg line, .button-prev:hover svg path {
  stroke: #FFFFFF;
}

.swiper-bottom .button-next svg line, .swiper-bottom .button-next svg path, .swiper-bottom .button-prev svg line, .swiper-bottom .button-prev svg path {
  stroke: #FFFFFF;
}
.swiper-bottom .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 2px solid #FFFFFF;
}
.swiper-bottom .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
  }

  .button-contain {
    bottom: 25px;
  }

  .content-first-mob {
    height: initial !important;
  }
  .content-first-mob > .content-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .swiper-bottom .swiper-slide {
    height: auto !important;
  }
  .swiper-bottom .bk-cover {
    height: 50vh !important;
  }
  .swiper-bottom .quarter-slide-2 {
    display: none;
  }
}
.swiper-ing {
  position: relative;
  display: block;
  overflow: hidden;
}
.swiper-ing .swiper-wrapper {
  margin: 0;
}
.swiper-ing .swiper-slide {
  height: initial;
  padding: 0;
  overflow: visible;
}

.swiper-brand img {
  width: 100%;
  width: 100%;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modalDialog > div > .row {
  margin-bottom: 30px;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

/*bootstrap-grid*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

@media (min-width: 1400px) {
  .container {
    max-width: 1784px;
  }

  /* adding class .full to container-fluid makes for a full bleed tile, with no max-width limit */
  .container-fluid.full {
    width: 100% !important;
  }
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before {
  display: table;
  content: " ";
}

.row:after, .row:before {
  display: block;
  content: " ";
}

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

.row {
  margin: 0 0 60px 0;
}
@media (min-width: 992px) {
  .row {
    margin: 0 0 90px 0;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
  float: left;
}

.col-sm-12, .col-sm-8, .col-sm-6, .col-sm-10, .col-sm-3, .col-sm-5, .col-md-7 {
  width: 100%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-11 {
  width: 91.66666667%;
}

.col-xxs-10 {
  width: 83.33333333%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-8 {
  width: 66.66666667%;
}

.col-xxs-7 {
  width: 58.33333333%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-5 {
  width: 41.66666667%;
}

.col-xxs-4 {
  width: 33.33333333%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-2 {
  width: 16.66666667%;
}

.col-xxs-1 {
  width: 8.33333333%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-pull-11 {
  right: 91.66666667%;
}

.col-xxs-pull-10 {
  right: 83.33333333%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-8 {
  right: 66.66666667%;
}

.col-xxs-pull-7 {
  right: 58.33333333%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-5 {
  right: 41.66666667%;
}

.col-xxs-pull-4 {
  right: 33.33333333%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-2 {
  right: 16.66666667%;
}

.col-xxs-pull-1 {
  right: 8.33333333%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-push-11 {
  left: 91.66666667%;
}

.col-xxs-push-10 {
  left: 83.33333333%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-8 {
  left: 66.66666667%;
}

.col-xxs-push-7 {
  left: 58.33333333%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-5 {
  left: 41.66666667%;
}

.col-xxs-push-4 {
  left: 33.33333333%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-2 {
  left: 16.66666667%;
}

.col-xxs-push-1 {
  left: 8.33333333%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
  margin-left: 0;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-11 {
    left: 91.66666667%;
  }

  .col-xs-push-10 {
    left: 83.33333333%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-8 {
    left: 66.66666667%;
  }

  .col-xs-push-7 {
    left: 58.33333333%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-5 {
    left: 41.66666667%;
  }

  .col-xs-push-4 {
    left: 33.33333333%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-2 {
    left: 16.66666667%;
  }

  .col-xs-push-1 {
    left: 8.33333333%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .flush-xs {
    padding: 0;
  }
}
.wp-block-columns {
  display: flex;
  margin: 20px -20px;
}

.wp-block-column {
  flex: 1;
  margin: 0 20px;
}

@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.cta-blue-line {
  color: #5492c2;
  background-color: transparent;
  border-radius: 24px;
  border: solid 1px #5492c2;
  min-width: 150px;
  padding: 9px 25px;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.cta-blue-line:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #5492c2;
  text-decoration: none;
}
.cta-blue-line:visited, .cta-blue-line:active {
  color: #5492c2;
}

.cta-white-line {
  color: #fff;
  background-color: transparent;
  border-radius: 24px;
  border: solid 1px #fff;
  min-width: 150px;
  padding: 9px 25px;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.cta-white-line:hover {
  color: #5492c2 !important;
  cursor: pointer;
  background-color: #FFF;
  text-decoration: none;
}
.cta-white-line:visited, .cta-white-line:active {
  color: #fff;
}

input[type="submit"], button[type="submit"] {
  color: #FFF;
  text-align: center;
  background-color: #41ad49;
  border-radius: 6px;
  border: solid 1px #41ad49;
  min-width: 150px;
  padding: 20px 25px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}
input[type="submit"]:hover, button[type="submit"]:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
input[type="submit"]:visited, input[type="submit"]:active, button[type="submit"]:visited, button[type="submit"]:active {
  color: #004730;
}

#contact-block input[type="submit"] {
  color: #004730;
  text-align: center;
  background-color: #FFF;
  border: solid 1px #FFF;
  min-width: 150px;
  font-size: 16px;
  padding: 11px 25px;
  border-radius: 7px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}
#contact-block input[type="submit"]:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
#contact-block input[type="submit"]:visited, #contact-block input[type="submit"]:active {
  color: #004730;
}

.btn-blue {
  color: #fff;
  background-color: #5492c2;
  border-radius: 24px;
  border: solid 1px #5492c2;
  min-width: 150px;
  padding: 9px 25px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.btn-blue:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #008ed2;
  border: solid 1px #008ed2;
  text-decoration: none;
}
.btn-blue:visited, .btn-blue:active {
  color: #5492c2;
}

.btn-light-blue {
  color: #FFFFFF;
  background-color: #008ed2;
  border-radius: 24px;
  border: solid 1px #008ed2;
  min-width: 150px;
  padding: 9px 25px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.btn-light-blue:hover {
  color: #5492c2 !important;
  cursor: pointer;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  text-decoration: none;
}
.btn-light-blue:visited, .btn-light-blue:active {
  color: #FFFFFF;
}

.btn-white {
  color: #004730;
  text-align: center;
  background-color: #FFF;
  border-radius: 34px;
  border: solid 1px #fff;
  min-width: 150px;
  padding: 9px 25px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.btn-white:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
.btn-white:visited, .btn-white:active {
  color: #004730;
}

.contact-c .btn-white {
  font-size: 18px;
  text-transform: uppercase;
  min-width: 280px;
  font-weight: 600;
}

.btn-green {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #FFFFFF !important;
  text-decoration: none;
  background: #41ad49;
  padding: 13px 31px;
  cursor: pointer;
  border-radius: 7px;
  background-color: #41ad49;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-green:visited {
  color: #FFF;
}
.btn-green:hover {
  background-color: #004730;
  cursor: pointer;
  color: #FFF;
}
.btn-green:active {
  background-position: 0%;
  color: #FFF;
}

.green-btn {
  color: #FFF;
  text-align: center;
  background-color: #41ad49;
  border-radius: 34px;
  border: solid 1px #41ad49;
  min-width: 150px;
  padding: 11px 25px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}
.green-btn:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
.green-btn:visited, .green-btn:active {
  color: #004730;
}

.reg-cta {
  color: #FFF;
  text-align: center;
  background-color: #00843d;
  border-radius: 5px;
  border: solid 1px #00843d;
  min-width: 150px;
  padding: 11px 25px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}
.reg-cta:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
.reg-cta:visited, .reg-cta:active {
  color: #FFF;
}

.alt-green-btn {
  color: #FFF;
  text-align: center;
  background-color: #00843d;
  border-radius: 5px;
  border: solid 1px #00843d;
  min-width: 150px;
  padding: 11px 25px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.alt-green-btn:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
.alt-green-btn:visited, .alt-green-btn:active {
  color: #FFF;
}

.white-btn {
  font-size: 27px;
  color: #004730;
  text-align: center;
  background-color: #FFF;
  border-radius: 34px;
  border: solid 1px #fff;
  min-width: 150px;
  padding: 37px 40px;
  letter-spacing: 1px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.white-btn:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
.white-btn:visited, .white-btn:active {
  color: #004730;
}

.white-btn-sm {
  color: #000;
  text-align: center;
  background-color: #FFF;
  border-radius: 5px;
  border: solid 1px #fff;
  min-width: 150px;
  padding: 9px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
}
.white-btn-sm:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
.white-btn-sm:visited, .white-btn-sm:active {
  color: #004730;
}

.buttons-w > a {
  margin-right: 20px;
  margin-left: 0px;
}
.buttons-w .green-btn, .buttons-w .white-btn {
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 9px;
  font-weight: 600;
  min-width: 227px;
}
@media (max-width: 767px) {
  .buttons-w .green-btn, .buttons-w .white-btn {
    font-size: 16px;
    padding: 11px 25px;
    border-radius: 7px;
    font-weight: 600;
    min-width: 210px;
  }
}
.buttons-w .green-btn {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .buttons-w {
    max-width: 240px;
  }
}

.btn-black {
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #FFFFFF !important;
  text-decoration: none;
  background: #41ad49;
  padding: 13px 31px;
  cursor: pointer;
  background-image: linear-gradient(-30deg, #000 50%, transparent 50%);
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 100%;
}
.btn-black:visited {
  color: #FFF;
}
.btn-black:hover {
  background-position: 0%;
  color: #FFF !important;
  cursor: pointer;
}
.btn-black:active {
  background-position: 0%;
  color: #FFF;
}

.bk-cream a.read-cta {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #000000;
  letter-spacing: 1px;
}
.bk-cream a.read-cta:hover {
  color: #41ad49;
  text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border-radius: 0px;
  padding: 8px 6px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #cccccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.contact-page .tab {
  margin-bottom: 40px;
  display: block;
  height: 42px;
}
.contact-page .tab .tablinks {
  width: 50%;
  float: left;
  border: none;
  height: 42px;
  background-color: #000;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #f3ede7;
  text-align: left;
  padding-left: 20px;
}
.contact-page .tab .tablinks.active {
  background-color: #41ad49;
}
.contact-page .tab .tablinks:focus {
  outline: none;
}
.contact-page .tab .tablinks:hover {
  cursor: pointer;
}
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="url"],
.contact-page input[type="password"],
.contact-page input[type="search"],
.contact-page input[type="number"],
.contact-page input[type="tel"],
.contact-page input[type="range"],
.contact-page input[type="date"],
.contact-page input[type="month"],
.contact-page input[type="week"],
.contact-page input[type="time"],
.contact-page input[type="datetime"],
.contact-page input[type="datetime-local"],
.contact-page input[type="color"],
.contact-page textarea {
  width: 100%;
}

.pop-sub input[type="text"],
.pop-sub input[type="email"],
.pop-sub input[type="url"],
.pop-sub input[type="password"],
.pop-sub input[type="search"],
.pop-sub input[type="number"],
.pop-sub input[type="tel"],
.pop-sub input[type="range"],
.pop-sub input[type="date"],
.pop-sub input[type="month"],
.pop-sub input[type="week"],
.pop-sub input[type="time"],
.pop-sub input[type="datetime"],
.pop-sub input[type="datetime-local"],
.pop-sub input[type="color"],
.pop-sub textarea {
  width: 100%;
}
@media (min-width: 768px) {
  .pop-sub .wpcf7-form p:last-of-type {
    margin-bottom: 0 !important;
  }
}
.pop-sub .wpcf7-submit {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  background: #FFF;
  padding: 13px 31px;
  cursor: pointer;
  border: none;
  margin-top: 10px;
  background-image: linear-gradient(-30deg, #41ad49 50%, transparent 50%);
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 100%;
}
.pop-sub .wpcf7-submit:visited {
  color: #000;
}
.pop-sub .wpcf7-submit:hover {
  background-position: 0%;
  color: #41ad49;
  cursor: pointer;
}
.pop-sub .wpcf7-submit:active {
  background-position: 0%;
  color: #41ad49;
}

.inline-form {
  display: block;
  max-width: 910px;
  margin: 0 auto;
}
.inline-form .email {
  width: 100%;
  border: solid 1px #b6b6b6;
  background-color: #fafafa;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 5px 16px;
  display: inline-block;
}
.inline-form .btn-blue {
  display: inline-block;
  margin-left: 20px;
  font-size: 19px;
}

.label-wrap {
  width: 68%;
  display: inline-block;
}
@media (max-width: 767px) {
  .label-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.wpcf7-not-valid-tip {
  color: #da0000;
  margin-top: 12px;
  display: block;
}

input[type="text"].dirty:valid, input[type="text"].dirty:-webkit-autofill:valid, input[type="email"].dirty:valid, input[type="email"].dirty:-webkit-autofill:valid, input[type="password"].dirty:valid, input[type="password"].dirty:-webkit-autofill:valid, textarea.dirty:valid, textarea.dirty:-webkit-autofill:valid {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #4caf50;
}
input[type="text"].dirty:invalid, input[type="text"].dirty.wpcf7-not-valid, input[type="email"].dirty:invalid, input[type="email"].dirty.wpcf7-not-valid, input[type="password"].dirty:invalid, input[type="password"].dirty.wpcf7-not-valid, textarea.dirty:invalid, textarea.dirty.wpcf7-not-valid {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #f44336;
}

.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}

form.wpcf7-form .wpcf7-response-output {
  margin: 2em 0em 1em !important;
  text-align: right;
  color: #fff;
}
form.wpcf7-form .screen-reader-response ul {
  display: none;
}
form.wpcf7-form .wpcf7-form-control-wrap.focused > input,
form.wpcf7-form .wpcf7-form-control-wrap.valid > input,
form.wpcf7-form .wpcf7-form-control-wrap.focused > textarea,
form.wpcf7-form .wpcf7-form-control-wrap.valid > textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #4caf50;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2e29fc;
  font-family: "Roboto", Arial, sans-serif;
}
a:visited {
  color: #2e29fc;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#cookie-noti {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 39px;
  right: 39px;
  transform: translate(0, 115%);
  background-color: #ead8e2;
  transition: transform .35s ease-out;
  overflow: hidden;
  z-index: 20;
}
#cookie-noti #cookie-copy {
  padding: 20px 20px 25px 20px;
}
#cookie-noti #cookie-copy h4 {
  color: #3b3839;
  line-height: 32px;
  font-size: 31px;
  max-width: 120px;
}
#cookie-noti #cookie-copy p {
  color: #3b3839;
  max-width: 200px;
  margin-bottom: 5px;
  line-height: 22px;
}
#cookie-noti #cookie-copy a:not(.accepted) {
  color: #444;
  font-size: 18px;
  font-family: TTCommons-Regular, sans-serif;
  line-height: 1.28;
}
#cookie-noti #cookie-copy #accepted-cookies:hover {
  cursor: pointer;
}
#cookie-noti #cookie-copy #accepted-cookies span {
  color: #2d29fc;
  font-size: 25px;
  line-height: 22px;
  font-family: TTCommons-DemiBold, sans-serif;
  text-decoration: underline;
}
#cookie-noti.closed-noti {
  transform: translate(0, 0);
  display: block;
  -webkit-animation: fadeInFromNone 0.5s ease-out 5s forwards;
  animation: fadeInFromNone 0.5s ease-out 5s forwards;
}
#cookie-noti svg.close-black-box {
  position: absolute;
  border: none;
  padding: 5px;
  right: 23px;
  width: 29px;
  top: 25px;
}
@media (max-width: 767px) {
  #cookie-noti svg.close-black-box {
    right: 15px;
    width: 29px;
    top: 15px;
  }
}
#cookie-noti svg.close-black-box:hover {
  cursor: pointer;
}
#cookie-noti svg.close-black-box .linestroke {
  stroke: #444;
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
@media (max-width: 350px) {
  #cookie-noti span, #cookie-noti a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #cookie-noti {
    margin-top: 0;
    width: 293px;
  }
}
@media (max-width: 767px) {
  #cookie-noti {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  #cookie-noti #cookie-copy {
    padding: 15px 20px 15px 20px;
  }
  #cookie-noti #cookie-copy h4 {
    max-width: 100%;
    font-size: 25px;
  }
  #cookie-noti #cookie-copy p {
    max-width: 100%;
    margin-bottom: 5px;
  }
  #cookie-noti #cookie-copy #accepted-cookies {
    text-align: right;
  }
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#notification-bar {
  position: relative;
  opacity: 1;
  margin-top: -48px;
  transform: translate(-100%, 0);
  background-color: #fff;
  transition: margin-top .35s ease-out;
  overflow: hidden;
  transform: translate(-100%, 0);
}
#notification-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 991px) {
  #notification-bar.closed-noti {
    transform: translate(0, 0);
  }
}
@media (min-width: 992px) {
  #notification-bar.closed-noti {
    margin-top: -48px;
  }
}
#notification-bar span, #notification-bar a {
  display: block;
  position: relative;
  top: 10px;
  text-align: right;
  right: 58px;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 740px;
  overflow: hidden;
  margin: 0 0 0 auto;
}
#notification-bar svg.close-blue {
  position: absolute;
}
@media (max-width: 991px) {
  #notification-bar svg.close-blue {
    left: 16px;
    width: 12px;
    top: 17px;
  }
}
@media (min-width: 992px) {
  #notification-bar svg.close-blue {
    right: 25px;
    width: 16px;
    top: 16px;
  }
}
#notification-bar svg.close-blue:hover {
  cursor: pointer;
}
#notification-bar svg.close-blue .linestroke {
  stroke: #2e29fc;
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
@media (max-width: 991px) {
  #notification-bar svg.close-blue .linestroke {
    stroke: #fff;
  }
}
@media (max-width: 350px) {
  #notification-bar {
    width: 218px;
  }
  #notification-bar span, #notification-bar a {
    font-size: 12px;
  }
}
@media (min-width: 351px) and (max-width: 991px) {
  #notification-bar {
    width: 70%;
    max-width: 310px;
  }
  #notification-bar span, #notification-bar a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #notification-bar {
    z-index: 7;
    height: 118px;
    background-color: transparent;
    position: absolute;
    margin-top: -48px;
    transform: translate(-100%, 0);
    opacity: 0;
    transition: opacity .35s ease-out .35s;
  }
  #notification-bar.show {
    transform: translate(0, 0);
    margin-top: 0;
    opacity: 1;
  }
  #notification-bar.closed-noti {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  #notification-bar:after {
    border-bottom: none;
  }
  #notification-bar span, #notification-bar a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    top: 0;
    left: 0;
    width: 100%;
    white-space: normal;
    text-align: left;
    padding: 43px 0 0 41px;
    overflow: hidden;
    color: #fff;
    border-bottom: 0;
    max-height: 112px;
  }
}
@media (min-width: 992px) {
  #notification-bar {
    transform: translate(0, 0);
    margin-top: 0;
    height: 48px;
  }
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  opacity: 0;
  transition: opacity 0.35s ease-out,  top 0.35s ease-out;
}
header nav {
  position: relative;
  transition: opacity 0.35s ease-in;
}
header.show-it {
  opacity: 1;
}
header.nav-up #mainnav {
  opacity: 0;
}
header.nav-up #mainnav.opened {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  header.nav-up {
    top: -107px;
  }
}
header .menu-back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: url("../img/green-grad.svg");
  background-size: cover;
  transition: opacity .35s ease-out;
  height: 94px;
  opacity: 1;
}
@media (min-width: 768px) {
  header .menu-back {
    height: 120px;
  }
}
header.nav-down {
  height: 94px;
}
@media (min-width: 768px) {
  header.nav-down {
    height: 120px;
  }
}
header.nav-down .menu-back {
  opacity: 1;
}
header.nav-down.on-top .menu-back {
  opacity: 0;
}
header.full-bk.nav-down.on-top .menu-back {
  opacity: 1 !important;
}
header #logo, header #menu, header #dark-light-switch {
  display: inline-block;
}
header #logo #Path_534 {
  fill: #103067;
}
header .blue-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/back-blue-grad.svg") #5492c2;
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 99;
}
header .blue-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .blue-nav ul li {
  padding: 30px;
  margin: 0;
  font-size: 40px;
}
header .blue-nav ul a {
  text-decoration: none;
}
header .blue-nav ul li, header .blue-nav ul a {
  color: #fff;
}
header .blue-nav ul.list-01, header .blue-nav ul.list-02 {
  float: left;
  width: 50%;
  padding-left: 12%;
  top: 14%;
  position: relative;
}
header .blue-nav ul.list-02 li {
  font-size: 28px;
}
header #mainnav.opened #menu-outer .table:after {
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
header #mainnav.opened * {
  opacity: 1;
}
header #mainnav.opened #logo #Path_534 {
  fill: #FFF;
}
header #mainnav.opened .blue-nav {
  display: none;
}
@media (min-width: 768px) {
  header #mainnav.opened .blue-nav {
    display: block;
  }
}
header #logo {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  transition: opacity 0.35s ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
@media (min-width: 768px) {
  header #logo {
    left: 30px;
    top: 25px;
  }
}
@media (min-width: 992px) {
  header #logo {
    left: 30px;
    top: 25px;
  }
}
header #logo a {
  width: 150px;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  header #logo a {
    width: 200px;
  }
}
header #logo img {
  vertical-align: top;
}
header #logo #logo-top {
  width: 34px;
  height: 34px;
  vertical-align: top;
  display: inline-block;
}
header #side-bar-switch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  width: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
header #side-bar-switch:hover {
  cursor: pointer;
}
@media (max-width: 1150px) {
  header #side-bar-switch {
    opacity: 1;
    visibility: visible;
    top: 59px;
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  header #side-bar-switch {
    top: 44px;
  }
}
header #side-bar-switch .navbar-corner {
  position: absolute;
  right: 35px;
  z-index: 500;
  width: auto;
  display: block;
  opacity: 1;
}
header #side-bar-switch #nav-sm {
  float: right;
  height: 20px;
  width: 28px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: margin .3s;
  outline: none;
}
header #side-bar-switch #nav-sm #btn-lines {
  width: 35px;
  height: 4px;
  margin: 0 0 0 6px;
  background: #FFF;
  transition: all .3s;
  transform-origin: center center;
  transform-style: preserve-3D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0px;
}
header #side-bar-switch #nav-sm.open #btn-lines:after {
  top: -4px !important;
  background: #FFF;
  transform: rotate(45deg);
}
header #side-bar-switch #nav-sm.open #btn-lines {
  background: none !important;
}
header #side-bar-switch #nav-sm.open #btn-lines:before {
  top: 0 !important;
  background: #FFF;
  transform: rotate(-45deg);
}
header #side-bar-switch #nav-cross-sm #btn-lines {
  width: 35px;
  height: 4px;
  margin: 14px 0;
  background: #FFF;
  transition: all .3s;
}
header #side-bar-switch #nav-cross-sm.open #btn-lines:after {
  top: -2px !important;
  background: #FFF !important;
  transform: rotate(45deg);
}
header #side-bar-switch #nav-cross-sm.open #btn-lines {
  background: none !important;
}
header #side-bar-switch #nav-cross-sm.open #btn-lines:before {
  top: 0 !important;
  background: #FFF !important;
  transform: rotate(-45deg);
}
header #side-bar-switch #btn-lines {
  position: relative;
  z-index: 4;
}
header #side-bar-switch #nav-sm #btn-lines:after, header #side-bar-switch #nav-sm #btn-lines:before {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background: #FFF;
  position: relative;
  z-index: -1;
  transition: all .3s;
  right: 0px;
  border-radius: 0px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:after, header #side-bar-switch #nav-cross-sm #btn-lines:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #242429;
  position: relative;
  z-index: -1;
  transition: all .3s;
  right: 0;
  border-radius: 1.5px;
}
header #side-bar-switch #nav-sm #btn-lines:before {
  top: -12px;
}
header #side-bar-switch #nav-sm #btn-lines:after {
  top: 8px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:before {
  top: -8px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:after {
  top: 5px;
}
header #side-bar-switch .navbar-cross-corner {
  opacity: 0;
  position: fixed;
  top: 17px;
  right: 14px;
  transition: opacity .5s;
}
header #side-bar-switch .showCross {
  opacity: 1 !important;
}
header #side-bar-switch #nav-cross-sm {
  height: 31px;
  width: 20px;
  margin-right: 0;
  position: relative;
  z-index: 1000;
}
header #side-bar-switch .burger {
  width: 40px;
  height: 24px;
  display: block;
  position: relative;
}
header #side-bar-switch .burger .menu-i {
  opacity: 1;
  display: block;
}
header #side-bar-switch .burger span {
  text-transform: uppercase;
  color: #ead9e3;
}
header #side-bar-switch .burger svg.close-cross {
  opacity: 0;
  position: absolute;
  top: 6px;
  text-align: center;
  width: 24px;
  left: 8px;
}
header #side-bar-switch .burger svg.close-cross .linestroke {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
header #side-bar-switch .burger svg.close-cross, header #side-bar-switch .burger .menu-i {
  transition: opacity 0.35s ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
header #side-bar-switch .burger .linestroke {
  transition: stroke 0.35s ease-in;
  -webkit-transition-property: stroke;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: stroke;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
header #side-bar-switch.open .burger .menu-i {
  opacity: 0;
}
header #side-bar-switch.open .burger svg.close-cross {
  opacity: 1;
}
header #side-bar-switch .menu-i .line-grad {
  display: block;
  background-image: linear-gradient(to right, rgba(234, 216, 226, 0.75), rgba(0, 0, 0, 0));
  height: 5px;
}
header.white-nav.nav-up #logo svg .st0 {
  fill: #FFF;
}
header.white-nav.nav-up #side-bar-switch #nav-sm #btn-lines:after, header.white-nav.nav-up #side-bar-switch #nav-sm #btn-lines:before {
  background: #FFF;
}
header.white-nav.nav-up #menu-outer .table li a {
  color: #FFF;
}
header.white-nav.nav-up #menu-outer .contact-c a {
  color: #FFF;
}
header.white-nav.nav-down.on-top #logo svg #Path_534 {
  fill: #FFF;
}
header.white-nav.nav-down.on-top #side-bar-switch #nav-sm #btn-lines:after, header.white-nav.nav-down.on-top #side-bar-switch #nav-sm #btn-lines:before {
  background: #FFF;
}
header.white-nav.nav-down.on-top #menu-outer .table li a {
  color: #FFF;
}
header.white-nav.nav-down.on-top #side-bar-switch #nav-sm #btn-lines, header.white-nav.nav-down.on-top #side-bar-switch #nav-sm #btn-lines:after, header.white-nav.nav-down.on-top #side-bar-switch #nav-sm #btn-lines:before {
  background: #FFF;
}
header.white-nav.on-top #mmc-letters svg {
  display: none;
}
header #mainnav.opened #logo #logo-top .st0 {
  fill: #000;
}
header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:after, header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:before {
  background: #FFF;
}
header #mainnav.opened #menu-outer .table li a {
  color: #FFF;
}
header #mainnav.opened #menu-outer .contact-c a {
  color: #000;
}

#menu-outer {
  height: 118px;
}
#menu-outer .nav-list .mob-item {
  display: none;
}
@media (max-width: 1150px) {
  #menu-outer .nav-list .mob-item {
    display: block;
  }
}
#menu-outer .nav-list li.contact-mob:last-child {
  display: none;
}
@media (max-width: 1150px) {
  #menu-outer .nav-list li.contact-mob:last-child {
    display: block;
  }
}
@media (max-width: 1150px) {
  #menu-outer {
    height: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 1150px) {
  #menu-outer.show .table {
    margin-left: 0%;
  }
}
#menu-outer.show .table ul.dropdown {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1151px) {
  #menu-outer.show .table ul.dropdown {
    opacity: 0;
    visibility: hidden;
  }
}
#menu-outer .contact-c {
  position: absolute;
  right: 30px;
  top: 36px;
  display: none;
}
@media (min-width: 1151px) {
  #menu-outer .contact-c {
    display: block;
  }
}
#menu-outer .contact-c:hover:after {
  width: 100%;
  opacity: 1;
}
#menu-outer .wide-layout {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 82px;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  transform: translate(0, 0);
  transition: max-height 0.8s ease-out,background-color 0.35s ease-out, opacity 0.5s ease-out;
}
#menu-outer .wide-layout.active {
  opacity: 1;
  background-color: #f3ede7;
  visibility: visible;
  transform: translate(0, 4px);
  transition: max-height 0.5s ease-out, background-color 0.35s ease-out, transform 0.35s ease-out, opacity 0.5s ease-out;
}
#menu-outer .wide-layout .alt-drop {
  margin: 0 auto;
  padding: 60px 26px 142px;
  list-style: none;
  text-align: center;
}
#menu-outer .wide-layout .alt-drop li {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  max-width: 277px;
  margin-right: 54px;
  text-align: left;
}
#menu-outer .wide-layout .alt-drop li:last-child {
  margin-right: 0;
}
#menu-outer .wide-layout .alt-drop li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  padding-bottom: 9px;
  margin-bottom: 13px;
}
#menu-outer .wide-layout .alt-drop li a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
#menu-outer .wide-layout .alt-drop li.fa a {
  border-bottom: 10px solid #41ad49;
}
#menu-outer .wide-layout .alt-drop li.wa a {
  border-bottom: 10px solid #bf8b4e;
}
@media (min-width: 992px) {
  #menu-outer .wide-layout .alt-drop li.wa a {
    white-space: nowrap;
  }
}
#menu-outer .wide-layout .alt-drop li.fc a {
  border-bottom: 10px solid #5492c2;
}
#menu-outer .wide-layout .alt-drop li.di a {
  border-bottom: 10px solid #ac5b43;
}
#menu-outer .wide-layout .alt-drop li span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
#menu-outer .table {
  display: table;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate(0%, -50%);
  transition: background-color 0.35s ease-out;
}
@media (min-width: 768px) and (max-width: 1150px) {
  #menu-outer .table {
    max-width: 346px;
  }
}
#menu-outer .table:after {
  transition: background-color 0.35s ease-out;
}
@media (min-width: 1151px) {
  #menu-outer .table {
    margin: 0 330px 0 auto;
  }
}
#menu-outer .table .has-sub-items .arrow-down {
  display: none;
}
#menu-outer .table .has-sub-items .arrow-down .gt0 {
  fill: #000;
  transition: fill 0.35s ease-out;
}
@media (max-width: 1150px) {
  #menu-outer .table .has-sub-items .arrow-down {
    padding: 0px 5px;
    position: absolute;
    top: 7px;
    width: 45px;
    display: block;
    height: 56px;
    right: 29px;
    transition: transform 0.35s ease-out;
  }
}
@media (max-width: 1150px) {
  #menu-outer .table {
    height: 100vh;
    width: 100%;
    padding-top: 140px;
    margin-left: -105%;
    transform: translate(0, 0);
  }
  #menu-outer .table:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #000;
    height: 100vh;
    width: calc(100% + 20px );
  }
}
#menu-outer .table ul > li:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  transition: max-height 0.5s ease-out, background-color 0.35s ease-out, transform 0.35s ease-out, opacity 0.5s ease-out;
}
#menu-outer .table ul > li:hover ul.dropdown:after {
  display: block;
  opacity: 1;
}
#menu-outer .table ul > li ul.dropdown {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px;
  margin: 0 0 0 -20px;
  z-index: 101;
  opacity: 0;
  background: #00843d;
  background: url(../img/green-grad.svg);
  background-size: 100vw;
  background-position: 58% 50%;
  border-bottom: none;
  display: block;
  transform: translate(0, 0);
  visibility: hidden;
  transition: max-height 0.8s ease-out, background-color 0.35s ease-out;
}
@media (min-width: 992px) {
  #menu-outer .table ul > li ul.dropdown {
    transform: translate(0, -4px);
    transition: visibility 0s 0.35s, transform 0.35s ease-out, opacity 0.5s ease-out;
  }
}
@media (max-width: 1150px) {
  #menu-outer .table ul > li ul.dropdown {
    background: transparent;
    overflow-y: hidden;
    max-height: 2px;
    transition: max-height 0.8s ease-out,background-color 0.35s ease-out, opacity 0.5s ease-out;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-bottom: none;
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
  #menu-outer .table ul > li ul.dropdown:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #cacaca;
    transition: none;
  }
}
#menu-outer .table ul > li ul.dropdown .feat-thumb {
  opacity: 0;
  position: fixed;
  margin-left: -246px;
  top: 54px;
  width: 210px;
  height: 180px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.35s ease-out;
}
#menu-outer .table ul > li ul.dropdown li a {
  color: #FFF;
}
#menu-outer .table ul > li ul.dropdown li a:hover + .feat-thumb {
  opacity: 1;
}
@media (max-width: 991px) {
  #menu-outer .table ul > li ul.dropdown li:last-of-type {
    padding-bottom: 24px;
  }
}
#menu-outer .table ul > li.services ul.dropdown {
  background: transparent;
}
#menu-outer .table ul > li.services.active:after {
  opacity: 1;
  width: 100%;
}
#menu-outer .table ul > li.has-sub-items.open:before {
  background-color: #41ad49;
}
#menu-outer .table ul > li.has-sub-items.open ul.dropdown {
  max-height: 211px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  #menu-outer .table ul > li.has-sub-items.open ul.dropdown {
    max-height: initial;
    opacity: 0;
    visibility: hidden;
  }
}
#menu-outer .table ul > li.has-sub-items.open svg {
  transform: rotate(180deg);
  transform-origin: center;
}
#menu-outer .table ul > li.has-sub-items > a:after {
  height: 0px;
}
#menu-outer .table ul > li.has-sub-items > ul.dropdown > li a {
  font-size: 18px;
  font-weight: 300;
}
#menu-outer .table ul > li > a {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 1150px) {
  #menu-outer .table ul > li > a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: none;
  }
  #menu-outer .table ul > li:last-child > a:after {
    background-color: transparent;
  }
  #menu-outer .table ul.nav-list li.has-sub-items:first-child > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    opacity: 1;
    top: -2px;
    background-color: #cacaca;
    transition: none;
  }
}
#menu-outer .table ul > li.has-sub-items.open:before {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  #menu-outer .table ul > li.has-sub-items.open > a:after, #menu-outer .table ul > li.has-sub-items.open > span:after {
    height: 0px;
  }
}
#menu-outer .table ul.dropdown > li > a:after, #menu-outer .table ul.dropdown > li > span:after {
  height: 0;
}
#menu-outer .table ul > li > ul > li:after {
  height: 0;
}
#menu-outer .table ul > li:hover:after {
  opacity: 1;
  width: 100%;
}
#menu-outer .table a {
  text-decoration: none;
}
#menu-outer .table nav {
  font-family: monospace;
}
#menu-outer .table ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 80;
}
#menu-outer .table li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  float: left;
  margin: 0 25px;
  position: relative;
  text-decoration: none;
  padding: 16px 0;
}
@media (max-width: 1150px) {
  #menu-outer .table li {
    display: table;
    width: 100%;
    clear: both;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  #menu-outer .table li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#menu-outer .table li a, #menu-outer .table li span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-decoration: none;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
}
#menu-outer .table li a:visited, #menu-outer .table li span:visited {
  color: #FFF;
}
#menu-outer .table li a.active, #menu-outer .table li a:hover, #menu-outer .table li a:focus, #menu-outer .table li span.active, #menu-outer .table li span:hover, #menu-outer .table li span:focus {
  color: #004730;
}
@media (max-width: 1150px) {
  #menu-outer .table li a, #menu-outer .table li span {
    display: block;
    font-size: 16px;
    padding: 10px 0px;
  }
}
#menu-outer .table li span {
  color: #41ad49;
}
@media (max-width: 991px) {
  #menu-outer .table ul.dropdown li a, #menu-outer .table ul.dropdown li span {
    padding: 0px;
  }
}
#menu-outer .table li:hover,
#menu-outer .table li:focus-within {
  cursor: pointer;
}
#menu-outer .table ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  margin-top: 115px;
  left: 0;
}
@media (max-width: 991px) {
  #menu-outer .table ul li ul {
    visibility: visible;
  }
}
#menu-outer .table ul li:hover > ul,
#menu-outer .table ul li:focus-within > ul,
#menu-outer .table ul li ul:hover,
#menu-outer .table ul li ul:focus {
  visibility: visible;
  opacity: 1;
}
#menu-outer .table ul li ul li {
  clear: both;
  width: 200px;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  #menu-outer .table ul li ul li {
    margin: 0;
    padding: 5px 0;
  }
}
#menu-outer .table ul li ul li a {
  color: #000000;
  text-decoration: none;
}
#menu-outer .table ul li ul li a.active, #menu-outer .table ul li ul li a:hover, #menu-outer .table ul li ul li a:focus {
  color: #000000;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  #menu-outer .table ul li ul li a {
    color: #000000;
    text-decoration: none;
  }
  #menu-outer .table ul li ul li a.active, #menu-outer .table ul li ul li a:hover, #menu-outer .table ul li ul li a:focus {
    color: #000000;
  }
}
#menu-outer .table .mob-messaging {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #333132;
  z-index: 100;
  width: 100%;
  transition: background-color 0.35s ease-out;
}
#menu-outer .table .mob-messaging span {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  #menu-outer .table .mob-messaging {
    display: none;
  }
}

.site-branding {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.site-branding a {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 30px;
  display: block;
  padding-top: 15px;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
@media (min-width: 768px) {
  .site-branding a {
    font-size: 40px;
  }
}

#footer {
  background-color: #000;
  margin-top: 0px;
  padding: 0px;
  min-height: 212px;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1233px) {
  #footer .wrap-col {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1232px) {
  #footer .wrap-col {
    float: left;
  }
}
#footer #sm-b-foot {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 130px;
}
@media (max-width: 767px) {
  #footer #sm-b-foot {
    display: block;
  }
}
#footer #sm-b-foot .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (max-width: 767px) {
  #footer .has-sub-i > ul {
    height: 0;
    overflow: hidden;
  }
  #footer .has-sub-i.open > ul {
    height: auto;
  }
}
#footer .arrow-down {
  display: none;
}
#footer .arrow-down:hover {
  cursor: pointer;
}
#footer .arrow-down .gt0 {
  fill: #000;
  transition: fill 0.35s ease-out;
}
@media (max-width: 767px) {
  #footer .arrow-down {
    padding: 0px 5px 0px 38px;
    position: absolute;
    top: 0;
    width: 62px;
    display: block;
    height: 52px;
    right: -4px;
    transition: transform 0.35s ease-out;
  }
}
#footer #foot-line {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 22px;
  max-width: 100%;
  width: auto;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 767px) {
  #footer #foot-line {
    display: none;
  }
}
#footer a {
  text-decoration: none;
}
#footer .logo {
  width: 74px;
  display: block;
  margin: 0 auto 20px auto;
}
#footer .top-half {
  position: relative;
}
#footer .bottom-half {
  background-color: #000;
  overflow: hidden;
}
#footer .bottom-half #green-t {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #footer .bottom-half #green-t {
    left: -66px;
    display: none;
  }
}
#footer #black-t {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #footer #black-t {
    left: -66px;
  }
}
#footer .sub-footer, #footer .links {
  margin: 0 auto;
  max-width: 1784px;
}
#footer .sub-footer {
  display: block;
  width: 100%;
  padding: 0px 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #footer .sub-footer {
    padding: 0px 30px;
  }
}
#footer .sub-footer h4 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  text-transform: uppercase;
  color: #41ad49;
  margin-bottom: 10px;
}
#footer .sub-footer span {
  color: #41ad49;
  font-weight: 300;
  margin-right: 20px;
  font-size: 12px;
}
#footer .sub-footer .copyright {
  margin-right: 0;
}
#footer .sub-footer .bold-brand {
  font-weight: 700;
  margin-right: 0;
}
#footer .sub-footer .linkedin-a {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
  color: #41ad49;
  display: inline-block;
  vertical-align: middle;
}
#footer .sub-footer .linkedin-icon {
  background-image: url("../img/shape-copy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 15px;
}
#footer .sub-footer .legal-foot {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  #footer .sub-footer .legal-foot {
    text-align: left;
  }
}
@media (min-width: 480px) {
  #footer .sub-footer .legal-foot {
    display: flex;
    justify-content: space-between;
  }
}
#footer .sub-footer .legal-foot .copyright {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
}
#footer .sub-footer .legal-foot .privacy-link {
  display: inline-block;
  font-size: 12px;
}
@media (max-width: 479px) {
  #footer .sub-footer .legal-foot .privacy-link {
    display: block;
  }
}
#footer .sub-footer .legal-foot a {
  text-decoration: none;
  color: #41ad49;
}
#footer .sub-footer .legal-foot a:hover {
  color: #41ad49;
  text-decoration: underline;
}
#footer .sub-footer .soc-foot {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .sub-footer .soc-foot {
    text-align: left;
    margin-bottom: 43px;
  }
}
#footer .sub-footer .subs-foot span {
  display: inline-block;
  margin-bottom: 25px;
}
#footer .sub-footer a {
  display: inline-block;
}
#footer #logo-bottom {
  margin-right: 90px;
  margin-bottom: 32px;
}
#footer .links {
  padding: 66px 0px 10px 0px;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer .links {
    padding: 70px 0px 30px 0px;
  }
}
#footer .links .bottom-brand {
  display: inline-block;
  vertical-align: top;
  float: left;
}
@media (min-width: 1692px) {
  #footer .links .bottom-brand {
    float: right;
  }
}
#footer .links .bottom-brand #welli-logo {
  width: 120px;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 25px;
  vertical-align: top;
}
#footer .links .bottom-brand #subsi-welli {
  width: 380px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
}
#footer .links ul.top-drop {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: 0;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop {
    margin: 0 0 30px 0px;
  }
}
@media (max-width: 767px) {
  #footer .links ul.top-drop {
    padding-top: 22px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer .links ul.top-drop {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
#footer .links ul.top-drop > li {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  float: left;
  width: 50%;
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer .links ul.top-drop > li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  #footer .links ul.top-drop > li {
    width: 100%;
    display: inline-block;
  }
}
#footer .links ul.top-drop > li a {
  color: #000;
}
#footer .links ul.top-drop > li a.active, #footer .links ul.top-drop > li a:hover, #footer .links ul.top-drop > li a:focus {
  color: #000;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop > li {
    width: auto;
    float: left;
    width: 100%;
    padding: 8px 0;
  }
}
#footer .links ul.top-drop > li > ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop > li > ul {
    margin: 0;
  }
}
#footer .links ul.top-drop > li > ul li {
  width: 100%;
  text-transform: initial;
  padding: 0 0 11px 0;
}
@media (min-width: 768px) {
  #footer .links ul.top-drop > li > ul li {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  #footer .links ul.top-drop > li > ul li {
    padding: 8px 0 0 0;
  }
}
#footer .links ul.top-drop > li > ul li a {
  color: #FFF;
  font-weight: 300;
}
#footer .links ul.top-drop > li > ul li a.active, #footer .links ul.top-drop > li > ul li a:hover, #footer .links ul.top-drop > li > ul li a:focus {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop {
    text-align: left;
    max-width: 100%;
    width: 100%;
    float: unset;
  }
}
#footer .links ul.top-drop > li {
  padding-bottom: 0;
}
#footer .links ul.top-drop li {
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop li {
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.8;
  }
  #footer .links ul.top-drop li > ul > li {
    padding: 7px 0;
  }
}
@media (max-width: 479px) {
  #footer .links ul.top-drop li {
    display: block;
    text-align: left;
    line-height: 1.8;
  }
}
#footer .links ul.top-drop li a {
  font-family: "Roboto", Arial, sans-serif;
  text-decoration: none;
  font-size: 20px;
}

.light header.pink.black .black-logo {
  opacity: 1;
}
.light header.pink.black .pink-logo {
  opacity: 0;
}
.light header.pink.black #menu-outer ul li a, .light header.pink.black #menu-outer ul li span {
  color: #333;
}
.light header.pink.black #menu-outer {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .light header.pink.black #menu-outer .table:after {
    background-color: #FFFFFF;
  }
}
.light header.pink.black #menu-outer .table .mob-messaging {
  background: #FFFFFF;
}
.light header.pink.black #menu-outer .table .mob-messaging span {
  color: #333;
}
.light header.pink.black #menu-outer .table ul.dropdown li a, .light header.pink.black #menu-outer ul.dropdown li span {
  color: #333333;
}
@media (min-width: 992px) {
  .light header.pink.black #menu-outer .table ul.dropdown li a, .light header.pink.black #menu-outer ul.dropdown li span {
    color: #FFF;
  }
}
.light header.pink.black #mainnav:hover {
  background: white;
}
.light header.pink.black #menu-outer ul.dropdown {
  background: #FFF;
}
@media (min-width: 992px) {
  .light header.pink.black #menu-outer ul.dropdown {
    background: #333333;
  }
}
.light header.pink.black #side-bar-switch .menu-i .line-grad {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.light header.pink.black #side-bar-switch .burger span {
  color: #333;
}
.light header.pink.black .burger svg.close-cross .linestroke {
  stroke: #333333;
}
.light header.pink.black .has-sub-items:before {
  background-color: #000;
}
.light header.pink.black #menu-outer .table ul > li:after {
  background-color: #333;
}
.light header.pink.black #menu-outer .table ul li ul li {
  border-bottom: 2px solid #FFF;
}
@media (min-width: 992px) {
  .light header.pink.black #menu-outer .table ul li ul li {
    border-bottom: 2px solid #333;
  }
}
.light header.pink.black #menu-outer .table ul li ul li:hover {
  border-bottom: 2px solid #FFF;
}
.light header.pink:not(.black) .burger svg.close-cross .linestroke {
  stroke: #FFFFFF;
}
.light header.pink:not(.black) .black-logo {
  opacity: 0;
}
.light header.pink:not(.black) .pink-logo {
  opacity: 1;
}
.light header.pink:not(.black) #mainnav {
  background: rgba(255, 255, 255, 0);
}

.black-logo, .pink-logo {
  position: absolute;
  top: 0px;
  display: block;
  transition: opacity 0.35 ease-out;
}

.black-logo {
  z-index: 98;
}

.pink-logo {
  z-index: 99;
}

.logo-nav-bottom {
  position: absolute;
  bottom: 29px;
  left: 26px;
  display: block;
  z-index: 1;
  display: none;
}
.logo-nav-bottom svg {
  width: 94px;
  height: 26px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .logo-nav-bottom {
    display: block;
  }
}
.logo-nav-bottom .st0 {
  fill: #000000;
}

@media (max-width: 991px) {
  #desk-sub {
    display: none;
  }
}
@media (min-width: 768px) {
  #mainnav {
    max-width: 1784px;
    padding: 0px;
    margin: 0 auto;
  }
}
#search {
  display: inline-block;
  position: absolute;
  right: 344px;
  top: 39px;
  width: 38px;
}
#search:hover {
  cursor: pointer;
}
@media (max-width: 1150px) {
  #search {
    display: none;
  }
}
#search img {
  width: 45px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
@media (max-width: 1150px) {
  .fixed-position {
    position: fixed;
    overflow-y: scroll;
  }
}

.overscroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-centered {
  float: none;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .col-centered {
    margin: 0 auto 80px auto;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb130 {
  margin-bottom: 130px;
}

.my25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.px70 {
  padding: 0 70px;
}

.px25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pt80 {
  padding-top: 80px;
}

.mx {
  margin-left: auto;
  margin-right: auto;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.p0 {
  padding: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb60 {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
}

.dblock {
  display: block;
}

.mcontain {
  max-width: 1454px;
  margin: 0 auto;
}

.h100 {
  height: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.label-link {
  cursor: default;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.lazy {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.lazy.loaded {
  opacity: 1;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.one-one {
  position: relative;
}
.one-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.one-one > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wide-ar {
  position: relative;
  padding: 0;
}

.wide-ar:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.77685950413223%;
}

.wide-ar > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.community-grid .link-box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 15px;
  text-align: left;
  width: 100%;
  background-color: #FFFFFF;
  padding: 11px 0;
  font-size: 18px;
}
.community-grid .link-box:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: #2d29fc;
  transform: rotate(45deg);
  -webkit-mask-image: url("../img/cross-white.svg");
  mask-image: url("../img/cross-white.svg");
}

.col-centered h4 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .col-centered h4 {
    margin-bottom: 50px;
  }
}

.focus-wrap {
  position: relative;
}
.focus-wrap .focus-box.active {
  z-index: 2;
  opacity: 1;
  position: relative;
  display: block;
}
.focus-wrap .focus-box.active img {
  opacity: 1;
}
.focus-wrap .focus-box {
  z-index: 1;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.focus-wrap .focus-box img {
  opacity: 0;
  transition: opacity .8s ease-out;
}
@media (min-width: 768px) {
  .focus-wrap .focus-box img {
    max-height: 230px;
    margin-left: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .focus-wrap .focus-box p:last-child {
    margin-bottom: 35px;
  }
}

ul.focus-list {
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 11px 0px 8px 0;
  padding: 0;
}
ul.focus-list li {
  position: relative;
  display: inline-block;
  padding: 10px 0px 19px 0px;
  margin: 0 15px;
  font-family: TTCommons-Bold, sans-serif;
  font-size: 19px;
  transition: color .25s ease;
}
@media (max-width: 767px) {
  ul.focus-list li {
    padding: 13px 0px;
    display: block;
    text-align: left;
  }
}
ul.focus-list li:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 4px;
  background-color: #2e29fc;
  opacity: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: width 0.25s ease-out;
}
ul.focus-list li:hover {
  cursor: pointer;
}
ul.focus-list li.active {
  color: #2e29fc;
}
ul.focus-list li.active:after {
  opacity: 1;
  width: 100%;
}
ul.focus-list li:not(.active):before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  opacity: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
ul.focus-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 65%;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}
@media (max-width: 767px) {
  ul.focus-list:after {
    height: 0;
  }
}

.oval {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

ul.partners {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.partners li {
  display: inline-block;
  padding: 40px 7%;
}
@media (max-width: 767px) {
  ul.partners li {
    padding: 20px 7%;
  }
}

.bbottom {
  border-bottom: 1px solid #333;
}

@media (min-width: 768px) {
  .bright:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 1px;
    height: 169px;
    background-color: #979797;
  }
}

.bleft {
  border-left: 1px solid #333;
}

.read-more a {
  font-size: 18px;
}

.post-content p {
  margin: 0 auto 15px auto;
}

#hero {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
#hero.d-height {
  height: 100vh;
  min-height: 667px;
}
@media (min-width: 992px) {
  #hero.d-height {
    max-height: 775px;
  }
}
@media (max-width: 767px) {
  #hero.d-height {
    max-height: 775px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #hero.d-height {
    max-height: 78vw;
  }
}
#hero.white-block {
  background: white;
}
#hero .white h1, #hero .white h2, #hero .white h3, #hero .white p, #hero .white span {
  color: #fff;
}
#hero .bg-vid {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 4s ease-out;
  transition-delay: 1s;
  background-size: center center;
  transform: translateY(0) scale(1.01);
}
#hero .bg-vid.video-ready {
  opacity: 1;
}
#hero .bg-vid iframe {
  width: 100vw;
  min-height: 100vh;
  height: 70.25vw;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hero.about {
  background-size: cover;
  background-position: center;
}
#hero .bk-img {
  background-size: cover;
  background-position: center;
}
#hero .bk-img.overlay-dark:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
#hero .bk-img.overlay-light:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.2;
}
#hero .hero-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  padding: 200px 40px 0 40px;
}
@media (max-width: 767px) {
  #hero .hero-content {
    padding: 127px 20px 0;
  }
}
#hero .hero-content > .row {
  margin-bottom: 0;
}
#hero .hero-content.home-c {
  width: 100%;
  max-width: 1480px;
  position: absolute;
  left: 50%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #hero .hero-content.home-c {
    top: 300px;
  }
}
@media (max-width: 767px) {
  #hero .hero-content.home-c {
    bottom: initial;
    top: 240px;
  }
}
#hero .hero-content.home-c h1 {
  max-width: 448px;
  padding: 0px;
  color: #FFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  #hero .hero-content.home-c h1 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  #hero .hero-content.home-c h1 {
    max-width: 668px;
  }
}
@media (max-width: 767px) {
  #hero .hero-content.home-c h1 {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 479px) {
  #hero .hero-content.home-c h1 {
    margin: 0 auto 20px auto;
  }
}
#hero .hero-content.home-c p.lead {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 30px;
  max-width: 300px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #hero .hero-content.home-c p.lead {
    font-size: 26px;
    margin-bottom: 60px;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  #hero .hero-content.home-c p.lead {
    font-size: 32px;
    max-width: 510px;
  }
}
@media (max-width: 479px) {
  #hero .hero-content.home-c p.lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-height: 1100px) {
  #hero .hero-content.home-c p.lead {
    margin-bottom: 8vh;
  }
}
@media screen and (min-height: 1100px) and (min-width: 992px) {
  #hero .hero-content.home-c p.lead {
    margin-bottom: 90px;
  }
}
#hero .hero-content.home-c h2 {
  color: #5492c2;
  font-weight: 200;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
#hero .hero-side {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #hero .hero-side {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(26%, 0);
  }
}
#hero .hero-side img {
  display: block;
  vertical-align: bottom;
  max-height: 719px;
}
@media (max-width: 767px) {
  #hero .hero-side img {
    max-width: 83%;
    margin-left: auto;
    margin-right: 33px;
  }
}
#hero .swiper-slide.right .hero-side {
  left: 0;
  width: 50%;
}
#hero .swiper-slide.right .hero-side img {
  margin-left: auto;
}
#hero .swiper-slide.right h1 {
  margin-left: auto;
}
#hero .swiper-slide.right p.lead {
  margin-left: auto;
}
#hero .swiper-slide.right .buttons-w > a {
  margin-left: 20px;
  margin-right: 0px;
}
#hero .swiper-slide.dark h1 {
  color: #004730;
}
#hero .swiper-slide.dark p, #hero .swiper-slide.dark p.lead {
  color: #004730;
}
#hero .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
#hero .overlay-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  background-color: #FFF;
  opacity: 1;
}
#hero.show-it .overlay-filter {
  -webkit-animation: splash 0.35s normal forwards ease-in;
          animation: splash 0.35s normal forwards ease-in;
}

.center-quote {
  max-width: 770px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
@media (max-width: 767px) {
  .modalDialog {
    height: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 479px) {
  .modalDialog {
    overflow: scroll;
    display: block;
    padding-top: 60px;
  }
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 10% auto;
  padding: 75px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .modalDialog > div {
    padding: 70px 40px 40px 40px;
  }
}

.close {
  background: url("../img/cross.svg");
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-weight: 700;
  opacity: 0.8;
}

.close:hover {
  opacity: 1;
}

.line-pos {
  z-index: 10;
}
.line-pos.intro-l {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
.line-pos.intro-l .line-wrap {
  display: block;
  width: 25px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  height: 0px;
  transition: height 2s ease;
}
.line-pos.intro-l .line-wrap.show {
  height: 70px;
}
@media (max-width: 767px) {
  .line-pos.intro-l .line-wrap.show {
    height: 50px;
  }
}
.line-pos.hero-l {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
.line-pos.hero-l .line-wrap {
  display: block;
  width: 25px;
  margin: 25px auto 0 auto;
  overflow: hidden;
  height: 0px;
  transition: height 2s ease;
  transition-delay: 3s;
}
.line-pos.hero-l .line-wrap.show {
  height: 180px;
}
@media (max-width: 767px) {
  .line-pos.hero-l .line-wrap.show {
    height: 120px;
  }
}
@media (max-width: 479px) {
  .line-pos.hero-l .line-wrap.show {
    height: 73px;
  }
}

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

@keyframes splash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lineSlide {
  0% {
    height: 0vh;
  }
  100% {
    height: 38vh;
  }
}
@keyframes lineSlide {
  0% {
    height: 0vh;
  }
  100% {
    height: 38vh;
  }
}
.hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.contain-wrap {
  margin: 0 auto;
  position: relative;
  display: block;
}

.center-wrap {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.center-wrap h2 {
  display: inline-block;
  margin-bottom: 30px;
}

.line-separator {
  height: 1px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  position: relative;
  top: 0;
  display: block;
  background: #979797;
}

.article .src-publish-date, .featured-article .src-publish-date {
  margin-bottom: 40px;
}
.article .line-separator, .featured-article .line-separator {
  background: #8a8a8a;
}

.article .row.interested-in {
  margin: 0 -15px 30px -15px;
}
@media (max-width: 767px) {
  .article .row.interested-in {
    margin: 0 10px 15px 10px;
  }
}

.featured-article h2.author-name {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.featured-article .row.post-body {
  position: relative;
  max-height: 188px;
  overflow: hidden;
  margin: 0 -15px 0px -15px;
}
@media (max-width: 767px) {
  .featured-article .row.post-body {
    margin: 0 10px 20px 10px;
  }
}
.featured-article .row.read-more {
  margin: 0 -15px 60px -15px;
}
@media (max-width: 767px) {
  .featured-article .row.read-more {
    margin: 0 10px 60px 10px;
  }
}
.featured-article .post-body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 188px;
  display: block;
  width: 100%;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.featured-image img {
  display: block;
  margin: 0 auto 10px auto;
}

.articles-feed h2.author-name {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.articles-feed .src-publish-date {
  margin-bottom: 20px;
}
.articles-feed .line-separator {
  background: #8a8a8a;
}
@media (max-width: 767px) {
  .articles-feed .col-xs-6.left-col .content-copy.row {
    margin: 0 -15px 0px 10px;
  }
  .articles-feed .col-xs-6.left-col .content-copy.row.author-block {
    margin: 0 10px 80px 10px;
  }
  .articles-feed .col-xs-6.right-col .content-copy.row {
    margin: 0 10px 0px -15px;
  }
  .articles-feed .col-xs-6.right-col .content-copy.row.author-block {
    margin: 0 10px 80px 10px;
  }
  .articles-feed .content-copy.row {
    margin: 0 -15px 0px 10px;
  }
  .articles-feed .content-copy.row.author-block {
    margin: 0 10px 80px 10px;
  }
}
@media (max-width: 479px) {
  .articles-feed .col-xs-6.left-col .content-copy.row, .articles-feed .col-xs-6.right-col .content-copy.row {
    margin: 0 10px 0px 10px;
  }
}

.sm-none {
  display: block;
}
@media (min-width: 768px) {
  .sm-none {
    display: none;
  }
}

.img-list img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img-list img {
    margin-bottom: 30px;
  }
}
.img-list div:last-of-type img:last-of-type {
  margin-bottom: 0px;
}

img.scrollable {
  opacity: 0;
  transform: translate(0, 80px);
}
img.scrollable.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.6s, transform 0.6s ease-out;
  transition-delay: 0.3s;
}

.img-col.scrollable {
  opacity: 0;
}
.img-col.scrollable.show {
  opacity: 1;
  transition: opacity 0.6s ease-out;
  transition-delay: 0.3s;
}

.row.solutions {
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .row.solutions {
    margin-left: 0;
    margin-right: 0;
  }
}

.sol-block {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .sol-block {
    padding: 0 15px;
  }
}
.sol-block.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s, transform 1s ease-out;
  transition-delay: 0.4s;
}

.content-copy.scrollable {
  opacity: 0;
}
.content-copy.scrollable.show {
  opacity: 1;
  transition: opacity 0.8s;
  transition-delay: 0.5s;
}
.content-copy.row {
  margin: 0 -15px 90px -15px;
}
.content-copy.row.featured-image {
  margin: 0 -15px 90px -15px;
}
.content-copy.row.author-block {
  margin: 0 -15px 50px -15px;
}
@media (max-width: 767px) {
  .content-copy.row {
    margin: 0 10px 90px 10px;
  }
  .content-copy.row.featured-image {
    margin: 0 10px 90px 10px;
  }
  .content-copy.row.author-block {
    margin: 0 10px 30px 10px;
  }
}

.parallaxParent {
  height: 100vh;
  overflow: hidden;
}

.parallaxParent > .parallax-img {
  height: 100%;
  height: 100vh;
  width: 100%;
  position: relative;
  top: -40%;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mailto {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  text-decoration: underline;
  font-family: sans-serif;
  font-size: 22px;
  z-index: 90;
}
.copy-foot .mailto {
  position: relative;
  right: 0;
  top: 0;
}
.mailto:hover {
  color: #fff;
}

.social-w {
  position: absolute;
  z-index: 90;
  text-align: center;
  height: 32px;
  top: 30px;
  left: 30px;
}
@media (max-width: 350px) {
  .social-w {
    height: 28px;
  }
}
.social-w a {
  outline: none;
  display: inline-block;
  margin: 0 20px 0 0;
}
.social-w a:last-of-type {
  margin: 0;
}
.social-w a:focus {
  outline: none;
}
.social-w img, .social-w .insta-icon-svg, .social-w .pinterest-icon-svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 350px) {
  .social-w img, .social-w .insta-icon-svg, .social-w .pinterest-icon-svg {
    width: 28px;
    height: 28px;
  }
}
.social-w .insta-icon-svg:not(:hover) svg g path {
  fill: #FFFFFF;
}
.social-w .pinterest-icon-svg .st0 {
  fill: transparent;
}
.social-w .pinterest-icon-svg .st1 {
  fill: #FFFFFF;
}
.social-w .pinterest-icon-svg .st0, .social-w .pinterest-icon-svg .st1 {
  transition: fill 0.2s, 0.35s 0.2s, ease 0.2s;
}
.social-w .pinterest-icon-svg:hover .st0 {
  fill: #FFFFFF;
}
.social-w .pinterest-icon-svg:hover .st1 {
  fill: #BD081C;
}

h2.type-lead {
  color: #FFFFFF;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media (max-width: 479px) {
  .w-col:first-of-type h2.type-lead {
    margin-top: 0px;
  }
}

@media (max-width: 479px) {
  .outer-w h2, .outer-w li a, .outer-w li {
    font-size: 5.2vw;
  }
}

.copy-foot {
  padding: 0 35px;
  width: 100%;
  text-align: left;
  position: absolute;
  color: #d2d2d2;
  z-index: 50;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
}
@media (min-width: 768px) {
  .copy-foot {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .copy-foot {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .copy-foot {
    bottom: 15px;
  }
}
.copy-foot span {
  font-size: 14px;
}
.copy-foot.row {
  color: #b1b1b1;
  position: relative;
  left: 0;
  transform: translate(0, 0);
  text-align: left;
}
@media (max-width: 479px) {
  .copy-foot {
    display: none;
  }
}

.contact-end a {
  font-family: sans-serif;
  font-size: 22px;
  color: #000;
}

#services {
  overflow: hidden;
}
#services .container-fluid {
  overflow: hidden;
}

#quote-banner-careers {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #41ad49;
}
#quote-banner-careers > .row {
  height: 551px;
}
@media (max-width: 767px) {
  #quote-banner-careers > .row {
    height: 283px;
  }
}
#quote-banner-careers:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#quote-banner-careers h2 {
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}
#quote-banner-careers h2.quote:before {
  content: '\0022';
  position: absolute;
  left: -22px;
}
#quote-banner-careers h2.quote:after {
  content: '\0022';
  position: absolute;
  transform: translate(8px, 0);
}
#quote-banner-careers p {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #quote-banner-careers h2 {
    font-size: 21px;
  }
  #quote-banner-careers h2.quote:before {
    content: '\0022';
    position: absolute;
    left: -10px;
  }
  #quote-banner-careers h2.quote:after {
    content: '\0022';
    position: absolute;
    transform: translate(0px, 0);
  }
  #quote-banner-careers p {
    font-size: 15px;
  }
}
#quote-banner-careers .block {
  height: 551px;
  max-width: 800px;
  margin-left: 12%;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  #quote-banner-careers .block {
    height: 283px;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  #quote-banner-careers .block {
    margin-left: 22px;
  }
}

#quote-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#quote-banner > .row {
  height: 551px;
}
@media (max-width: 767px) {
  #quote-banner > .row {
    height: 283px;
  }
}
#quote-banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#quote-banner h2 {
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}
#quote-banner h2.quote:before {
  content: '\0022';
  position: absolute;
  left: -22px;
}
#quote-banner h2.quote:after {
  content: '\0022';
  position: absolute;
  transform: translate(8px, 0);
}
#quote-banner p {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
#quote-banner h2, #quote-banner p {
  display: none;
}
@media (min-width: 768px) {
  #quote-banner h2, #quote-banner p {
    display: block;
  }
}
#quote-banner .block {
  height: 551px;
  max-width: 360px;
  margin-left: 12%;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  #quote-banner .block {
    height: 283px;
  }
}
@media (max-width: 1199px) {
  #quote-banner .block {
    margin-left: 22px;
  }
}
#quote-banner .bg-vid {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: opacity 2.8s ease-out;
  transition-delay: 1s;
  background-size: center center;
  transform: translateY(0);
}
#quote-banner .bg-vid.video-ready {
  opacity: 1;
}
#quote-banner .bg-vid iframe {
  width: 100vw;
  height: 56.25vw;
  min-width: 116vh;
  min-height: 72vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #quote-banner .bg-vid iframe {
    min-height: 76vw;
  }
}
@media (min-width: 768px) and (max-width: 1091px) {
  #quote-banner .bg-vid iframe {
    min-width: 128vw;
    min-height: 72vw;
  }
}

#top-line-mob {
  position: relative;
  top: 0;
  height: 0;
  overflow: visible;
  left: 0;
  z-index: 87;
  width: 199px;
}
#top-line-mob #svg-top-line {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #top-line-mob {
    display: none;
  }
}

#hero-shapes {
  position: relative;
  overflow: visible;
  z-index: 10;
  pointer-events: none;
  height: 0;
  right: 0;
  display: none;
}
#hero-shapes #hero-svg-cutout {
  position: absolute;
  width: 771px;
  bottom: -492px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #hero-shapes #hero-svg-cutout {
    width: 77.7vw;
    bottom: -49.5vw;
  }
}
@media (max-height: 816px) {
  #hero-shapes #hero-svg-cutout {
    width: 93vh;
    bottom: -59.3vh;
  }
}
#hero-shapes #hero-svg-cutout .st0 {
  fill: #FFFFFF;
}
#hero-shapes #hero-svg-cutout .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
#hero-shapes #hero-svg-cutout .st2 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
#hero-shapes #hero-svg-cutout .st3 {
  fill: none;
  stroke: #719590;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-shapes {
    display: block;
  }
}
#hero-shapes img.clipped {
  -webkit-clip-path: url(#shape-mask);
          clip-path: url(#shape-mask);
}

#hero-shapes-mob {
  position: relative;
  height: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 10;
}
#hero-shapes-mob #hero-svg-cutout-mob {
  position: absolute;
  bottom: -219px;
  right: 0;
  width: 239px;
}
#hero-shapes-mob #hero-svg-cutout-mob .st0 {
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
#hero-shapes-mob #hero-svg-cutout-mob .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 15;
  stroke-miterlimit: 10;
}
#hero-shapes-mob #hero-svg-cutout-mob .st2 {
  fill: #FFFFFF;
}
#hero-shapes-mob #hero-svg-cutout-mob .st3 {
  fill: none;
  stroke: #719590;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-shapes-mob {
    display: none;
  }
}

#hero-shapes-gen-mob {
  position: relative;
  height: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 10;
}
#hero-shapes-gen-mob #hero-svg-gen-cutout-mob {
  position: absolute;
  bottom: -93px;
  right: 0;
  width: 266px;
}
#hero-shapes-gen-mob #hero-svg-gen-cutout-mob .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-shapes-gen-mob #hero-svg-gen-cutout-mob .st1 {
  fill: none;
  stroke: #000000;
  stroke-width: 15;
  stroke-miterlimit: 10;
}
#hero-shapes-gen-mob #hero-svg-gen-cutout-mob .st2 {
  fill: #719590;
}
#hero-shapes-gen-mob #hero-svg-gen-cutout-mob .st3 {
  fill: none;
  stroke: #719590;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-shapes-gen-mob {
    display: none;
  }
}

#hero-shapes-fa-mob {
  position: relative;
  height: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 10;
}
#hero-shapes-fa-mob #hero-svg-cutout-fa-mob {
  position: absolute;
  bottom: -225px;
  right: 0;
  width: 258px;
}
#hero-shapes-fa-mob #hero-svg-cutout-fa-mob .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-shapes-fa-mob #hero-svg-cutout-fa-mob .st1 {
  fill: #719590;
}
#hero-shapes-fa-mob #hero-svg-cutout-fa-mob .st2 {
  fill: none;
  stroke: #719590;
  stroke-width: 15;
  stroke-miterlimit: 10;
}
#hero-shapes-fa-mob #hero-svg-cutout-fa-mob .st3 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-shapes-fa-mob {
    display: none;
  }
}

#hero-wa-shapes-mob {
  position: relative;
  height: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 10;
}
#hero-wa-shapes-mob #hero-svg-cutout-wa-mob {
  position: absolute;
  bottom: -235px;
  right: 0;
  width: 376px;
}
#hero-wa-shapes-mob #hero-svg-cutout-wa-mob .st0 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
#hero-wa-shapes-mob #hero-svg-cutout-wa-mob .st1 {
  fill: #BF8B4E;
}
#hero-wa-shapes-mob #hero-svg-cutout-wa-mob .st2 {
  fill: none;
  stroke: #BF8B4E;
  stroke-width: 15;
  stroke-miterlimit: 10;
}
#hero-wa-shapes-mob #hero-svg-cutout-wa-mob .st3 {
  fill: #FFFFFF;
}
#hero-wa-shapes-mob #hero-svg-cutout-wa-mob .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-wa-shapes-mob {
    display: none;
  }
}

#hero-shapes-fc-mob {
  position: relative;
  height: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 10;
}
#hero-shapes-fc-mob #hero-svg-cutout-fc-mob {
  position: absolute;
  bottom: -234px;
  right: 0;
  width: 376px;
  overflow: visible;
}
#hero-shapes-fc-mob #hero-svg-cutout-fc-mob .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-shapes-fc-mob #hero-svg-cutout-fc-mob .st1 {
  fill: #708FAF;
}
#hero-shapes-fc-mob #hero-svg-cutout-fc-mob .st2 {
  fill: none;
  stroke: #708FAF;
  stroke-width: 15;
  stroke-miterlimit: 10;
}
#hero-shapes-fc-mob #hero-svg-cutout-fc-mob .st3 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-shapes-fc-mob {
    display: none;
  }
}

#hero-di-shapes-mob {
  position: relative;
  height: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 10;
}
#hero-di-shapes-mob #hero-di-svg-cutout-mob {
  position: absolute;
  bottom: -283px;
  right: 0;
  width: 433px;
  overflow: visible;
}
#hero-di-shapes-mob #hero-di-svg-cutout-mob .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-di-shapes-mob #hero-di-svg-cutout-mob .st1 {
  fill: #AC5B43;
}
#hero-di-shapes-mob #hero-di-svg-cutout-mob .st2 {
  fill: none;
  stroke: #AC5B43;
  stroke-width: 13;
  stroke-miterlimit: 10;
}
#hero-di-shapes-mob #hero-di-svg-cutout-mob .st3 {
  fill: none;
  stroke: #000000;
  stroke-width: 13;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-di-shapes-mob {
    display: none;
  }
}

#brand-splash {
  width: 339px;
  width: 32%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: visible;
}
@media (max-width: 767px) {
  #brand-splash {
    width: 227px;
    width: 60%;
  }
}
#brand-splash #play .st2 {
  transition: fill 0.35s ease-out;
}
#brand-splash:hover #play .st2 {
  fill: #41ad49;
}

#brand-splash .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
  stroke-miterlimit: 10;
}

#brand-splash .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 7;
  stroke-miterlimit: 10;
}

#brand-splash .st2 {
  fill: #FFF;
}

#brand-splash #tm .st2 {
  opacity: 0;
}

.vid-section {
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .vid-section {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .vid-section h4, .vid-section .h4 {
    margin-bottom: 27px;
  }
}
.vid-section .row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .vid-section .row {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .vid-section .row {
    margin-bottom: 90px;
  }
}
.vid-section .ratio:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.vid-section #video-container {
  margin: 0 auto;
  position: relative;
}
.vid-section .bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease-out 0.35s;
}
.vid-section .bg-vid.video-ready {
  opacity: 1;
}
.vid-section .bg-vid iframe {
  min-width: 102%;
  min-height: 102%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vid-section .full-w-img > div.ratio {
  padding-bottom: 55.47%;
  background-position: center;
}
.vid-section .full-w-img > div.ratio .play-t-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 68px;
  overflow: visible;
}

.serv-block {
  position: relative;
}
.serv-block.scrollable img {
  opacity: 0;
  transform: translate(-80px, 0);
}
.serv-block.scrollable .mmc-pre-icon, .serv-block.scrollable h2, .serv-block.scrollable p, .serv-block.scrollable a.read-cta {
  opacity: 0;
  transform: translate(80px, 0);
}
.serv-block.scrollable.show img {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.6s, transform 0.6s ease-out;
  transition-delay: 0.3s;
}
.serv-block.scrollable.show .mmc-pre-icon, .serv-block.scrollable.show h2, .serv-block.scrollable.show p, .serv-block.scrollable.show a.read-cta {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.6s, transform 0.6s ease-out;
  transition-delay: 0.6s;
}
@media (min-width: 768px) {
  .serv-block {
    max-width: 490px;
  }
}
@media (min-width: 992px) {
  .serv-block {
    min-height: 280px;
  }
}
.serv-block img {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding: 0;
  min-width: calc(100% + 50px);
  margin-left: -25px;
}
@media (min-width: 768px) {
  .serv-block img {
    margin-left: 0;
    min-width: initial;
    width: 36.5vw;
    max-width: 529px;
    position: absolute;
    margin-bottom: 30px;
    right: 100%;
    top: 0;
  }
}
.serv-block p:last-of-type {
  margin-bottom: 33px;
}
.serv-block a.read-cta {
  display: block;
  font-size: 17px;
  color: #000000;
}
.serv-block a.read-cta:hover {
  color: #41ad49;
}
@media (max-width: 767px) {
  .serv-block a.read-cta {
    margin-bottom: 33px;
  }
}
.serv-block h2 {
  color: #000000;
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .serv-block h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .serv-block h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .serv-block h2 {
    margin-bottom: 30px;
  }
  .serv-block p {
    margin-bottom: 25px;
  }
}
.serv-block .mmc-pre-icon {
  background: url("../img/mmc-wordmark.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 31px;
  width: 110px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .serv-block .mmc-pre-icon {
    width: 80px;
    height: 22px;
    margin-bottom: 3px;
  }
}

.circle-comp {
  position: relative;
  height: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .circle-comp {
    display: block;
  }
}

.circ-wrap {
  position: absolute;
  width: 74vw;
  max-width: 1076px;
  right: 0;
  top: -489px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .circ-wrap {
    width: 71vw;
    top: -331px;
  }
}

#bk-circle {
  position: relative;
  width: 100%;
  max-width: 1076px;
  margin-right: -25px;
}

#bk-circle .st0 {
  fill: none;
  stroke: #41ad49;
  stroke-miterlimit: 10;
}

#bk-circle .st1 {
  fill: none;
  stroke: #41ad49;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

.tria-comp {
  position: relative;
  height: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .tria-comp {
    display: none;
  }
}

.tria-wrap {
  position: absolute;
  width: 74vw;
  max-width: 431px;
  left: 0;
  top: -494px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .tria-wrap {
    width: 71vw;
    top: -495px;
  }
}

#bk-tria {
  position: relative;
  width: 100%;
  max-width: 431px;
}

#bk-tria .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1;
}

#bk-tria .st1 {
  fill: none;
  stroke: #719590;
  stroke-width: 1;
}

.bk-blue-grad {
  background-color: #FFF;
  background-image: url("../img/gradient-blue-back.svg");
  background-size: cover;
  background-position: bottom;
}

.bk-blue {
  background-color: #5492c2;
}

.bk-red {
  background-color: #ac5b43;
}

.bk-green {
  background-color: #41ad49 !important;
  background-image: url("../img/green-grad.svg") !important;
  background-size: cover !important;
  background-position: left !important;
}

.bk-green-inv {
  background-color: #41ad49 !important;
  background-image: url("../img/green-grad-inv.svg") !important;
  background-size: cover !important;
  background-position: right !important;
}

.title.green {
  color: #41ad49 !important;
}

.bk-grey {
  background-color: #d9d9d9;
}

.bk-dark {
  background-color: #231f20;
}

.bk-cream {
  background-color: #f3ede7;
}

.bk-mustard {
  background-color: #bf8b4e;
}

#our-story {
  margin-bottom: 0px;
}

#our-story .vid-player, #inside-word .vid-player {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.full-c-banner {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .full-c-banner {
    padding-top: 120px;
  }
}
.full-c-banner.bk-green h2, .full-c-banner.bk-green h3, .full-c-banner.bk-green h4, .full-c-banner.bk-green p, .full-c-banner.bk-green span, .full-c-banner.bk-green a, .full-c-banner.bk-blue h2, .full-c-banner.bk-blue h3, .full-c-banner.bk-blue h4, .full-c-banner.bk-blue p, .full-c-banner.bk-blue span, .full-c-banner.bk-blue a, .full-c-banner.bk-red h2, .full-c-banner.bk-red h3, .full-c-banner.bk-red h4, .full-c-banner.bk-red p, .full-c-banner.bk-red span, .full-c-banner.bk-red a {
  color: #fff;
}
.full-c-banner.bk-cream h2, .full-c-banner.bk-cream h3, .full-c-banner.bk-cream h4, .full-c-banner.bk-cream p, .full-c-banner.bk-cream span, .full-c-banner.bk-cream a {
  color: #41ad49;
}
.full-c-banner .row {
  margin-bottom: 0;
}

#support h2 {
  color: #FFF;
}
#support h3, #support h4 {
  color: #f3ede7;
}
#support h3 {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  #support h3 {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-bottom: 31px;
  }
}
@media (min-width: 992px) {
  #support h3 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  #support h3 {
    margin-bottom: 25px;
  }
}
#support a.read-cta {
  display: inline-block;
}
#support a:hover {
  color: #bf8b4e;
}
@media (max-width: 767px) {
  #support .col-xs-6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #support .col-xs-6:nth-child(odd) {
    padding-right: 10px;
    margin-bottom: 20px;
  }
  #support .col-xs-6:nth-child(2n + 2) {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.story-row .btn-green {
  margin-top: 30px;
  display: inline-block;
}

#our-team, #featured {
  padding-top: 60px;
}
#our-team .white-box, #featured .white-box {
  background-color: #FFF;
  padding: 60px 30px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  #our-team .white-box, #featured .white-box {
    padding: 30px 0px;
  }
}
#our-team .white-box img, #featured .white-box img {
  width: 100%;
}
@media (max-width: 991px) {
  #our-team .white-box img, #featured .white-box img {
    margin-bottom: 30px;
  }
}
#our-team .white-box .author, #featured .white-box .author {
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
#our-team .block-title, #featured .block-title {
  display: block;
  color: #FFF;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #our-team .block-title, #featured .block-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #our-team .block-title, #featured .block-title {
    text-align: center;
  }
}
#our-team .white h2, #our-team .white h3, #our-team .white h4, #our-team .white p, #our-team .white span, #featured .white h2, #featured .white h3, #featured .white h4, #featured .white p, #featured .white span {
  color: #FFF;
}
#our-team h2.title, #featured h2.title {
  text-align: center;
}
#our-team input[type="text"], #our-team input[type="email"], #featured input[type="text"], #featured input[type="email"] {
  padding: 20px;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 15px;
}
#our-team .sign-wrap, #featured .sign-wrap {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  max-width: 878px;
}
#our-team .sign-wrap .js-cm-form, #featured .sign-wrap .js-cm-form {
  box-sizing: border-box;
}
#our-team .sign-wrap input[type="text"], #featured .sign-wrap input[type="text"] {
  width: 37%;
}
#our-team .sign-wrap input[type="email"], #featured .sign-wrap input[type="email"] {
  width: 38%;
}
#our-team .sign-wrap .green-btn, #featured .sign-wrap .green-btn {
  width: 21%;
}
@media (max-width: 847px) {
  #our-team .sign-wrap input[type="text"], #our-team .sign-wrap input[type="email"], #featured .sign-wrap input[type="text"], #featured .sign-wrap input[type="email"] {
    width: 48%;
  }
}
@media (max-width: 735px) {
  #our-team .sign-wrap input[type="text"], #our-team .sign-wrap input[type="email"], #featured .sign-wrap input[type="text"], #featured .sign-wrap input[type="email"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #our-team input[type="text"], #our-team input[type="email"], #our-team input[type="submit"], #featured input[type="text"], #featured input[type="email"], #featured input[type="submit"] {
    width: 100%;
    box-shadow: 1px 1px 6px #00000052;
  }
}

.tds-accordion__container {
  padding: 0;
}

.tds-accordion__group {
  padding: 0px;
  list-style-type: none;
  background-color: #fff;
  margin: 0 0 90px;
}
.tds-accordion__group ul li {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .tds-accordion__group ul li {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .tds-accordion__group ul li {
    font-size: 20px;
  }
}

.tds-accordion-header__heading-wrapper {
  margin: 0;
  border-top: 1px solid #333;
}

.tds-accordion-header--primary {
  margin-bottom: 0 !important;
}

.tds-accordion-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  border: none;
  padding: 20px 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.tds-accordion-header:hover {
  width: calc(100% + calc( 16px + 16px));
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 0 0 -16px;
  z-index: 1;
}

.tds-accordion-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.tds-accordion-header:hover:before {
  transform: scaleX(1);
}

.tds-accordion-header div:first-child {
  margin-right: auto;
}

.tds-accordion-header__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  margin: auto 0px;
  text-align: left;
  max-width: 90%;
}
@media (min-width: 768px) {
  .tds-accordion-header__title {
    font-size: 18px;
  }
}

.tds-accordion-header__icon-container {
  display: flex;
  min-height: 100%;
  max-height: 100%;
  margin: 0 8px;
}

.tds-accordion-header__icon {
  fill: #333;
  height: 30px;
  width: 30px;
  opacity: 0.7;
  transition: all 0.4s ease;
  transform: rotate(180deg);
}

.tds-accordion-header__icon--open {
  transform: rotate(0deg);
}

.tds-accordion-content__container--open {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

.tds-accordion-content__container {
  margin: 4px 0 30px 0;
  max-width: 90%;
}

.tds-accordion-content__container--hide {
  display: none;
}

.tds-accordion-content__container--closed {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
}
@keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
}
#center-quote-no {
  text-align: center;
  padding-top: 0;
}
#center-quote-no .row {
  margin-bottom: 0px;
}
#center-quote-no .content-copy {
  position: relative;
  min-height: 370px;
}
@media (min-width: 992px) {
  #center-quote-no .content-copy {
    min-height: 604px;
  }
}
#center-quote-no h4 {
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 992px) {
  #center-quote-no h4 {
    font-size: 29.4px;
  }
}
#center-quote-no .pos {
  font-weight: 700;
  color: #000000;
}
@media (min-width: 992px) {
  #center-quote-no {
    min-height: 604px;
  }
}
#center-quote-no p:last-child {
  margin-bottom: 0;
}

#center-quote {
  text-align: center;
  padding-top: 0;
}
#center-quote .row {
  margin-bottom: 0px;
}
#center-quote .content-copy {
  position: relative;
  min-height: 370px;
}
@media (min-width: 992px) {
  #center-quote .content-copy {
    min-height: 604px;
  }
}
#center-quote h4 {
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 992px) {
  #center-quote h4 {
    font-size: 29.4px;
  }
}
#center-quote .pos {
  font-weight: 700;
  color: #000000;
}
@media (min-width: 992px) {
  #center-quote {
    min-height: 604px;
  }
}
#center-quote p:last-child {
  margin-bottom: 0;
}

#center-quote-alt {
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;
}
#center-quote-alt .row {
  margin-bottom: 0px;
}
#center-quote-alt .content-copy {
  position: relative;
  min-height: 370px;
}
@media (min-width: 992px) {
  #center-quote-alt .content-copy {
    min-height: 604px;
  }
}
#center-quote-alt h4 {
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 992px) {
  #center-quote-alt h4 {
    font-size: 29.4px;
  }
}
#center-quote-alt .pos {
  font-weight: 700;
  color: #000000;
}
@media (min-width: 992px) {
  #center-quote-alt {
    min-height: 604px;
  }
}
#center-quote-alt p:last-child {
  margin-bottom: 0;
}

#more-info {
  text-align: center;
  padding-top: 0;
}
#more-info .row {
  margin-bottom: 0px;
}
#more-info .content-copy {
  position: relative;
  min-height: 370px;
}
@media (min-width: 992px) {
  #more-info .content-copy {
    min-height: 604px;
  }
}
#more-info h4 {
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #f3ede7;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  #more-info h4 {
    font-size: 29.4px;
  }
}
#more-info a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
#more-info a:hover {
  text-decoration: underline;
  color: #fff;
}
#more-info.bk-cream h4, #more-info.bk-white h4 {
  color: #41ad49;
}
#more-info.bk-cream a, #more-info.bk-mustard a, #more-info.bk-white a {
  color: #000;
}
#more-info.bk-cream a:hover, #more-info.bk-mustard a:hover, #more-info.bk-white a:hover {
  color: #000;
}
@media (min-width: 992px) {
  #more-info {
    min-height: 535px;
  }
}
#more-info p:last-child {
  margin-bottom: 0;
}

#inside-word {
  background-image: url("../img/career-bk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  #inside-word {
    padding-top: 23px;
  }
  #inside-word .row {
    margin-bottom: 23px;
  }
  #inside-word iframe {
    min-width: 159vw;
  }
}
#inside-word .vid-player {
  border: 7px solid #FFF;
  max-width: 766px;
  margin: 0 0 0 auto;
}
#inside-word span, #inside-word h1, #inside-word h2, #inside-word h3, #inside-word h4, #inside-word p {
  color: #ffffff;
}
#inside-word h2 {
  max-width: 500px;
  line-height: 1.27;
}
@media (max-width: 480px) {
  #inside-word h2 {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
}
#inside-word .content-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  #inside-word .content-box {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  #inside-word .full-w-img > div.ratio {
    padding-bottom: 100%;
  }
}

.pre-lead {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: normal;
  display: block;
}
@media (max-width: 767px) {
  .pre-lead {
    margin-bottom: 31px;
  }
}
@media (min-width: 768px) {
  .pre-lead {
    margin-bottom: 40px;
  }
}

.vid-player .play-v-i {
  width: 36px;
  overflow: visible;
  display: block;
  margin-bottom: 10px;
}
.vid-player .play-v-i .st0 {
  fill: #FFFFFF;
}
@media (max-width: 479px) {
  .vid-player .play-v-i {
    margin-bottom: 15px;
    width: 25px;
  }
}

a.watch-btn {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 56px;
  left: 60px;
}
@media (max-width: 767px) {
  a.watch-btn {
    bottom: 25px;
    left: 40px;
  }
}
a.watch-btn:hover {
  color: #41ad49;
}

.vid-player:hover .st0 {
  fill: #41ad49;
}

#staff-profile {
  padding-top: 53px;
}
#staff-profile img {
  width: 100%;
}
#staff-profile p {
  margin-bottom: 30px;
}
#staff-profile a:last-child {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #staff-profile h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #staff-profile h3 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  #staff-profile h3 {
    font-size: 42px;
  }
}

.read-cta, .line-bit, .read-time {
  display: block;
}

.post-page .content-copy a, .news-page .content-copy a {
  color: #000;
}
.post-page .content-copy a:hover, .news-page .content-copy a:hover {
  color: #41ad49;
}

#news-section {
  padding-top: 53px;
}
#news-section .read-cta {
  margin-bottom: 40px;
}
#news-section .vid-thumbnail .thumb-link {
  position: relative;
  display: block;
}
#news-section .vid-thumbnail .thumb-link:before {
  content: "";
  background-image: url(../img/play-icon.svg);
  position: absolute;
  display: block;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  background-position: center;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
#news-section .vid-thumbnail .thumb-link:after {
  visibility: hidden;
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: -9999px;
  background-image: url(../img/play-icon-green.svg);
}
#news-section .vid-thumbnail .thumb-link:hover:before {
  background-image: url(../img/play-icon-green.svg);
}
#news-section .post-feat {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
  max-width: 100%;
  padding-bottom: 60%;
  margin-bottom: 40px;
}
#news-section p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #news-section h2.title, #news-section h4.title {
    margin-bottom: 67px;
  }
}
#news-section h3 {
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #news-section h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #news-section h3 {
    font-size: 38px;
  }
}
#news-section .stream h3 {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  #news-section .stream {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #news-section .stream h3 {
    font-size: 42px;
  }
}
#news-section .stream .maso-tile > a {
  padding: 21px;
  border: 1px solid #999999;
  box-shadow: 3px 3px 8px #ececec;
  border-radius: 6px;
  background-color: white;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
#news-section .row .row:not(.stream) {
  margin-bottom: 0;
}
#news-section a {
  color: #000;
}
#news-section a:hover {
  color: #41ad49;
}

#hero-dd-shapes {
  position: relative;
  overflow: visible;
  z-index: 10;
  pointer-events: none;
  height: 0;
  right: 0;
  display: none;
}
#hero-dd-shapes #hero-dd-svg-cutout {
  position: absolute;
  width: 771px;
  bottom: -492px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #hero-dd-shapes #hero-dd-svg-cutout {
    width: 77.7vw;
    bottom: -49.5vw;
  }
}
#hero-dd-shapes #hero-dd-svg-cutout .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
#hero-dd-shapes #hero-dd-svg-cutout .st1 {
  fill: #BF8B4E;
}
#hero-dd-shapes #hero-dd-svg-cutout .st2 {
  fill: none;
  stroke: #BF8B4E;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
#hero-dd-shapes #hero-dd-svg-cutout .st3 {
  fill: #FFFFFF;
}
#hero-dd-shapes #hero-dd-svg-cutout .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-dd-shapes {
    display: block;
  }
}

#hero-di-shapes {
  position: relative;
  overflow: visible;
  z-index: 10;
  pointer-events: none;
  height: 0;
  right: 0;
  display: none;
}
#hero-di-shapes #hero-di-svg-cutout {
  position: absolute;
  width: 844px;
  bottom: -551px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #hero-di-shapes #hero-di-svg-cutout {
    width: 85vw;
    bottom: -55.5vw;
  }
}
#hero-di-shapes #hero-di-svg-cutout .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-di-shapes #hero-di-svg-cutout .st1 {
  fill: #AC5B43;
}
#hero-di-shapes #hero-di-svg-cutout .st2 {
  fill: none;
  stroke: #AC5B43;
  stroke-width: 13;
  stroke-miterlimit: 10;
}
#hero-di-shapes #hero-di-svg-cutout .st3 {
  fill: none;
  stroke: #000000;
  stroke-width: 13;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-di-shapes {
    display: block;
  }
}

#hero-fc-shapes {
  position: relative;
  overflow: visible;
  z-index: 10;
  pointer-events: none;
  height: 0;
  right: 0;
  display: none;
}
#hero-fc-shapes #hero-svg-fc-cutout {
  position: absolute;
  width: 690px;
  bottom: -226px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #hero-fc-shapes #hero-svg-fc-cutout {
    width: 58vw;
    bottom: -19.1vw;
  }
}
#hero-fc-shapes #hero-svg-fc-cutout .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-fc-shapes #hero-svg-fc-cutout .st1 {
  fill: #708FAF;
}
#hero-fc-shapes #hero-svg-fc-cutout .st2 {
  fill: none;
  stroke: #708FAF;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
#hero-fc-shapes #hero-svg-fc-cutout .st3 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-fc-shapes {
    display: block;
  }
}

#hero-fa-shapes {
  position: relative;
  overflow: visible;
  z-index: 10;
  pointer-events: none;
  height: 0;
  right: 0;
  display: none;
}
#hero-fa-shapes #hero-svg-fa-cutout {
  position: absolute;
  width: 702px;
  bottom: -415px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #hero-fa-shapes #hero-svg-fa-cutout {
    width: 70vw;
    bottom: -41.4vw;
  }
}
#hero-fa-shapes #hero-svg-fa-cutout .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-fa-shapes #hero-svg-fa-cutout .st1 {
  fill: #719590;
}
#hero-fa-shapes #hero-svg-fa-cutout .st2 {
  fill: none;
  stroke: #719590;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
#hero-fa-shapes #hero-svg-fa-cutout .st3 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-fa-shapes {
    display: block;
  }
}

div[id^=video-trigger]:hover {
  cursor: pointer;
}

.fluidvid-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 56.1905%;
}

.fluidvid-item-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fluidvid-item-iframe iframe {
  width: 100%;
  height: 100%;
}

#videoModal, #pdfModal {
  z-index: 999 !important;
}

@media screen and (max-height: 840px) {
  .modal-content-cm {
    margin: -17.5% auto 0 auto !important;
  }

  .fluidvid-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 44.1905%;
  }
}
.modal-cm {
  z-index: 999 !important;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  left: 0;
  top: -999px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content-cm {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: -22.5% auto 0 auto;
  padding: 0;
  border: none;
  width: 80%;
}

.aspect-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-modal-cm {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  background-color: transparent;
  box-sizing: border-box;
  height: 40px;
  z-index: 9113;
  cursor: pointer;
}

.close-modal-cm span {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 28px;
  height: 28px;
  opacity: .7;
}

.close-modal-cm span:hover {
  opacity: 1;
}

.close-modal-cm span:before, .close-modal-cm span:after {
  position: absolute;
  left: 13px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: #fff;
}

.close-modal-cm span:before {
  transform: rotate(45deg);
}

.close-modal-cm span:after {
  transform: rotate(-45deg);
}

.content-block > div[class^="container-"] {
  z-index: 11;
  position: relative;
}
.content-block .content-copy img.feat-img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-block .content-copy img:last-child {
  margin-bottom: 0;
}
.content-block .white h1, .content-block .white h2, .content-block .white h3, .content-block .white h4, .content-block .white h5, .content-block .white p, .content-block .white span {
  color: #FFF;
}

.generic-page > .content-block {
  padding-top: 90px;
}

.generic-page > .content-block ~ .content-block {
  padding-top: 0px;
}

.generic-page.no-hero, .news-page {
  margin-top: 120px;
}

.generic-page.white-block.no-hero {
  margin-top: 120px;
}

.generic-page:not(.course-template-page) {
  overflow: hidden;
}
.generic-page:not(.course-template-page).with-hero {
  margin-top: 0;
}
.generic-page:not(.course-template-page).with-hero #hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.generic-page:not(.course-template-page).with-hero #hero .table {
  height: 100%;
}
.generic-page:not(.course-template-page) h1 {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .generic-page:not(.course-template-page) h1 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .generic-page:not(.course-template-page) h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .generic-page:not(.course-template-page) h1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .generic-page:not(.course-template-page) h1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.generic-page:not(.course-template-page) .vid-section {
  padding-top: 0;
}
.generic-page:not(.course-template-page) div#center-quote, .generic-page:not(.course-template-page) div#center-quote-no {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .generic-page:not(.course-template-page) div#center-quote, .generic-page:not(.course-template-page) div#center-quote-no {
    margin-bottom: 90px;
  }
}
.generic-page:not(.course-template-page) div#center-quote:last-child, .generic-page:not(.course-template-page) div#center-quote-alt:last-child {
  margin-bottom: 0 !important;
}
.generic-page:not(.course-template-page) .content-copy > p:last-of-type {
  margin-bottom: 0;
}
.generic-page:not(.course-template-page) #hero {
  height: 100vh;
  max-height: 950px;
}
.generic-page:not(.course-template-page) #hero.limit {
  max-height: 540px;
}
.generic-page:not(.course-template-page) #hero .row {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .generic-page:not(.course-template-page) #hero {
    max-height: 75vw;
  }
}

.post-page {
  margin-top: 145px;
}
@media (max-width: 767px) {
  .post-page .feat-img img {
    margin-bottom: 30px;
  }
}
.post-page h1 {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .post-page h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .post-page h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .post-page.generic-page > .content-block {
    padding-top: 30px;
  }
}

.courses-page {
  padding-bottom: 90px;
}
@media (min-width: 751px) {
  .courses-page .arlo .arlo-catalogue-header .arlo-catalogue-header-inner {
    margin-bottom: 0;
  }
}

.courses-page.generic-page > .content-block {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .news-page #news-section {
    padding-top: 0px;
  }
}

#shape-end-wrap {
  position: relative;
  overflow: visible;
  z-index: 10;
  pointer-events: none;
  height: 0;
  left: 0;
  display: none;
}
#shape-end-wrap svg {
  position: absolute;
  width: 406px;
  bottom: -242px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #shape-end-wrap svg {
    left: -172px;
  }
}
@media (min-width: 768px) {
  #shape-end-wrap {
    display: block;
  }
}

#hero-gen-shapes {
  position: relative;
  overflow: visible;
  z-index: 10;
  pointer-events: none;
  height: 0;
  right: 0;
  display: none;
}
#hero-gen-shapes #hero-svg-fa-cutout {
  position: absolute;
  width: 702px;
  bottom: -415px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #hero-gen-shapes #hero-svg-fa-cutout {
    width: 70vw;
    bottom: -41.4vw;
  }
}
#hero-gen-shapes #hero-svg-fa-cutout .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#hero-gen-shapes #hero-svg-fa-cutout .st1 {
  fill: #000000;
}
#hero-gen-shapes #hero-svg-fa-cutout .st2 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
#hero-gen-shapes #hero-svg-fa-cutout .st3 {
  fill: none;
  stroke: #719590;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  #hero-gen-shapes {
    display: block;
  }
}

.other-paths {
  position: relative;
  overflow: visible;
  z-index: -1;
  pointer-events: none;
  display: none;
  height: 0;
  left: 0;
  top: -274px;
}
@media (min-width: 768px) {
  .other-paths {
    display: block;
  }
}
.other-paths #new-path {
  position: absolute;
  width: 496px;
  left: 0;
  top: 0;
}
.other-paths #other-path {
  position: absolute;
  width: 472px;
  left: 0;
  top: -136px;
}

.rotator {
  position: relative;
  z-index: 50;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.rotator .marquee {
  position: relative;
  overflow: hidden;
  --offset: 5vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
.rotator .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 45s linear infinite;
          animation: marquee 45s linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rotator .marquee span, .rotator .marqueeopo span {
  white-space: nowrap;
  font-size: 2.9vw;
  padding: 0 1vw;
  color: #41ad49;
}
.rotator .marqueeopo {
  position: relative;
  overflow: hidden;
  --offset: 5vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
.rotator .marquee__inneropo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marqueeopo 45s linear infinite;
          animation: marqueeopo 45s linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@-webkit-keyframes marqueeopo {
  0% {
    transform: translate3d(var(--move-final), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
}
@keyframes marqueeopo {
  0% {
    transform: translate3d(var(--move-final), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
}
.tile .name {
  text-align: left;
  font-weight: 500;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.28;
}
.tile .name .pos {
  color: #41ad49;
  font-weight: 300;
}
.tile img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tile .name, .tile p, .tile a {
    padding: 0 25px;
    display: block;
  }
  .tile p:last-child, .tile a:last-child {
    margin-bottom: 60px;
  }
}
.tile a {
  color: #000;
  text-decoration: underline;
}
.tile a:hover {
  color: #41ad49;
}

.team-profiles {
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.team-profiles .tile p, .team-profiles .tile a, .team-profiles .tile .name {
  padding: 0;
}
@media (max-width: 599px) {
  .team-profiles {
    margin: 0 auto;
    padding: 0;
  }
  .team-profiles .tile p, .team-profiles .tile a, .team-profiles .tile .name {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .team-profiles .tile {
    min-height: 700px;
  }
}

.partners-intro h3 {
  margin-bottom: 0;
}

.p-list {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.p-list li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 12px 2.5%;
  position: relative;
  vertical-align: middle;
}
.p-list li img {
  max-width: 160px;
  padding: 10px 0px;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.p-list.audit li img {
  max-width: 220px;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tab-control .row {
  margin-bottom: 60px !important;
}
@media (min-width: 992px) {
  .tab-control .row {
    margin-bottom: 90px !important;
  }
}
.tab-control button.tablinks {
  display: block;
  border: none;
  background: transparent;
  color: #41ad49;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 12px;
  padding: 0;
}
.tab-control button.tablinks:focus {
  outline: none;
}
.tab-control button.tablinks:hover {
  color: #000000;
  font-weight: 300;
  cursor: pointer;
}
.tab-control button.tablinks.active {
  color: #000000;
  font-weight: 500;
}

.map-pin {
  width: 20px;
  height: 35px;
  display: inline-block;
  margin-top: 7px !important;
  margin-bottom: 0 !important;
}

.get-directions {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #000000;
  vertical-align: middle;
  text-decoration: none;
}
.get-directions:hover {
  text-decoration: none !important;
}
.get-directions span {
  display: inline-block;
  text-decoration: underline;
  vertical-align: top;
  margin-right: 10px;
}

#coming-soon #hero.home {
  max-height: 100% !important;
}
#coming-soon #hero .hero-content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#coming-soon #logo {
  transform: scale(1.5);
  z-index: 99;
  transition: opacity 0.35s ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
#coming-soon #logo a {
  width: 170px;
  height: auto;
  display: block;
  text-decoration: none;
}
#coming-soon #logo img {
  vertical-align: top;
}
#coming-soon #logo #logo-top {
  width: 34px;
  height: 34px;
  vertical-align: top;
  display: inline-block;
}

.news-page #news-section .read-cta {
  margin-bottom: 90px;
}

.resources-page .hero-content.home-c p {
  color: #ffffff !important;
}
.resources-page #news-section {
  padding-top: 0;
}
.resources-page #news-section .row.stream {
  margin-bottom: 0;
}
.resources-page .news-page {
  margin-top: 120px;
}

.share-widget {
  text-align: left;
  margin-bottom: 0px;
}
.share-widget span {
  text-transform: uppercase;
  font-weight: 500;
  color: #949494;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.share-widget ul {
  margin: 0;
  list-style: none;
  display: inline-block;
}

#linkedin-share svg path {
  fill: #708faf;
}
#linkedin-share a:hover svg path {
  fill: #9abcde;
}

.listings .row {
  margin: 0 -15px 45px;
}
.listings .btn-green, .listings .btn-black {
  display: inline-block;
  margin-top: 20px;
  margin-right: 15px;
}

.intro {
  padding-top: 60px;
  background-size: cover;
  background-position: center right;
  position: relative;
}

.section-label.white {
  color: #FFF;
}
.section-label.white h5 {
  color: #FFF;
}

.section-label {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .section-label {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .section-label {
    padding: 0 60px;
  }
  .section-label h5 {
    text-align: center;
    margin: 0 auto 15px auto;
  }
}

.about-page {
  position: relative;
}
.about-page #hero h1 {
  font-weight: 600;
}
@media (max-width: 479px) {
  .about-page #hero h1 {
    font-size: 33px;
  }
}
@media (min-width: 1400px) {
  .about-page #hero h1 {
    font-size: 76px;
  }
}
.about-page #hero .content-copy.top-section {
  margin: 215px auto 9.5vw auto;
  max-width: 1018px;
  padding: 0 30px;
}
@media (min-width: 1400px) {
  .about-page #hero .content-copy.top-section {
    max-width: 1260px;
  }
}
@media (min-width: 1916px) {
  .about-page #hero .content-copy.top-section {
    margin: 290px auto 180px auto;
  }
}
.about-page #hero h2.title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about-page #hero {
    padding: 0;
  }
}
.about-page .hero-exp-wrap {
  position: relative;
  width: 100%;
  display: block;
  overflow: visible;
  height: 32.7vw;
  margin-bottom: 90px;
}
@media (min-width: 1916px) {
  .about-page .hero-exp-wrap {
    height: 661px;
  }
}
@media (max-width: 767px) {
  .about-page .hero-exp-wrap {
    height: initial;
  }
}
.about-page .hero-exp-wrap .hero-exp {
  position: relative;
  width: 90vw;
  right: 0;
  top: -22vw;
  z-index: 3;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-page .hero-exp-wrap .hero-exp {
    width: 100vw;
    max-width: 113%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    top: -4vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page .hero-exp-wrap .hero-exp {
    width: 100vw;
    max-width: 110%;
  }
}
@media (min-width: 1916px) {
  .about-page .hero-exp-wrap .hero-exp {
    top: -420px;
  }
}
.about-page .hero-exp-wrap p.lead {
  position: absolute;
  top: 0;
  left: 15.5%;
  color: #FFF;
  width: 320px;
  font-size: 28px;
  z-index: 4;
}
@media (max-width: 767px) {
  .about-page .hero-exp-wrap p.lead {
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1666px) {
  .about-page .hero-exp-wrap p.lead {
    width: 19vw;
    font-size: 28px;
    font-size: 1.66vw;
    left: 12vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page .hero-exp-wrap p.lead {
    left: 8vw;
    font-size: 1.9vw;
    width: 22vw;
  }
}
.about-page .staff-stream {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-page .staff-stream {
    max-width: 600px;
  }
}
.about-page .staff-tile {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page .staff-tile {
    padding: 10px;
  }
}
.about-page .staff-tile .staff-tile-w {
  max-width: 290px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 12px;
  color: #000;
  padding: 20px;
  box-shadow: 0px 6px 6px #014730;
  position: relative;
}
@media (max-width: 1199px) {
  .about-page .staff-tile .staff-tile-w {
    height: 35vw;
    max-height: 382px;
  }
}
@media (min-width: 1200px) {
  .about-page .staff-tile .staff-tile-w {
    min-height: 382px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page .staff-tile .staff-tile-w {
    padding: 15px;
  }
  .about-page .staff-tile .staff-tile-w h5 {
    font-size: 1.8vw;
  }
  .about-page .staff-tile .staff-tile-w p {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .about-page .staff-tile .staff-tile-w {
    height: 60vw;
    max-height: auto;
  }
  .about-page .staff-tile .staff-tile-w h5 {
    font-size: 2.7vw;
  }
  .about-page .staff-tile .staff-tile-w p {
    font-size: 2.15vw;
  }
}
.about-page .staff-tile h1, .about-page .staff-tile h2, .about-page .staff-tile h3, .about-page .staff-tile h4, .about-page .staff-tile h5 {
  margin-bottom: 0px;
}
.about-page .staff-tile h1, .about-page .staff-tile h2, .about-page .staff-tile h3, .about-page .staff-tile h4, .about-page .staff-tile h5, .about-page .staff-tile p {
  color: #000;
  text-align: left;
}
.about-page .staff-tile p {
  font-size: 14px;
  margin-bottom: 15px;
}
.about-page .staff-tile .social-box {
  display: block;
  position: absolute;
  text-align: right;
  bottom: 11px;
  right: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page .staff-tile .social-box {
    bottom: 1vw;
    right: 2vw;
  }
}
@media (max-width: 767px) {
  .about-page .staff-tile .social-box {
    bottom: 9px;
    right: 22px;
  }
}
.about-page .staff-tile .social-box a {
  display: inline-block;
  margin-left: 5px;
}
.about-page .staff-tile .social-box .mobi {
  width: 17px;
}
.about-page .staff-tile .social-box .mailito {
  width: 27px;
}
@media (min-width: 1200px) {
  .about-page h2.title {
    font-size: 57px;
  }
}

.grey-boxes {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
.grey-boxes .col-sm-6 {
  padding: 10px;
}
.grey-boxes .grey-tile {
  background: #e4e4e4;
  padding: 30px 30px 60px 30px;
  margin: 0px;
}
@media (min-width: 768px) {
  .grey-boxes .grey-tile {
    min-height: 665px;
    height: 100%;
  }
}
.grey-boxes .grey-tile h2, .grey-boxes .grey-tile p {
  color: #00843d;
}
.grey-boxes .grey-tile p {
  font-weight: 400;
  max-width: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grey-boxes .grey-tile p:last-of-type {
  margin-bottom: 30px;
}
.grey-boxes .grey-tile h2 {
  font-weight: 600;
}
.grey-boxes .grey-tile img {
  max-width: 420px;
  padding: 0 20px;
}

.halves-block .txt-col .table-cell {
  max-width: 445px;
}
.halves-block .col-sm-pull-4.txt-col .table {
  margin: 0 0 0 auto;
}
.halves-block .img-col img {
  max-width: 340px;
}
@media (min-width: 768px) {
  .halves-block .col-sm-push-7.img-col img {
    margin-right: auto;
    display: block;
  }
  .halves-block .col-sm-5.img-col img {
    display: block;
    margin-left: auto;
  }
}

.couple-wrap {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: 0;
  z-index: 10;
}
.couple-wrap svg {
  max-width: 450px;
}
@media (max-width: 767px) {
  .couple-wrap {
    display: none;
  }
}

.stock-up {
  position: absolute;
  left: 5%;
  bottom: -5%;
  transform: translate(5%, -5%);
  z-index: 10;
}

#circ-couple {
  position: absolute;
  right: -99%;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  width: 160%;
  z-index: 9;
}
@media (max-width: 767px) {
  #circ-couple {
    width: 325px;
    max-width: 100%;
    display: block;
    height: auto;
    left: 62%;
    top: initial;
    bottom: -302px;
    transform: translate(0, 0);
  }
}

.stock-up-wrap {
  position: relative;
  z-index: 80;
}
.stock-up-wrap #mob-stockup {
  overflow: visible;
  position: absolute;
  bottom: -60px;
  z-index: 100;
  width: 120px;
  left: 50%;
  transform: translate(-50%, 0);
}
.stock-up-wrap #mob-stockup #Ellipse_44 {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
}
@media (min-width: 768px) {
  .stock-up-wrap #mob-stockup {
    display: none;
  }
}

#work {
  overflow: hidden;
  padding-top: 95px;
}
@media (max-width: 767px) {
  #work {
    padding-top: 30px;
  }
}
#work .lines-row {
  position: relative;
}
#work #line-v1 {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 2px;
  height: 477px;
  transform: translate(-50%, 0);
  margin-left: 8.7%;
}
@media (max-width: 991px) {
  #work #line-v1 {
    top: 0px;
    margin-left: 8.8%;
  }
}
@media (max-width: 767px) {
  #work #line-v1 {
    left: 30px;
    bottom: -60px;
    transform: translate(0, 0);
    margin-left: 0;
    top: initial;
  }
}
#work #line-v2 {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 629px;
  height: 2px;
  transform: translate(0, -50%);
  margin-top: 9.1%;
}
@media (max-width: 767px) {
  #work #line-v2 {
    bottom: 0;
    top: initial;
    transform: translate(0, 0);
    left: 0;
    width: 750px;
  }
}
#work #bl-line {
  position: absolute;
  left: 30px;
  top: 0px;
  width: 2px;
  height: 908px;
}
#work #tl-line {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 1244px;
  height: 2px;
}
@media (max-width: 767px) {
  #work #tl-line {
    top: initial;
    bottom: 0;
    right: 0;
  }
}
#work #tr-line {
  position: absolute;
  right: 30px;
  top: initial;
  bottom: 5px;
  width: 2px;
  height: 985px;
}
@media (max-width: 767px) {
  #work #tr-line {
    top: initial;
    bottom: 0;
    height: 1200px;
  }
}
#work h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #work h2 {
    text-align: center;
  }
}
#work .plant-w {
  position: relative;
  width: 100%;
  height: 4.6vw;
  max-height: 70px;
  z-index: 0;
}
@media (max-width: 767px) {
  #work .plant-w {
    display: none;
  }
}
#work .plant {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 17.3vw;
  max-width: 211px;
}
#work .off-col-1 {
  margin-left: 15px;
}
#work .off-col-2 {
  margin-left: 15px;
}
#work .txt-col .table {
  padding: 15px 15px 0px 15px;
}
@media (max-width: 767px) {
  #work .txt-col .table {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  #work .off-col-1 {
    margin-left: 125px;
  }
}
@media (min-width: 768px) {
  #work .off-col-2 {
    margin-top: 35px;
    margin-left: 50px;
  }
  #work .off-col-2 ul.checks {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1230px) {
  #work .off-col-2 {
    margin-left: 3vw;
  }
  #work .off-col-2 ul.checks {
    margin-bottom: 1vw;
  }
  #work .off-col-2 ul.checks li {
    font-size: 1.3vw;
  }
  #work .off-col-1 {
    margin-left: 9vw;
  }
  #work .off-col-1 ul.checks li {
    font-size: 1.3vw;
  }
}

ul.checks {
  list-style-image: url("../img/tick.svg");
  margin-left: 24px;
}
ul.checks li {
  padding-left: 9px;
}

#interest {
  padding-top: 50px;
  position: relative;
}
#interest #line-cross-down {
  bottom: -67px;
}
#interest h2 {
  margin-bottom: 40px;
}
#interest input[type="submit"] {
  margin: 40px auto 0 auto;
  display: block;
}

.c-ops {
  position: relative;
  color: #fff;
}
.c-ops h1, .c-ops h2, .c-ops h3, .c-ops h4, .c-ops h5, .c-ops h6 {
  color: #fff;
}
.c-ops .title img, .c-ops .title h3 {
  display: inline-block;
}
@media (min-width: 768px) {
  .c-ops .title h3 {
    font-size: 40px;
  }
  .c-ops .title img {
    width: 159px;
    margin-right: 10px;
  }
}
.c-ops .btn-light-blue, .c-ops .cta-white-line {
  margin-right: 20px;
}

.roi-table {
  border-top: 2px solid #fff;
  border-collapse: collapse;
}
.roi-table tr {
  margin: 0;
  padding: 0;
}
.roi-table tr:first-of-type {
  border-bottom: 2px solid #fff;
}
.roi-table tr td:last-child {
  text-align: right;
}
.roi-table td {
  padding: 10px 0;
  margin: 0;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  #we-commit .img-col {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #we-commit .img-col {
    padding-left: 0;
    padding-right: 0;
  }
}

#why {
  padding-top: 90px;
}
@media (max-width: 767px) {
  #why {
    padding-top: 160px;
  }
}
#why .reason {
  padding: 30px;
  background: url("../img/back-light.svg");
  background-size: cover;
  border-bottom: 4px solid #3D8CCC;
  min-height: auto;
}
@media (max-width: 767px) {
  #why .reason {
    text-align: center;
    max-width: 375px;
    margin: 0 auto;
    min-height: 354px;
  }
}
@media (min-width: 768px) {
  #why .reason {
    min-height: 402px;
  }
}
#why .reason img {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #why .content-copy {
    text-align: center;
  }
}
#why .tile-row {
  margin-left: -10px;
  margin-right: -10px;
}
#why .tile-row > div {
  padding-left: 10px;
  padding-right: 10px;
}

#values {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  #values {
    padding: 30px 0 0px 0;
  }
}
#values h4 {
  font-size: 1rem;
  margin-bottom: 0px;
}

.b-tiles .b-tile {
  max-width: 300px;
  padding: 40px 30px;
  margin: 0 auto;
}

.our-val {
  margin: 80px 0 80px 0;
}

.our-val .table-cell {
  position: relative;
}
.our-val .table-cell:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url("../img/double-circ.svg");
  width: 600px;
  height: 0;
  padding-bottom: 119%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media (max-width: 767px) {
  .our-val .table-cell:after {
    background-image: url("../img/double-circ-mob.svg");
  }
}
@media (min-width: 768px) {
  .our-val .table-cell:after {
    width: 610px;
    padding-bottom: 147%;
  }
}

.our-val h3 {
  background: #fff;
  padding: 15px;
  max-width: 400px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#community {
  position: relative;
  padding-top: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  #community {
    text-align: center;
  }
  #community .row {
    margin-bottom: 20px;
  }
}
#community h2.title {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  #community h2.title {
    margin-bottom: 40px;
  }
}
#community a.cta-blue-line {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #community a.cta-blue-line {
    margin-bottom: 40px;
  }
}
#community .txt-col h3 {
  margin-bottom: 25px;
}
#community .img-col img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #community .img-col {
    padding: 0;
  }
}

#contact-block {
  padding-top: 160px;
}
@media (max-width: 767px) {
  #contact-block {
    text-align: center;
    padding-top: 60px;
  }
  #contact-block form p {
    text-align: left;
  }
}
#contact-block .copy-col {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #contact-block .copy-col h2 {
    max-width: 500px;
  }
  #contact-block .copy-col p {
    max-width: 500px;
  }
}
#contact-block form input[type="text"], #contact-block input[type="email"], #contact-block input[type="select"] {
  width: 100%;
}
#contact-block form input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #contact-block form input[type="submit"] {
    margin-right: auto;
  }
}
#contact-block h2 {
  font-weight: 600;
}
@media (min-width: 768px) {
  #contact-block h2 {
    font-size: 60px;
  }
}
#contact-block h3 {
  font-weight: 600;
}
@media (min-width: 768px) {
  #contact-block h3 {
    font-size: 48px;
  }
}

#our-story {
  position: relative;
  padding-top: 90px;
  background-color: #fefefe;
  padding-bottom: 500px;
}
@media (max-width: 1915px) {
  #our-story {
    padding-bottom: 16vw;
  }
}
@media (max-width: 1199px) {
  #our-story {
    padding-bottom: 270px;
  }
}
@media (max-width: 991px) {
  #our-story {
    padding-bottom: 36vw;
  }
}
@media (max-width: 767px) {
  #our-story {
    padding-bottom: 58vw;
  }
}
@media (max-width: 480px) {
  #our-story {
    padding-bottom: 70vw;
  }
}
#our-story .container-fluid {
  position: relative;
  z-index: 2;
  background: transparent;
}
@media (max-width: 767px) {
  #our-story .container-fluid {
    padding: 0;
  }
}
#our-story .back-gradient-image {
  background-image: url("../img/39104_CBM7398-bw-grad.jpg");
  background-size: cover;
  background-position: 50% 37%;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1915px) {
  #our-story .back-gradient-image {
    height: 550px;
  }
}
@media (max-width: 767px) {
  #our-story .back-gradient-image {
    height: 713px;
    height: 100vw;
  }
}
#our-story .count {
  font-size: 36px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  color: #5492c2;
}
@media (max-width: 767px) {
  #our-story {
    background-position: 38%;
    padding-top: 60px;
    text-align: center;
  }
  #our-story .img-col {
    margin-bottom: 30px;
    padding: 0;
  }
}
#our-story .prop-stats, #our-story .money-stats {
  display: inline-block;
}
@media (max-width: 767px) {
  #our-story .prop-stats, #our-story .money-stats {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  #our-story .prop-stats, #our-story .money-stats {
    margin-right: 30px;
  }
}
#our-story .prop-stats p, #our-story .money-stats p {
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 767px) {
  #our-story .prop-stats {
    margin-bottom: 30px;
  }
}
#our-story .copy-col > p:last-of-type {
  margin-bottom: 30px;
}

.img-col img {
  width: 100%;
}

.bottom-brand {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .bottom-brand {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .bottom-brand {
    margin-right: 0px;
  }
}

.social-foot {
  float: left;
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  margin-top: 17px;
  margin-bottom: 30px;
  margin-right: 60px;
}
@media (max-width: 1248px) {
  .social-foot {
    display: block;
  }
}

.social-foot li {
  display: inline-block;
  padding: 0;
  margin: 0 15px 0 0;
  width: 31px;
}

#footer .links ul.top-drop > li > ul li.register a {
  font-weight: 700;
}

@media (min-width: 768px) {
  .hide-desk {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-desk {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .show-mob {
    display: block !important;
  }
}

#interest input[type="text"], #interest input[type="email"], #interest input[type="url"], #interest input[type="password"], #interest input[type="search"], #interest input[type="number"], #interest input[type="tel"], #interest input[type="range"], #interest input[type="date"], #interest input[type="month"], #interest input[type="week"], #interest input[type="time"], #interest input[type="datetime"], #interest input[type="datetime-local"], #interest input[type="color"], #interest textarea {
  width: 100%;
}

#circ-left {
  position: relative;
  overflow: visible;
  z-index: 10;
  height: 0;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
}
#circ-left svg {
  position: absolute;
  left: -703px;
  top: 0;
  transform: translate(0, -84%);
}

#circ-left-too {
  position: relative;
  overflow: visible;
  z-index: -1;
  height: 1px;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
}
#circ-left-too svg {
  position: absolute;
  left: -383px;
  top: 0;
  transform: translate(0, -72%);
}

#circ-right {
  position: relative;
  overflow: visible;
  z-index: 10;
  height: 0;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
}
#circ-right svg {
  position: absolute;
  right: -709px;
  top: 0;
  transform: translate(0, -50%);
}

#circ-right-too {
  position: relative;
  overflow: visible;
  z-index: -1;
  height: 0;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
}
#circ-right-too svg {
  position: absolute;
  right: -753px;
  top: 0;
  transform: translate(0, -68%);
}

.no-quote h4 {
  font-weight: 300;
}
.no-quote p {
  font-size: 22px;
  font-weight: 400;
  color: #5492c2;
}

#quote-block svg {
  width: 100%;
}

img.arrow-block-down {
  display: block;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .start {
    margin-top: 60px;
  }
}
.start p.lead {
  max-width: 550px;
  margin: 0 auto 40px auto;
  display: block;
}

.disclaimer {
  width: 100%;
  display: block;
  padding: 40px 0 0 0;
}
.disclaimer ol {
  margin: 0 0 0 11px;
  padding: 0;
}
.disclaimer ol li {
  font-size: 11px;
  font-weight: 300;
}
.disclaimer span, .disclaimer p {
  font-size: 11px;
  font-weight: 300;
}

#leading-cat {
  padding-top: 60px;
  padding-bottom: 30px;
}
#leading-cat .arlo {
  min-height: auto !important;
  background-color: transparent !important;
}
#leading-cat .arlo h1 {
  color: #FFF;
  margin-bottom: 60px;
  line-height: 1.2;
  font-size: 32px;
}
@media (min-width: 992px) {
  #leading-cat .arlo h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  #leading-cat {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#leading-cat h2.title {
  color: #FFF;
  margin-bottom: 60px;
}

#course-list {
  max-width: 1606px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #course-list {
    margin: 0 -20px;
  }
  #course-list h5 {
    font-size: 2.7vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #course-list {
    max-width: 688px;
  }
}
#course-list li a {
  border-radius: 9px;
  text-decoration: none;
  padding: 15px 10px;
  background-color: #dedede;
  width: 315px;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  #course-list li a {
    padding: 15px 10px;
    width: initial;
  }
}
@media (max-width: 991px) {
  #course-list li a {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #course-list li a {
    padding: 15px 10px;
  }
}
#course-list li a .c-icon {
  width: 64px;
  height: 74px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #course-list li a .c-icon {
    margin-left: 10px;
    width: 6vw;
  }
}
@media (max-width: 767px) {
  #course-list li a .c-icon {
    width: 55px;
    height: 64px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 8vw;
    margin-left: 1vw;
    margin-bottom: 0;
    height: 13vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #course-list li a .c-icon {
    width: 7.5vw;
    margin-right: 3vw;
  }
}
#course-list li a.course-b-01-education .c-icon {
  background: url("../img/course-b-01-education.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-01-education:hover .c-icon {
  background: url("../img/course-w-01-education.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-02-maori .c-icon {
  background: url("../img/course-b-02-maori.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-02-maori:hover .c-icon {
  background: url("../img/course-w-02-maori.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-03-cybersecurity .c-icon {
  background: url("../img/course-b-03-cybersecurity.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-03-cybersecurity:hover .c-icon {
  background: url("../img/course-w-03-cybersecurity.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-04-comms .c-icon {
  background: url("../img/course-b-04-comms.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-04-comms:hover .c-icon {
  background: url("../img/course-w-04-comms.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-05-admin .c-icon {
  background: url("../img/course-b-05-admin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-05-admin:hover .c-icon {
  background: url("../img/course-w-05-admin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-06-gov-policy .c-icon {
  background: url("../img/course-b-06-gov-policy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-06-gov-policy:hover .c-icon {
  background: url("../img/course-w-06-gov-policy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-07-leadership .c-icon {
  background: url("../img/course-b-07-leadership.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-07-leadership:hover .c-icon {
  background: url("../img/course-w-07-leadership.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-08-cross-cul .c-icon {
  background: url("../img/course-b-08-cross-cul.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-08-cross-cul:hover .c-icon {
  background: url("../img/course-w-08-cross-cul.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-09-people-mgmt .c-icon {
  background: url("../img/course-b-09-people-mgmt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-09-people-mgmt:hover .c-icon {
  background: url("../img/course-w-09-people-mgmt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-10-project .c-icon {
  background: url("../img/course-b-10-project.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-10-project:hover .c-icon {
  background: url("../img/course-w-10-project.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-11-law .c-icon {
  background: url("../img/course-b-11-law.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-11-law:hover .c-icon {
  background: url("../img/course-w-11-law.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-12-data .c-icon {
  background: url("../img/course-b-12-data.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-12-data:hover .c-icon {
  background: url("../img/course-w-12-data.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-13-finance .c-icon {
  background: url("../img/course-b-13-finance.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-13-finance:hover .c-icon {
  background: url("../img/course-w-13-finance.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-14-language .c-icon {
  background: url("../img/course-b-14-language.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-14-language:hover .c-icon {
  background: url("../img/course-w-14-language.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-15-self-mgmt .c-icon {
  background: url("../img/course-b-15-self-mgmt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-15-self-mgmt:hover .c-icon {
  background: url("../img/course-w-15-self-mgmt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-16-strategy .c-icon {
  background: url("../img/course-b-16-strategy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a.course-b-16-strategy:hover .c-icon {
  background: url("../img/course-w-16-strategy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#course-list li a .copy-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  max-width: 196px;
}
@media (max-width: 767px) {
  #course-list li a .copy-block {
    width: 64%;
  }
}
#course-list li a .copy-block h5 {
  color: #000;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #course-list li a .copy-block h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #course-list li a .copy-block h5 {
    font-size: 2vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #course-list li a .copy-block h5 {
    font-size: 2.7vw;
  }
}
@media (max-width: 479px) {
  #course-list li a .copy-block h5 {
    font-size: 2.8vw;
  }
}
#course-list li a .copy-block .c-count {
  color: #000;
  font-size: 14px;
}
@media (max-width: 767px) {
  #course-list li a .copy-block .c-count {
    font-size: 2.5vw;
  }
}
@media (max-width: 479px) {
  #course-list li a .copy-block .c-count {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  #course-list li a .copy-block {
    margin-left: 0;
  }
}
#course-list li {
  text-align: left;
  display: inline-block;
  padding: 14px;
  width: 100%;
  float: left;
}
@media (max-width: 991px) {
  #course-list li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  #course-list li {
    width: 50%;
    float: left;
    padding: 10px;
  }
}
@media (max-width: 479px) {
  #course-list li {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  #course-list li {
    width: auto;
    float: initial;
  }
}
#course-list li:hover a {
  background-color: #41ad49;
}
#course-list li:hover .copy-block h5, #course-list li:hover .copy-block .c-count {
  color: #fff;
}
#course-list li:nth-child(6n + 2):hover a {
  background-color: #883f98;
}
#course-list li:nth-child(6n + 3):hover a {
  background-color: #5492c2;
}
#course-list li:nth-child(6n + 4):hover a {
  background-color: #ffcc00;
}
#course-list li:nth-child(6n + 5):hover a {
  background-color: #ff6600;
}
#course-list li:nth-child(6n + 6):hover a {
  background-color: #008ed2;
}

#support {
  padding-top: 90px;
}
@media (min-width: 1200px) {
  #support {
    padding-top: 180px;
  }
}
#support h2.title {
  color: #000;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: 40px;
}

#tailor-private {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #tailor-private {
    padding-top: 180px;
    padding-bottom: 90px;
  }
}
#tailor-private .green-box {
  background-color: #41ad49;
  max-width: 780px;
  margin: 0px auto 0 auto;
  padding: 90px 40px;
  border-radius: 0;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  #tailor-private .green-box {
    padding: 60px 20px;
  }
}
#tailor-private .green-box p {
  max-width: 666px;
  margin: 0 auto;
}
#tailor-private .green-box p:last-of-type {
  margin-bottom: 40px;
}
#tailor-private .green-box h2, #tailor-private .green-box h3 {
  color: #FFF;
  font-weight: 700;
  list-height: 1.5;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #tailor-private .green-box h2 {
    font-size: 47px;
  }
}

#moving {
  padding-top: 90px;
  text-align: center;
  overflow: hidden;
}
#moving .container-fluid.max {
  max-width: 1844px;
}
#moving h2 {
  font-weight: 700;
}
#moving h3 {
  font-weight: 400;
}
#moving h2, #moving h3, #moving p, #moving span, #moving a {
  color: #FFF;
}
#moving img {
  width: 186px;
  min-height: 145px;
  max-height: 145px;
  display: block;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  #moving h3 {
    font-size: 38px;
    font-size: 2.65vw;
  }
}
@media (min-width: 1200px) {
  #moving {
    padding-top: 180px;
  }
  #moving h2.title {
    font-size: 54px;
    margin-bottom: 60px;
  }
  #moving h3 {
    font-size: 42px;
    font-size: 2.65vw;
    max-width: 420px;
    margin: 0 auto 30px auto;
  }
  #moving p.lead {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #moving h3 {
    font-size: 42px;
  }
}
#moving .stream div:nth-child(3n + 3) img {
  margin: 0 auto 40px;
}
#moving .stream div {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  #moving .stream div {
    margin-bottom: 0px;
  }
}

#courses-carusel {
  padding-top: 90px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}
#courses-carusel .container-fluid.max {
  max-width: 1740px;
  padding: 0;
}
#courses-carusel h2.title {
  padding: 0px 10px;
}
@media (max-width: 767px) {
  #courses-carusel h2.title {
    text-align: center;
  }
}

.filter-nav {
  margin-bottom: 20px;
  padding-left: 20px;
}
.filter-nav .bread-div, .filter-nav .filter-link {
  display: inline-block;
  color: #000;
}
.filter-nav .bread-div a, .filter-nav .filter-link a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .filter-nav .bread-div, .filter-nav .filter-link {
    font-size: 27px;
  }
  .filter-nav .bread-div a, .filter-nav .filter-link a {
    font-size: 27px;
  }
}

.course-card {
  padding: 15px;
  width: 86%;
  position: relative;
  margin: 0 auto;
}
.course-card:after {
  content: "";
  display: block;
  padding-bottom: 163%;
}
.course-card .more-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  padding: 30px;
  height: 84%;
  background-color: #fff;
  z-index: 2;
  border-radius: 15px;
  margin-top: 2px;
  box-sizing: border-box;
  transition: opacity 0.35s ease-out;
  opacity: 0;
}
.course-card .more-info p {
  font-size: 16px;
}
.course-card .shadow-wrap {
  padding: 20px;
  box-shadow: 0px 6px 6px #c9c9c9;
  border-radius: 13px;
  background: #FFF;
  min-height: 86%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 639px) {
  .course-card .shadow-wrap {
    width: 85%;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
.course-card .shadow-wrap:hover .more-info {
  opacity: 1;
}
.course-card .c-category {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #5492c2;
}
@media (min-width: 768px) {
  .course-card .c-category {
    font-size: 18px;
  }
}
@media (max-width: 1740px) {
  .course-card .c-category {
    font-size: 1.05vw;
    margin-bottom: 0.35vw;
  }
}
@media (max-width: 1199px) {
  .course-card .c-category {
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 974px) {
  .course-card .c-category {
    font-size: 1.9vw;
    margin-bottom: 0.6vw;
  }
}
@media (max-width: 639px) {
  .course-card .c-category {
    font-size: 3.6vw;
  }
}
.course-card .course-img-wrap {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 60%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 1740px) {
  .course-card .course-img-wrap {
    margin-bottom: 1.3vw;
  }
}
.course-card .course-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 974px) {
  .course-card .course-img-wrap {
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 639px) {
  .course-card .course-img-wrap {
    margin-bottom: 4vw;
  }
}
.course-card .c-title {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .course-card .c-title {
    font-size: 22px;
    font-size: 1.47vw;
  }
}
@media (min-width: 1600px) {
  .course-card .c-title {
    font-size: 25px;
  }
}
@media (min-width: 1600px) and (max-width: 1740px) {
  .course-card .c-title {
    font-size: 1.47vw;
  }
}
@media (max-width: 1740px) {
  .course-card .c-title {
    margin-bottom: 0.35vw;
  }
}
@media (max-width: 1199px) {
  .course-card .c-title {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 974px) {
  .course-card .c-title {
    font-size: 2.85vw;
    margin-bottom: 0.6vw;
  }
}
@media (max-width: 639px) {
  .course-card .c-title {
    font-size: 5.5vw;
  }
}
.course-card .c-length {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  color: #5492c2;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .course-card .c-length {
    font-size: 18px;
  }
}
@media (max-width: 1740px) {
  .course-card .c-length {
    font-size: 1.05vw;
  }
}
@media (max-width: 1199px) {
  .course-card .c-length {
    font-size: 1.3vw;
  }
}
@media (max-width: 974px) {
  .course-card .c-length {
    font-size: 1.9vw;
  }
}
@media (max-width: 639px) {
  .course-card .c-length {
    font-size: 3.6vw;
  }
}
.course-card .star-number {
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #5492c2;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .course-card .star-number {
    font-size: 18px;
  }
}
.course-card .price {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.course-card .exc-gst {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  bottom: 4px;
}
@media (min-width: 1200px) and (max-width: 1545px) {
  .course-card .exc-gst {
    font-size: 0.85vw;
  }
}
@media (min-width: 974px) and (max-width: 1199px) {
  .course-card .exc-gst {
    font-size: 1vw;
  }
}
@media (min-width: 640px) and (max-width: 845px) {
  .course-card .exc-gst {
    font-size: 1.3vw;
  }
}
@media (max-width: 639px) {
  .course-card .exc-gst {
    font-size: 2.6vw;
  }
}
.course-card .simbol {
  font-weight: 700;
  color: #000;
  top: 7px;
  margin-right: 1px;
  font-size: 14px;
  vertical-align: top;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1545px) {
  .course-card .simbol {
    font-size: 1vw;
  }
}
@media (min-width: 975px) and (max-width: 1199px) {
  .course-card .simbol {
    font-size: 1.4vw;
  }
}
@media (min-width: 640px) and (max-width: 845px) {
  .course-card .simbol {
    font-size: 1.9vw;
  }
}
.course-card .price-v {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .course-card .price-v {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1545px) {
  .course-card .price-v {
    font-size: 2vw;
    margin-right: 0.5vw;
  }
}
@media (min-width: 975px) and (max-width: 1199px) {
  .course-card .price-v {
    font-size: 2.6vw;
    margin-right: 0.7vw;
  }
}
@media (min-width: 640px) and (max-width: 845px) {
  .course-card .price-v {
    font-size: 3.6vw;
    margin-right: 0.9vw;
  }
}
@media (max-width: 639px) {
  .course-card .price-v {
    font-size: 7vw;
    margin-right: 1.5vw;
  }
}
.course-card .separator {
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .course-card .separator {
    font-size: 18px;
  }
}
.course-card .c-length, .course-card .separator, .course-card .star-rate, .course-card .star-number {
  display: inline-block;
}
.course-card .separator, .course-card .star-rate {
  display: none !important;
}
.course-card .rating {
  overflow: visible;
  display: inline-block;
  width: 30%;
  margin-top: -6px;
  vertical-align: middle;
}
.course-card .star-rate {
  position: relative;
  vertical-align: middle;
  display: inline;
}
.course-card .course-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 768px) {
  .course-card .course-btn {
    font-size: 18px;
  }
}
@media (max-width: 1740px) {
  .course-card .course-btn {
    font-size: 0.75vw;
  }
}
@media (max-width: 1199px) {
  .course-card .course-btn {
    font-size: 1.45vw;
  }
}
@media (max-width: 974px) {
  .course-card .course-btn {
    font-size: 1.9vw;
  }
}
@media (max-width: 639px) {
  .course-card .course-btn {
    font-size: 3.2vw;
  }
}
.course-card .course-btn {
  text-transform: uppercase;
  color: #FFF !important;
  text-align: center;
  background-color: #5492c2;
  border-radius: 5px;
  letter-spacing: 1px;
  border: solid 1px #5492c2;
  padding: 7px 20px;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.course-card .course-btn:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
.course-card .course-btn:visited, .course-card .course-btn:active {
  color: #004730;
}

.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 2) .course-btn {
  background-color: #ff6600;
  border: solid 1px #ff6600;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 2) .course-btn:hover {
  background-color: #004730;
  border: solid 1px #004730;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 2) .star-number, .swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 2) .c-category, .swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 2) .c-length {
  color: #ff6600;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 2) .stop1 {
  stop-color: #ff6600 !important;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 2) .svg-star polygon {
  stroke: #ff6600 !important;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 3) .course-btn {
  background-color: #ffcc00;
  border: solid 1px #ffcc00;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 3) .course-btn:hover {
  background-color: #004730;
  border: solid 1px #004730;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 3) .star-number, .swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 3) .c-category, .swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 3) .c-length {
  color: #ffcc00;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 3) .stop1 {
  stop-color: #ffcc00 !important;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 3) .svg-star polygon {
  stroke: #ffcc00 !important;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 4) .course-btn {
  background-color: #883f98;
  border: solid 1px #883f98;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 4) .course-btn:hover {
  background-color: #004730;
  border: solid 1px #004730;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 4) .star-number, .swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 4) .c-category, .swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 4) .c-length {
  color: #883f98;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 4) .stop1 {
  stop-color: #883f98 !important;
}
.swiper-ing .swiper-wrapper .swiper-slide:nth-child(4n + 4) .svg-star polygon {
  stroke: #883f98 !important;
}

.tag-list .tag {
  padding: 4px 10px 4px 45px;
  text-decoration: none;
  color: #fff;
  background-color: #41ad49;
  border-radius: 6px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(../img/tag.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 8px 7px;
}

.bread-crumb {
  display: block;
  max-width: 1784px;
  padding: 0px 30px;
  margin: 0;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 5;
  width: 100%;
}
@media (min-width: 768px) {
  .bread-crumb {
    padding: 0px 50px;
  }
}
.bread-crumb a, .bread-crumb span {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.bread-crumb.black {
  color: #000;
}
.bread-crumb.black a, .bread-crumb.black span {
  color: #000;
}

.post-head {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .post-head {
    padding-top: 120px;
  }
}

.bk-cover {
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .course-types-page #hero {
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .course-types-page #hero h1 {
    font-size: 6vw;
  }
}

#course-types {
  padding-top: 90px;
}
@media (min-width: 1200px) {
  #course-types {
    padding-top: 120px;
  }
}
#course-types .title.w-b-line {
  position: relative;
  margin-bottom: 70px;
}
#course-types .title.w-b-line:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  background-color: #000;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
}
@media (min-width: 768px) {
  #course-types .title.w-b-line {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  #course-types .title.w-b-line {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  #course-types .copy-col-r p {
    padding-right: 16.3vw;
  }
}
@media (min-width: 1800px) {
  #course-types .copy-col-r p {
    padding-right: 300px;
  }
}
#course-types .copy-col-r p:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #course-types .copy-col-l {
    padding-left: 16.3vw;
  }
}
@media (min-width: 1800px) {
  #course-types .copy-col-l {
    padding-left: 300px;
  }
}
#course-types .copy-col-l p:last-of-type {
  margin-bottom: 40px;
}
#course-types #short-courses .title {
  color: #00843d;
}
#course-types #short-courses .reg-cta {
  text-transform: uppercase;
  background-color: #00843d;
  border: solid 1px #00843d;
}
#course-types #short-courses .reg-cta:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
#course-types #bundled-courses .title {
  color: #645faa;
}
#course-types #bundled-courses .reg-cta {
  text-transform: uppercase;
  background-color: #645faa;
  border: solid 1px #645faa;
}
#course-types #bundled-courses .reg-cta:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
#course-types #micro-courses .title {
  color: #883f98;
}
#course-types #micro-courses .reg-cta {
  text-transform: uppercase;
  background-color: #883f98;
  border: solid 1px #883f98;
}
#course-types #micro-courses .reg-cta:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}
#course-types #custom-courses .title {
  color: #ef5ba1;
}
#course-types #custom-courses .reg-cta {
  text-transform: uppercase;
  background-color: #ef5ba1;
  border: solid 1px #ef5ba1;
}
#course-types #custom-courses .reg-cta:hover {
  color: #FFF !important;
  cursor: pointer;
  background-color: #004730;
  border: solid 1px #004730;
  text-decoration: none;
}

.course-row .block-head-w {
  display: inline-block;
  margin-bottom: 15px;
}
.course-row .block-head-w .title, .course-row .block-head-w img {
  display: inline-block;
  vertical-align: middle;
}
.course-row .block-head-w .title {
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .course-row .block-head-w .title {
    font-size: 48px;
  }
}
.course-row .block-head-w img {
  width: 120px;
  margin-left: 30px;
}

#map {
  width: 100%;
  /*max-width: 750px;*/
  /*height: 500px;*/
  height: 1px;
  overflow: visible;
  padding-bottom: 66.66666666666667%;
  display: block;
}

.more-nav {
  display: inline-block;
}
.more-nav a {
  display: inline-block;
  color: #41ad49;
  margin-right: 15px;
}
.more-nav a:hover {
  text-decoration: underline;
}

.bread-crumb > span:last-of-type {
  margin-right: 15px;
}

.need-some-help-page h2.title {
  color: #00843d;
  font-weight: 600;
}
.need-some-help-page a {
  color: #000;
  text-decoration: none;
}
.need-some-help-page a:hover {
  color: #000;
  text-decoration: underline;
}

.for-business-page #hero h1 {
  max-width: 780px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .for-business-page h2.title {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .for-business-page #course-stream > .course-row {
    margin-top: 0%;
  }
}
@media (min-width: 1200px) {
  .for-business-page #course-stream > .course-row ~ .course-row {
    margin-top: -10%;
  }
}
.for-business-page .course-row p {
  color: #00843d;
  font-weight: 400;
  font-size: 22px;
}
@media (min-width: 768px) {
  .for-business-page .course-row p {
    font-size: 24px;
  }
}

span.date {
  color: #41ad49;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
}

.maso-tile {
  padding-bottom: 30px;
}
.maso-tile span.author {
  font-size: 14px;
  color: #41ad49;
}
.maso-tile h2 {
  font-weight: 600 !important;
}

.post-page h1 {
  color: #00843d !important;
}
.post-page span.date {
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
}
.post-page span.author {
  font-size: 16px;
  color: #000;
}

.course-template-page {
  overflow: hidden;
}

.course-template-page.generic-page > .content-block {
  padding-top: 0;
}

.fo-o-fo-page {
  padding-top: 90px;
}

#hero-shapes, #hero-gen-shapes, #hero-fa-shapes, #hero-fc-shapes, #hero-dd-shapes, #hero-di-shapes, #hero-shapes-gen-mob, #hero-shapes-fa-mob, #hero-wa-shapes-mob, #hero-shapes-fc-mob {
  opacity: 0;
}

.no-js #hero-shapes, .no-js #hero-gen-shapes, .no-js #hero-fa-shapes, .no-js #hero-fc-shapes, .no-js #hero-dd-shapes, .no-js #hero-di-shapes, .no-js #hero-shapes-gen-mob, .no-js #hero-shapes-fa-mob, .no-js #hero-wa-shapes-mob, .no-js #hero-shapes-fc-mob {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .top-drop .has-sub-i {
    min-height: 222px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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