html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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



@font-face {
  font-family: 'OpenSansRegular';
  src: url('opensans-regular-webfont.woff2') format('woff2'),
       url('opensans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('opensans-italic-webfont.woff2') format('woff2'),
       url('opensans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('opensans-bold-webfont.woff2') format('woff2'),
       url('opensans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('opensans-bolditalic-webfont.woff2') format('woff2'),
       url('opensans-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'WWFRegular';
  src: url('wwf-webfont.woff2') format('woff2'),
       url('wwf-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.os-light {
    font-family: OpenSansLight, Helvetica, Arial, sans-serif
}

.wwf,
.slider .items .aside .hdr,
.nav-tabs .hdr {
    font-family: WWFRegular, Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/assets/boxsizing-b894210b11e5489094e6839fb617ac802fcef432b4a4399655a4f2bf2b03e8ea.htc);
    word-wrap: break-word
}

body {
    background: #fff;
    color: #444;
    font: 15px/1.6 OpenSansRegular, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

body.freeze {
    height: 100vh;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    body.freeze::before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10
    }
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

img {
    display: block;
    max-width: 100%
}

.lte7 img {
    -ms-interpolation-mode: bicubic
}

iframe {
    display: block;
    max-width: 100%
}

a {
    color: #006ea5;
    text-decoration: none;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

a:hover {
    color: #006983;
    text-decoration: underline
}

h1,
.h1,
.homepage-hero-wrapper .hdr,
.hero h1,
.hero .magazine-toc-indepth {
    font: 52px/1.1 OpenSansRegular, Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: bold
}

@media only screen and (max-width: 640px) {

    h1,
    .h1,
    .homepage-hero-wrapper .hdr,
    .hero h1,
    .hero .magazine-toc-indepth {
        font-size: 32px
    }
}

h2,
.h2 {
    font: 20px/1.125 OpenSansRegular, Helvetica, Arial, sans-serif;
    margin-bottom: 5px
}

h3,
.h3 {
    font: bold 15px/1.33333333 OpenSansRegular, Helvetica, Arial, sans-serif;
    margin-bottom: 2px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: block
}

.h1-sub {
    font-size: 44px
}

.h2-sub {
    font: 36px OpenSansLight, Helvetica, Arial, sans-serif
}

.hdr-primary {
    font: 48px/1 WWFRegular, Helvetica, Arial, sans-serif;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.07);
    text-transform: uppercase
}

@media only screen and (max-width: 640px) {
    .hdr-primary {
        font-size: 42px
    }
}

.hdr-primary span {
    background: #fff;
    display: inline-block;
    padding: 0 18px;
    position: relative;
    z-index: 2
}

.hdr-primary:before {
    border: 1px solid #e2dfd7;
    border-width: 1px 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.hdr-primary-shaded-light span {
    background: #f6f5f2
}

.hdr-primary-shaded-light-pattern span {
    background: #ededed url(bg-patterned.png)
}

.hdr-secondary {
    font: bold 16px/52px OpenSansRegular, Helvetica, Arial, sans-serif;
    margin-bottom: 32px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.hdr-secondary:before,
.hdr-secondary:after {
    background: #e5e1e1;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px
}

.hdr-secondary:before {
    top: 0
}

.hdr-secondary:after {
    bottom: 0
}

.hdr-secondary-shaded-mid:before,
.hdr-secondary-shaded-mid:after {
    background: #444
}

.hdr-secondary-shaded-mid:before,
.hdr-secondary-shaded-mid:after {
    background: #2c2c2c
}

.hdr-tertiary {
    border-bottom: 3px solid #e5e1e1;
    display: inline-block;
    font: 24px OpenSansLight, Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    padding-bottom: 5px
}

.wysiwyg .hdr-tertiary {
    border-bottom: 3px solid #e5e1e1;
    display: inline;
    font: 24px/1.6 OpenSansLight, Helvetica, Arial, sans-serif;
    padding-bottom: 2px
}

.wysiwyg .hdr-tertiary+p {
    margin-top: 20px
}

.hdr-quaternary {
    font: 24px/1 WWFRegular, Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.hdr-centered {
    text-align: center
}

.hdr-important {
    text-transform: uppercase
}

.hdr-item {
    color: #55601c
}

.hdr-inline {
    display: inline;
    font: bold 18px/1 OpenSansRegular, Helvetica, Arial, sans-serif
}

.highlight-hero ul {
    list-style: disc;
    margin-left: 20px
}

.highlight-hero,
.highlight-hero ul {
    color: #fff;
    width: 80%
}

.highlight-hero ul {
    width: 70%
}

@media screen and (max-width: 800px) {

    .highlight-hero,
    .highlight-hero ul {
        color: #444;
        width: 100%
    }

    .highlight-hero ul {
        width: 100%
    }
}

.small-text {
    font-size: 13px
}

sup,
.sup,
sub,
.sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

.list-items>li {
    padding-bottom: 8px;
    padding-top: 8px
}

.list-bordered-items>li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    padding-top: 8px
}

.list-bordered-items-no-last>li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.list-vertical-bordered-items>li {
    min-height: 88px;
    padding-bottom: 22px;
    padding-top: 22px;
    position: relative
}

.list-vertical-bordered-items>li:before {
    border-left: 1px dotted #ccc;
    bottom: 12px;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 12px
}

.list-vertical-bordered-items>li:first-child:before {
    display: none
}

.list-horiz-bordered {
    border: 1px dotted #d9d9d9;
    border-width: 1px 0;
    overflow: hidden;
    padding: 15px 0 15px 15px
}

.list-horiz-bordered>li {
    border-left: 1px dotted #d9d9d9;
    float: left;
    margin-left: 20px;
    padding: 3px 0 3px 20px
}

.list-horiz-bordered>li:first-child {
    border: none;
    margin: 0;
    padding-left: 0
}

.list-bordered {
    border-top: 1px dotted #ccc
}

.list-bordered-bottom {
    border-bottom: 1px dotted #ccc
}

.list-linked {
    font-size: 14px
}

.list-linked>li {
    padding: 0
}

.list-linked>li>a {
    display: block;
    padding: 8px 0
}

.list-row>li {
    margin-bottom: 2%
}

.list-row>li.alt-child {
    margin-left: 0
}

.list-5up>li {
    float: left;
    margin-left: 2%;
    width: 18.4%
}

@media only screen and (max-width: 767px) {
    .list-5up>li {
        float: none;
        margin-left: 0;
        width: 100%
    }
}

.list-2up {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

.list-row-flex>li {
    float: left
}

.list-data>li {
    font-size: 12px
}

.list-data .hdr,
.list-data .title,
.list-data .details {
    display: block
}

.list-data .hdr {
    text-transform: uppercase
}

.list-data .title {
    font-size: 13px
}

.list-spaced>li {
    padding: 8px 0
}

.list-extra-spaced>li {
    padding: 12px 0
}

.list-inline {
    font-size: 0
}

.list-inline>li {
    display: inline-block;
    font-size: 13px;
    margin: 0 5px 5px 0
}

.lte7 .list-inline>li {
    display: inline
}

.list-inline-spaced>li {
    margin: 0 30px 0 0;
    vertical-align: top
}

.list-inline-centered {
    text-align: center
}

.list-inline-centered>li {
    margin-right: 0
}

.list-pills .pill {
    background: #f6f5f2;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px
}

.list-pills .pill:hover {
    background: #006983;
    color: #fff;
    text-decoration: none
}

.list-pills .show-all {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px
}

.list-labeled .label {
    display: block;
    float: left;
    text-transform: uppercase;
    width: 185px
}

@media only screen and (max-width: 640px) {
    .list-labeled .label {
        float: none;
        width: auto
    }
}

table {
    width: 100%
}

th {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}

th,
td {
    border-bottom: 1px dotted #ccc;
    padding: 10px
}

@media only screen and (max-width: 479px) {
    .table-to-list thead {
        display: none
    }

    .table-to-list tbody td {
        display: none
    }

    .table-to-list tbody td.keep {
        display: table-cell
    }

    .table-to-list tbody td.keep a {
        display: block
    }
}

.clearing {
    clear: both
}

.container {
    overflow: hidden;
    position: relative
}

.contain:after,
.row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.lte7 .contain,
.lte7 .row {
    height: 1%
}

.screen-reader {
    display: block !important;
    left: -9999px !important;
    position: absolute !important
}

.alt {
    display: block;
    overflow: hidden;
    text-indent: -9999px
}

.touch .alt {
    text-indent: 100%;
    white-space: nowrap
}

.hide {
    display: none
}

.hide-important {
    display: none !important
}

.push-left {
    float: left !important
}

.push-right {
    float: right !important
}

.centered {
    margin: 0 auto
}

.wrapper {
    margin: 0 auto;
    max-width: 1000px
}

.lte7 .wrapper {
    width: 1000px
}

.highlight {
    color: #d8682a
}

.base {
    color: #444
}

.block {
    display: block
}

.icon-link:hover {
    text-decoration: none
}

.row .span1,
.row .span2,
.row .span3,
.row .span4,
.row .span5,
.row .span6,
.row .span7,
.row .span8,
.row .span9,
.row .span10,
.row .span11,
.row .span12 {
    float: left;
    margin-left: 2%
}

.row .span1 {
    width: 6.5%;
    *width: 5.5%
}

.row .span1 .gutter-horiz-in {
    padding-left: 23.54788069%;
    padding-right: 23.54788069%
}

@media only screen and (min-width: 768px) {
    .row .span1 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span1 .gutter-vert-in {
    padding-bottom: 23.54788069%;
    padding-top: 23.54788069%
}

.row .span1 .span1 {
    margin-left: 30.76923077%;
    width: 100%;
    *width: 98.5%
}

.row .span1 .span0 {
    margin-left: 30.76923077%;
    width: -30.76923077%;
    *width: -32.26923077%
}

.row .span2 {
    width: 15%;
    *width: 14%
}

.row .span2 .gutter-horiz-in {
    padding-left: 10.20408163%;
    padding-right: 10.20408163%
}

@media only screen and (min-width: 768px) {
    .row .span2 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span2 .gutter-vert-in {
    padding-bottom: 10.20408163%;
    padding-top: 10.20408163%
}

.row .span2 .span1 {
    margin-left: 13.33333333%;
    width: 43.33333333%;
    *width: 41.83333333%
}

.row .span3 {
    width: 23.5%;
    *width: 22.5%
}

.row .span3 .gutter-horiz-in {
    padding-left: 6.5132436%;
    padding-right: 6.5132436%
}

@media only screen and (min-width: 768px) {
    .row .span3 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span3 .gutter-vert-in {
    padding-bottom: 6.5132436%;
    padding-top: 6.5132436%
}

.row .span3 .span1 {
    margin-left: 8.5106383%;
    width: 27.65957447%;
    *width: 26.15957447%
}

.row .span3 .span2 {
    margin-left: 8.5106383%;
    width: 63.82978723%;
    *width: 62.32978723%
}

.row .span4 {
    width: 32%;
    *width: 31%
}

.row .span4 .gutter-horiz-in {
    padding-left: 4.78316327%;
    padding-right: 4.78316327%
}

@media only screen and (min-width: 768px) {
    .row .span4 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span4 .gutter-vert-in {
    padding-bottom: 4.78316327%;
    padding-top: 4.78316327%
}

.row .span4 .span1 {
    margin-left: 6.25%;
    width: 20.3125%;
    *width: 18.8125%
}

.row .span4 .span2 {
    margin-left: 6.25%;
    width: 46.875%;
    *width: 45.375%
}

.row .span4 .span3 {
    margin-left: 6.25%;
    width: 73.4375%;
    *width: 71.9375%
}

.row .span5 {
    width: 40.5%;
    *width: 39.5%
}

.row .span5 .gutter-horiz-in {
    padding-left: 3.77928949%;
    padding-right: 3.77928949%
}

@media only screen and (min-width: 768px) {
    .row .span5 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span5 .gutter-vert-in {
    padding-bottom: 3.77928949%;
    padding-top: 3.77928949%
}

.row .span5 .span1 {
    margin-left: 4.9382716%;
    width: 16.04938272%;
    *width: 14.54938272%
}

.row .span5 .span2 {
    margin-left: 4.9382716%;
    width: 37.03703704%;
    *width: 35.53703704%
}

.row .span5 .span3 {
    margin-left: 4.9382716%;
    width: 58.02469136%;
    *width: 56.52469136%
}

.row .span5 .span4 {
    margin-left: 4.9382716%;
    width: 79.01234568%;
    *width: 77.51234568%
}

.row .span6 {
    width: 49%;
    *width: 48%
}

.row .span6 .gutter-horiz-in {
    padding-left: 3.12369846%;
    padding-right: 3.12369846%
}

@media only screen and (min-width: 768px) {
    .row .span6 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span6 .gutter-vert-in {
    padding-bottom: 3.12369846%;
    padding-top: 3.12369846%
}

.row .span6 .span1 {
    margin-left: 4.08163265%;
    width: 13.26530612%;
    *width: 11.76530612%
}

.row .span6 .span2 {
    margin-left: 4.08163265%;
    width: 30.6122449%;
    *width: 29.1122449%
}

.row .span6 .span3 {
    margin-left: 4.08163265%;
    width: 47.95918367%;
    *width: 46.45918367%
}

.row .span6 .span4 {
    margin-left: 4.08163265%;
    width: 65.30612245%;
    *width: 63.80612245%
}

.row .span6 .span5 {
    margin-left: 4.08163265%;
    width: 82.65306122%;
    *width: 81.15306122%
}

.row .span7 {
    width: 57.5%;
    *width: 56.5%
}

.row .span7 .gutter-horiz-in {
    padding-left: 2.66193434%;
    padding-right: 2.66193434%
}

@media only screen and (min-width: 768px) {
    .row .span7 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span7 .gutter-vert-in {
    padding-bottom: 2.66193434%;
    padding-top: 2.66193434%
}

.row .span7 .span1 {
    margin-left: 3.47826087%;
    width: 11.30434783%;
    *width: 9.80434783%
}

.row .span7 .span2 {
    margin-left: 3.47826087%;
    width: 26.08695652%;
    *width: 24.58695652%
}

.row .span7 .span3 {
    margin-left: 3.47826087%;
    width: 40.86956522%;
    *width: 39.36956522%
}

.row .span7 .span4 {
    margin-left: 3.47826087%;
    width: 55.65217391%;
    *width: 54.15217391%
}

.row .span7 .span5 {
    margin-left: 3.47826087%;
    width: 70.43478261%;
    *width: 68.93478261%
}

.row .span7 .span6 {
    margin-left: 3.47826087%;
    width: 85.2173913%;
    *width: 83.7173913%
}

.row .span8 {
    width: 66%;
    *width: 65%
}

.row .span8 .gutter-horiz-in {
    padding-left: 2.31910946%;
    padding-right: 2.31910946%
}

@media only screen and (min-width: 768px) {
    .row .span8 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span8 .gutter-vert-in {
    padding-bottom: 2.31910946%;
    padding-top: 2.31910946%
}

.row .span8 .span1 {
    margin-left: 3.03030303%;
    width: 9.84848485%;
    *width: 8.34848485%
}

.row .span8 .span2 {
    margin-left: 3.03030303%;
    width: 22.72727273%;
    *width: 21.22727273%
}

.row .span8 .span3 {
    margin-left: 3.03030303%;
    width: 35.60606061%;
    *width: 34.10606061%
}

.row .span8 .span4 {
    margin-left: 3.03030303%;
    width: 48.48484848%;
    *width: 46.98484848%
}

.row .span8 .span5 {
    margin-left: 3.03030303%;
    width: 61.36363636%;
    *width: 59.86363636%
}

.row .span8 .span6 {
    margin-left: 3.03030303%;
    width: 74.24242424%;
    *width: 72.74242424%
}

.row .span8 .span7 {
    margin-left: 3.03030303%;
    width: 87.12121212%;
    *width: 85.62121212%
}

.row .span9 {
    width: 74.5%;
    *width: 73.5%
}

.row .span9 .gutter-horiz-in {
    padding-left: 2.05451308%;
    padding-right: 2.05451308%
}

@media only screen and (min-width: 768px) {
    .row .span9 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span9 .gutter-vert-in {
    padding-bottom: 2.05451308%;
    padding-top: 2.05451308%
}

.row .span9 .span1 {
    margin-left: 2.68456376%;
    width: 8.72483221%;
    *width: 7.22483221%
}

.row .span9 .span2 {
    margin-left: 2.68456376%;
    width: 20.13422819%;
    *width: 18.63422819%
}

.row .span9 .span3 {
    margin-left: 2.68456376%;
    width: 31.54362416%;
    *width: 30.04362416%
}

.row .span9 .span4 {
    margin-left: 2.68456376%;
    width: 42.95302013%;
    *width: 41.45302013%
}

.row .span9 .span5 {
    margin-left: 2.68456376%;
    width: 54.36241611%;
    *width: 52.86241611%
}

.row .span9 .span6 {
    margin-left: 2.68456376%;
    width: 65.77181208%;
    *width: 64.27181208%
}

.row .span9 .span7 {
    margin-left: 2.68456376%;
    width: 77.18120805%;
    *width: 75.68120805%
}

.row .span9 .span8 {
    margin-left: 2.68456376%;
    width: 88.59060403%;
    *width: 87.09060403%
}

.row .span10 {
    width: 83%;
    *width: 82%
}

.row .span10 .gutter-horiz-in {
    padding-left: 1.84411114%;
    padding-right: 1.84411114%
}

@media only screen and (min-width: 768px) {
    .row .span10 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span10 .gutter-vert-in {
    padding-bottom: 1.84411114%;
    padding-top: 1.84411114%
}

.row .span10 .span1 {
    margin-left: 2.40963855%;
    width: 7.8313253%;
    *width: 6.3313253%
}

.row .span10 .span2 {
    margin-left: 2.40963855%;
    width: 18.07228916%;
    *width: 16.57228916%
}

.row .span10 .span3 {
    margin-left: 2.40963855%;
    width: 28.31325301%;
    *width: 26.81325301%
}

.row .span10 .span4 {
    margin-left: 2.40963855%;
    width: 38.55421687%;
    *width: 37.05421687%
}

.row .span10 .span5 {
    margin-left: 2.40963855%;
    width: 48.79518072%;
    *width: 47.29518072%
}

.row .span10 .span6 {
    margin-left: 2.40963855%;
    width: 59.03614458%;
    *width: 57.53614458%
}

.row .span10 .span7 {
    margin-left: 2.40963855%;
    width: 69.27710843%;
    *width: 67.77710843%
}

.row .span10 .span8 {
    margin-left: 2.40963855%;
    width: 79.51807229%;
    *width: 78.01807229%
}

.row .span10 .span9 {
    margin-left: 2.40963855%;
    width: 89.75903614%;
    *width: 88.25903614%
}

.row .span11 {
    width: 91.5%;
    *width: 90.5%
}

.row .span11 .gutter-horiz-in {
    padding-left: 1.67280027%;
    padding-right: 1.67280027%
}

@media only screen and (min-width: 768px) {
    .row .span11 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span11 .gutter-vert-in {
    padding-bottom: 1.67280027%;
    padding-top: 1.67280027%
}

.row .span11 .span1 {
    margin-left: 2.18579235%;
    width: 7.10382514%;
    *width: 5.60382514%
}

.row .span11 .span2 {
    margin-left: 2.18579235%;
    width: 16.39344262%;
    *width: 14.89344262%
}

.row .span11 .span3 {
    margin-left: 2.18579235%;
    width: 25.68306011%;
    *width: 24.18306011%
}

.row .span11 .span4 {
    margin-left: 2.18579235%;
    width: 34.9726776%;
    *width: 33.4726776%
}

.row .span11 .span5 {
    margin-left: 2.18579235%;
    width: 44.26229508%;
    *width: 42.76229508%
}

.row .span11 .span6 {
    margin-left: 2.18579235%;
    width: 53.55191257%;
    *width: 52.05191257%
}

.row .span11 .span7 {
    margin-left: 2.18579235%;
    width: 62.84153005%;
    *width: 61.34153005%
}

.row .span11 .span8 {
    margin-left: 2.18579235%;
    width: 72.13114754%;
    *width: 70.63114754%
}

.row .span11 .span9 {
    margin-left: 2.18579235%;
    width: 81.42076503%;
    *width: 79.92076503%
}

.row .span11 .span10 {
    margin-left: 2.18579235%;
    width: 90.71038251%;
    *width: 89.21038251%
}

.row .span12 {
    width: 100%;
    *width: 99%
}

.row .span12 .gutter-horiz-in {
    padding-left: 1.53061225%;
    padding-right: 1.53061225%
}

@media only screen and (min-width: 768px) {
    .row .span12 .gutter-horiz-in.blog-social-buttons-container {
        padding-left: 0;
        padding-right: 0
    }
}

.row .span12 .gutter-vert-in {
    padding-bottom: 1.53061225%;
    padding-top: 1.53061225%
}

.row .span12 .span1 {
    margin-left: 2%;
    width: 6.5%;
    *width: 5%
}

.row .span12 .span2 {
    margin-left: 2%;
    width: 15%;
    *width: 13.5%
}

.row .span12 .span3 {
    margin-left: 2%;
    width: 23.5%;
    *width: 22%
}

.row .span12 .span4 {
    margin-left: 2%;
    width: 32%;
    *width: 30.5%
}

.row .span12 .span5 {
    margin-left: 2%;
    width: 40.5%;
    *width: 39%
}

.row .span12 .span6 {
    margin-left: 2%;
    width: 49%;
    *width: 47.5%
}

.row .span12 .span7 {
    margin-left: 2%;
    width: 57.5%;
    *width: 56%
}

.row .span12 .span8 {
    margin-left: 2%;
    width: 66%;
    *width: 64.5%
}

.row .span12 .span9 {
    margin-left: 2%;
    width: 74.5%;
    *width: 73%
}

.row .span12 .span10 {
    margin-left: 2%;
    width: 83%;
    *width: 81.5%
}

.row .span12 .span11 {
    margin-left: 2%;
    width: 91.5%;
    *width: 90%
}

.row>:first-child,
.row .no-gutter,
.row .row>:first-child,
.row .row .no-gutter {
    margin-left: 0
}

.row .push1 {
    margin-left: 10.5%
}

.row .push1-first-child {
    margin-left: 8.5%
}

.row .push2 {
    margin-left: 19%
}

.row .push2-first-child {
    margin-left: 17%
}

.row .push3 {
    margin-left: 27.5%
}

.row .push3-first-child {
    margin-left: 25.5%
}

.row .push4 {
    margin-left: 36%
}

.row .push4-first-child {
    margin-left: 34%
}

.row .push5 {
    margin-left: 44.5%
}

.row .push5-first-child {
    margin-left: 42.5%
}

.row .push6 {
    margin-left: 53%
}

.row .push6-first-child {
    margin-left: 51%
}

.row .push7 {
    margin-left: 61.5%
}

.row .push7-first-child {
    margin-left: 59.5%
}

.row .push8 {
    margin-left: 70%
}

.row .push8-first-child {
    margin-left: 68%
}

.row .push9 {
    margin-left: 78.5%
}

.row .push9-first-child {
    margin-left: 76.5%
}

.row .push10 {
    margin-left: 87%
}

.row .push10-first-child {
    margin-left: 85%
}

.row .push11 {
    margin-left: 95.5%
}

.row .push11-first-child {
    margin-left: 93.5%
}

@media only screen and (max-width: 640px) {

    .row .span1,
    .row .span2,
    .row .span3,
    .row .span4,
    .row .span5,
    .row .span6,
    .row .span7,
    .row .span8,
    .row .span9,
    .row .span10,
    .row .span11,
    .row .span12,
    .row .row [class*="span"],
    .row .medium-break {
        float: none !important;
        margin-left: 0;
        width: 100%
    }

    .row .span1 .gutter-horiz-in,
    .row .span2 .gutter-horiz-in,
    .row .span3 .gutter-horiz-in,
    .row .span4 .gutter-horiz-in,
    .row .span5 .gutter-horiz-in,
    .row .span6 .gutter-horiz-in,
    .row .span7 .gutter-horiz-in,
    .row .span8 .gutter-horiz-in,
    .row .span9 .gutter-horiz-in,
    .row .span10 .gutter-horiz-in,
    .row .span11 .gutter-horiz-in,
    .row .span12 .gutter-horiz-in {
        padding-left: 3.06122449%;
        padding-right: 3.06122449%
    }

    .row .span1 .gutter-vert-in,
    .row .span2 .gutter-vert-in,
    .row .span3 .gutter-vert-in,
    .row .span4 .gutter-vert-in,
    .row .span5 .gutter-vert-in,
    .row .span6 .gutter-vert-in,
    .row .span7 .gutter-vert-in,
    .row .span8 .gutter-vert-in,
    .row .span9 .gutter-vert-in,
    .row .span10 .gutter-vert-in,
    .row .span11 .gutter-vert-in,
    .row .span12 .gutter-vert-in {
        padding-bottom: 3.06122449%;
        padding-top: 3.06122449%
    }
}

.gutter-top-1 {
    margin-top: 1%
}

.gutter-top-in-1 {
    padding-top: 1%
}

.gutter-top-fixed-1 {
    margin-top: 10px
}

.gutter-top-in-fixed-1 {
    padding-top: 10px
}

.gutter-top-2 {
    margin-top: 2%
}

.gutter-top-in-2 {
    padding-top: 2%
}

.gutter-top-fixed-2 {
    margin-top: 20px
}

.gutter-top-in-fixed-2 {
    padding-top: 20px
}

.gutter-top-3 {
    margin-top: 3%
}

.gutter-top-in-3 {
    padding-top: 3%
}

.gutter-top-fixed-3 {
    margin-top: 30px
}

.gutter-top-in-fixed-3 {
    padding-top: 30px
}

.gutter-top-4 {
    margin-top: 4%
}

.gutter-top-in-4 {
    padding-top: 4%
}

.gutter-top-fixed-4 {
    margin-top: 40px
}

.gutter-top-in-fixed-4 {
    padding-top: 40px
}

.gutter-top-5 {
    margin-top: 5%
}

.gutter-top-in-5 {
    padding-top: 5%
}

.gutter-top-fixed-5 {
    margin-top: 50px
}

.gutter-top-in-fixed-5 {
    padding-top: 50px
}

.gutter-top-6 {
    margin-top: 6%
}

.gutter-top-in-6 {
    padding-top: 6%
}

.gutter-top-fixed-6 {
    margin-top: 60px
}

.gutter-top-in-fixed-6 {
    padding-top: 60px
}

.gutter-top-7 {
    margin-top: 7%
}

.gutter-top-in-7 {
    padding-top: 7%
}

.gutter-top-fixed-7 {
    margin-top: 70px
}

.gutter-top-in-fixed-7 {
    padding-top: 70px
}

.gutter-top-8 {
    margin-top: 8%
}

.gutter-top-in-8 {
    padding-top: 8%
}

.gutter-top-fixed-8 {
    margin-top: 80px
}

.gutter-top-in-fixed-8 {
    padding-top: 80px
}

.gutter-top-9 {
    margin-top: 9%
}

.gutter-top-in-9 {
    padding-top: 9%
}

.gutter-top-fixed-9 {
    margin-top: 90px
}

.gutter-top-in-fixed-9 {
    padding-top: 90px
}

.gutter-top-10 {
    margin-top: 10%
}

.gutter-top-in-10 {
    padding-top: 10%
}

.gutter-top-fixed-10 {
    margin-top: 100px
}

.gutter-top-in-fixed-10 {
    padding-top: 100px
}

.gutter-top-in {
    padding-top: 1.53061225%
}

.gutter-right-1 {
    margin-right: 1%
}

.gutter-right-in-1 {
    padding-right: 1%
}

.gutter-right-fixed-1 {
    margin-right: 10px
}

.gutter-right-in-fixed-1 {
    padding-right: 10px
}

.gutter-right-2 {
    margin-right: 2%
}

.gutter-right-in-2 {
    padding-right: 2%
}

.gutter-right-fixed-2 {
    margin-right: 20px
}

.gutter-right-in-fixed-2 {
    padding-right: 20px
}

.gutter-right-3 {
    margin-right: 3%
}

.gutter-right-in-3 {
    padding-right: 3%
}

.gutter-right-fixed-3 {
    margin-right: 30px
}

.gutter-right-in-fixed-3 {
    padding-right: 30px
}

.gutter-right-4 {
    margin-right: 4%
}

.gutter-right-in-4 {
    padding-right: 4%
}

.gutter-right-fixed-4 {
    margin-right: 40px
}

.gutter-right-in-fixed-4 {
    padding-right: 40px
}

.gutter-right-5 {
    margin-right: 5%
}

.gutter-right-in-5 {
    padding-right: 5%
}

.gutter-right-fixed-5 {
    margin-right: 50px
}

.gutter-right-in-fixed-5 {
    padding-right: 50px
}

.gutter-right-6 {
    margin-right: 6%
}

.gutter-right-in-6 {
    padding-right: 6%
}

.gutter-right-fixed-6 {
    margin-right: 60px
}

.gutter-right-in-fixed-6 {
    padding-right: 60px
}

.gutter-right-7 {
    margin-right: 7%
}

.gutter-right-in-7 {
    padding-right: 7%
}

.gutter-right-fixed-7 {
    margin-right: 70px
}

.gutter-right-in-fixed-7 {
    padding-right: 70px
}

.gutter-right-8 {
    margin-right: 8%
}

.gutter-right-in-8 {
    padding-right: 8%
}

.gutter-right-fixed-8 {
    margin-right: 80px
}

.gutter-right-in-fixed-8 {
    padding-right: 80px
}

.gutter-right-9 {
    margin-right: 9%
}

.gutter-right-in-9 {
    padding-right: 9%
}

.gutter-right-fixed-9 {
    margin-right: 90px
}

.gutter-right-in-fixed-9 {
    padding-right: 90px
}

.gutter-right-10 {
    margin-right: 10%
}

.gutter-right-in-10 {
    padding-right: 10%
}

.gutter-right-fixed-10 {
    margin-right: 100px
}

.gutter-right-in-fixed-10 {
    padding-right: 100px
}

.gutter-right-in {
    padding-right: 1.53061225%
}

.gutter-bottom-1 {
    margin-bottom: 1%
}

.gutter-bottom-in-1 {
    padding-bottom: 1%
}

.gutter-bottom-fixed-1 {
    margin-bottom: 10px
}

.gutter-bottom-in-fixed-1 {
    padding-bottom: 10px
}

.gutter-bottom-2 {
    margin-bottom: 2%
}

.gutter-bottom-in-2 {
    padding-bottom: 2%
}

.gutter-bottom-fixed-2 {
    margin-bottom: 20px
}

.gutter-bottom-in-fixed-2 {
    padding-bottom: 20px
}

.gutter-bottom-3 {
    margin-bottom: 3%
}

.gutter-bottom-in-3 {
    padding-bottom: 3%
}

.gutter-bottom-fixed-3 {
    margin-bottom: 30px
}

.gutter-bottom-in-fixed-3 {
    padding-bottom: 30px
}

.gutter-bottom-4 {
    margin-bottom: 4%
}

.gutter-bottom-in-4 {
    padding-bottom: 4%
}

.gutter-bottom-fixed-4 {
    margin-bottom: 40px
}

.gutter-bottom-in-fixed-4 {
    padding-bottom: 40px
}

.gutter-bottom-5 {
    margin-bottom: 5%
}

.gutter-bottom-in-5 {
    padding-bottom: 5%
}

.gutter-bottom-fixed-5 {
    margin-bottom: 50px
}

.gutter-bottom-in-fixed-5 {
    padding-bottom: 50px
}

.gutter-bottom-6 {
    margin-bottom: 6%
}

.gutter-bottom-in-6 {
    padding-bottom: 6%
}

.gutter-bottom-fixed-6 {
    margin-bottom: 60px
}

.gutter-bottom-in-fixed-6 {
    padding-bottom: 60px
}

.gutter-bottom-7 {
    margin-bottom: 7%
}

.gutter-bottom-in-7 {
    padding-bottom: 7%
}

.gutter-bottom-fixed-7 {
    margin-bottom: 70px
}

.gutter-bottom-in-fixed-7 {
    padding-bottom: 70px
}

.gutter-bottom-8 {
    margin-bottom: 8%
}

.gutter-bottom-in-8 {
    padding-bottom: 8%
}

.gutter-bottom-fixed-8 {
    margin-bottom: 80px
}

.gutter-bottom-in-fixed-8 {
    padding-bottom: 80px
}

.gutter-bottom-9 {
    margin-bottom: 9%
}

.gutter-bottom-in-9 {
    padding-bottom: 9%
}

.gutter-bottom-fixed-9 {
    margin-bottom: 90px
}

.gutter-bottom-in-fixed-9 {
    padding-bottom: 90px
}

.gutter-bottom-10 {
    margin-bottom: 10%
}

.gutter-bottom-in-10 {
    padding-bottom: 10%
}

.gutter-bottom-fixed-10 {
    margin-bottom: 100px
}

.gutter-bottom-in-fixed-10 {
    padding-bottom: 100px
}

.gutter-bottom-in {
    padding-bottom: 1.53061225%
}

.gutter-left-1 {
    margin-left: 1%
}

.gutter-left-in-1 {
    padding-left: 1%
}

.gutter-left-fixed-1 {
    margin-left: 10px
}

.gutter-left-in-fixed-1 {
    padding-left: 10px
}

.gutter-left-2 {
    margin-left: 2%
}

.gutter-left-in-2 {
    padding-left: 2%
}

.gutter-left-fixed-2 {
    margin-left: 20px
}

.gutter-left-in-fixed-2 {
    padding-left: 20px
}

.gutter-left-3 {
    margin-left: 3%
}

.gutter-left-in-3 {
    padding-left: 3%
}

.gutter-left-fixed-3 {
    margin-left: 30px
}

.gutter-left-in-fixed-3 {
    padding-left: 30px
}

.gutter-left-4 {
    margin-left: 4%
}

.gutter-left-in-4 {
    padding-left: 4%
}

.gutter-left-fixed-4 {
    margin-left: 40px
}

.gutter-left-in-fixed-4 {
    padding-left: 40px
}

.gutter-left-5 {
    margin-left: 5%
}

.gutter-left-in-5 {
    padding-left: 5%
}

.gutter-left-fixed-5 {
    margin-left: 50px
}

.gutter-left-in-fixed-5 {
    padding-left: 50px
}

.gutter-left-6 {
    margin-left: 6%
}

.gutter-left-in-6 {
    padding-left: 6%
}

.gutter-left-fixed-6 {
    margin-left: 60px
}

.gutter-left-in-fixed-6 {
    padding-left: 60px
}

.gutter-left-7 {
    margin-left: 7%
}

.gutter-left-in-7 {
    padding-left: 7%
}

.gutter-left-fixed-7 {
    margin-left: 70px
}

.gutter-left-in-fixed-7 {
    padding-left: 70px
}

.gutter-left-8 {
    margin-left: 8%
}

.gutter-left-in-8 {
    padding-left: 8%
}

.gutter-left-fixed-8 {
    margin-left: 80px
}

.gutter-left-in-fixed-8 {
    padding-left: 80px
}

.gutter-left-9 {
    margin-left: 9%
}

.gutter-left-in-9 {
    padding-left: 9%
}

.gutter-left-fixed-9 {
    margin-left: 90px
}

.gutter-left-in-fixed-9 {
    padding-left: 90px
}

.gutter-left-10 {
    margin-left: 10%
}

.gutter-left-in-10 {
    padding-left: 10%
}

.gutter-left-fixed-10 {
    margin-left: 100px
}

.gutter-left-in-fixed-10 {
    padding-left: 100px
}

.gutter-left-in {
    padding-left: 1.53061225%
}

.gutter-horiz-in {
    padding-left: 1.53061225%;
    padding-right: 1.53061225%
}

@media only screen and (max-width: 767px) {
    .gutter-horiz-in {
        padding-left: 3.06122449%;
        padding-right: 3.06122449%
    }
}

.gutter-vert-in {
    padding-bottom: 1.53061225%;
    padding-top: 1.53061225%
}

.gutter-horiz-in-2 {
    padding-left: 3.06122449%;
    padding-right: 3.06122449%
}

.gutter-vert-in-2 {
    padding-bottom: 3.06122449%;
    padding-top: 3.06122449%
}

.gutter-horiz-in-3 {
    padding-left: 4.59183673%;
    padding-right: 4.59183673%
}

.gutter-vert-in-3 {
    padding-bottom: 4.59183673%;
    padding-top: 4.59183673%
}

.gutter-horiz-in-4 {
    padding-left: 6.12244898%;
    padding-right: 6.12244898%
}

.gutter-vert-in-4 {
    padding-bottom: 6.12244898%;
    padding-top: 6.12244898%
}

@media only screen and (max-width: 767px) {
    .medium-add-gutter {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media only screen and (max-width: 999px) {
    .full-add-gutter {
        padding-left: 2%;
        padding-right: 2%
    }
}

.break-show {
    display: none
}

@media only screen and (max-width: 640px) {
    .break-gutter-bottom {
        margin-bottom: 40px
    }

    .break-gutter-bottom-small {
        margin-bottom: 20px
    }

    .break-gutter-bottom-none {
        margin-bottom: 0
    }

    .break-gutter-horiz-none {
        padding-left: 0;
        padding-right: 0
    }

    .break-gutter-horiz {
        margin-left: 3.06122449%;
        margin-right: 3.06122449%
    }

    .break-hide {
        display: none !important
    }

    .break-show {
        display: block !important
    }

    .break-no-float {
        float: none !important
    }

    .break-full {
        float: none !important;
        margin-left: 0 !important;
        width: 100% !important
    }
}

.ico {
    display: inline-block;
    font: 24px/1 IconsRegular;
    text-transform: none;
    vertical-align: middle
}

.svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    vertical-align: middle;
    width: 24px
}

.lte7 .no-gutter {
    margin-left: 0 !important;
    padding-left: 0 !important
}

#header {
    background: #fff;
    position: relative;
    z-index: 11
}

#header #header-skip-navigation {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 100px;
    white-space: nowrap;
    width: 1px
}

#header #header-skip-navigation:focus {
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    top: 16vh;
    left: 25vw;
    background-color: rgba(0, 0, 0, 0.3);
    width: auto
}

#header .logo-header {
    background: #fff;
    margin: 0;
    padding: 12px 0 15px;
    position: relative;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 3
}

#header .logo-header .control {
    color: #444
}

#header .logo {
    background: url(logo.webp) no-repeat;
    height: 76px;
    margin: 0 0 0 15px;
    width: 51px;
    background-size: contain;

}


@media only screen and (min-width: 768px) and (min-width: 1200px) {
    #header {
        padding: 20px 10px 12px
    }
}
@media only screen and (min-width: 768px) {
    #header {
        background: #000; 
        margin: 0;
        padding: 20px 10px 7px;
    }

    #header .wrapper {
        display: -webkit-flex;
        display: flex;
        max-width: 1200px;
        position: relative
    }

    #header .logo-header {
        background-color: transparent;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 100px
    }

    #header .logo {
        background: #fff url(logo.webp) no-repeat;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        height: 120px;
        margin: 0;
        position: absolute;
        top: -20px;
        width: 100px;
        z-index: 3
    }

    #header .logo a {
        display: block;
        height: 100%;
        width: 100%
    }

}

#footer hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0
}

@media only screen and (max-width: 769px) {
    #footer .logo {
        display: block
    }
}

#footer .footer-nav-social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    float: none;
    margin: 0 0 15px 0
}

#footer .footer-nav-social svg {
    height: 40px;
    width: 40px
}

#footer .footer-nav-social li a {
    display: block;
    height: 40px;
    margin: -10px 0;
    overflow: hidden;
    width: 40px
}

#footer .address {
    margin: 10px 0
}

#footer .footer-wrapper {
    max-width: 1200px;
    margin: 0 auto
}

@media only screen and (max-width: 1024px) {
    #footer .footer-wrapper {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

#footer .footer-flex-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

#footer .footer-flex-container .footer-btn {
    background-color: #d55c19;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 769px) {
    #footer .footer-flex-container {
        flex-direction: column
    }
}

