/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden] {
  display: none; }

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

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

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

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

p,
pre {
  margin: 1em 0; }

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

body {
  font-size: 100%; }

html,
body,
.mason {
  width: 100%;
  height: 100%; }

body {
  background: #CCCCCC; }

.mason *,
.mason *:before,
.mason *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/_includes/polyfills/boxsizing.htc"); }

.mason--resizing * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.mason {
  width: 1024px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #FFFFFF; }
  @media all and (min-width: 0px) {
    .mason {
      width: auto; } }

.mason {
  color: #2a2921;
  font-family: "Open Sans", sans-serif; }

button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif; }

.video {
  max-width: 100%;
  position: relative;
  background: #000; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0; }

.region h1,
.region h2,
.region h3,
.region h4,
.region h5,
.region h6 {
  color: #292920;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5em; }

.region a {
  color: #4587D0;
  text-decoration: none; }

.region hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #E0E0E0; }

.region img,
.region iframe {
  max-width: 100%; }

.region img {
  height: auto !important; }

.region img[data-fill] {
  max-width: none; }

.region figure {
  max-width: 100%;
  padding: 2px;
  margin: 1em 0;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }
  .region figure img {
    clear: both; }
  .region figure figcaption {
    clear: both; }

.region blockquote {
  margin: 1em 0;
  padding: 0 0 0 1em; }

.region table {
  max-width: 100%;
  margin: 1em 0;
  clear: both;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }

.region th, .region td {
  text-align: left;
  padding: 0.25em 0.5em;
  border: 1px solid #E0E0E0; }

.region label {
  margin-right: .5em;
  display: block; }

.region legend {
  padding: 0 .5em; }

.region label em,
.region legend em {
  color: #CF1111;
  font-style: normal;
  margin-left: .2em; }

.region input {
  max-width: 100%; }

.region input[type=text],
.region input[type=number],
.region input[type=password] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #E0E0E0; }

.region input[type=radio],
.region input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: .4em; }

.region textarea {
  max-width: 100%;
  display: block;
  padding: .5em;
  border: 1px solid #E0E0E0; }

.region select {
  max-width: 100%;
  width: 18em;
  height: 2em;
  padding: .2em;
  border: 1px solid #E0E0E0; }

.region select[size] {
  height: auto;
  padding: .2em; }

.region fieldset {
  border-color: #E0E0E0; }

.captcha {
  display: block;
  margin: 0 0 1em; }

.captcha__help {
  max-width: 28em; }

.captcha__help--extended {
  max-width: 26em; }

.captcha__elements {
  width: 200px; }

.btn {
  height: auto;
  margin-top: -1px;
  display: inline-block;
  padding: 0 1em;
  color: #4587D0;
  line-height: 2.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #4587D0;
  background: transparent;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }

.btn:hover,
.btn:focus {
  color: #FFF;
  background: #4587D0; }

.btn__icon,
.btn__text {
  float: left;
  margin: 0 0.2em;
  line-height: inherit; }

.btn__icon {
  font-size: 1.5em;
  margin-top: -2px; }

.btn--disabled {
  color: #999;
  border-color: #999;
  cursor: default; }

.btn--disabled:hover,
.btn--disabled:focus {
  color: #999;
  background: transparent; }

.anchor, .access__anchor {
  visibility: hidden;
  position: absolute;
  top: 0; }

#forumUpdateForm fieldset {
  margin: 1em 0; }

#forumUpdateForm .cmsForm__field {
  display: block;
  clear: both; }

.mason--admin .anchor, .mason--admin .access__anchor {
  margin-top: -110px; }

.ui_toolbar {
  clear: both;
  margin: 1em 0;
  line-height: 2.1em; }

.ui_toolbar:before,
.ui_toolbar:after {
  content: '';
  display: table; }

.ui_toolbar:after {
  clear: both; }

.lte-ie7 .ui_toolbar {
  zoom: 1; }

.ui_toolbar > *,
.ui_left > *,
.ui_right > * {
  margin: 0 .5em 0 0;
  float: left; }

.ui_toolbar > *:last-child,
.ui_right > *:last-child {
  margin-right: 0; }

.ui_left {
  float: left; }

.ui_right {
  float: right;
  margin-left: .5em; }

.ui_button, .ui_tag, .ui_select {
  margin: 0 .5em 0 0;
  position: relative;
  float: left;
  text-align: left; }

.ui_button, .ui_tag, .ui_select > div {
  height: 2.1em;
  padding: 0 .6em;
  position: relative;
  font-size: 1em;
  white-space: nowrap;
  color: #444444 !important;
  line-height: 2.1em;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  background-color: #F8F8F8;
  background-image: none; }

.ui_button:hover, .ui_select:hover > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--selected, .ui_select.ui_select--selected > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--disabled, .ui_select.ui_select--disabled > div {
  cursor: default;
  color: rgba(68, 68, 68, 0.25) !important;
  background-color: #F8F8F8; }

.ui_button {
  margin: 0 .3em 0 0;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_card {
  padding: 1em;
  display: block;
  text-align: left;
  color: #444444;
  background-color: #F8F8F8;
  border: 1px solid !important;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25) !important;
  border-radius: 0px; }

.ui_card:before,
.ui_card:after {
  content: '';
  display: table;
  clear: both; }

.ui_card--void {
  padding: 0;
  overflow: hidden; }

.ui_card--void > * {
  margin: -1px -2px -1px -1px; }

.ui_card__img {
  margin: 0 -1em;
  display: block;
  overflow: hidden;
  border: 2px solid #F8F8F8; }

.ui_card__img--top {
  margin: -1em -1em 0;
  border-radius: 0px 0px 0 0; }

.ui_card__img--full {
  margin: -1em;
  border-radius: 0px; }

.ui_txt {
  margin: 0 0 0.8em;
  font-weight: 300;
  line-height: 1.6em; }

.ui_txt__title {
  margin: 0.66667em 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.33333em; }

.ui_txt__bold {
  margin: 0.8em 0;
  font-weight: 400; }

.ui_txt__sub {
  margin: -1em 0 1em;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 2em; }

.ui_txt__content {
  font-size: 0.9em;
  line-height: 1.77778em; }
  .ui_txt__content * {
    display: inline;
    margin: 0; }

.ui_txt--truncate_3, .ui_txt--truncate_4, .ui_txt--truncate_5, .ui_txt--truncate_6, .ui_txt--truncate_7, .ui_txt--truncate_8, .ui_txt--truncate_9 {
  position: relative;
  overflow: hidden; }

.ui_txt--truncate_3:after, .ui_txt--truncate_4:after, .ui_txt--truncate_5:after, .ui_txt--truncate_6:after, .ui_txt--truncate_7:after, .ui_txt--truncate_8:after, .ui_txt--truncate_9:after {
  content: '';
  width: 50%;
  height: 1.6em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: -o-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8); }

.ui_txt--truncate_3 {
  height: 4.8em; }

.ui_txt--truncate_3 .ui_txt__title {
  max-height: 1.33333em;
  overflow: hidden; }

.ui_txt--truncate_4 {
  height: 6.4em; }

.ui_txt--truncate_4 .ui_txt__title {
  max-height: 2.66667em;
  overflow: hidden; }

.ui_txt--truncate_5 {
  height: 8em; }

.ui_txt--truncate_5 .ui_txt__title {
  max-height: 4em;
  overflow: hidden; }

.ui_txt--truncate_6 {
  height: 9.6em; }

.ui_txt--truncate_6 .ui_txt__title {
  max-height: 5.33333em;
  overflow: hidden; }

.ui_txt--truncate_7 {
  height: 11.2em; }

.ui_txt--truncate_7 .ui_txt__title {
  max-height: 6.66667em;
  overflow: hidden; }

.ui_txt--truncate_8 {
  height: 12.8em; }

.ui_txt--truncate_8 .ui_txt__title {
  max-height: 8em;
  overflow: hidden; }

.ui_txt--truncate_9 {
  height: 14.4em; }

.ui_txt--truncate_9 .ui_txt__title {
  max-height: 9.33333em;
  overflow: hidden; }

.ui_select {
  padding: 0; }

.ui_select > div {
  padding: 0 1.5em 0 .6em;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_select > div:after {
  content: '';
  display: block;
  position: absolute;
  right: .6em;
  top: 50%;
  margin-top: -2px;
  border: 4px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.ui_select > ul {
  padding: 0;
  margin: .75em 0 0;
  display: none;
  list-style: none;
  overflow: hidden;
  background: #fff;
  position: absolute;
  z-index: 8;
  top: 100%;
  right: 0; }

.ui_select > ul li {
  height: 2.1em;
  padding: .15em;
  clear: both;
  position: relative;
  border-bottom: 1px solid #ddd; }

.ui_select > ul li span {
  width: .6em;
  height: .6em;
  margin: .6em;
  float: left; }

.ui_select > ul li label {
  margin: 0 3.6em 0 1.8em;
  display: block;
  white-space: nowrap; }

.ui_select > ul li input {
  position: absolute;
  top: 50%;
  right: 0.15em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.ui_select--selected > ul {
  display: block; }

.ui_group {
  float: left;
  margin: 0 .3em 0 0; }

.ui_group .ui_button {
  float: left;
  margin: 0;
  border-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.15); }

.ui_group .ui_button:first-child {
  border-radius: 0px 0 0 0px;
  border-left-color: rgba(0, 0, 0, 0.15); }

.ui_group .ui_button:last-child {
  border-radius: 0 0px 0px 0; }

.ui_icon {
  height: .5em;
  font-size: 2em;
  line-height: .5em;
  display: inline-block;
  font-family: "Courier New", Courier, monospace; }

.ui_icon--prev:after {
  content: "\02039";
  font-weight: bold; }

.ui_icon--next:after {
  content: "\0203A";
  font-weight: bold; }

.ui-tooltip {
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  font-size: 95%;
  line-height: 1.2; }

.content__share .content__share__list, .reset__ul, .content__path, .subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1; }

.reset__a {
  text-decoration: none;
  color: inherit; }

.reset__button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0; }

.parent {
  position: relative;
  width: 100%;
  overflow: hidden; }

.container {
  display: flow-root;
  position: relative;
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container:before, .container:after {
      content: "";
      display: table; }
    .container:after {
      clear: both; }
    .lte-ie7 .container {
      zoom: 1; } }

.center {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 1270px; }
  .center:before, .center:after {
    content: "";
    display: table; }
  .center:after {
    clear: both; }
  .lte-ie7 .center {
    zoom: 1; }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--both {
    padding-left: calc(50% - 635px);
    padding-right: calc(50% - 635px); } }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--left {
    padding-left: calc(50% - 635px); } }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--right {
    padding-right: calc(50% - 635px); } }

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

.block {
  display: block; }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.f__uppercase {
  text-transform: uppercase; }

.f__display {
  font-family: "Montserrat", sans-serif; }

.f__center {
  text-align: center; }

.f__left {
  text-align: left; }

.f__right {
  text-align: right; }

.content__region a, .main.main--vacancy-item .vacancy__region a, .col__pri {
  color: #51c936; }

.col__sec {
  color: #2d6d1f; }

.col__ter {
  color: #EDEDE8; }

.col__white {
  color: #FFF; }

.bg__pri {
  background-color: #51c936; }

.bg__sec {
  background-color: #2d6d1f; }

.bg__ter {
  background-color: #EDEDE8; }

.bg__white {
  background: #fff; }

.circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1; }

.none {
  display: none; }

.hide {
  width: 0px;
  height: 0px;
  position: absolute;
  overflow: hidden;
  left: 200vw;
  font-size: 0;
  visibility: hidden; }

.content__region, .main.main--vacancy-item .vacancy__region {
  font-size: 0.875em;
  line-height: 1.6875;
  color: #2a2921; }
  .content__region h2, .main.main--vacancy-item .vacancy__region h2, .content__region h3, .main.main--vacancy-item .vacancy__region h3, .content__region h4, .main.main--vacancy-item .vacancy__region h4, .content__region h5, .main.main--vacancy-item .vacancy__region h5, .content__region h6, .main.main--vacancy-item .vacancy__region h6 {
    color: #292920;
    margin: 1.7em 0 .85em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1; }
  .content__region h2, .main.main--vacancy-item .vacancy__region h2 {
    font-size: 3.42857em;
    font-size: clamp(2em, 5vw, 3.42857em); }
  .content__region h3, .main.main--vacancy-item .vacancy__region h3 {
    font-size: 2.85714em;
    font-size: clamp(1.85714em, 4vw, 2.85714em); }
  .content__region h4, .main.main--vacancy-item .vacancy__region h4 {
    font-size: 2.14286em;
    font-size: clamp(1.71429em, 3vw, 2.14286em); }
  .content__region h5, .main.main--vacancy-item .vacancy__region h5 {
    font-size: 1.71429em;
    font-size: clamp(1.57143em, 2vw, 1.71429em); }
  .content__region .intro, .main.main--vacancy-item .vacancy__region .intro {
    font-size: 1.125em;
    margin: 1.5em 0; }
  .content__region a, .main.main--vacancy-item .vacancy__region a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(81, 201, 54, 0.2);
    text-decoration-color: rgba(81, 201, 54, 0.2); }
  .content__region > img, .main.main--vacancy-item .vacancy__region > img {
    max-width: 100%;
    height: auto;
    border: 1px solid #707070; }
  .content__region img[style*="right"], .main.main--vacancy-item .vacancy__region img[style*="right"] {
    margin: 0 0 1em 1em; }
  .content__region img[style*="left"], .main.main--vacancy-item .vacancy__region img[style*="left"] {
    margin: 0 1em 1em 0; }

.content__share {
  width: 100%; }
  .content__share .content__share__list {
    text-align: right; }
  .content__share .content__share__list__icon {
    display: inline-block;
    font-size: 1.3em;
    margin-left: 5px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
  .content__share .content__share__list__icon a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid; }
  .content__share .content__share__list__icon--twitter {
    background: #1da1f2;
    border-color: #064870; }
    .content__share .content__share__list__icon--twitter:hover {
      background: #4db5f5; }
  .content__share .content__share__list__icon--facebook {
    background: #1877f2;
    border-color: #06326b; }
    .content__share .content__share__list__icon--facebook:hover {
      background: #4893f5; }
  .content__share .content__share__list__icon--linkedin {
    background: #007bb5;
    border-color: #00131c; }
    .content__share .content__share__list__icon--linkedin:hover {
      background: #009ee8; }
  .content__share .content__share__list__icon--email {
    background: rgba(42, 41, 33, 0); }
    .content__share .content__share__list__icon--email a {
      border-color: rgba(42, 41, 33, 0.3);
      color: #2a2921; }
    .content__share .content__share__list__icon--email:hover {
      background: rgba(42, 41, 33, 0.1); }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.f__12 {
  font-size: 0.75em; }

.f__14 {
  font-size: 0.875em; }

.f__16 {
  font-size: 1em; }

.f__20 {
  font-size: 1.25em; }

.f__22 {
  font-size: 1.375em; }

.f__26 {
  font-size: 1.625em; }

.f__30 {
  font-size: 1.875em; }

.f__32 {
  font-size: 2em; }

.fw__400 {
  font-weight: 400; }

.fw__500 {
  font-weight: 500; }

.fw__600 {
  font-weight: 600; }

.fw__700 {
  font-weight: 700; }

.fs__50 {
  letter-spacing: 0.05em; }

.fs__80 {
  letter-spacing: 0.08em; }

@-webkit-keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

[data-lazy][data-animation="fade"] .lazy__load__img, [data-img][data-animation="fade"] .lazy__load__img {
  opacity: 0; }

[data-lazy][data-animation="fade"].lazy--loaded .lazy__load__img, [data-img][data-animation="fade"].lazy--loaded .lazy__load__img {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

[data-lazy][data-animation="scale"] .lazy__load__img, [data-img][data-animation="scale"] .lazy__load__img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

[data-lazy][data-animation="scale"].lazy--loaded .lazy__load__img, [data-img][data-animation="scale"].lazy--loaded .lazy__load__img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
  transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
  -o-transition: opacity .3s ease .2s, transform .6s ease 0s;
  transition: opacity .3s ease .2s, transform .6s ease 0s;
  transition: opacity .3s ease .2s, transform .6s ease 0s, -webkit-transform .6s ease 0s; }

[data-lazy][data-swipe="ltr"]:before, [data-lazy][data-swipe="rtl"]:before, [data-img][data-swipe="ltr"]:before, [data-img][data-swipe="rtl"]:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #51c936;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 2; }

[data-lazy][data-swipe="ltr"].lazy--prep:before, [data-lazy][data-swipe="rtl"].lazy--prep:before, [data-img][data-swipe="ltr"].lazy--prep:before, [data-img][data-swipe="rtl"].lazy--prep:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s; }

[data-lazy][data-swipe="ltr"].lazy--loaded:before, [data-lazy][data-swipe="rtl"].lazy--loaded:before, [data-img][data-swipe="ltr"].lazy--loaded:before, [data-img][data-swipe="rtl"].lazy--loaded:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s; }

[data-lazy][data-swipe="ltr"]:before, [data-img][data-swipe="ltr"]:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

[data-lazy][data-swipe="ltr"].lazy--loaded:before, [data-img][data-swipe="ltr"].lazy--loaded:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

[data-lazy][data-swipe="rtl"]:before, [data-img][data-swipe="rtl"]:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

[data-lazy][data-swipe="rtl"].lazy--loaded:before, [data-img][data-swipe="rtl"].lazy--loaded:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

[data-lazy][data-loading]:after, [data-img][data-loading]:after {
  position: absolute;
  content: '';
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  content: attr(data-loading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'fontAwesome';
  font-size: 2em;
  color: #fff;
  background: #51c936;
  z-index: 7;
  -webkit-animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

[data-lazy][data-loading].lazy--prep:after, [data-img][data-loading].lazy--prep:after {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

[data-lazy][data-loading].lazy--loaded:after, [data-img][data-loading].lazy--loaded:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

[data-lazy] .lazy__load__img, [data-img] .lazy__load__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .lazy--loaded [data-lazy] .lazy__load__img, .lazy--loaded [data-img] .lazy__load__img {
    opacity: 1; }

[data-lazy] img, [data-img] img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) and ((-o-object-fit: contain) or (object-fit: contain)) {
    [data-lazy] img, [data-img] img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }

[data-lazy][data-fill="false"] img, [data-img][data-fill="false"] img {
  -o-object-fit: none;
  object-fit: none; }

.lazy__swipe {
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 12; }
  .lazy--prep .lazy__swipe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .lazy--loaded .lazy__swipe {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s; }

.subnav__grid {
  position: relative;
  padding: 0 1em 1em;
  z-index: 5; }

.subnav__grid__container {
  width: 100%;
  padding: 0 5%; }
  @media all and (min-width: 1409.7px) {
    .subnav__grid__container {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.subnav__grid__item {
  position: relative;
  width: 100%;
  max-height: 220px;
  background: #2A2921;
  margin: 0 0 1em;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease; }
  .subnav__grid__item:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .subnav__grid__item .subnav__grid__item__image {
    background: rgba(81, 201, 54, 0);
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease; }
    .subnav__grid__item .subnav__grid__item__image:after {
      position: absolute;
      content: '';
      top: 25%;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 41, 33, 0)), to(#2a2921));
      background: -webkit-linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
      background: -o-linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
      background: linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
      opacity: 0.9;
      z-index: 2;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease; }
    .subnav__grid__item .subnav__grid__item__image.lazy--loaded .lazy__load__img {
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease; }
    .subnav__grid__item .subnav__grid__item__image .lazy__load__img {
      background: #2A2921; }
    .subnav__grid__item .subnav__grid__item__image img {
      opacity: .9; }
  .subnav__grid__item:hover {
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16); }
    .subnav__grid__item:hover .subnav__grid__item__image {
      background: #51c936; }
      .subnav__grid__item:hover .subnav__grid__item__image:after {
        opacity: 0; }
    .subnav__grid__item:hover .subnav__grid__item__image .lazy__load__img {
      opacity: .1;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease; }
    .subnav__grid__item:hover .subnav__grid__item__flex h3 {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .subnav__grid__item:hover .button__link.button__link--grid {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
      .subnav__grid__item:hover .button__link.button__link--grid > div:before {
        opacity: 1; }
      .subnav__grid__item:hover .button__link.button__link--grid > div:after {
        color: white; }

.subnav__grid__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4; }
  .subnav__grid__item__flex h3 {
    margin: 0;
    font-size: 1.625em;
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }

.subnav__grid__item__title {
  width: 100%;
  padding: 0 1em; }

.button__link.button__link--grid {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .button__link.button__link--grid > div:before {
    background-color: #fff;
    opacity: 0; }
  .button__link.button__link--grid > div:after {
    color: rgba(255, 255, 255, 0); }

@media all and (min-width: 580px) {
  .subnav__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -1em; }
  .subnav__grid__item {
    width: calc(50% - 1em);
    max-height: none;
    margin: .5em; } }

@media all and (min-width: 850px) {
  .subnav__grid__item {
    width: calc(33.33333% - 1em);
    max-height: none; } }

@media all and (min-width: 1025px) {
  .subnav__grid__item {
    width: calc(25% - 1em);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.related__container {
  margin: .5em 0; }

.related__item {
  position: relative;
  width: 100%;
  max-height: 200px;
  margin: .5em 0;
  background: #000;
  -webkit-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease; }
  .related__item:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 68.75%; }
  .related__item:hover {
    background: #2d6d1f; }
    .related__item:hover .related__item__img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.related__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 2em; }
  .related__item__content h3 {
    margin: 0;
    line-height: 1.25em; }

.related__item__image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .75;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease, -webkit-filter .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease, -webkit-filter .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease, filter .4s ease;
  transition: opacity .4s ease, transform .4s ease, filter .4s ease;
  transition: opacity .4s ease, transform .4s ease, filter .4s ease, -webkit-transform .4s ease, -webkit-filter .4s ease; }
  .related__item__image[data-img=""] {
    opacity: .5; }

@media all and (min-width: 850px) {
  .related__item {
    max-height: none; } }

.urgent {
  background: #c80505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%; }

.urgent__item__title {
  position: relative;
  margin-right: 1em; }
  .urgent__item__title .fa, .urgent__item__title .svg-inline--fa {
    font-size: 1.2em;
    margin-right: .35em; }

.urgent__close {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c80505;
  background: #fff;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  z-index: 3;
  border-radius: 50%; }

@media all and (min-width: 769px) {
  .urgent[data-urgent*="fixed"] {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-right: 56px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease; }
    .urgent[data-urgent*="fixed"] .urgent__close {
      display: block; }
  .urgent.urgent--hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%); }
  .urgent[data-urgent*="marquee"]:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 150px;
    background: #c80505;
    background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
    background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
    background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
    z-index: 2; }
  .urgent[data-urgent*="marquee"] .urgent__list {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite; }
    .urgent[data-urgent*="marquee"] .urgent__list:hover {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
  .urgent[data-urgent*="marquee"] .urgent__item {
    display: inline-block;
    vertical-align: top;
    padding-right: 100px; }
  .urgent__item__title {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

.lte-ie8 .urgent[data-urgent*="fixed"] {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-right: 56px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .lte-ie8 .urgent[data-urgent*="fixed"] .urgent__close {
    display: block; }

.lte-ie8 .urgent.urgent--hide {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%); }

.lte-ie8 .urgent[data-urgent*="marquee"]:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 150px;
  background: #c80505;
  background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
  background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
  background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
  background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
  background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
  z-index: 2; }

.lte-ie8 .urgent[data-urgent*="marquee"] .urgent__list {
  width: auto;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite; }
  .lte-ie8 .urgent[data-urgent*="marquee"] .urgent__list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }

.lte-ie8 .urgent[data-urgent*="marquee"] .urgent__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 100px; }

.lte-ie8 .urgent__item__title {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.svg__clip {
  position: absolute;
  left: 100vw; }

[data-lazy=""],
[data-lazy="/_site/images/design/thumbnail.jpg"] {
  background: #49b531 !important;
  overflow: hidden; }
  [data-lazy=""]:before,
  [data-lazy="/_site/images/design/thumbnail.jpg"]:before {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    opacity: 0.2;
    width: 100%;
    padding-bottom: 100%;
    -webkit-transform: translateX(40%) translateY(40%) rotate(0deg);
    -ms-transform: translateX(40%) translateY(40%) rotate(0deg);
    transform: translateX(40%) translateY(40%) rotate(0deg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    -webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M62.33 32.91c-.5-.95-.14-2.13.82-2.64.26-.14.55-.21.84-.22C62.98 13.9 50.1 1.02 33.94 0c-.02 1.07-.92 1.93-1.99 1.9-1.04-.02-1.88-.86-1.9-1.9C13.88.99.98 13.88 0 30.06c1.08.03 1.92.94 1.89 2.01-.02.7-.42 1.34-1.04 1.66-.26.14-.55.21-.84.22C1.03 50.11 13.91 62.98 30.07 64c.03-1.08.93-1.92 2-1.89.71.02 1.35.42 1.67 1.05.14.26.21.55.22.85 15.83-.97 28.57-13.38 29.96-29.18.02-.26.07-.51.08-.77 0-.03.01-.07.01-.1-.7-.02-1.34-.42-1.67-1.04m-51.97 15.6c-9.11-11.96-6.8-29.04 5.16-38.15s29.04-6.79 38.15 5.17 6.8 29.04-5.16 38.14c-4.75 3.61-10.55 5.57-16.52 5.56-8.49.01-16.5-3.96-21.63-10.73"  /></svg>');
    mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M62.33 32.91c-.5-.95-.14-2.13.82-2.64.26-.14.55-.21.84-.22C62.98 13.9 50.1 1.02 33.94 0c-.02 1.07-.92 1.93-1.99 1.9-1.04-.02-1.88-.86-1.9-1.9C13.88.99.98 13.88 0 30.06c1.08.03 1.92.94 1.89 2.01-.02.7-.42 1.34-1.04 1.66-.26.14-.55.21-.84.22C1.03 50.11 13.91 62.98 30.07 64c.03-1.08.93-1.92 2-1.89.71.02 1.35.42 1.67 1.05.14.26.21.55.22.85 15.83-.97 28.57-13.38 29.96-29.18.02-.26.07-.51.08-.77 0-.03.01-.07.01-.1-.7-.02-1.34-.42-1.67-1.04m-51.97 15.6c-9.11-11.96-6.8-29.04 5.16-38.15s29.04-6.79 38.15 5.17 6.8 29.04-5.16 38.14c-4.75 3.61-10.55 5.57-16.52 5.56-8.49.01-16.5-3.96-21.63-10.73"  /></svg>');
    -webkit-transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, background 0.3s ease;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, background 0.3s ease;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  [data-lazy=""] img,
  [data-lazy=""] .lazy__load__img,
  [data-lazy="/_site/images/design/thumbnail.jpg"] img,
  [data-lazy="/_site/images/design/thumbnail.jpg"] .lazy__load__img {
    display: none; }
  [data-lazy=""]:hover:before,
  .subnav__grid__item:hover [data-lazy=""]:before,
  [data-lazy="/_site/images/design/thumbnail.jpg"]:hover:before,
  .subnav__grid__item:hover
  [data-lazy="/_site/images/design/thumbnail.jpg"]:before {
    -webkit-transform: translateX(40%) translateY(40%) rotate(-83deg);
    -ms-transform: translateX(40%) translateY(40%) rotate(-83deg);
    transform: translateX(40%) translateY(40%) rotate(-83deg); }

.owl-stage-outer {
  width: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-dot {
  cursor: pointer; }

.owl-nav {
  display: none; }

.icon__circle {
  display: block;
  color: #2d6d1f;
  opacity: 0.25;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }

.svg__curve__container {
  position: relative;
  width: 100%;
  z-index: 4; }
  .svg__curve__container:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 5.135%; }

.main__line__top {
  position: relative;
  color: #2d6d1f;
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .main__line__top:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 70.31039%; }
  .inview .main__line__top {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 3.5s ease-out 1s;
    transition: -webkit-clip-path 3.5s ease-out 1s;
    -o-transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s, -webkit-clip-path 3.5s ease-out 1s; }
  .main__line__top svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: visible; }

.main__line__bottom {
  position: relative;
  color: #2d6d1f;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .main__line__bottom:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 35.75304%; }
  .main__line__bottom.inview {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 3.5s ease-out 1s;
    transition: -webkit-clip-path 3.5s ease-out 1s;
    -o-transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s, -webkit-clip-path 3.5s ease-out 1s; }
  .main__line__bottom svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: visible; }

.access {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }

.header {
  width: 100%;
  padding: 4.375em 2em 1em;
  color: #fff; }

.header__title {
  margin: 0; }

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }
  .header__logo a img {
    width: 10vw;
    min-width: 70px;
    max-width: 6em;
    margin-right: 5%;
    -webkit-transition: max-width 0.4s ease;
    -o-transition: max-width 0.4s ease;
    transition: max-width 0.4s ease; }
  .header__logo a h1 {
    color: currentColor;
    margin: 0;
    white-space: nowrap;
    font-size: clamp(1.25em, 2.5vw, 2.5em);
    position: absolute;
    top: calc(100% + 0.5em);
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    @media all and (min-width: 415px) {
      .header__logo a h1 {
        position: relative;
        top: unset; } }
    .header__logo a h1 .lte-ie8 {
      position: relative;
      top: unset; }
  .header__logo a span {
    display: block;
    font-size: 55%;
    font-weight: 600; }
  .mason--prep .header__logo a img {
    max-width: 5em; }
  .mason--prep .header__logo a h1 {
    color: #51c936; }

.mason--fixed .header,
.mason--prep .header {
  color: #51c936; }

.mason--fixed .menu__btn__text,
.mason--prep .menu__btn__text {
  color: #51c936; }

.school__logos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 2.5em 8%;
  background: #EDEDE8;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -o-transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease; }
  .school__logos:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%) translateY(1em);
    -ms-transform: translateY(-100%) translateY(1em);
    transform: translateY(-100%) translateY(1em); }
    .school__logos:hover button {
      background: #466e59;
      color: #fff; }
      .school__logos:hover button .svg__logo__lead {
        fill: #fff; }
      .school__logos:hover button .svg__logo__main {
        fill: #fff; }
      .school__logos:hover button .svg__logo__pointer {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .mason--compass .school__logos {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
    .mason--compass .school__logos:hover {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .mason--compass .school__logos button {
      background: #466e59;
      color: #fff; }
      .mason--compass .school__logos button .svg__logo__lead {
        fill: #fff; }
      .mason--compass .school__logos button .svg__logo__main {
        fill: #fff; }
  @media all and (min-width: 1025px) {
    .school__logos {
      padding: 3em 12%; } }
  .school__logos a {
    display: block;
    text-decoration: none;
    color: #292920;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .school__logos .faded a {
    opacity: 0.3; }
  .school__logos button {
    position: absolute;
    top: 100%;
    right: 5%;
    width: 30vw;
    background: #EDEDE8;
    padding: 1em;
    color: #466e59;
    max-width: 194px;
    -webkit-transition: background 0.4s ease, color 0.4s ease;
    -o-transition: background 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease; }
    .school__logos button svg,
    .school__logos button span {
      display: block;
      width: 100%;
      min-width: 0; }
    .school__logos button .svg__logo__lead {
      fill: #a5a570;
      -webkit-transition: fill 0.4s ease;
      -o-transition: fill 0.4s ease;
      transition: fill 0.4s ease; }
    .school__logos button .svg__logo__main {
      fill: #292920;
      -webkit-transition: fill 0.4s ease;
      -o-transition: fill 0.4s ease;
      transition: fill 0.4s ease; }
    .school__logos button .svg__logo__pointer {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      transform-box: fill-box;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .school__logos .owl-nav {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
    font-size: 1.875em; }
    @media all and (min-width: 415px) {
      .school__logos .owl-nav {
        font-size: 2.125em; } }
    .school__logos .owl-nav .lte-ie8 {
      font-size: 2.125em; }
    @media all and (min-width: 769px) {
      .school__logos .owl-nav {
        font-size: 2.75em; } }
    .school__logos .owl-nav .lte-ie8 {
      font-size: 2.75em; }
    @media all and (min-width: 1025px) {
      .school__logos .owl-nav {
        font-size: 3.5em; } }
    @media all and (min-width: 1301px) {
      .school__logos .owl-nav {
        font-size: 4em; } }
  .school__logos .owl-next,
  .school__logos .owl-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.2em;
    height: 3.2em;
    font-size: 20px;
    border-radius: 50%;
    color: #51c936;
    visibility: visible;
    cursor: pointer;
    -webkit-transition: color 0.4s ease, opacity 0.4s ease;
    -o-transition: color 0.4s ease, opacity 0.4s ease;
    transition: color 0.4s ease, opacity 0.4s ease;
    z-index: 3;
    -webkit-filter: drop-shadow(0px 16px 24px rgba(42, 41, 33, 0.2));
    filter: drop-shadow(0px 16px 24px rgba(42, 41, 33, 0.2)); }
    .school__logos .owl-next:after,
    .school__logos .owl-prev:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      z-index: -1;
      -webkit-transition: background 0.4s ease, -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: background 0.4s ease, -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: background 0.4s ease, transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: background 0.4s ease, transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: background 0.4s ease, transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-clip-path: url(#welcome__clip);
      clip-path: url(#welcome__clip); }
    .school__logos .owl-next.disabled,
    .school__logos .owl-prev.disabled {
      opacity: 0; }
  .school__logos .owl-next {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%); }
    .school__logos .owl-next:hover {
      color: #fff; }
      .school__logos .owl-next:hover:after {
        background: #51c936;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .school__logos .owl-prev {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%); }
    .school__logos .owl-prev:hover {
      color: #fff; }
      .school__logos .owl-prev:hover:after {
        background: #51c936;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

#header__profiles .owl-stage-outer {
  overflow: hidden; }

#header__profiles .owl-stage {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

#header__profiles:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background: rgba(237, 237, 232, 0);
  background: -webkit-linear-gradient(0deg, rgba(237, 237, 232, 0), #EDEDE8);
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 237, 232, 0)), to(#EDEDE8));
  background: -webkit-linear-gradient(left, rgba(237, 237, 232, 0), #EDEDE8);
  background: -o-linear-gradient(left, rgba(237, 237, 232, 0), #EDEDE8);
  background: linear-gradient(90deg, rgba(237, 237, 232, 0), #EDEDE8);
  width: 6.25em; }

#header__profiles .profile__spacer {
  width: 1.25em; }

@media all and (min-width: 769px) {
  #header__profiles .profile__spacer {
    width: 6.25em; }
  #header__profiles:after {
    width: 12.5em; } }

#header__profiles .lte-ie8 .profile__spacer {
  width: 6.25em; }

#header__profiles .lte-ie8:after {
  width: 12.5em; }

.header__profile__item__logo {
  min-width: 3.4375em;
  width: 13vw;
  max-width: 6em;
  display: inline-block;
  margin: 0 0 clamp(5px, 0.5vw, 1em); }

.header__profile__item__title {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75em; }
  @media all and (min-width: 415px) {
    .header__profile__item__title {
      font-size: 0.8125em; } }
  .header__profile__item__title .lte-ie8 {
    font-size: 0.8125em; }
  @media all and (min-width: 769px) {
    .header__profile__item__title {
      font-size: 0.875em; } }
  .header__profile__item__title .lte-ie8 {
    font-size: 0.875em; }
  @media all and (min-width: 1025px) {
    .header__profile__item__title {
      font-size: 1em; } }
  @media all and (min-width: 1301px) {
    .header__profile__item__title {
      font-size: 1em; } }
  .header__profile__item__title h3 {
    margin: 0;
    font-size: 1.375em;
    color: #292920;
    white-space: nowrap; }
  .header__profile__item__title p {
    margin: 0;
    font-weight: 600;
    font-size: 0.8125em;
    white-space: nowrap; }

.menu__extras,
.header__extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (max-width: 1049px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
    visibility: hidden;
    min-height: 110px;
    -webkit-transition: padding .4s ease;
    -o-transition: padding .4s ease;
    transition: padding .4s ease; }
    .header:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      opacity: 0;
      z-index: -1;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
      visibility: visible;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      -o-transition: transform .3s ease, opacity .3s ease;
      transition: transform .3s ease, opacity .3s ease;
      transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
    .mason--prep .header {
      padding-top: 0; }
      .mason--prep .header:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      .mason--prep .header .menu__btn__text--open {
        color: #51c936; }
  .mason--menu .header {
    padding-top: 1em; }
  .mason--menu .school__logos {
    -webkit-transform: translateY(-100%) translateY(-100px);
    -ms-transform: translateY(-100%) translateY(-100px);
    transform: translateY(-100%) translateY(-100px); }
  .header__container {
    z-index: 5; }
  .header__extras, .header__container {
    visibility: visible; }
  .menu__btn {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-left: 1em;
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .mason--menu .menu__btn .menu__btn__text--open {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0; }
    .mason--menu .menu__btn .menu__btn__text--close {
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4);
      opacity: 1; }
    .mason--menu .menu__btn .menu__btn__text .icon__circle {
      opacity: 1;
      color: #51c936;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .menu__btn__text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "grid-item";
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    color: #fff;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .menu__btn__text > svg {
      grid-area: grid-item;
      display: block; }
    .menu__btn__text--open {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      -webkit-transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, color 0.3s ease;
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, color 0.3s ease;
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .menu__btn__text--close {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      color: #51c936;
      -webkit-transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, color 0.3s ease;
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, color 0.3s ease;
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .menu__btn__text--close {
    display: none; }
  .mobile__menu__bg {
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    width: 100vw;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s; }
    .mason--menu .mobile__menu__bg {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .menu {
    top: 0;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    width: 80%;
    max-width: 350px;
    right: 0;
    background: #fff;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 8;
    -webkit-transition: visibility 0s ease .3s, -webkit-transform .3s ease;
    transition: visibility 0s ease .3s, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, visibility 0s ease .3s;
    transition: transform .3s ease, visibility 0s ease .3s;
    transition: transform .3s ease, visibility 0s ease .3s, -webkit-transform .3s ease; }
    .mason--admin .menu {
      top: 110px; }
    .mason--preview .menu {
      top: 110px; }
    .mason--secure .menu {
      top: 40px; }
    .mason--menu .menu {
      visibility: visible;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .menu__sidebar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5em;
    top: 110px;
    overflow: hidden;
    overflow-y: auto;
    background: inherit;
    z-index: 3;
    scrollbar-width: thin;
    scrollbar-color: #41a12b #97df86;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .menu__sidebar::-webkit-scrollbar {
      width: 10px; }
    .menu__sidebar::-webkit-scrollbar-track {
      background-color: #97df86;
      border-radius: 10px; }
    .menu__sidebar::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #41a12b; }
  .menu__list {
    text-align: left;
    width: 100%; }
    .menu__list > .menu__list__item > .menu__list__item__sub {
      text-transform: uppercase; }
  .menu__list__item {
    position: relative;
    width: 100%;
    color: #2a2921;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .menu__list__item--selected {
      color: #51c936; }
  .menu__list__item__link {
    padding: 1em 4.0625em 1em 2em; }
  .menu__list__item__button {
    display: none;
    top: 0px;
    right: 0em;
    width: 3.75em;
    height: 3.2em;
    position: absolute;
    color: inherit; }
    .menu__list__item__button svg {
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      font-size: 1.5em;
      width: 0.625em;
      height: 0.625em;
      margin: auto;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .active > .menu__list__item__button svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .menu__list__item--subitems > .menu__list__item__button {
      display: block; }
  .menu__list__item__sub {
    background: #EDEDE8;
    padding: 1em 0;
    margin: 0;
    text-transform: none;
    display: none; }
    .menu__list__item__sub .menu__list__item {
      border: 0; }
    .menu__list__item__sub .menu__list__item__link {
      padding: 0.75em 2em 0.75em 3.125em;
      font-size: .95em; }
    .menu__list__item__sub .menu__list__item__sub {
      background: rgba(0, 0, 0, 0.1); }
      .menu__list__item__sub .menu__list__item__sub .menu__list__item__link {
        padding: 0.5em 2em 0.5em 4.0625em; }
  .social__icon__list {
    position: absolute;
    right: 5em;
    top: 2em; }
    .social__icon__list .social__icon__item.social__icon__item--twitter {
      color: #1da1f2; }
      .social__icon__list .social__icon__item.social__icon__item--twitter .svg-inline--fa {
        color: #1da1f2; }
    .social__icon__list .social__icon__item.social__icon__item--facebook-f {
      color: #1877f2; }
      .social__icon__list .social__icon__item.social__icon__item--facebook-f .svg-inline--fa {
        color: #1877f2; }
    .social__icon__list .social__icon__item.social__icon__item--instagram {
      color: #c32aa3; }
      .social__icon__list .social__icon__item.social__icon__item--instagram .svg-inline--fa {
        color: #c32aa3; }
    .social__icon__list .social__icon__item.social__icon__item--linkedin-in {
      color: #007bb5; }
      .social__icon__list .social__icon__item.social__icon__item--linkedin-in .svg-inline--fa {
        color: #007bb5; }
    .social__icon__list .social__icon__item.social__icon__item--youtube {
      color: #ff0000; }
      .social__icon__list .social__icon__item.social__icon__item--youtube .svg-inline--fa {
        color: #ff0000; }
    .social__icon__list .social__icon__item.social__icon__item--vimeo {
      color: #1ab7ea; }
      .social__icon__list .social__icon__item.social__icon__item--vimeo .svg-inline--fa {
        color: #1ab7ea; }
  .search__full {
    position: fixed;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 110;
    width: 80%;
    max-width: 350px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .mason--menu .search__full {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
  .menu__extras__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 55px;
    width: 100%;
    position: relative;
    z-index: 2; }
    .menu__extras__form input {
      height: 100%;
      background: rgba(40, 46, 43, 0.1);
      color: #51c936;
      padding: 0 4em 0 1em;
      border: 0;
      width: 100%;
      -webkit-transition: opacity .3s ease, width .3s ease;
      -o-transition: opacity .3s ease, width .3s ease;
      transition: opacity .3s ease, width .3s ease; }
      .menu__extras__form input::-webkit-input-placeholder {
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input:-moz-placeholder {
        /* Firefox 18- */
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input:-ms-input-placeholder {
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input:active, .menu__extras__form input:focus {
        outline-color: rgba(45, 109, 31, 0.1); }
    .menu__extras__form button {
      position: absolute;
      z-index: 2;
      height: 40px;
      width: 40px;
      color: #fff;
      top: 0;
      right: 1em;
      bottom: 0;
      margin: auto;
      background: #51c936;
      border-radius: 50%; }
  .find__button, .find__full, .find__button--close {
    display: none; } }

@media all and (max-width: 1049px) {
  .menu__btn__text > svg {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

@media all and (min-width: 1050px) {
  .mason {
    padding-top: 0px; }
  .menu__btn,
  .mobile__menu__bg {
    display: none; }
  .header__extras,
  .menu__extras {
    padding: 0; }
  .header.header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.75em 2em 0;
    -webkit-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease; }
    .mason--prep .header.header__flex {
      padding-top: 0; }
    .header.header__flex .header__container {
      padding: 0; } }
  @media all and (min-width: 1050px) and (min-width: 1301px) {
    .header.header__flex {
      padding-left: 5%;
      padding-right: 5%; } }

@media all and (min-width: 1050px) {
  .header[data-menu*="flex"] .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .header[data-header*="fixed"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    .mason--admin .header[data-header*="fixed"] {
      position: absolute; }
  .header:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .mason--fixed .header .menu__btn__text--open {
    color: #51c936; }
  .mason--fixed .header .svg__logo__lead {
    fill: #2d6d1f; }
  .mason--fixed .header .svg__logo__main {
    fill: #292920; }
  .mason--fixed .header .menu__list > .menu__list__item > .menu__list__item__link {
    color: #2a2921; }
  .mason--fixed .header .social__icon__item,
  .mason--fixed .header .find__button {
    color: #51c936; }
    .mason--fixed .header .social__icon__item .svg-inline--fa,
    .mason--fixed .header .find__button .svg-inline--fa {
      color: currentColor; }
  .mason--fixed .header .header__logo a h1 {
    color: #51c936; }
  .mason--prep .header:after, .header.menu__list__full.menu__open:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  .mason--prep .header .menu__btn__text--open, .header.menu__list__full.menu__open .menu__btn__text--open {
    color: #51c936; }
  .mason--prep .header .svg__logo__lead, .header.menu__list__full.menu__open .svg__logo__lead {
    fill: #2d6d1f; }
  .mason--prep .header .svg__logo__main, .header.menu__list__full.menu__open .svg__logo__main {
    fill: #292920; }
  .mason--prep .header .menu__list > .menu__list__item > .menu__list__item__link, .header.menu__list__full.menu__open .menu__list > .menu__list__item > .menu__list__item__link {
    color: #2a2921; }
  .menu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
  .menu__sidebar {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 2em 0 0; }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
    .menu__list > .menu__list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .menu__list > .menu__list__item > .menu__list__item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 100px;
        color: #fff;
        -webkit-transition: color 0.3s ease, height 0.4s ease;
        -o-transition: color 0.3s ease, height 0.4s ease;
        transition: color 0.3s ease, height 0.4s ease; }
        .mason--sticky .menu__list > .menu__list__item > .menu__list__item__link {
          height: 100px; }
      .menu__list > .menu__list__item--subitems > .menu__list__item__link span:after {
        content: "\f107";
        display: inline-block;
        font-family: "fontAwesome";
        position: absolute;
        right: -1em;
        top: 0;
        bottom: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: auto;
        color: #fff; }
  .menu__list__default .menu__list > .menu__list__item {
    position: relative;
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease; }
    .menu__list__default .menu__list > .menu__list__item > .menu__list__item__sub {
      position: absolute;
      top: 100%;
      left: 50%;
      width: 100%;
      min-width: 350px;
      padding: 2em;
      margin: 0;
      text-align: left;
      visibility: hidden;
      opacity: 0;
      background: #EDEDE8;
      z-index: 2;
      -webkit-transform: translateY(-1em) translateX(-50%);
      -ms-transform: translateY(-1em) translateX(-50%);
      transform: translateY(-1em) translateX(-50%);
      display: block !important;
      -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
      -o-transition: visibility 0s ease 0.3s, opacity 0.3s ease, transform 0.3s ease;
      transition: visibility 0s ease 0.3s, opacity 0.3s ease, transform 0.3s ease;
      transition: visibility 0s ease 0.3s, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
      .menu__list__default .menu__list > .menu__list__item > .menu__list__item__sub .menu__list__item {
        text-align: left; }
    .menu__list__default .menu__list > .menu__list__item--subitems:hover .menu__list__item__sub {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transform: translateY(-2em) translateX(-50%);
      -ms-transform: translateY(-2em) translateX(-50%);
      transform: translateY(-2em) translateX(-50%); }
  .mason--prep .menu__list__default .menu__list > .menu__list__item:hover {
    background: #EDEDE8; }
  .mason--prep .menu__list__default .menu__list > .menu__list__item:hover .menu__list__item__sub {
    -webkit-transform: translateY(0em) translateX(-50%);
    -ms-transform: translateY(0em) translateX(-50%);
    transform: translateY(0em) translateX(-50%); }
  .menu__list__full .menu__list > .menu__list__item > .menu__list__item__sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 4em 5%;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease;
    -o-transition: visibility 0s ease 0.3s, opacity 0.3s ease;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease; }
    .menu__list__full .menu__list > .menu__list__item > .menu__list__item__sub:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      -webkit-transform: scale(1, 0.2);
      -ms-transform: scale(1, 0.2);
      transform: scale(1, 0.2);
      -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      background: #EDEDE8;
      opacity: 0;
      z-index: -1;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease, opacity 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease; }
    .menu__list__full .menu__list > .menu__list__item > .menu__list__item__sub > .menu__list__item {
      display: inline-block;
      width: auto;
      text-align: left;
      vertical-align: top;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .menu__list__full .menu__list > .menu__list__item > .menu__list__item__sub > .menu__list__item > .menu__list__item__link {
        padding: 0; }
        .menu__list__full .menu__list > .menu__list__item > .menu__list__item__sub > .menu__list__item > .menu__list__item__link:after {
          content: "";
          position: relative;
          margin: 0.75em 0 1.3em;
          height: 2px;
          width: 50px;
          display: block;
          background: #51c936; }
  .menu__list__full .menu__list > .menu__list__item--subitems:hover .menu__list__item__sub {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease;
    -o-transition: visibility 0s ease 0s, opacity 0.5s ease;
    transition: visibility 0s ease 0s, opacity 0.5s ease; }
    .menu__list__full .menu__list > .menu__list__item--subitems:hover .menu__list__item__sub:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .menu__list__full .menu__list > .menu__list__item--subitems:hover .menu__list__item__sub > .menu__list__item {
      opacity: 1;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
  .menu__list__item {
    display: block; }
  .menu__list__item__link {
    position: relative;
    padding: 1em;
    font-size: 0.875em; }
  .menu__list__item__link span {
    position: relative;
    display: inline-block; }
    .menu__list__item__link span:before {
      position: absolute;
      content: '';
      top: auto;
      right: 0;
      bottom: -8px;
      left: 0;
      height: 3px;
      background: #fff;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .menu__list__item__button {
    display: none; }
  .menu__list__item__sub {
    list-style: none;
    padding: 1em 0;
    margin: 0; }
    .menu__list__item__sub .menu__list__item__link {
      color: #2a2921;
      -webkit-transition: color 350ms ease;
      -o-transition: color 350ms ease;
      transition: color 350ms ease; }
      .menu__list__item__sub .menu__list__item__link:hover {
        color: #51c936; }
      .menu__list__item__sub .menu__list__item__link:after {
        display: none; }
      .menu__list__item__sub .menu__list__item__link span:before {
        display: none; }
    .menu__list__item__sub .menu__list__item__sub {
      display: block !important;
      width: 100%;
      text-transform: none; }
      .menu__list__item__sub .menu__list__item__sub .menu__list__item {
        display: block;
        font-weight: 400; }
      .menu__list__item__sub .menu__list__item__sub .menu__list__item__link {
        padding: 0.5em 0; }
  .menu__list__item:hover > .menu__list__item__link span:before,
  .menu__list__item--selected > .menu__list__item__link span:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .menu__list__item--subitems:hover .menu__list__item__sub {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 3; }
  .menu__extras {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    right: calc(5% + 210px);
    height: 72px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .mason--prep .menu__extras {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
  .find__button {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .find__button:hover .icon__circle {
      opacity: 1;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      color: #fff; }
    .menu__list__full.menu__open .find__button,
    .mason--prep .find__button {
      color: #51c936; }
      .menu__list__full.menu__open .find__button:hover .icon__circle,
      .mason--prep .find__button:hover .icon__circle {
        color: #51c936; }
  .search__full {
    position: fixed;
    z-index: 150;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease 0.4s, opacity 0.4s ease;
    -o-transition: visibility 0s ease 0.4s, opacity 0.4s ease;
    transition: visibility 0s ease 0.4s, opacity 0.4s ease; }
    .mason--find .search__full {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      .mason--find .search__full .search__container--full {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
    .search__full .search__container--full {
      padding: 3em 5vw;
      background: #fff;
      z-index: 3;
      -webkit-transform: translateY(-105%);
      -ms-transform: translateY(-105%);
      transform: translateY(-105%);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; } }
    @media all and (min-width: 1050px) and (min-width: 1409.7px) {
      .search__full .search__container--full {
        padding-left: calc(50% - 635px);
        padding-right: calc(50% - 635px); } }

@media all and (min-width: 1050px) {
    .search__full .menu__extras__form {
      height: 100px; }
      .search__full .menu__extras__form .menu__extras__submit {
        background: transparent;
        color: #51c936; }
  .find__full {
    background: rgba(40, 46, 43, 0.85); }
  .find__button--close {
    font-size: 1.5em;
    margin-left: 1em;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .find__button--close:hover {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .search__container {
    width: 100%;
    padding: 0;
    position: relative; }
  .search__container__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .menu__extras__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 55px;
    width: 100px;
    position: relative;
    z-index: 2; }
    .menu__extras__form input {
      height: 100%;
      background: rgba(40, 46, 43, 0.1);
      color: #51c936;
      padding: 0 4em 0 1em;
      border: 0;
      width: 100%;
      -webkit-transition: opacity 0.3s ease, width 0.3s ease;
      -o-transition: opacity 0.3s ease, width 0.3s ease;
      transition: opacity 0.3s ease, width 0.3s ease; }
      .menu__extras__form input::-webkit-input-placeholder {
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input:-moz-placeholder {
        /* Firefox 18- */
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input:-ms-input-placeholder {
        color: #2a2921;
        opacity: 0.6 !important; }
      .menu__extras__form input:active, .menu__extras__form input:focus {
        outline-color: rgba(45, 109, 31, 0.1); }
    .menu__extras__form button {
      position: absolute;
      z-index: 2;
      height: 40px;
      width: 40px;
      color: #fff;
      top: 0;
      right: 1em;
      bottom: 0;
      margin: auto;
      background: #51c936;
      border-radius: 50%; }
      .menu__extras__form button:after {
        position: absolute;
        content: '';
        top: 0;
        right: auto;
        bottom: 0;
        left: 100%;
        width: 20vw;
        height: 1px;
        background: #51c936;
        margin: auto;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: transform 0.3s ease;
        -ms-transform: transform 0.3s ease;
        transform: transform 0.3s ease; }
        .mason--menu .menu__extras__form button:after {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transform: transform 0.3s ease 1s;
          -ms-transform: transform 0.3s ease 1s;
          transform: transform 0.3s ease 1s; } }

.social__icon__item {
  margin-right: 0.5em;
  color: #2d6d1f; }
  .social__icon__item .icon__circle {
    color: currentColor; }
  .social__icon__item:hover.social__icon__item--twitter {
    color: #1da1f2; }
    .social__icon__item:hover.social__icon__item--twitter .svg-inline--fa {
      color: #1da1f2; }
  .social__icon__item:hover.social__icon__item--facebook-f {
    color: #1877f2; }
    .social__icon__item:hover.social__icon__item--facebook-f .svg-inline--fa {
      color: #1877f2; }
  .social__icon__item:hover.social__icon__item--instagram {
    color: #c32aa3; }
    .social__icon__item:hover.social__icon__item--instagram .svg-inline--fa {
      color: #c32aa3; }
  .social__icon__item:hover.social__icon__item--linkedin-in {
    color: #007bb5; }
    .social__icon__item:hover.social__icon__item--linkedin-in .svg-inline--fa {
      color: #007bb5; }
  .social__icon__item:hover.social__icon__item--youtube {
    color: #ff0000; }
    .social__icon__item:hover.social__icon__item--youtube .svg-inline--fa {
      color: #ff0000; }
  .social__icon__item:hover.social__icon__item--vimeo {
    color: #1ab7ea; }
    .social__icon__item:hover.social__icon__item--vimeo .svg-inline--fa {
      color: #1ab7ea; }
  .social__icon__item:hover .icon__circle {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .social__icon__item .svg-inline--fa {
    color: #fff;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }

.social__icon__item__link {
  width: 3em;
  height: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (min-width: 1050px) {
  .menu__list__full.menu__open .social__icon__item .svg-inline--fa,
  .mason--prep .social__icon__item .svg-inline--fa {
    color: #51c936; } }

.hero {
  height: 32vw;
  min-height: 50vh;
  background: #62ce4a;
  background: -webkit-linear-gradient(-80deg, #62ce4a, #49b531);
  background: -webkit-linear-gradient(280deg, #62ce4a, #49b531);
  background: -o-linear-gradient(280deg, #62ce4a, #49b531);
  background: linear-gradient(170deg, #62ce4a, #49b531); }
  .hero:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 2;
    height: 40%; }
  .hero:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 2;
    height: 30%; }
  .hero .lazy__load__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #2a2921; }
    .hero .lazy__load__img img {
      opacity: 0.9; }

.hero__slideshow {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s;
  transition: opacity 1s ease 0.3s; }
  .mason--loaded .hero__slideshow {
    opacity: 1; }

.hero__border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%; }
  .mason--fixed .hero__border {
    color: #fff; }

.svg__hero__compass {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box; }

.hero__scroll {
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.5%;
  border-radius: 50%;
  z-index: 5;
  outline: 0 !important; }
  .hero__scroll:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }

.hero.hero--hidden {
  min-height: 10em;
  height: 10vw;
  background: #fff; }
  .hero.hero--hidden:before {
    display: none; }
  .hero.hero--hidden:after {
    display: none; }

.breadcrumbs {
  position: relative;
  display: block; }

.breadcrumbs__container {
  position: relative;
  overflow: hidden; }

.content__path {
  width: 100%; }

.content__path__item__sep {
  margin: 0 1em 0 1em; }

.content__path__item.content__path__item--final {
  color: #51c936; }
  .content__path__item.content__path__item--final .content__path__item__sep {
    display: none; }

.main {
  width: 100%;
  padding-bottom: 4em; }

.main__flex {
  padding-right: 5%;
  padding-left: 5%; }
  @media all and (min-width: 1409.7px) {
    .main__flex {
      padding-left: calc(50% - 635px); } }
  .main__flex.center {
    padding: 0; }

.content {
  padding: 3.125em 0;
  position: relative;
  z-index: 2;
  width: 100%; }

.content__title {
  margin: 0.4em 0 0.6em;
  color: #292920;
  margin: 1.7em 0 0.5em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(1.875em, 6vw, 3.5em); }

@media all and (max-width: 849px) {
  .main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .main__flex .content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main__flex .subnav__container,
    .main__flex .subnav__grid {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main__flex .related__container {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

@media all and (min-width: 850px) {
  .main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .content {
    width: 65%;
    padding: 3.75em 5% 3.75em 0; } }

@media all and (min-width: 1025px) {
  .content {
    width: 60%;
    padding: 4.75em 0; } }

.main--full .main__flex {
  padding: 0 5%; }

.main--full .content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  max-width: 1270px; }

.main--content--hide .content__region,
.main--content--hide .content__attachments,
.main--content--hide .content__social {
  display: none; }

.subnav {
  position: relative;
  width: 100%;
  background: #51c936;
  padding: 2em 0; }

.subnav__title {
  margin: 0 0 1em;
  color: #fff;
  padding: 0 2rem;
  font-size: 1.5em; }
  @media all and (min-width: 415px) {
    .subnav__title {
      font-size: 1.5em; } }
  .subnav__title .lte-ie8 {
    font-size: 1.5em; }
  @media all and (min-width: 769px) {
    .subnav__title {
      font-size: 1.5em; } }
  .subnav__title .lte-ie8 {
    font-size: 1.5em; }
  @media all and (min-width: 1025px) {
    .subnav__title {
      font-size: 2em; } }
  @media all and (min-width: 1301px) {
    .subnav__title {
      font-size: 2em; } }

.subnav__list__item {
  position: relative;
  width: 100%;
  font-size: 0.875em; }

.subnav__list__item__link {
  position: relative;
  z-index: 2;
  padding: 1.35em 2rem;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }
  .subnav__list__item__link:hover, .subnav__list__item--selected .subnav__list__item__link {
    background: rgba(255, 255, 255, 0.1); }

.subnav__list__item__circle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 40px;
  height: 40px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  display: none; }
  .subnav__list__item__circle span {
    width: 26px;
    height: 26px;
    margin: auto;
    color: #51c936; }
  .subnav__list__item__circle svg path:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.subnav__list__item--selected .subnav__list__item__circle {
  display: block; }

.subnav__list__item--selected:hover svg path:nth-child(2) {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media all and (min-width: 550px) {
  .subnav__list__item {
    display: inline-block;
    vertical-align: top;
    width: 50%; } }

@media all and (min-width: 850px) {
  .subnav__container {
    width: 35%;
    position: relative; }
  .subnav__list__item {
    width: 100%; } }

@media all and (min-width: 1025px) {
  .subnav__container {
    width: 31%;
    font-size: 16px;
    padding: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 4; }
    .main--no--hero .subnav__container {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      padding-top: 3.75em; }
  .subnav__title {
    padding-left: 3rem; }
  .subnav__list__item__link {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media all and (min-width: 1301px) {
  .subnav__title {
    padding-left: 4rem; }
  .main--no--hero .subnav__container {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    padding-top: 4.75em; }
  .subnav__list__item__link {
    padding-left: 4rem;
    padding-right: 4rem; } }

.admin_dialog_content .admin__grid__icon {
  text-align: center; }
  .admin_dialog_content .admin__grid__icon h3 {
    margin: 0 0 0.4em;
    color: #51c936;
    font-weight: 700;
    text-transform: uppercase; }
  .admin_dialog_content .admin__grid__icon p {
    margin: 0.5em 0; }
  .admin_dialog_content .admin__grid__icon #icon__list {
    width: 100%; }
    .admin_dialog_content .admin__grid__icon #icon__list li {
      padding: 10px;
      margin: 5px;
      cursor: pointer;
      -webkit-transition: background 0.2s ease, color 0.2s ease;
      -o-transition: background 0.2s ease, color 0.2s ease;
      transition: background 0.2s ease, color 0.2s ease; }
      .admin_dialog_content .admin__grid__icon #icon__list li[data-icon="custom"] {
        margin: 2em 0; }
      .admin_dialog_content .admin__grid__icon #icon__list li:hover {
        background: #51c936;
        color: #fff; }
      .admin_dialog_content .admin__grid__icon #icon__list li.active {
        background: green;
        color: #fff; }
  .admin_dialog_content .admin__grid__icon .custom__icon__container {
    background: rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em; }
    .admin_dialog_content .admin__grid__icon .custom__icon__container a {
      color: #2d6d1f !important;
      text-decoration: underline;
      font-weight: 700; }
  .admin_dialog_content .admin__grid__icon #icon__entry {
    width: 80%; }

.footer__border {
  position: relative;
  z-index: 3; }
  .footer__border:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 2.7027%; }

.footer__border__svg {
  z-index: 2; }

.footer__border__compass {
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  width: 3.78378%;
  top: 28%;
  margin: auto;
  z-index: 5; }
  .footer__border__compass:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }

.footer {
  padding: 3em 5% clamp(4em, 13vw, 190px);
  color: rgba(42, 41, 33, 0.75);
  line-height: 1.7;
  -webkit-box-shadow: 0px -2vw 40px rgba(42, 41, 33, 0.15);
  box-shadow: 0px -2vw 40px rgba(42, 41, 33, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edede8));
  background: -webkit-linear-gradient(#fff 0%, #edede8 100%);
  background: -o-linear-gradient(#fff 0%, #edede8 100%);
  background: linear-gradient(#fff 0%, #edede8 100%);
  z-index: 2; }
  @media all and (min-width: 1409.7px) {
    .footer {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .footer a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .footer a:hover {
      color: #51c936; }

.footer__compass {
  position: relative;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 45%;
  max-width: 476px;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .footer__compass:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 97.89916%; }

.footer__top {
  color: #2a2921; }
  .footer__top .svg__logo__lead {
    fill: #a5a570; }
  .footer__top .svg__logo__main {
    fill: #292920; }
  .footer__top h4 {
    font-size: 1.25em;
    margin: 0 0 1.2em;
    color: #292920; }
  .footer__top > div {
    margin: 0 0 2em; }

.footer__info__region {
  font-size: 0.875em; }

.footer__logo {
  max-width: 294px; }

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 0.875em; }
  .footer__address > * {
    width: 100%;
    max-width: 310px; }
  .footer__address p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 1.25em; }
  .footer__address span {
    display: inline-block;
    color: #51c936;
    min-width: 40px; }

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 0.875em; }
  .footer__links > * {
    width: 100%;
    max-width: 330px; }
  .footer__links li {
    margin: 0 0 10px; }
  .footer__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
  .footer__links span {
    display: inline-block;
    color: #51c936; }

.footer__trust__info {
  font-size: 0.9em; }

@media all and (min-width: 730px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__address {
    width: 48%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__links {
    width: 48%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media all and (min-width: 769px) {
  .footer {
    padding-top: 4em; } }

.lte-ie8 .footer {
  padding-top: 4em; }

@media all and (min-width: 1025px) {
  .footer {
    padding-top: 5.625em; }
  .footer__top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .footer__info {
    text-align: left;
    width: 35%;
    max-width: 450px; }
  .footer__address {
    padding-top: 2em;
    width: 25%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__links {
    padding-top: 2em;
    width: 25%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.footer__legal {
  padding: 2em 0;
  margin-top: 2em;
  font-size: 0.875em;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.footer__sep {
  margin: 0 1em;
  color: #51c936; }

@media all and (min-width: 1025px) {
  .footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.vacancies__list {
  width: 100%;
  z-index: 6; }

.vacancies__item {
  position: relative;
  width: 100%;
  margin: 0 0 2em;
  -webkit-box-shadow: 0px 8px 48px rgba(24, 47, 85, 0.1);
  box-shadow: 0px 8px 48px rgba(24, 47, 85, 0.1); }
  .vacancies__item:hover .vacancies__item__hover {
    opacity: 1; }
  .vacancies__item:hover .vacancies__item__title,
  .vacancies__item:hover .vacancies__item__intro,
  .vacancies__item:hover .vacancies__item__school,
  .vacancies__item:hover .vacancies__item__icon {
    color: #fff !important; }
  .vacancies__item:hover .vacancies__item__icon svg path:nth-child(1) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .vacancies__item:hover .vacancies__item__icon svg path:nth-child(2) {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg); }

.vacancies__item__hover {
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.vacancies__item__info {
  position: relative;
  z-index: 3;
  padding: 2em;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }

.vacancies__item__title {
  color: #292920;
  margin: 0 0 0.25em;
  font-size: 1.25em;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }
  @media all and (min-width: 415px) {
    .vacancies__item__title {
      font-size: 1.375em; } }
  .vacancies__item__title .lte-ie8 {
    font-size: 1.375em; }
  @media all and (min-width: 769px) {
    .vacancies__item__title {
      font-size: 1.375em; } }
  .vacancies__item__title .lte-ie8 {
    font-size: 1.375em; }
  @media all and (min-width: 1025px) {
    .vacancies__item__title {
      font-size: 1.5em; } }
  @media all and (min-width: 1301px) {
    .vacancies__item__title {
      font-size: 1.5em; } }

.vacancies__item__school {
  margin: 0 0 1.5em;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }

.vacancies__item__intro {
  font-size: 0.875em;
  line-height: 1.6875;
  color: #2a2921;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }

.vacancies__item__icon {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  height: 80%;
  max-height: 7.625em;
  width: 7.625em;
  margin: auto;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }
  .vacancies__item__icon svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
  .vacancies__item__icon path {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    .vacancies__item__icon path:nth-child(1) {
      -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: -webkit-transform 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: transform 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: transform 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: transform 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .vacancies__item__icon path:nth-child(2) {
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      -o-transition: transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease; }

@media all and (min-width: 1025px) {
  .vacancies__item__info {
    padding: 3em; }
  .vacancies__item__icon {
    right: 3em; } }

.main.main--vacancy-item #itemTitle {
  display: none; }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease; }
    .custom__edit--info div:after {
      position: absolute;
      content: '';
      top: auto;
      right: auto;
      bottom: 12px;
      left: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 8px;
      border-color: transparent transparent transparent #745B99; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: 0.75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
