/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
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;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
    -webkit-font-smoothing: antialiased;  
    -moz-osx-font-smoothing: grayscale;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
}
img.size-full {
    max-width: 100%;
    width: auto;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
html {
    font-size: 50%;
    background: #ccc;
}
@media (min-width: 360px) {
    html {
        font-size: 62.5%;
    }
}
* {
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    line-height: 1.5;
}
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1920px;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    text-rendering: optimizelegibility;
}
.h1,
h1 {
    margin-bottom: 0.5em;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
}
.h1,
.h2,
h1,
h2 {
    line-height: 1.2;
}
.h2,
h2 {
    margin: 1em 0 0.5em;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
}
.h3,
h3 {
    font-size: 1.75rem;
    margin: 2em 0 0.6em;
}
.h3:first-child,
h3:first-child {
    margin-top: 0;
}
.h4,
h4 {
    margin-bottom: 1.5em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
}
.h5,
h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
}
.h6,
h6 {
    margin-bottom: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.h2,
.h3,
.h4,
.h6,
h2,
h3,
h4,
h6 {
    color: #666;
}
p {
    margin: 0 0 0.75em;
}
a {
    text-decoration: none;
}
a,
a:hover {
    color: #00addc;
}
a:hover {
    text-decoration: underline;
}
blockquote {
    margin: 0;
}
figcaption strong {
    display: block;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}
.grid-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.grid-spaced .griditem {
    margin-bottom: 1.5em;
}
.grid-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 360px) {
    .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .no-flexbox .grid:after,
    .no-flexbox .grid:before {
        content: "";
        display: table;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .no-flexbox .grid:after {
        clear: both;
    }
    .no-flexbox .grid .grid {
        margin-left: 0;
    }
    .grid-spaced {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .griditem-sm-1 {
        width: 8.33333333%;
    }
    .no-flexbox .griditem-sm-1 {
        float: left;
    }
    .grid-spaced .griditem-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 6.33333333%;
        width: calc(8.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-1 {
        width: 8.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-2 {
        width: 16.66666667%;
    }
    .no-flexbox .griditem-sm-2 {
        float: left;
    }
    .grid-spaced .griditem-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 14.66666667%;
        width: calc(16.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-2 {
        width: 16.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-3 {
        width: 25%;
    }
    .no-flexbox .griditem-sm-3 {
        float: left;
    }
    .grid-spaced .griditem-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 23%;
        width: calc(25% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-3 {
        width: 25%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-4 {
        width: 33.33333333%;
    }
    .no-flexbox .griditem-sm-4 {
        float: left;
    }
    .grid-spaced .griditem-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 31.33333333%;
        width: calc(33.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-4 {
        width: 33.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-5 {
        width: 41.66666667%;
    }
    .no-flexbox .griditem-sm-5 {
        float: left;
    }
    .grid-spaced .griditem-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 39.66666667%;
        width: calc(41.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-5 {
        width: 41.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-6 {
        width: 50%;
    }
    .no-flexbox .griditem-sm-6 {
        float: left;
    }
    .grid-spaced .griditem-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 48%;
        width: calc(50% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-6 {
        width: 50%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-7 {
        width: 58.33333333%;
    }
    .no-flexbox .griditem-sm-7 {
        float: left;
    }
    .grid-spaced .griditem-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 56.33333333%;
        width: calc(58.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-7 {
        width: 58.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-8 {
        width: 66.66666667%;
    }
    .no-flexbox .griditem-sm-8 {
        float: left;
    }
    .grid-spaced .griditem-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 64.66666667%;
        width: calc(66.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-8 {
        width: 66.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-9 {
        width: 75%;
    }
    .no-flexbox .griditem-sm-9 {
        float: left;
    }
    .grid-spaced .griditem-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 73%;
        width: calc(75% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-9 {
        width: 75%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-10 {
        width: 83.33333333%;
    }
    .no-flexbox .griditem-sm-10 {
        float: left;
    }
    .grid-spaced .griditem-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 81.33333333%;
        width: calc(83.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-10 {
        width: 83.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-11 {
        width: 91.66666667%;
    }
    .no-flexbox .griditem-sm-11 {
        float: left;
    }
    .grid-spaced .griditem-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 89.66666667%;
        width: calc(91.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-11 {
        width: 91.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-sm-12 {
        width: 100%;
    }
    .no-flexbox .griditem-sm-12 {
        float: left;
    }
    .grid-spaced .griditem-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 98%;
        width: calc(100% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-sm-12 {
        width: 100%;
        padding: 0 1.5em 0 0;
    }
    .grid-spaced .griditem-sm-12 {
        width: 100%;
    }
}
@media (min-width: 769px) {
    .griditem-md-1 {
        width: 8.33333333%;
    }
    .no-flexbox .griditem-md-1 {
        float: left;
    }
    .grid-spaced .griditem-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 6.33333333%;
        width: calc(8.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-1 {
        width: 8.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-2 {
        width: 16.66666667%;
    }
    .no-flexbox .griditem-md-2 {
        float: left;
    }
    .grid-spaced .griditem-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 14.66666667%;
        width: calc(16.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-2 {
        width: 16.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-3 {
        width: 25%;
    }
    .no-flexbox .griditem-md-3 {
        float: left;
    }
    .grid-spaced .griditem-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 23%;
        width: calc(25% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-3 {
        width: 25%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-4 {
        width: 33.33333333%;
    }
    .no-flexbox .griditem-md-4 {
        float: left;
    }
    .grid-spaced .griditem-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 31.33333333%;
        width: calc(33.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-4 {
        width: 33.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-5 {
        width: 41.66666667%;
    }
    .no-flexbox .griditem-md-5 {
        float: left;
    }
    .grid-spaced .griditem-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 39.66666667%;
        width: calc(41.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-5 {
        width: 41.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-6 {
        width: 50%;
    }
    .no-flexbox .griditem-md-6 {
        float: left;
    }
    .grid-spaced .griditem-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 48%;
        width: calc(50% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-6 {
        width: 50%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-7 {
        width: 58.33333333%;
    }
    .no-flexbox .griditem-md-7 {
        float: left;
    }
    .grid-spaced .griditem-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 56.33333333%;
        width: calc(58.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-7 {
        width: 58.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-8 {
        width: 66.66666667%;
    }
    .no-flexbox .griditem-md-8 {
        float: left;
    }
    .grid-spaced .griditem-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 64.66666667%;
        width: calc(66.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-8 {
        width: 66.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-9 {
        width: 75%;
    }
    .no-flexbox .griditem-md-9 {
        float: left;
    }
    .grid-spaced .griditem-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 73%;
        width: calc(75% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-9 {
        width: 75%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-10 {
        width: 83.33333333%;
    }
    .no-flexbox .griditem-md-10 {
        float: left;
    }
    .grid-spaced .griditem-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 81.33333333%;
        width: calc(83.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-10 {
        width: 83.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-11 {
        width: 91.66666667%;
    }
    .no-flexbox .griditem-md-11 {
        float: left;
    }
    .grid-spaced .griditem-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 89.66666667%;
        width: calc(91.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-11 {
        width: 91.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-md-12 {
        width: 100%;
    }
    .no-flexbox .griditem-md-12 {
        float: left;
    }
    .grid-spaced .griditem-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 98%;
        width: calc(100% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-md-12 {
        width: 100%;
        padding: 0 1.5em 0 0;
    }
    .grid-spaced .griditem-md-12 {
        width: 100%;
    }
}
@media (min-width: 990px) {
    .griditem-lg-1 {
        width: 8.33333333%;
    }
    .no-flexbox .griditem-lg-1 {
        float: left;
    }
    .grid-spaced .griditem-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 6.33333333%;
        width: calc(8.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-1 {
        width: 8.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-2 {
        width: 16.66666667%;
    }
    .no-flexbox .griditem-lg-2 {
        float: left;
    }
    .grid-spaced .griditem-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 14.66666667%;
        width: calc(16.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-2 {
        width: 16.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-3 {
        width: 25%;
    }
    .no-flexbox .griditem-lg-3 {
        float: left;
    }
    .grid-spaced .griditem-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 23%;
        width: calc(25% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-3 {
        width: 25%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-4 {
        width: 33.33333333%;
    }
    .no-flexbox .griditem-lg-4 {
        float: left;
    }
    .grid-spaced .griditem-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 31.33333333%;
        width: calc(33.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-4 {
        width: 33.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-5 {
        width: 41.66666667%;
    }
    .no-flexbox .griditem-lg-5 {
        float: left;
    }
    .grid-spaced .griditem-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 39.66666667%;
        width: calc(41.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-5 {
        width: 41.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-6 {
        width: 50%;
    }
    .no-flexbox .griditem-lg-6 {
        float: left;
    }
    .grid-spaced .griditem-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 48%;
        width: calc(50% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-6 {
        width: 50%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-7 {
        width: 58.33333333%;
    }
    .no-flexbox .griditem-lg-7 {
        float: left;
    }
    .grid-spaced .griditem-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 56.33333333%;
        width: calc(58.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-7 {
        width: 58.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-8 {
        width: 66.66666667%;
    }
    .no-flexbox .griditem-lg-8 {
        float: left;
    }
    .grid-spaced .griditem-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 64.66666667%;
        width: calc(66.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-8 {
        width: 66.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-9 {
        width: 75%;
    }
    .no-flexbox .griditem-lg-9 {
        float: left;
    }
    .grid-spaced .griditem-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 73%;
        width: calc(75% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-9 {
        width: 75%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-10 {
        width: 83.33333333%;
    }
    .no-flexbox .griditem-lg-10 {
        float: left;
    }
    .grid-spaced .griditem-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 81.33333333%;
        width: calc(83.33333333% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-10 {
        width: 83.33333333%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-11 {
        width: 91.66666667%;
    }
    .no-flexbox .griditem-lg-11 {
        float: left;
    }
    .grid-spaced .griditem-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 89.66666667%;
        width: calc(91.66666667% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-11 {
        width: 91.66666667%;
        padding: 0 1.5em 0 0;
    }
    .griditem-lg-12 {
        width: 100%;
    }
    .no-flexbox .griditem-lg-12 {
        float: left;
    }
    .grid-spaced .griditem-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 98%;
        width: calc(100% - 1.5em);
    }
    .no-flexbox .grid-spaced .griditem-lg-12 {
        width: 100%;
        padding: 0 1.5em 0 0;
    }
    .grid-spaced .griditem-lg-12 {
        width: 100%;
    }
}
.container {
    margin: 0 auto;
}
@media (min-width: 360px) {
    .container {
        max-width: 1080px;
    }
}
hr {
    border: 0.5px solid #ddd;
    margin: 2em 0 1.5em;
}
button,
form,
input,
textarea {
    font-family: Roboto, sans-serif;
}
label {
    display: block;
    color: #666;
    cursor: pointer;
}
button,
label {
    font-weight: 700;
}
button {
    padding: 0.75em 1.5em;
    border: none;
    background: #00addc;
    text-transform: capitalize;
    color: #fff;
}
input[type="file"] {
    max-width: 100%;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
textarea {
    display: block;
    padding: 0.75em 1.5em;
    width: 100%;
    color: #666;
}
input[type="email"] {
    border-radius: 0;
    border: none;
}
.box,
#home .home-hero-wrapper ~ .section-green .section-container {
    padding: 1.5em;
}
.page-template-template-front .box {
    padding: 1em;
}
.box-vertical {
    padding: 1.5em 0;
}
.box-horizontal {
    padding: 0 1.5em;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.icon-large {
    width: 1.5em;
    height: 1.5em;
}
.icon-xlarge {
    width: 2em;
    height: 2em;
}
.icon-light {
    fill: #fff;
}
.simple-sitemap-page .children {
    margin: 10px auto !important;
}
.simple-sitemap-page .children li {
    padding-bottom: 0 !important;
}
.button,
button,
.card.take-action-item a {
    background: #00addc;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25px;
    margin: 0.375em 0;
    padding: 0.75em 2.25em;
    text-align: center;
    text-transform: capitalize;
}
.button,
.button:hover,
button,
button:hover,
.card.take-action-item a:hover {
    text-decoration: none;
}
.card-container .card.take-action-item .inner-card a:after {
    display: none;
}
.button-primary,
button-primary,
.card.take-action-donate a {
    background-color: #00addc;
    color: #fff !important;
    border: 0 solid #00addc;
    min-width: 185px !important;
    
}
.button-primary:hover,
button-primary:hover {
    background-color: #00bcf0;
    color: #00addc;
    border: 0 solid #ccc;
}
.button-secondary,
button-secondary {
    min-width: 185px;
    background-color: #fff;
    color: #00addc;
    border: 0 solid #ccc;
}
.button-secondary:hover,
button-secondary:hover {
    background-color: #666;
    color: #fff;
    border: 0 solid #ccc;
}
.button-tertiary,
button-tertiary {
    background-color: #c40075;
    color: #fff;
    border: 0 solid #c40075;
}
.button-tertiary:hover,
button-tertiary:hover {
    background-color: #fff;
    color: #c40075;
    border: 0 solid #c40075;
}
.button-cancel,
button-cancel {
    color: #ccc;
    background: #fff;
    border: 1px solid #fafafa;
}
.button-cancel:hover,
button-cancel:hover {
    color: #ccc;
}
.button-outline,
button-outline {
    color: #ccc;
    background: #fff;
    border: 1px solid #fafafa;
}
.button-outline:hover,
button-outline:hover {
    color: #666;
    border: 1px solid #ccc;
}
.button-outline.active,
button-outline.active {
    background: #666;
    color: #fff;
}
.button-small,
button-small {
    font-size: 92%;
}
.button-full,
button-full {
    width: 100%;
    border-radius: 0;
}
.button-plain,
button-plain {
    background: 0 0;
    border: none;
    padding: 0.375em 0;
    font-family: Roboto, sans-serif;
    color: #ccc;
    font-weight: 400;
    text-transform: none;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #666;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 1em 0;
    padding: 0.75em 50px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 11px;
    min-height: 40px;
    line-height: 25px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
textarea {
    border: 1px solid #ccc;
}
figure {
    margin: 0;
    display: inline;
}
img {
    display: block;
}
.breadcrumbs {
    padding: 1em 1.5em;
}
.breadcrumbs li,
.breadcrumbs span {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
}
.breadcrumbs a {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
}
.navigation,
.navigation h2 {
    display: none;
}
.navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation ul li {
    margin-right: 3rem;
}
.navigation ul li a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navigation ul li a:hover {
    color: #00addc;
    text-decoration: none;
}
.navigation ul li:last-child {
    margin-right: 0;
}
@media (min-width: 990px) {
    .navigation {
        display: block;
    }
}
.pagination {
    display: inline-block;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.aligncenter,
.alignleft,
.alignright {
    width: auto;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.aligncenter {
    width: 100% !important;
    max-width: 100% !important;
}
@media (min-width: 769px) {
    .alignright {
        float: right;
        margin: 1em 0 0.75em 0.75em;
    }
    .alignleft {
        float: left;
        margin: 0 0.75em 0.75em 0;
    }
    .aligncenter {
        width: auto !important;
        margin: 0 auto;
        text-align: center;
    }
}
img.size-full,
img.size-medium {
    width: 100%;
}
header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}
header .logo a img {
    height: 70px;
    width: auto;
}
.header-menu-donate-fundraise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-menu-donate-fundraise .button,
.header-menu-donate-fundraise a,
.header-menu-donate-fundraise button {
    font-size: 12px;
}
.header-menu-donate-fundraise .header-menu {
    margin-right: 10px;
}
.header-menu-donate-fundraise .header-menu button {
    background: 0 0;
    border: 1px solid #ccc;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.header-menu-donate-fundraise .header-menu button:hover {
    opacity: 0.85;
}
.header-menu-donate-fundraise .header-menu button img {
    height: 17px;
    margin: 3px 5px;
    width: auto;
}
.header-menu-donate-fundraise .header-donate-fundraise {
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 1;
}
.header-menu-donate-fundraise .header-donate-fundraise .button {
    margin-bottom: 0;
    padding-left: 1.75em;
    padding-right: 1.75em;
    position: relative;
}
.header-menu-donate-fundraise .header-donate-fundraise .button:hover .menu {
    display: block;
}
.header-menu-donate-fundraise .header-donate-fundraise .menu-container {
    display: none;
    left: 0;
    padding-top: 2px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.header-menu-donate-fundraise .header-donate-fundraise .menu-container .carat {
    border-bottom: 10px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: 20px;
    height: 0;
    width: 0;
}
.header-menu-donate-fundraise .header-donate-fundraise .menu-container .menu {
    border-radius: 4px;
}
.header-menu-donate-fundraise .header-donate-fundraise .menu-container .menu a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px 0 10px 10px;
    text-align: left;
    text-transform: capitalize;
}
.header-menu-donate-fundraise .header-donate-fundraise .menu-container .menu a:hover {
    text-decoration: none;
}
.header-menu-donate-fundraise .header-donate-fundraise#donate {
    margin-right: 10px;
}
.header-menu-donate-fundraise .header-donate-fundraise#donate .button {
    background-color: #c40075;
    border: 1px solid #c40075;
    color: #fff;
}
.header-menu-donate-fundraise .header-donate-fundraise#donate .button:hover {
    opacity: 0.85;
}
.header-menu-donate-fundraise .header-donate-fundraise#donate .menu-container .carat {
    border-bottom-color: #c40075;
}
.header-menu-donate-fundraise .header-donate-fundraise#donate .menu-container .menu {
    background-color: #c40075;
}
.header-menu-donate-fundraise .header-donate-fundraise#donate .menu-container .menu a {
    color: #fff;
}
.header-menu-donate-fundraise .header-donate-fundraise#donate .menu-container .menu a:hover {
    background-color: #df3099;
    text-decoration: none;
}
.header-menu-donate-fundraise .header-donate-fundraise#fundraise .button {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #c40075;
    padding-left: 3em;
    padding-right: 3em;
}
.header-menu-donate-fundraise .header-donate-fundraise#fundraise .button:hover {
    opacity: 0.85;
}
.header-menu-donate-fundraise .header-donate-fundraise#fundraise .menu-container .carat {
    border-bottom-color: #ddd;
}
.header-menu-donate-fundraise .header-donate-fundraise#fundraise .menu-container .menu {
    background-color: #ddd;
}
.header-menu-donate-fundraise .header-donate-fundraise#fundraise .menu-container .menu a {
    color: #c40075;
}
.header-menu-donate-fundraise .header-donate-fundraise#fundraise .menu-container .menu a:hover {
    background-color: #fafafa;
}
.header-menu-donate-fundraise .header-donate-fundraise:hover .menu-container {
    display: block;
}
@media (min-width: 990px) {
    .header-menu-donate-fundraise .header-donate-fundraise {
        display: block;
    }
}
.header-overlay-menu {
    background-color: #00addc;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    display: none;
    left: 0;
    padding-bottom: 1%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    font-size: 14px;
}
.header-overlay-menu #overlay-logo-and-search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header-overlay-menu #overlay-logo-and-search .logo-link img {
    height: 70px;
    margin-bottom: 5%;
    width: auto;
}
.header-overlay-menu #overlay-logo-and-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5%;
    height: 40px;
}
.header-overlay-menu #overlay-logo-and-search form input[type="text"] {
    background: url(../imgs/search_icon.png) no-repeat 10px 11px #fff;
    background-size: 4.5%;
    border: none;
    border-radius: 4px;
    color: #666;
    padding-left: 2.5em;
}
@media (min-width: 769px) {
    .header-overlay-menu #overlay-logo-and-search form input[type="text"] {
        width: 60%;
    }
}
.header-overlay-menu #overlay-logo-and-search form button {
    background-color: #666;
    color: #fff;
    margin: 0;
    padding-left: 4em;
    padding-right: 4em;
    position: relative;
    left: 5px;
}
.header-overlay-menu #overlay-logo-and-search #close {
    background: 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.header-overlay-menu .header-menu-donate-fundraise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.5%;
}
.header-overlay-menu .header-menu-donate-fundraise .header-donate-fundraise {
    display: block;
}
.header-overlay-menu .header-menu-donate-fundraise .header-donate-fundraise .button {
    width: 150px;
}
@media (min-width: 990px) {
    .header-overlay-menu .header-menu-donate-fundraise,
    .header-overlay-menu .header-menu-donate-fundraise .header-donate-fundraise {
        display: none;
    }
}
.header-overlay-menu #overlay-links {
    display: block;
    padding-top: 1.5em;
    border-top: 1px solid #fff;
    margin-top: 0.5em;
}
.header-overlay-menu #overlay-links #mobile-links .widget-header {
    margin-bottom: 0;
}
.header-overlay-menu #overlay-links #mobile-links .widget-header ul li a {
    font-weight: 700;
    margin-bottom: 5%;
    text-transform: uppercase;
}
.header-overlay-menu #overlay-links #mobile-links .widget-header ul li a:hover {
    text-decoration: none;
}
@media (min-width: 769px) {
    .header-overlay-menu #overlay-links #mobile-links {
        display: none;
    }
}
.header-overlay-menu #overlay-links .widget-header {
    display: inline-block;
    margin-bottom: 5%;
    padding-right: 3%;
    vertical-align: top;
    width: 100%;
}
.header-overlay-menu #overlay-links .widget-header ul li {
    padding-bottom: 5px;
}
.header-overlay-menu #overlay-links .widget-header ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 0.95em;
}
.header-overlay-menu #overlay-links .widget-header ul li a:hover {
    text-decoration: none;
}
.header-overlay-menu #overlay-links .widget-header ul li:first-child a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
}
@media (min-width: 769px) {
    .header-overlay-menu #overlay-links .widget-header {
        width: 25%;
    }
}
.footer-wrapper {
    font-size: 14px;
    background-color: #fafafa;
}
.footer-wrapper .footer-layer {
    border-bottom: 1px solid #e0e0e0;
    padding: 2.5% 0;
}
.footer-wrapper .footer-layer#footer-sign-up-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.footer-wrapper .footer-layer#footer-sign-up-social #sign-up .button:hover {
    color: #fff;
    opacity: 0.85;
}
.footer-wrapper .footer-layer#footer-sign-up-social #sign-up img {
    max-height: 84px;
    margin: 2% auto;
    width: auto;
}
@media (min-width: 769px) {
    .footer-wrapper .footer-layer#footer-sign-up-social #sign-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-wrapper .footer-layer#footer-sign-up-social #sign-up img {
        margin-left: 60%;
    }
}
.footer-wrapper .footer-layer#footer-sign-up-social #social {
    margin-top: 2%;
}
.footer-wrapper .footer-layer#footer-sign-up-social #social .social-media-icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-wrapper .footer-layer#footer-sign-up-social #social .social-media-icons img {
    height: 36px;
    width: auto;
}
.footer-wrapper .footer-layer#footer-sign-up-social #social .social-media-icons span {
    margin: 0 4.5px;
}
.footer-wrapper .footer-layer#footer-sign-up-social #social .social-media-icons span:first-child {
    margin-left: 15px;
}
@media (min-width: 769px) {
    .footer-wrapper .footer-layer#footer-sign-up-social #social .social-media-icons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.footer-wrapper .footer-layer#footer-menus {
    padding-left: 10%;
    font-size: 13px;
}
.footer-wrapper .footer-layer#footer-menus .widget-footer {
    margin-bottom: 5%;
}
.footer-wrapper .footer-layer#footer-menus .widget-footer h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 700;
}
.footer-wrapper .footer-layer#footer-menus .widget-footer h2,
.footer-wrapper .footer-layer#footer-menus .widget-footer ul li {
    padding-bottom: 5px;
}
.footer-wrapper .footer-layer#footer-menus .widget-footer h2 a,
.footer-wrapper .footer-layer#footer-menus .widget-footer ul li a {
    color: #666;
    font-weight: 400;
}
@media (min-width: 769px) {
    .footer-wrapper .footer-layer#footer-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
    }
    .footer-wrapper .footer-layer#footer-menus .widget-footer {
        margin-bottom: 0;
        padding: 0 1%;
    }
}
.footer-wrapper .footer-layer#footer-logos {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
.footer-wrapper .footer-layer#footer-logos img {
    max-height: 60px;
    margin: 5% auto;
    width: auto;
}
@media (min-width: 769px) {
    .footer-wrapper .footer-layer#footer-logos {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-wrapper .footer-layer#footer-logos .widget-footer:first-child {
        width: 70%;
    }
    .footer-wrapper .footer-layer#footer-logos .widget-footer:first-child p {
        padding-top: 2%;
        text-align: left;
        width: 90%;
    }
}
.footer-wrapper .footer-layer#footer-details .text-layer {
    text-align: center;
}
.footer-wrapper .footer-layer#footer-details .text-layer img {
    height: 30px;
    margin: 5% auto;
    width: 30px;
}
.footer-wrapper .footer-layer#footer-details .text-layer .widget_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.footer-wrapper .footer-layer#footer-details .text-layer #copyright,
.footer-wrapper .footer-layer#footer-details .text-layer .custom-html-widget {
    padding: 0 5px;
}
.footer-wrapper .footer-layer#footer-details .text-layer:first-child {
    margin-bottom: 2.5%;
}
.footer-wrapper .footer-layer#footer-details .text-layer:nth-child(2) {
    color: #ccc;
}
.footer-wrapper .footer-layer#footer-details .text-layer #period-three {
    color: #ccc;
    font-weight: 400;
}
@media (min-width: 769px) {
    .footer-wrapper .footer-layer#footer-details .text-layer img {
        margin: 2% auto;
    }
}
@media (min-width: 1080px) {
    .footer-wrapper .footer-layer#footer-details .text-layer:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-wrapper .footer-layer#footer-details #copyright,
    .footer-wrapper .footer-layer#footer-details .custom-html-widget {
        padding: 7px 10px 0;
    }
}
.home-hero-wrapper {
    background: #ccc;
}
#home #home-hero {
    background: url(../imgs/banners/home_banner_1.jpg) no-repeat top;
    background-size: cover;
    height: 300px;
}
#home #home-hero .box {
    padding: 0;
    height: 100%;
    position: relative;
}
#home #home-hero .box #home-hero-text {
    bottom: 5%;
    color: #fff;
    left: -160px;
    margin-left: 50%;
    position: absolute;
    text-align: center;
    width: 320px;
}
#home #home-hero .box #home-hero-text h2,
#home #home-hero .box #home-hero-text p {
    color: #fff;
    margin: 0 0 1%;
    padding: 0;
}
#home #home-hero .box #home-hero-text h2 {
    font-size: 2.5rem;
    font-weight: 400;
}
#home #home-hero .box #home-hero-text p {
    font-size: 1.5rem;
    padding: 0 5%;
}
#home #home-hero .box #home-hero-text button {
    font-size: 1.3rem;
}
@media (min-width: 769px) {
    #home #home-hero .box #home-hero-text {
        left: 1rem;
        margin-left: 0;
        text-align: left;
        top: 8rem;
        width: 100%;
    }
    #home #home-hero .box #home-hero-text h2 {
        font-size: 4rem;
        font-weight: 400;
        width: 50%;
    }
    #home #home-hero .box #home-hero-text p {
        font-size: 1.9rem;
        padding: 0;
        width: 50%;
    }
}
@media (min-width: 990px) {
    #home #home-hero .box #home-hero-text p {
        width: 40%;
    }
}
@media (min-width: 1080px) {
    #home #home-hero .box #home-hero-text {
        left: 0;
    }
}
@media (min-width: 990px) {
    #home #home-hero {
        height: 500px;
        max-width: 1920px;
        margin: 0 auto;
    }
}
#home .home-section {
    text-align: center;
}
#home .home-section h3 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 4.5% 0 6%4.5% 0 6%5%;
    text-align: center;
}
#home .home-section#home-mission-statement,
#home .home-hero-wrapper ~ .section-green {
    background-color: #d7df23;
    padding: 1.5% 0;
}
#home .home-section#home-mission-statement h3,
#home .home-hero-wrapper ~ .section-green h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 769px) {
    #home .home-section#home-mission-statement h3,
    #home .home-hero-wrapper ~ .section-green h2 {
        width: 63%;
    }
}
#home .home-section#home-mission-statement h3 span {
    font-size: 20px;
    font-weight: 700;
}
#home .home-section#home-how-we-help {
    background: url(../imgs/how-we-help/background.jpg) no-repeat 100% 100% #00addc;
    padding: 5% 0 2%;
}
#home .home-section#home-how-we-help h3 {
    color: #fff;
}
@media (min-width: 769px) {
    #home .home-section#home-how-we-help h3 {
        font-size: 3em;
    }
}
#home .home-section#home-how-we-help .how-we-help-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#home .home-section#home-how-we-help .how-we-help-item {
    margin: 0 0 1.5em;
    max-width: 300px;
    padding: 0 4% 4%;
}
#home .home-section#home-how-we-help .how-we-help-item .how-we-help-image {
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    width: 200px;
}
#home .home-section#home-how-we-help .how-we-help-item a,
#home .home-section#home-how-we-help .how-we-help-item h4 {
    color: #d7df23;
}
#home .home-section#home-how-we-help .how-we-help-item h4 {
    font-size: 1.5em;
    margin-bottom: 5%;
    padding-top: 0.5em;
}
#home .home-section#home-how-we-help .how-we-help-item p {
    color: #fff;
    font-size: 1.15em;
    margin-bottom: 5%;
}
#home .home-section#home-how-we-help .how-we-help-item a {
    background: url(../imgs/link_arrow_home_how_we_help.png) 100% no-repeat;
    font-size: 1.15em;
    padding-right: 10px;
}
@media (min-width: 769px) {
    #home .home-section#home-how-we-help .how-we-help-item {
        margin: 0 0 2em;
        max-width: 100%;
        padding: 0 4% 2%;
    }
}
#home .home-section#home-you-can-help,
.section-map + .section-wrapper {
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    padding: 4.5% 0 3em;
}
.section-map {
    border-bottom: 1px solid #ddd;
}
.section-map + .section-wrapper + .section-wrapper + .section-wrapper,
.section#recognize-and-report {
    border-top: 1px solid #ddd;
    padding: 4.5% 0 6%;
}
#home .home-section#home-you-can-help .you-can-help-item {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-bottom: 2%;
    overflow: hidden;
    margin: 1.5em;
}
@media (min-width: 769px) {
    #home .home-section#home-you-can-help .you-can-help-item {
        margin: initial;
    }
}
#home .home-section#home-you-can-help .you-can-help-item img {
    width: 100%;
}
#home .home-section#home-you-can-help .you-can-help-item h5,
.section-map + .section-wrapper .card-container .card .inner-card h5 {
    color: #00addc;
    margin: 5% 0;
}
#home-you-can-help .you-can-help-item p,
.section-map + .section-wrapper .card-container .card .inner-card p {
    margin-bottom: 5%;
    padding: 0 10%;
}
@media (min-width: 769px) {
    #home .home-section#home-you-can-help .you-can-help-item p,
    .section-map + .section-wrapper .card-container .card .inner-card p {
        padding: 0 5%;
    }
}
#home .home-section#home-you-can-help h4 {
    color: #c40075;
    font-size: 2.25em;
    font-weight: 400;
    margin: 4.5% 0 2%;
}
#home .home-section#home-you-can-help .button {
    background-color: #c40075;
}
#home .home-section#home-you-can-help .button:hover {
    opacity: 0.85;
}
#home .home-section#home-take-action,
.section-map + .section-wrapper + .section-wrapper {
    background-color: #fafafa;
    padding: 1.5em;
    text-align: center;
}
#home .home-section#home-take-action h3 {
    color: #666;
    margin-bottom: 0.75em;
}
#home .home-section#home-take-action .take-action-item-container {
    padding: 1.5em;
}
#home .home-section#home-take-action .take-action-item,
#home .icon-card.take-action-item {
    border-radius: 4px;
    margin-bottom: 1.5em;
    padding: 3em 1.5em 1.5em;
}
#home .home-section#home-take-action .take-action-item svg {
    display: block;
    margin: 0 auto;
    width: 60px;
    fill: #fff;
}
#home .home-section#home-take-action .take-action-item#newsroom svg {
    fill: #666;
}
#home .home-section#home-take-action .take-action-item h5,
#home .card-container .card.icon-card.take-action-item .inner-card h5 {
    color: #fff;
    margin: 1.5em 0;
    text-transform: capitalize;
}
#home .home-section#home-take-action .take-action-item#donate,
#home .cards .take-action-donate {
    background-color: #c40075;
}
#home .home-section#home-take-action .take-action-item#donate .button,
.card.take-action-donate a {
    background-color: #df3099;
}
#home .home-section#home-take-action .take-action-item#donate .button:hover,
.card-container .card.take-action-donate .inner-card a:hover {
    background-color: #ac1b72;
    text-decoration: none;
}
#home .home-section#home-take-action .take-action-item#newsroom,
#home .cards .take-action-newsroom {
    background-color: #d7df23;
}
#home .home-section#home-take-action .take-action-item#newsroom .button,
#home .home-section#home-take-action .take-action-item#newsroom h5,
.card.take-action-newsroom a,
#home .card-container .card.icon-card.take-action-newsroom .inner-card h5 {
    color: #666;
}
#home .home-section#home-take-action .take-action-item#newsroom .button,
.card.take-action-newsroom a {
    background-color: #eaf156;
    padding-left: 1.8em;
    padding-right: 1.8em;
    color: #666 !important;
}
#home .home-section#home-take-action .take-action-item#newsroom .button:hover,
.card-container .card.take-action-newsroom .inner-card a:hover {
    background-color: #f1f4b8;
    text-decoration: none;
}
#home .home-section#home-take-action .take-action-item#events,
#home .cards .take-action-events {
    background-color: #00addc;
}
#home .home-section#home-take-action .take-action-item#events .button,
.card.take-action-events a {
    background-color: #28c4ed;
}
#home .home-section#home-take-action .take-action-item#events .button:hover,
.card-container .card.take-action-events .inner-card a:hover {
    background-color: #42cdf0;
    text-decoration: none;
}
#home .home-section#home-take-action .take-action-item#research,
#home .cards .take-action-research {
    background-color: #f37021;
}
#home .home-section#home-take-action .take-action-item#research .button,
.card.take-action-research a {
    background-color: #ff975a;
}
#home .home-section#home-take-action .take-action-item#research .button:hover,
.card-container .card.take-action-research .inner-card a:hover {
    background-color: #ff843d;
    text-decoration: none;
}
@media (min-width: 990px) {
    #home .home-section#home-take-action .take-action-item {
        margin-bottom: 0;
    }
}
@media (min-width: 990px) {
    #home .home-section#home-take-action,
    .section-map + .section-wrapper + .section-wrapper {
        padding: 0 1.5em 4.5%;
    }
}
.article-body-blue,
.section-blue {
    background: #00addc;
}
.article-body-darkgray,
.section-darkgray {
    background: #666;
}
.article-body-magenta,
.section-magenta {
    background: #c40075;
}
.article-body-lightgray,
.section-lightgray {
    background: #fafafa;
}
.article-body-green,
.section-green {
    background: #d7df23;
}
.article-body-green .section-content-text,
.article-body-green .section-title,
.section-green .section-content-text,
.section-green .section-title {
    color: #454545;
}
.article-body-orange,
.section-orange {
    background: #f37021;
}
.article-body-column,
.section-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.article-body-border-green,
.section-border-green {
    border-top: 1px solid #d7df23;
    border-bottom: 1px solid #d7df23;
}
.article-body-border-gray,
.section-border-gray {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.article-body-wrapper,
.section-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
}
.article-body-header,
.section-header {
    padding: 0;
}
.article-body-title,
.section-title {
    color: #666;
    font-weight: 400;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0;
    padding: 0 0 0.75em;
}
.article-body-title-large,
.section-title-large {
    font-size: 42px;
    font-size: 4.2rem;
    margin: 0;
}
.article-body-subtitle,
.section-subtitle {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: -8px;
}
.article-body-subtitle p,
.section-subtitle p {
    max-width: 990px;
    font-style: italic;
}
.article-body-cta,
.section-cta {
    padding-top: 0.75em;
}
.article-body-cta-centered,
.section-cta-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.article-body-container,
.section-container {
    position: relative;
}
.article-body-cta-button-left .ribbon-text,
.section-cta-button-left .ribbon-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.article-body-cta-button-left .ribbon-button,
.section-cta-button-left .ribbon-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.article-body-video a,
.section-video a {
    display: block;
    position: relative;
}
.article-body-video a img,
.section-video a img {
    width: 100%;
}
.article-body-video a:after,
.section-video a:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}
.article-body-video a span,
.section-video a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 9800;
}
.article-body-video a span svg,
.section-video a span svg {
    width: 120px;
    height: 120px;
    fill: #fff;
    opacity: 0.5;
}
.article-body-video a:hover:after,
.section-video a:hover:after {
    background: rgba(0, 0, 0, 0.65);
}
.article-body-video a:hover svg,
.section-video a:hover svg {
    fill: #00addc;
    opacity: 1;
}
.article-body-text-right-image-left .section-column-1,
.article-body-text-right-video-left .section-column-1,
.section-text-right-image-left .section-column-1,
.section-text-right-video-left .section-column-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.article-body-text-right-image-left .section-column-2,
.article-body-text-right-video-left .section-column-2,
.section-text-right-image-left .section-column-2,
.section-text-right-video-left .section-column-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 769px) {
    .article-body-centered-columns .section-columns,
    .section-centered-columns .section-columns {
        max-width: 990px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.article-body-hero img,
.section-hero img {
    width: 100%;
}
.article-body-hero-content,
.section-hero-content {
    position: relative;
    z-index: 1000;
}
.article-body-content-text p,
.section-content-text p {
    font-size: 1.071em;
}
.article-body-content-text a,
.section-content-text a {
    color: #00addc;
    font-weight: 400;
    text-decoration: none;
}
.article-body-content-text a:hover,
.section-content-text a:hover {
    color: #00addc;
    text-decoration: underline;
}
.article-body-content-text a.has-arrow:after,
.section-content-text a.has-arrow:after {
    content: " \203A";
}
.article-body-content-text blockquote,
.section-content-text blockquote {
    background: #eee;
    border-left: 5px solid #00addc;
    font-size: 2rem;
    font-style: italic;
    margin: 3% auto;
    padding: 3%;
    width: 95%;
}
.article-body-content-text ol,
.article-body-content-text ul,
.section-content-text ol,
.section-content-text ul {
    list-style-position: outside;
    margin: 2em 0;
    padding-left: 16px;
    font-size: 15px;
    font-size: 1.5rem;
}
.article-body-content-text ol li,
.article-body-content-text ul li,
.section-content-text ol li,
.section-content-text ul li {
    padding: 0 0 1rem;
}
.article-body-content-text ul,
.section-content-text ul {
    list-style-type: disc;
}
.article-body-content-text ol,
.section-content-text ol {
    list-style-type: decimal;
}
.article-body-embed-full,
.section-embed-full {
    padding: 0;
}
.article-body-embed-full iframe,
.section-embed-full iframe {
    width: 100%;
    height: 200px;
}
@media (min-width: 769px) {
    .article-body-embed-full iframe,
    .section-embed-full iframe {
        height: 400px;
    }
}
.article-body-contact .container,
.section-contact .container {
    background: #fafafa;
    border-radius: 3px;
    padding: 1.5em;
    border: 1px solid #ccc;
}
.article-body-rule,
.section-rule {
    border-bottom: 1px solid #ccc;
    padding: 3em;
}
.section-newsroom-navigation {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
}
.map-container iframe.clicked {
    pointer-events: auto;
}
.card-container .card {
    background: #fafafa;
    border: 1px solid #ccc;
    text-align: center;
}

.section-map + .section-wrapper .card-container .card {
    background-color: #fff;
}
.section-map + .section-wrapper .card-container .card .inner-card {
    padding: 0 0 2em;
}
.card-container .card.news-card {
    text-align: left;
    margin-bottom: 1.5em;
    border-radius: 4px;
}
.card-container .card.news-card-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 1.5em;
    border: none;
}
.card-container .card.news-card-horizontal .date {
    color: #c40075;
}
.card-container .card.news-card-horizontal .news-card-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-container .card.news-card-horizontal .inner-card {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 0 0 1.5em;
}
.card-container .card.news-card .news-card-category {
    display: block;
    padding-top: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
}
.card-container .card.news-card .inner-card h5 {
    border-bottom: none;
    color: #666;
    font-weight: 700;
    padding: 0;
    margin: 0 0 0.5em;
}
.card-container .card.news-card .inner-card .category,
.card-container .card.news-card .inner-card .date {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.card-container .card.news-card .inner-card a {
    display: block;
    margin-bottom: 10px;
}
.card-container .card.news-card .inner-card .date {
    color: #c40075;
}
.card-container .card.news-card.in-the-news .inner-card img {
    height: auto;
    margin: 0 0 15px;
}
.card-container .card.news-card.in-the-news .inner-card h5 {
    padding-top: 0.5em;
}
.card-container .card.column-card img {
    border-top: 4px solid #00addc;
    border-radius: 4px 4px 0 0;
    width: 100%;
}
.section-map + .section-wrapper .card-container .card.column-card img {
    border-top: none;
}
.card-container .card.sponsor-card {
    background: #fff;
    border: none;
    border-radius: 0;
}
.card-container .card.sponsor-card img {
    width: 100%;
}
.card-container .card.resource-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-container .card.resource-card .inner-card {
    border-top: 4px solid #c40075;
    border-radius: 4px;
}
.card-container .card.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-container .card.circle-card {
    border-color: #ccc;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card-container .card.circle-card .inner-card h5 {
    border: none;
    color: #c40075;
    font-weight: 700;
}
.card-container .card.icon-card {
    border: none;
    background: #fff;
}
.card-container .card.icon-card .inner-card h5 {
    border: none;
    color: #666;
    font-weight: 700;
}
.card-container .card .circle-card-image {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-container .card .circle-card-image img {
    border-radius: 50%;
    display: block;
    height: 170px;
    margin-top: 1.5em;
}
.card-container .card .icon-card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-container .card .icon-card-image img {
    display: block;
    width: 75px;
    height: 75px;
}
.page-template-template-front .card-container .card .icon-card-image img {
    width: 60px;
    height: 60px;
}
.card-container .card .inner-card {
    padding: 1em;
}
.card-container .card.take-action-item .inner-card {
    padding: 0;
}
.card-container .card .inner-card img {
    height: 60px;
    margin: 0 auto 15px;
}
.card-container .card .inner-card h5 {
    border-bottom: 1px solid #ccc;
    color: #00addc;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 5% 10px;
    line-height: 1.35em;
}
.section-map + .section-wrapper .card-container .card .inner-card h5 {
    border-bottom: none;
}
.card-container .card .inner-card p {
    font-size: 0.9em;
}
.card-container .card .inner-card a:hover {
    text-decoration: underline;
}
.card-container .card .inner-card a:after {
    content: " \203A";
}
.card-container-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-large,
.card-small {
    border-radius: 5px;
}
.card-large {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cards {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.card-container-large,
.card-container-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro-ribbon .ribbon-text-title {
    color: #fff;
    font-size: 1.45em;
    font-weight: 400;
    margin: 0;
    padding: 0 9%;
}
.intro-ribbon.has-cta .ribbon-text-title {
    padding: 0;
}
.contact-item {
    text-align: center;
    padding: 1.5em 0;
}
.contact-item .contact-headline {
    color: #c40075;
    font-size: 1.2em;
    font-weight: 700;
}
.contact-item .contact-name {
    color: #00addc;
    font-weight: 700;
}
.contact-item .contact-title {
    font-style: italic;
}
.contact-item .contact-email {
    color: #00addc;
}
.more-information {
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 4px;
    padding: 2% 0;
}
.more-information h4 {
    font-size: 1.75em;
    font-weight: 400;
    text-align: center;
}
.team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em;
}
.team-member-image {
    border-radius: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 120px;
}
.team-member-content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 1.5em;
}
.team-member img {
    border-radius: 50%;
    border: 1px solid #ccc;
}
.team-member .team-member-name {
    font-weight: 700;
}
.team-member .team-member-title {
    font-style: italic;
}
.team-member-full {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px solid #ccc;
}
.team-member-full-name {
    font-weight: 400;
    margin: 0;
    font-size: 28px;
    font-size: 2.8rem;
}
.team-member-full-title {
    color: #c40075;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
}
.team-member-full img {
    border-radius: 50%;
    margin: 0 auto 1.5em;
}
.team-member-full-contact {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1.5em;
    text-align: center;
}
.team-member-full-contact p {
    margin: 0 0 0.15em;
}
.team-member-full-content blockquote {
    background: #fafafa;
    font-style: italic;
    padding: 1.5em;
    margin-bottom: 0.75em;
    font-size: 18px;
    font-size: 1.8rem;
}
@media (min-width: 360px) {
    .pull-right {
        float: right;
    }
    .pull-left {
        float: left;
    }
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.hidden {
    display: none;
}
.centered {
    text-align: center;
}
.has-arrow:after {
    content: " \203A";
}
.is-hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0;
}
.is-active {
    opacity: 1;
    height: auto;
    padding: inherit;
}
.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.county-title {
    color: #00addc;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.agency {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.agency-title {
    margin-bottom: 5px;
}
.tooltip {
    background-color: #666;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    z-index: 999;
}
.report-item {
    text-align: center;
}
.report-item svg {
    margin: 20px auto;
    width: 60px;
    fill: #666;
    display: block;
}
.section-support,
#home .section-blue.section-centered-columns {
    background: #c6e1f4 url(../imgs/resources-bg.jpg);
    background-size: cover;
}
.resource {
    background-color: #00addc;
    border-radius: 4px;
    text-align: center;
    margin: 1.5em;
    overflow: hidden;
}
@media (min-width: 769px) {
    .resource {
        margin: 0 auto 1.5em;
    }
}
.resource a,
.resource a:hover {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 30px 0;
}
.map,
.locations {
    margin: 1.5em;
}
@media (min-width: 769px) {
    .map,
    .locations {
        margin: 0;
    }
}
.card.recognize-item h5,
.card.report-item h5 {
    display: none;
}
@media (min-width: 769px) {
    .card.recognize-item {
        margin-left: 50%;
    }
    .card.report-item {
        margin-right: 50%;
    }
} /*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0 !important;
}
.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}
.BBFormContainer .BBFormPricingTable,
.BBFormContainer .BBFormSection {
    max-width: 100% !important;
}
.wp-caption-text {
    margin: 0.5em 0;
    color: #999;
    text-align: left;
    font-size: 13px;
    padding-bottom: 1em;
}
.article-body h3 {
    color: #c40075;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    margin: 0.75em 0 0.25em;
}
.article-body h4 {
    color: #666;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 1em 0 0.5em;
}
.content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.content-sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 769px) {
    .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .content-sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-right: 1px solid #fafafa;
    }
    .content-wrapper {
        border-bottom: 1px solid #fafafa;
    }
}
.menu-button {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    z-index: 200000;
}
.menu-button,
.menu-button a {
    line-height: 1;
}
@media (min-width: 360px) {
    .menu-button {
        top: 30px;
    }
}
@media (min-width: 769px) {
    .menu-button {
        display: none !important;
        visibility: hidden;
    }
}
.navigation-main {
    position: absolute;
    width: auto;
    z-index: 80000;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    padding: 0;
}
.navigation-main.is-active {
    opacity: 1;
    height: auto;
    padding: inherit;
    padding: 4.5em 1.5em;
    overflow-y: auto;
    position: absolute;
    z-index: 100000;
    background: rgba(0, 173, 220, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.navigation-main a {
    display: block;
    padding: 0.75em;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.navigation-main .current-menu-item a,
.navigation-main .current-page-ancestor a {
    color: #00addc;
    background: #fff;
}
@media (min-width: 769px) {
    .navigation-main {
        opacity: 1;
        height: auto;
        padding: inherit;
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        right: auto;
        padding: 0.75em 0 0;
    }
    .navigation-main ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .no-flexbox .navigation-main {
        text-align: center;
    }
    .no-flexbox .navigation-main ul {
        margin: 0 auto;
        width: auto;
    }
    .no-flexbox .navigation-main li,
    .no-flexbox .navigation-main ul {
        display: inline-block;
        text-align: center;
    }
    .navigation-main a {
        border: none;
        color: #00addc;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0.375em 0.75em;
        background: #fafafa;
        margin: 0 0.375em 0 0;
    }
    .navigation-main .current-menu-item a {
        background: #00addc;
        color: #fff;
    }
}
.navigation-footer li {
    display: inline;
}
.navigation-footer a {
    padding: 0.75em;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}
.navigation-sub a {
    display: block;
    padding: 0.75em;
    background: rgba(0, 173, 220, 0.2);
    margin: 0 0 1px;
    border-radius: 3px;
    color: #00799a;
}
.navigation-sub .current-menu-item a,
.navigation-sub a:hover {
    background: #00addc;
    color: #fff;
}
.navigation-sub-title {
    margin: 0.75em 0 0;
}
.menu-newsroom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu-newsroom a {
    display: inline-block;
    padding: 0.75em;
    font-weight: 700;
}
.header-wrapper {
    border-bottom: 1px solid #e0e0e0;
}
.logo-link {
    font-size: 36px;
    font-size: 3.6rem;
}
.page-header-title {
    color: #00addc;
    font-size: 3.75rem;
    font-weight: 400;
    margin-top: 0.5em;
    text-align: center;
    width: 100%;
}
.page-header-subtitle {
    border-top: 1px solid #ddd;
    margin: 0 0 1.5em;
    padding: 1.5em 0 0;
    display: block;
    width: 100%;
    text-align: center;
}
.page-hero-wrapper {
    background: #ccc;
}
.page-hero-image {
    position: relative;
}
.page-hero-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.page-hero-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 0.375em 1.5em;
}
.page-hero-caption p {
    margin: 0;
}
.section-stats {
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}
.section-stats .section-title {
	font-family: Roboto, sans-serif;
    color: #c40075;
}
.section-stats-item {
    padding: 0 6%;
    text-align: center;
}
.section-stats-item img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 30%;
}
@media (min-width: 769px) {
    .section-stats-item img {
        width: 35%;
    }
}
.section-stats-item h5 {
	font-family: Roboto Condensed, sans-serif;
    color: #c40075;
    font-size: 4.5em;
    margin: 0 0 1%;
    padding: 0;
}
.section-stats-item p {
	font-family: Roboto Condensed, sans-serif;
    font-size: 1.15em;
}
.post-list {
    max-width: 800px;
    margin: 0 auto;
}
.post-list-item {
    display: block;
    padding-top: 3em;
    margin-top: 3em;
    border-top: 1px solid #ccc;
    width: 100%;
}
.post-list-item:first-of-type {
    margin-top: 0;
}
.post-list-item-thumbnail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin: 0 0 1.5em;
}
.post-list-item-thumbnail img {
    border: 1px solid #ccc;
    width: 100%;
}
.post-list-item-author {
    color: #00addc;
    font-weight: 700;
    padding: 0.75em 0;
    display: block;
}
.post-list-item-date {
    color: #c40075;
    font-weight: 700;
    padding: 0 0 0.75em;
    display: block;
    text-transform: uppercase;
}
.post-list-item-content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.post-list-item-title {
    margin: 0;
    color: #666;
}
.post-list-item-title a {
    font-weight: 400;
    color: #666;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
}
@media (min-width: 769px) {
    .post-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .post-list-item-thumbnail {
        margin: 0;
        padding-right: 1.5em;
    }
}
.post {
    max-width: 800px;
    margin: 0 auto;
}
.post-header {
    padding: 1.5em 1.5em 0;
}
.post-header-title {
    max-width: 800px;
    margin: 0 auto;
    font-size: 24px;
    font-size: 2.4rem;
}
.post-header-category {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
.post-meta {
    padding: 1.5em 0;
}
.post-date {
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 769px) {
    .post-header-title {
        font-size: 36px;
        font-size: 3.6rem;
    }
    .post-meta-sharing {
        padding: 0;
    }
}
.post .article-body ol,
.post .article-body ul {
    display: block;
    margin: 1em 0 1em 1em;
}
.post .article-body ol li,
.post .article-body ul li {
    padding-top: 0.5em;
}
.post .article-body ul {
    list-style: disc;
}
.post .article-body ol {
    list-style: decimal;
}
.post .article-body blockquote {
    display: block;
    font-size: 1.1em;
    border-left: 5px solid #00addc;
    background-color: #fafafa;
    padding: 1.5em;
    font-style: italic;
    margin: 2em;
}
.post .post-intro {
    padding: 2em;
    margin: 0 0 1em;
    background: #fafafa;
}
.events-list {
    max-width: 990px;
}
.events-header {
    text-align: center;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin: 1.5em 0;
}
.post-event {
    border-bottom: 1px solid #ccc;
    border-top: none;
    padding-top: 0;
    padding-bottom: 3em;
    margin-bottom: 0;
}
.event-date-date {
    color: #c40075;
    font-weight: 700;
}
.event-date-date,
.event-meta strong {
    text-transform: uppercase;
}
.event-preview {
    padding: 0.75em 0;
    font-style: italic;
}
.event-terms {
    padding: 0 0 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
}
.event-register {
    padding: 1.5em 0;
}
.event-featured {
    margin: 0 0 1.5em;
    background: #00addc;
    border-radius: 4px;
    border: 1px solid #fafafa;
    color: #fff;
}
.event-featured img {
    width: 100%;
}
.event-featured-header {
    display: inline-block;
    color: #c40075;
    background: #fff;
    padding: 0.5em 2.25em;
    margin: 0 0 0.75em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    vertical-align: middle;
}
.event-featured-title {
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
}
.event-featured-title a {
    color: #fff;
}
.event-featured-button {
    background: #666;
    margin: 1.5em 0;
    display: inline-block;
}
.event-featured-button:hover {
    color: #fff;
    background: #6e6e6e;
}
.event-featured-time {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0.75em 0;
    display: block;
}
.event-featured-time,
.event-featured-time span {
    color: #fff;
    font-weight: 400;
}
.event-featured-terms {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.categories-list {
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
}
.categories-list a {
    color: #666;
}
.widget-sidebar .menu-item-has-children ul {
    padding-left: 0.75em;
    padding-bottom: 0.75em;
}
.widget-sidebar .menu-item a {
    display: block;
    padding: 0.25em 0;
}
.posttype-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75em 0;
}
.posttype-search,
.posttype-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.posttype-search form {
    width: 100%;
}
.posttype-search form button,
.posttype-search form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.75em 0 0;
}
.posttype-search form input {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin: 0 0.75em 0 0;
}
@media (min-width: 769px) {
    .posttype-search form {
        width: 65%;
        width: 55%;
    }
}
.track-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
    margin: 0 0 1.5em;
}
.track-card-title {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 0;
    padding: 0.75em;
    border-top-width: 4px;
    border-top-style: solid;
    text-align: center;
    font-weight: 400;
    border-radius: 4px;
}
.track-card-description {
    margin: 0 1.5em;
    padding: 1.5em 0;
    border-top: 1px solid #ddd;
}
.tracks {
    margin: 0 0 3em;
}
@media (min-width: 769px) {
    .tracks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .tracks .track-card {
        width: 48%;
        margin: 0 1% 1.5em;
    }
}
@media (min-width: 990px) {
    .tracks .track-card {
        width: 31%;
    }
}
.sessions {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 3em;
    padding-bottom: 1.5em;
}
.session-row {
    padding: 1.5em 1.5em 0;
}
.session-row-time {
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
    font-weight: 700;
}
.session-row:first-child .session-row-time {
    padding-top: 0;
    border-top: none;
}
.session-row-break,
.session-row-dark_gray {
    background: #ddd;
    margin-top: 1.5em;
    padding-bottom: 1.5em;
}
.session-row-break .session-row-time,
.session-row-dark_gray .session-row-time {
    padding: 0;
}
.session-row-white {
    background: #fff;
    margin-top: 1.5em;
    padding-bottom: 1.5em;
}
.session-row-white .session-row-time {
    padding: 0;
    border-top: none;
}
.session-row-location,
.session-row-title {
    text-transform: uppercase;
}
.session-row-title {
    color: #c40075;
    margin: 0;
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.8rem;
}
.session-row-description {
    margin: 0;
    font-style: italic;
}
.session-row-speaker {
    margin: 0;
    font-weight: 700;
}
.talks-list-item {
    text-align: center;
}
.talks-list-item-header h3 {
    font-weight: 400;
    font-size: 28px;
    font-size: 2.8rem;
}
.talks-list-item-header p {
    font-weight: 700;
    color: #c40075;
}
.talks-list-item-talks {
    margin-top: 3em;
}
.talk-content {
    padding: 1.5em;
    text-align: left;
}
.talk-title {
    margin: 0 0 0.75em;
    padding: 0 0 0.75em;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}
.talk-description {
    padding: 0.75em 0;
}
.talk-track-title {
    border-top-width: 4px;
    border-top-style: solid;
    padding-top: 0.75em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    letter-spacing: 1px;
}
.talk-speaker-title {
    margin-bottom: 0.375em;
}