#footer .footer-flex-container__mobile {
    display: flex;
    flex-direction: row;
    width: 100%
}

@media only screen and (max-width: 767px) {
    #footer .footer-flex-container__mobile {
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-flex-container__mobile .footer-list-category {
        width: 50%
    }
}

#footer .footer-flex-container__justify-center {
    justify-content: center
}

#footer .footer-flex-container__align-center {
    align-items: center
}

#footer .footer-dark {
    background-color: black;
    color: #fff
}

#footer .login-footer {
    justify-content: flex-end;
    position: relative;
    padding-top: 3%;
    padding-bottom: 1%
}

#footer .login-footer .footer-btn {
    background-color: #d55c19
}

@media only screen and (max-width: 425px) {
    #footer .login-footer {
        padding-top: 8%;
        padding-bottom: 8%
    }
}

#footer .footer__links-and-signup {
    padding-bottom: 3%;
    padding-top: 3%
}

@media only screen and (max-width: 425px) {
    #footer .footer__links-and-signup {
        padding-top: 8%;
        padding-bottom: 8%
    }
}

#footer .email-signup-footer {
    max-width: 45%;
    padding-left: 5%
}

@media only screen and (max-width: 769px) {
    #footer .email-signup-footer {
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        padding-top: 3%
    }
}

