/*! 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%
}

button,
html,
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:after,
q:before {
    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 ol,
nav ul {
    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%
}

.mason,
body,
html {
    width: 100%;
    height: 100%
}

body {
    background: #CCCCCC
}

.mason *,
.mason :after,
.mason :before {
    -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 (min-width:0px) {
    .mason {
        width: auto
    }
}

.mason {
    color: #4a4a4a;
    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: #444444;
    font-family: "Roboto", 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 iframe,
.region img {
    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: #e8e8e8
}

.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: #e8e8e8
}

.region td,
.region th {
    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=password],
.region input[type=text] {
    width: 18em;
    height: 2em;
    display: block;
    padding: 0 0 0 .5em;
    border: 1px solid #E0E0E0
}

.region input[type=checkbox],
.region input[type=radio] {
    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:focus,
.btn:hover {
    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:focus,
.btn--disabled:hover {
    color: #999;
    background: transparent
}

.access__anchor,
.anchor,
.content__anchor {
    visibility: hidden;
    position: absolute;
    top: 0
}

#forumUpdateForm fieldset {
    margin: 1em 0
}

#forumUpdateForm .cmsForm__field {
    display: block;
    clear: both
}

.mason--admin .access__anchor,
.mason--admin .anchor,
.mason--admin .content__anchor {
    margin-top: -110px
}

.ui_toolbar {
    clear: both;
    margin: 1em 0;
    line-height: 2.1em
}

.ui_toolbar:after,
.ui_toolbar:before {
    content: '';
    display: table
}

.ui_toolbar:after {
    clear: both
}

.lte-ie7 .ui_toolbar {
    zoom: 1
}

.ui_left>*,
.ui_right>*,
.ui_toolbar>* {
    margin: 0 .5em 0 0;
    float: left
}

.ui_right>:last-child,
.ui_toolbar>:last-child {
    margin-right: 0
}

.ui_left {
    float: left
}

.ui_right {
    float: right;
    margin-left: .5em
}

.ui_button,
.ui_select,
.ui_tag {
    margin: 0 .5em 0 0;
    position: relative;
    float: left;
    text-align: left
}

.ui_button,
.ui_select>div,
.ui_tag {
    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:after,
.ui_card:before {
    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.6666666667em 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3333333333em
}

.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.7777777778em
}

.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.3333333333em;
    overflow: hidden
}

.ui_txt--truncate_4 {
    height: 6.4em
}

.ui_txt--truncate_4 .ui_txt__title {
    max-height: 2.6666666667em;
    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.3333333333em;
    overflow: hidden
}

.ui_txt--truncate_7 {
    height: 11.2em
}

.ui_txt--truncate_7 .ui_txt__title {
    max-height: 6.6666666667em;
    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.3333333333em;
    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
}

.f_display,
.feeds__smlcaps,
.ms-btn>*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font: 700 1em/1.2 "Open Sans", sans-serif;
    text-transform: uppercase
}

.content__region .ms-btn>*,
.fs14 {
    font-size: 0.875em;
    letter-spacing: 0.0571428571em
}

.fs18 {
    font-size: 1.125em;
    letter-spacing: 0.0444444444em
}

.fs24 {
    font-size: 1.5em;
    letter-spacing: 0.0333333333em
}

.fs30 {
    font-size: 1.875em;
    letter-spacing: 0.0266666667em
}

.fs36 {
    font-size: 2.25em;
    font-size: 1.5em;
    letter-spacing: 0.0222222222em
}

@media (min-width:769px) {
    .fs36 {
        font-size: 1.6981132075em
    }
}

@media (min-width:1025px) {
    .fs36 {
        font-size: 1.8367346939em
    }
}

@media (min-width:1301px) {
    .fs36 {
        font-size: 2.25em
    }
}

.content__title,
.fs48 {
    font-size: 3em;
    font-size: 2em;
    letter-spacing: 0.0166666667em
}

@media (min-width:769px) {
    .content__title,
    .fs48 {
        font-size: 2.2641509434em
    }
}

@media (min-width:1025px) {
    .content__title,
    .fs48 {
        font-size: 2.4489795918em
    }
}

@media (min-width:1301px) {
    .content__title,
    .fs48 {
        font-size: 3em
    }
}

.fs88 {
    font-size: 5.5em;
    font-size: 3.6666666667em;
    letter-spacing: 0.0090909091em
}

@media (min-width:769px) {
    .fs88 {
        font-size: 4.1509433962em
    }
}

@media (min-width:1025px) {
    .fs88 {
        font-size: 4.4897959184em
    }
}

@media (min-width:1301px) {
    .fs88 {
        font-size: 5.5em
    }
}

.w600 {
    font-weight: 600
}

.ms-btn {
    display: inline-block
}

.ms-btn>* {
    font-size: 0.75em;
    letter-spacing: 0.2em;
    font-size: 12px;
    display: block;
    color: #FFF!important;
    background: #106a38;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    padding: 17px 2.15em;
    z-index: 0
}

.ms-btn>:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    opacity: 0
}

.ms-btn>* .fa {
    font-size: 1.35em;
    margin-left: .5em
}

@media (min-width:769px) {
    .ms-btn>a:hover:before {
        opacity: 1
    }
}

.ms-btn--invert.ms-btn>* {
    background: currentColor
}

.ms-btn--invert.ms-btn>*>* {
    color: #106a38
}

.ms-icon,
.owl__nav>* {
    width: 3em;
    height: 3em;
    overflow: hidden;
    border-radius: 50%;
    background: #FFF;
    display: inline-block;
    line-height: 3.3;
    text-align: center;
    color: #106a38
}

.ms-icon .fa,
.owl__nav>* .fa {
    font-size: 1.25em
}

.ms-icon .fa.fa-angle-up,
.owl__nav>* .fa.fa-angle-up {
    font-size: 1.875em
}

.ms-icon .fa.fa-angle-left,
.ms-icon .fa.fa-angle-right,
.owl__nav>* .fa.fa-angle-left,
.owl__nav>* .fa.fa-angle-right {
    font-size: 1.5em
}

.ms-icon .fa.fa-search,
.owl__nav>* .fa.fa-search {
    font-size: 1em
}

.content__share__list,
.hero__path,
.list,
.menu__bar>ul,
.subnav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.js_listfit__btn,
.menu__bar>ul>li button,
.menu__btn,
.search__input,
.search__submit {
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.abs_fill,
.ecocycle__nav[data-type=pager]>* span:before,
.header__logo__title h1,
.header__logo__title span,
.hero__img:after,
.iconlinks li a:before,
.js_listfit__btn span,
.lazy-item--blend,
.lazy-item--blend>*,
.menu__btn>*,
.ms-btn>:before,
.owl__dots>* span:before,
[data-bgfill=cover],
div.lazy-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.txt_trunc {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bg_fill,
.lazy-item--blend>*,
.owl-lazy[data-bgfill=cover],
[data-bgfill=contain-right] .lazy-item,
[data-bgfill=cover] .lazy-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.menu__btn,
.ms-btn>*,
a {
    -webkit-transition: color 0.3s ease, fill 0.3s ease, background 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, fill 0.3s ease, background 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: color 0.3s ease, fill 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, fill 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, fill 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease
}

.dropdown_ico,
.ecocycle__nav[data-type=pager]>*,
.ecocycle__nav[data-type=pager]>* span:after,
.ecocycle__nav[data-type=pager]>* span:before,
.ecocycle__nav[data-type=pager]>:after,
.iconlinks li a:before,
.iconlinks li span,
.js_listfit__btn,
.js_listfit__btn span,
.js_listfit ul,
.lazy-item--blend,
.menu__bar>ul>li>a:after,
.menu__bar>ul>li>ul,
.menu__bar>ul>li button,
.menu__btn>*,
.ms-btn>:before,
.owl-item,
.owl__dots>*,
.owl__dots>* span:after,
.owl__dots>* span:before,
.owl__dots>:after,
.subnav__list .fa,
.subnav__list a:after,
.subnav__list a span {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease
}

.center {
    text-align: center
}

.caps,
.ms-btn>* {
    text-transform: uppercase
}

.ms-pad {
    padding: 3em 0
}

.dropdown_ico,
.menu__bar>ul>li button {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2em;
    line-height: 2
}

.block-l {
    background: #FFFFFF;
    color: #4a4a4a;
    fill: #4a4a4a
}

.block-d {
    background: #106a38;
    color: #FFF;
    fill: #FFF
}

.col-pri,
.content__region a,
.content__region h2,
.content__region h3,
.content__region h4,
.content__region h5,
.content__region h6,
.content__title {
    color: #106a38
}

.col-sec {
    color: #e51b24
}

.col-ter {
    color: #f2b90a
}

.col-white {
    color: #FFF
}

.bg-pri {
    background-color: #106a38
}

.bg-sec {
    background-color: #e51b24
}

.bg-ter {
    background-color: #f2b90a
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.tablecell {
    display: table-cell;
    vertical-align: middle
}

.border {
    border: 2px solid #E0E0E0
}

.a_block {
    display: block
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    built: July 2018
}

.mason {
    font: 400 1em/1.875 "Open Sans", sans-serif;
    background: #093b1f
}

button,
input {
    font: inherit;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

a:active,
a:focus,
button:active,
button:focus {
    outline: none!important
}

a {
    text-decoration: none;
    color: inherit
}

.f_display,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: auto
}

svg {
    color: inherit;
    fill: currentColor
}

svg.js_parallax {
    overflow: visible!important
}

[data-content=""],
[data-content=False] {
    display: none!important
}

html {
    font-size: .825em
}

@media (min-width:415px) {
    html {
        font-size: .85em
    }
}

@media (min-width:769px) {
    html {
        font-size: .915em
    }
}

@media (min-width:1025px) {
    html {
        font-size: .95em
    }
}

@media (min-width:1301px) {
    html {
        font-size: 1em
    }
}

.ms-spread {
    width: 100%;
    max-width: 1300px;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (min-width:1301px) {
    .ms-spread {
        max-width: none;
        padding-right: calc(50% - 585px);
        padding-left: calc(50% - 585px)
    }
}

.ms-spread:after,
.ms-spread:before {
    content: "";
    display: table
}

.ms-spread:after {
    clear: both
}

.ms-center {
    width: 90%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1280px
}

.ms-center:after,
.ms-center:before {
    content: "";
    display: table
}

.ms-center:after {
    clear: both
}

.parent {
    position: relative;
    width: 100%
}

.parent:after,
.parent:before {
    content: "";
    display: table
}

.parent:after {
    clear: both
}

.r90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.r180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.r270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.lazy-item,
.lazy-item--blend {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.loaded .lazy-item,
.loaded .lazy-item--blend {
    opacity: 1
}

[data-bgfill=contain-right] .lazy-item {
    background-position: right center;
    background-size: contain
}

.lazy-item--blend {
    z-index: 0
}

.lazy-item--blend>* {
    -webkit-filter: grayscale(100%) contrast(150%);
    filter: grayscale(100%) contrast(150%);
    opacity: .25
}

@supports (mix-blend-mode:multiply) {
    .lazy-item--blend:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #106a38;
        background: -webkit-linear-gradient(left, #0c512b 0%, #106a38 100%);
        background: -webkit-gradient(linear, left top, right top, from(#0c512b), to(#106a38));
        background: -o-linear-gradient(left, #0c512b 0%, #106a38 100%);
        background: linear-gradient(to right, #0c512b 0%, #106a38 100%);
        mix-blend-mode: multiply
    }
}

[data-multiply=facebook],
[data-multiply=facebook] .lazy-item--blend:after {
    background: #3b5998
}

.owl[data-running=false] {
    width: auto
}

.owl[data-running=true] {
    width: 100%
}

.owl[data-vertical=true] .owl-stage {
    width: 100%!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important
}

.owl[data-vertical=true] .owl-item {
    -webkit-transform: translateY(-100%)!important;
    -ms-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important;
    position: absolute!important;
    will-change: transform;
    top: 0!important;
    visibility: hidden;
    opacity: 0
}

.owl[data-vertical=true] .owl-item.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.owl[data-vertical=true] .owl-item.active~* {
    -webkit-transform: translateY(100%)!important;
    -ms-transform: translateY(100%)!important;
    transform: translateY(100%)!important
}

.owl[data-vertical=true][data-direction=backwards] .owl-item {
    -webkit-transform: translateY(-100%)!important;
    -ms-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important
}

.owl[data-vertical=true][data-direction=backwards] .owl-item.active {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.owl[data-vertical=true][data-direction=backwards] .owl-item.active~* {
    -webkit-transform: translateY(100%)!important;
    -ms-transform: translateY(100%)!important;
    transform: translateY(100%)!important
}

.owl-stage-outer {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-stage-outer:after,
.owl-stage-outer:before {
    content: "";
    display: table
}

.owl-stage-outer:after {
    clear: both
}

[data-running=true] .owl-stage-outer {
    padding: 0;
    width: 100%
}

.owl-stage {
    height: 100%;
    position: relative;
    -ms-overflow-y: hidden;
    -ms-touch-action: pan-Y
}

.owl_flex .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.owl_flex .owl-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.owl_flex .owl-item>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.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
}

[data-trans=true] .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

[data-trans=true] .owl-item.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.owl-dots,
.owl-nav {
    display: none
}

.ecocycle__nav[data-type=pager],
.owl__dots {
    display: none
}

.ecocycle__nav[data-type=pager]>*,
.owl__dots>* {
    display: inline-block;
    margin: 8px;
    position: relative;
    cursor: pointer
}

.ecocycle__nav[data-type=pager]>:after,
.owl__dots>:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    left: 0;
    height: 24px;
    width: 2px;
    margin: 1.25em auto 0;
    background: rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.ecocycle__nav[data-type=pager]>:last-child:after,
.owl__dots>:last-child:after {
    display: none
}

.ecocycle__nav[data-type=pager]>* span,
.owl__dots>* span {
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    display: block
}

.ecocycle__nav[data-type=pager]>* span:before,
.owl__dots>* span:before {
    content: '';
    border-radius: 50%;
    background: #dcdcdc
}

.ecocycle__nav[data-type=pager]>* span:after,
.owl__dots>* span:after {
    position: absolute;
    content: '';
    top: -1em;
    right: -1em;
    bottom: -1em;
    left: -1em;
    margin: auto;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    border-radius: 50%;
    border: 2px solid #f2b90a;
    content: '';
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.ecocycle__nav[data-type=pager]>.active span:before,
.owl__dots>.active span:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.ecocycle__nav[data-type=pager]>.active span:after,
.owl__dots>.active span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.owl_counter {
    color: #cbcbcb;
    margin: 0 0 .65em
}

.owl_counter span {
    margin: 0 .3em
}

@media (min-width:1025px) {
    .ecocycle__nav[data-type=pager],
    .owl__dots {
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        right: 2em;
        -webkit-transform: translateY(-50%) translateY(-1em);
        -ms-transform: translateY(-50%) translateY(-1em);
        transform: translateY(-50%) translateY(-1em)
    }
    .owl-dot.active:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transition-duration: .1s;
        -o-transition-duration: .1s;
        transition-duration: .1s
    }
    .owl-dot.active~.owl-dot {
        -webkit-transform: translateY(2.35em);
        -ms-transform: translateY(2.35em);
        transform: translateY(2.35em)
    }
}

.owl__nav {
    visibility: hidden;
    margin: -0.25em
}

.owl__nav>* {
    line-height: 2.85;
    visibility: visible;
    position: relative;
    cursor: pointer;
    color: #FFF;
    margin: 0 0.25em;
    display: inline-block;
    vertical-align: bottom;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    -o-transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease
}

.owl__nav>.disabled {
    opacity: .2;
    cursor: auto
}

@media (min-width:769px) {
    .owl__nav>:not(.disabled):hover {
        border-color: rgba(255, 255, 255, 0);
        background: rgba(255, 255, 255, 0.1)
    }
}

.ecocycle__item {
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    -o-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease
}

.ecocycle__item.active {
    opacity: 1;
    visibility: visible
}

.access {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative
}

.header {
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

.header__center {
    padding: 1em 0 .75em
}

.header__logo>* {
    display: inline-block;
    vertical-align: middle
}

.header__logo img {
    z-index: 3;
    width: 18%;
    margin-right: 3%;
    max-width: 7.25em
}

.header__logo__title {
    position: relative;
    width: 60%;
    max-width: 14.5em;
    position: relative;
    top: -.15em
}

.header__logo__title:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 25.8620689655%
}

.header__logo__title span {
    content: '';
    background: url("/_site/images/design/title.png") no-repeat 0 0/contain;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.header__logo__title h1 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

@media (min-width:769px) {
    .header {
        font-size: .85em
    }
    .header__center {
        padding: 2.625em 0 1.375em 9.5625em
    }
    .header__logo img {
        position: absolute;
        top: 1.5em;
        left: 0
    }
    .header__logo__title {
        top: 0
    }
}

@media (min-width:1025px) {
    .header {
        font-size: .925em
    }
}

@media (min-width:1301px) {
    .header {
        font-size: 1em
    }
}

.menu__btn {
    width: 100%;
    height: 3.5em;
    line-height: 3.5;
    overflow: hidden;
    background: #106a38;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.menu__btn .fa {
    margin-right: .3em
}

.menu__btn--back {
    opacity: 0;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%)
}

.menu__bar>ul>li button {
    display: none
}

.menu {
    color: rgba(255, 255, 255, 0.8)
}

.menu__bar {
    width: 100%;
    display: none
}

.menu__bar>ul {
    padding: 2.5em 5%;
    width: 100%
}

.menu__bar>ul>li {
    position: relative
}

.menu__bar>ul>li:first-child {
    border-top: 2px solid rgba(255, 255, 255, 0.2)
}

.menu__bar>ul>li>a {
    overflow: hidden;
    position: relative;
    padding: 1em 3.65em 1em 1em;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2)
}

.menu__bar>ul>li>a:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    background: #f2b90a;
    height: 4px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.menu__bar>ul>li button {
    background: rgba(0, 0, 0, 0.1);
    bottom: auto;
    top: .75em;
    right: .5em;
    width: 2.2em;
    height: 2.2em;
    overflow: hidden;
    border-radius: 4px
}

.menu__bar>ul>li>ul {
    background: rgba(0, 0, 0, 0.05);
    padding: 1em 5%;
    margin: 0;
    display: none;
    overflow: hidden
}

.menu__bar>ul>li>ul a {
    padding: .65em 5%
}

.menu__bar>ul>li.menu__bar__item--subitems>button {
    display: block
}

.menu__bar>ul>li.menu__bar__item--expand>button .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu__bar>ul>li.menu__bar__item--expand>ul {
    display: block
}

.menu__extra {
    padding: 2em 5%;
    background: rgba(0, 0, 0, 0.2)
}

@media (min-width:415px) {
    .menu__btn {
        position: absolute;
        top: 0;
        right: 5%;
        bottom: 0;
        width: 6em;
        margin: auto
    }
}

@media (min-width:450px) {
    .menu__btn {
        width: 7em
    }
}

@media (max-width:768px) {
    .mason--menu .menu__bar {
        display: block
    }
    .mason--menu .menu__btn {
        background: #0b4b28
    }
    .mason--menu .menu__btn--front {
        opacity: 0;
        -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
        transform: translateY(75%)
    }
    .mason--menu .menu__btn--back {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@media (min-width:769px) {
    .menu__btn {
        display: none
    }
    .menu__bar {
        width: 90%;
        z-index: 1;
        padding: 0 0 0 9.5em;
        display: block!important
    }
    .menu__bar>ul {
        margin: 0;
        padding: 0
    }
    .menu__bar>ul>li {
        margin: 0;
        width: auto;
        vertical-align: top;
        display: inline-block
    }
    .menu__bar>ul>li:first-child {
        border: none
    }
    .menu__bar>ul>li>a {
        border: none;
        padding: 1.475em 1.85em
    }
    .menu__bar>ul>li.menu__bar__item--selected>a,
    .menu__bar>ul>li:hover>a {
        background: rgba(35, 35, 35, 0.15)
    }
    .menu__bar>ul>li.menu__bar__item--selected>a:after,
    .menu__bar>ul>li:hover>a:after {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .menu__bar>ul button {
        display: none!important
    }
    .menu__bar>ul>li>ul {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 20em;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
        transform: translateY(1em);
        background: transparent;
        padding: 0
    }
    .menu__bar>ul>li>ul li {
        background: #cb9b08
    }
    .menu__bar>ul>li>ul li a {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
    .menu__bar>ul>li>ul li:first-child a {
        padding-top: 1.5em
    }
    .menu__bar>ul>li>ul li:last-child a {
        padding-bottom: 1.5em
    }
    .menu__bar>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .menu__extra {
        font-size: 1rem;
        position: absolute;
        bottom: 100%;
        right: 0;
        padding: 0;
        margin-bottom: 1.2em;
        background: transparent
    }
    .menu__extra>* {
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width:1025px) {
    .menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: rgba(16, 106, 56, 0.9)
    }
    .menu__extra {
        margin-bottom: 1.45em
    }
    .menu__bar {
        padding-left: 10.25em
    }
    .mason--menu_pin .menu__bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }
    .mason--menu_pin .menu__bar>ul:before {
        position: absolute;
        content: '';
        top: 0;
        right: -1000em;
        bottom: 0;
        left: -1000em;
        background: #106a38
    }
}

@media (min-width:1301px) {
    .menu__bar {
        padding-left: 11em
    }
    .menu__extra {
        margin-bottom: 1.85em
    }
}

.lte-ie9 .menu__bar>ul>li {
    display: inline-block
}

.js_listfit__btn {
    border-radius: 50%;
    line-height: 3.125em;
    display: none;
    background: #cfcfcf;
    position: relative
}

.js_listfit__btn span {
    opacity: 0;
    color: #106a38;
    background: #e6e6e6;
    line-height: 3.125
}

.js_listfit__btn .fa-link {
    font-size: 1.05em
}

.js_listfit__btn .fa-envelope {
    font-size: 1em
}

.js_listfit__btn .fa-close {
    color: #e51b24
}

@media (min-width:769px) {
    .js_listfit__btn {
        position: absolute
    }
    .js_listfit {
        position: relative
    }
    .js_listfit.drop .js_listfit__btn {
        position: relative;
        display: inline-block;
        vertical-align: middle
    }
    .js_listfit.drop ul {
        position: absolute;
        top: 100%;
        right: 0;
        margin: .5em 0 0;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
        transform: translateY(1em)
    }
    .js_listfit.drop.quicklinks ul {
        background: #f2f2f2;
        padding: .5em;
        min-width: 9em
    }
    .js_listfit.drop.quicklinks ul li {
        float: left;
        clear: left;
        margin-top: .35em;
        margin-bottom: .35em
    }
    .js_listfit.drop.iconlinks ul {
        width: 20em;
        right: -0.5625em
    }
    .js_listfit.drop.active .js_listfit__btn {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    .js_listfit.drop.active .js_listfit__btn span {
        opacity: 1
    }
    .js_listfit.drop.active ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.quicklinks {
    margin-left: -0.5625em
}

.quicklinks li {
    display: inline-block;
    vertical-align: bottom;
    margin: 1.25em
}

@media (min-width:769px) {
    .quicklinks {
        color: #737373;
        color: rgba(115, 115, 115, 0.8)
    }
    .quicklinks ul li:not(:first-child) {
        position: relative
    }
    .quicklinks ul li:not(:first-child):before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -1.5em;
        background: #ececec;
        width: 2px
    }
    .quicklinks ul li a {
        font-size: 0.875em
    }
    .quicklinks ul li a:hover {
        color: #106a38
    }
}

.search {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 1em 0 1.35em;
    height: 3em
}

.search__input {
    font-size: 0.875em;
    width: 100%;
    height: 100%;
    border-radius: 2em;
    padding: 0 4.375em 0 1.65em;
    background: #ececec;
    text-transform: none;
    color: #737373
}

.search__input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1!important
}

.search__input:-moz-placeholder {
    color: inherit;
    opacity: 1!important
}

.search__input::-moz-placeholder {
    color: inherit;
    opacity: 1!important
}

.search__input:-ms-input-placeholder {
    color: inherit;
    opacity: 1!important
}

.search__submit {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    border-radius: 50%
}

@media (min-width:769px) {
    .search {
        margin: 0.5625em;
        width: 14em
    }
}

.iconlinks {
    margin-left: -0.5625em
}

.iconlinks li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0.1em
}

.iconlinks li .fa {
    font-size: 1em
}

.iconlinks li a {
    position: relative;
    overflow: visible;
    text-align: center;
    z-index: 0;
    line-height: 3.15
}

.iconlinks li a:before {
    content: '';
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    opacity: 0
}

@media (min-width:769px) {
    .iconlinks li a:hover:before {
        opacity: 1
    }
}

.iconlinks li a[data-icon=fa-desktop] {
    background: #f2b90a
}

.iconlinks li a[data-icon=fa-envelope] {
    background: #000
}

.iconlinks li a[data-icon=fa-twitter],
.iconlinks li a[data-icon=fa-twitter-square] {
    background: #00ACED
}

.iconlinks li a[data-icon=fa-twitter] .fa,
.iconlinks li a[data-icon=fa-twitter-square] .fa {
    font-size: 1.2em
}

.iconlinks li a[data-icon=fa-facebook],
.iconlinks li a[data-icon=fa-facebook-f],
.iconlinks li a[data-icon=fa-facebook-official],
.iconlinks li a[data-icon=fa-facebook-square] {
    background: #3b5998
}

.iconlinks li a[data-icon=fa-facebook] .fa,
.iconlinks li a[data-icon=fa-facebook-f] .fa,
.iconlinks li a[data-icon=fa-facebook-official] .fa,
.iconlinks li a[data-icon=fa-facebook-square] .fa {
    font-size: 1.1em
}

.iconlinks li a[data-icon=fa-instagram] {
    background: #517FA4
}

.iconlinks li a[data-icon=fa-google],
.iconlinks li a[data-icon=fa-google-plus],
.iconlinks li a[data-icon=fa-youtube],
.iconlinks li a[data-icon=fa-youtube-play],
.iconlinks li a[data-icon=fa-youtube-square] {
    background: #DD4B39
}

.iconlinks li span {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -10em;
    right: -10em;
    margin: 1em auto 0;
    padding: 1em;
    font-size: 10px;
    border-radius: 1em;
    background: #e8e8e8;
    color: #4a4a4a;
    width: 12em;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

.iconlinks li span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #e8e8e8 transparent;
    position: absolute;
    content: '';
    right: 0;
    bottom: 100%;
    left: 0;
    margin: auto
}

@media (min-width:769px) {
    .iconlinks {
        margin-left: 0
    }
    .iconlinks a:hover span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.hero__main {
    position: relative;
    max-height: 34.0625em;
    background: #222;
    width: 100%;
    z-index: 0
}

.hero__main:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 50%
}

.hero__slideshow {
    z-index: 0
}

.hero__img:after {
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
    content: ''
}

.hero__overlay {
    top: auto;
    bottom: 1.85em
}

.hero__path__item {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.hero__path__item:first-child {
    font-size: 1.25em
}

.hero__path__item:first-child .hero__path__item__sep {
    display: none
}

.hero__path__item:last-child {
    color: rgba(255, 255, 255, 0.5)
}

.hero__path__item__sep {
    margin: 0 2em;
    color: #f2b90a
}

@media (min-width:769px) {
    .hero__path a:hover {
        color: #FFF
    }
}

.main {
    z-index: 0;
    background: #FFF
}

.content {
    padding: 2em 0
}

.sidebar {
    margin-bottom: 2em
}

@media (min-width:769px) {
    .mason--inner .main {
        background: #FFF url("/_site/images/design/main_bg.png") no-repeat bottom right
    }
    .mason--inner .main__content>* {
        float: left
    }
    .mason--inner .content {
        padding-top: 6em;
        padding-bottom: 4em
    }
    .mason--inner .content,
    .mason--inner .hero__path {
        width: 63%;
        padding-right: 5%
    }
    .mason--inner .sidebar {
        width: 37%;
        margin-top: -6.25em;
        margin-bottom: 6.25em
    }
}

@media (min-width:1025px) {
    .csscalc .mason--inner .content,
    .csscalc .mason--inner .hero__path {
        width: calc(100% - 24em)
    }
    .csscalc .mason--inner .sidebar {
        width: 24em
    }
}

.mason--admin .content__title {
    text-transform: none!important
}

.content__region:after,
.content__region:before {
    content: "";
    display: table
}

.content__region:after {
    clear: both
}

.content__region h2,
.content__region h3,
.content__region h4,
.content__region h5,
.content__region h6 {
    margin: 1em 0 0
}

.content__region h2 {
    font-size: 2.25em;
    font-size: 1.5em;
    letter-spacing: 0.0222222222em
}

@media (min-width:769px) {
    .content__region h2 {
        font-size: 1.6981132075em
    }
}

@media (min-width:1025px) {
    .content__region h2 {
        font-size: 1.8367346939em
    }
}

@media (min-width:1301px) {
    .content__region h2 {
        font-size: 2.25em
    }
}

.content__region h3 {
    font-size: 1.875em;
    letter-spacing: 0.0266666667em
}

.content__region h4 {
    font-size: 1.5625em;
    letter-spacing: 0.032em
}

.content__region h5 {
    font-size: 1.375em;
    letter-spacing: 0.0363636364em
}

.content__region .intro {
    margin: 1em 0;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.6;
    color: #2c2c2c
}

.content__region img {
    max-width: 100%;
    height: auto
}

.content__region img[style*=right] {
    margin: 0 0 1em 1em
}

.content__region img[style*=left] {
    margin: 0 1em 1em 0
}

.mason--inner .content>div:not(.content__share) {
    margin-bottom: 3em
}

.content__attachments:after,
.content__attachments:before {
    content: "";
    display: table
}

.content__attachments:after {
    clear: both
}

.content__share {
    margin: 0;
    padding: .5em;
    font-size: .75em
}

.content__share__list__icon {
    display: inline-block;
    min-width: 20%;
    padding: .5em;
    font-size: 2em
}

h2.content__block__news_category__list__item__title {
    font-size: 1.2em
}

.subnav__header {
    color: #FFF;
    padding: 0 5% 0 12%;
    height: 6.25em;
    z-index: 0
}

.subnav__header__bg {
    background: #106a38;
    opacity: .9;
    z-index: -1
}

.subnav__title {
    line-height: 4.15
}

.subnav__main {
    padding: 2em 0 2.85em;
    background: #e8e8e8;
    color: #707070
}

.subnav__list:after,
.subnav__list:before {
    content: "";
    display: table
}

.subnav__list:after {
    clear: both
}

.subnav__list li:last-child a {
    border: none
}

.subnav__list a {
    overflow: hidden;
    position: relative;
    padding: 1.5485em 12%
}

.subnav__list a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background: #f2b90a;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.subnav__list a span {
    display: inline-block
}

.subnav__list .fa {
    right: auto;
    left: 12%;
    height: 42px;
    font-size: 20px;
    opacity: 0;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em)
}

.subnav__list__item--selected a,
.subnav__list a:hover {
    background: #FFF;
    color: #3a3a3a
}

.subnav__list__item--selected a .fa,
.subnav__list__item--selected a:after,
.subnav__list a:hover .fa,
.subnav__list a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.subnav__list__item--selected a span,
.subnav__list a:hover span {
    -webkit-transform: translateX(2em);
    -ms-transform: translateX(2em);
    transform: translateX(2em)
}

.footer {
    background: inherit;
    padding: 2em 0
}

.footer [data-scroll] {
    margin: 1em auto 0
}

.footer [data-scroll] .fa {
    color: #093b1f
}

.footer__logo {
    width: 15%;
    max-width: 4.875em
}

.footer__legal p {
    font-size: 0.875em
}

.footer .no-brk {
    white-space: nowrap
}

.footer__sep {
    margin: 0 1em;
    color: #1c5c38
}

@media (max-width:414px) {
    .footer__sep--brk {
        height: .5em;
        display: block;
        visibility: hidden
    }
}

@media (min-width:650px) {
    .footer__legal {
        text-align: right;
        padding-right: 5.5em
    }
    .footer [data-scroll],
    .footer__logo {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto
    }
    .footer__logo {
        left: 0
    }
    .footer [data-scroll] {
        right: 0
    }
}

.feeds__smlcaps {
    font-size: 0.75em;
    letter-spacing: 0.2em;
    font-size: 12px
}

h2.search__results__item__title.ui_txt__title {
    font-size: 1.4em;
    padding-bottom: 1em;
    }