#footer .email-signup-footer form {
    display: flex;
    flex-direction: column
}

#footer .email-signup-footer form input {
    margin-bottom: 5px
}

#footer .email-signup-login-footer-input {
    display: flex;
    justify-content: center;
    align-items: center
}

#footer .footer-btn {
    height: 40px;
    padding: 0px 15px;
    border-radius: 3px;
    font-style: normal
}

#footer .footer-btn a {
    color: #fff
}

@media only screen and (max-width: 425px) {
    #footer .footer-btn {
        width: 100%
    }
}

#footer .footer-list-category {
    width: 100%
}

@media only screen and (max-width: 767px) {
    #footer .footer-list-category {
        margin-bottom: 20px
    }
}

#footer .footer-list-category.footer-br-bottom__mobile {
    max-width: 30%
}

@media only screen and (max-width: 769px) {
    #footer .footer-list-category.footer-br-bottom__mobile {
        max-width: 100%
    }
}

#footer .footer-list-category li {
    margin-bottom: 5px
}

#footer .footer-list-category li.category {
    padding: 3px 0
}

#footer .footer-list-category li:first-child {
    text-transform: uppercase;
    font-weight: bold
}

#footer .footer-list-category li:not(:first-child) a {
    color: white
}

#footer .social-category {
    padding-bottom: 3%
}

@media only screen and (max-width: 769px) {
    #footer .social-category {
        padding-bottom: 9%
    }
}

#footer .footer-form-disclaimer {
    flex-direction: column;
    justify-content: space-around
}

@media only screen and (min-width: 768px) {
    #footer .footer-form-disclaimer {
        height: 200px
    }
}

#footer .footer-form-disclaimer p {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    #footer .footer-form-disclaimer p {
        padding: 5px;
        max-width: 100%;
        text-align: center;
        width: 300px;
        margin: 1rem auto
    }
}

@media only screen and (max-width: 768px) {
    #footer .footer-form-disclaimer p {
        width: 500px
    }
}

#footer .footer-tax {
    max-width: 45%
}

@media only screen and (max-width: 769px) {
    #footer .footer-tax {
        max-width: 100%;
        padding: 8% 0 5% 0
    }
}

#footer .footer-links {
    position: relative;
    justify-content: center
}

@media only screen and (max-width: 769px) {
    #footer .footer-links {
        padding: 5% 0;
        text-align: center
    }
}

#footer .footer-links li {
    margin: 0 20px
}

#footer #footer-copyright-line {
    text-align: center
}

#footer .footer-logo-address,
#footer .footer-tax {
    position: relative
}

@media only screen and (max-width: 769px) {
    #footer .footer-light .footer-wrapper .footer-logo-address {
        order: 2;
        flex-direction: row;
        width: 100%;
        margin-top: 30px;
        justify-content: center;
        padding: 5% 0
    }

    #footer .footer-light .footer-wrapper .footer-list-category {
        order: 1;
        position: relative
    }

    #footer .footer-light .footer-wrapper .footer-tax {
        order: 3
    }

    #footer .footer-dark:nth-child(2) {
        flex-wrap: wrap
    }

    #footer .footer-br-bottom__mobile::after {
        content: '';
        display: block;
        position: absolute;
        background-color: lightgrey;
        width: 100%;
        height: 1px;
        bottom: 0
    }

    #footer .footer-br-top__mobile::after {
        content: '';
        display: block;
        position: absolute;
        background-color: lightgrey;
        width: 100%;
        height: 1px;
        top: 0
    }

    #footer .footer-light .footer-wrapper .footer-list-category.footer-br-bottom__mobile::after {
        bottom: -25px
    }
}

.wysiwyg p,
.wysiwyg ol,
.wysiwyg ul {
    margin-bottom: 1.25em
}

.wysiwyg ol {
    list-style: decimal
}

.wysiwyg ul {
    list-style: disc
}

.wysiwyg ol,
.wysiwyg ul {
    margin-left: 1.5em
}

.wysiwyg .list-unstyled {
    list-style: none
}

.wysiwyg .no-bottom {
    margin-bottom: 0
}

.dem,
#header,
.slider .items .description,
.card,
.card-species,
.nav-tabs,
.index-feature .call-out,
.group-cta-items .cta-item .content,
.list-social a {
    font-size: 13px;
    line-height: 1.5
}

.lead {
    font-size: 15px;
    line-height: 1.6
}

.shaded-light {
    background: #f6f5f2
}

.horiz-separators,
.bottom-horiz-separator {
    border: 1px solid #e2dfd7;
    border-width: 1px 0
}

.bottom-horiz-separator {
    border-width: 0 0 1px
}

.separator-top {
    border-top: 1px solid #e5e3e3
}

.big-separator-top {
    border-top: 5px solid #f4f4f4;
    -moz-box-shadow: 0 -1px 0 0 #ddd;
    -webkit-box-shadow: 0 -1px 0 0 #ddd;
    box-shadow: 0 -1px 0 0 #ddd
}

.big-separator-bottom {
    border-bottom: 6px solid #f4f4f4
}

.big-bordered {
    border: 15px solid #f6f5f3
}

.horiz-separators-dark {
    border-color: #383838
}

.shaded-light-pattern {
    background: #ededed url(bg-patterned.png) 50% 0
}

.breadcrumbs {
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 56px;
    z-index: 2
}

.breadcrumbs li {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    position: relative;
    text-transform: uppercase
}

.breadcrumbs li:after {
    border-left: 1px dotted #404040;
    bottom: 8px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 8px
}

.breadcrumbs li.current {
    padding: 0 15px
}

.breadcrumbs li a,
.breadcrumbs li .page-type-name {
    color: #fff;
    display: block
}

.breadcrumbs li a:hover,
.breadcrumbs li .page-type-name:hover {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #323232), color-stop(100%, #1a1a1a));
    background: -moz-linear-gradient(#323232, #1a1a1a);
    background: -webkit-linear-gradient(#323232, #1a1a1a);
    background: linear-gradient(#323232, #1a1a1a);
    text-decoration: none
}

.breadcrumbs li a:hover .ico,
.breadcrumbs li a:hover .svg-icon,
.breadcrumbs li .page-type-name:hover .ico,
.breadcrumbs li .page-type-name:hover .svg-icon {
    color: #006983
}

.breadcrumbs li a:not(.associated-page) {
    padding: 0 15px
}

.breadcrumbs li .page-type-name {
    padding: 0 15px
}

.breadcrumbs li .page-type-name:hover .svg-icon {
    color: #444
}

.breadcrumbs li:first-child:after {
    display: none
}

.breadcrumbs li:first-child a,
.breadcrumbs li:first-child .page-type-name {
    padding-left: 30px
}

.breadcrumbs .ico {
    font-size: 18px;
    left: 10px;
    margin-top: -11px;
    position: absolute;
    text-transform: none;
    top: 50%;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.breadcrumbs .svg-icon {
    left: 7px;
    margin-top: -14px;
    position: absolute;
    text-transform: none;
    top: 50%;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.breadcrumbs-container {
    position: relative;
    padding-left: 110px;
    padding-right: 100px
}

@media only screen and (max-width: 767px) {
    .breadcrumbs-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 640px) {
    .breadcrumbs-hero .breadcrumbs {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: static
    }
}

.breadcrumbs-standalone {
    background: none;
    position: static
}

@media only screen and (max-width: 767px) {
    .breadcrumbs-standalone {
        margin-top: -18px
    }
}

.breadcrumbs-standalone li {
    color: #777
}

.breadcrumbs-standalone li:after {
    border-color: #b8b8b6
}

.breadcrumbs-standalone li a {
    color: #444
}

.breadcrumbs-standalone li a:hover {
    background: none;
    color: #006983
}

.breadcrumbs-standalone li .page-type-name {
    color: #444
}

.breadcrumbs-standalone li .page-type-name:hover {
    background: none
}