

#start-resizable-editor-section {
    display: none
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button .wp-block-button__link {
    background-clip: padding-box;
    background-image: none;
    cursor: pointer;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .35s ease;
    display: inline-block;
    text-align: center;
    -webkit-backface-visibility: hidden;
    position: relative;
    font: 600 11px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    border-radius: 50px;
    letter-spacing: .09375rem;
    text-transform: uppercase;
    border: 2px solid #01aeb4;
    backface-visibility: hidden;
    background-color: #01aeb4;
    border-color: #01aeb4;
    color: #fff;
    font-size: 13px;
    padding: 13px 23px 10px
}

.wp-block-button .wp-block-button__link {
    margin: 20px 0 0
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    width: calc(100% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child {
    margin-right: 0;
    width: 100%
}

@supports (column-gap:0.5em) {

    .wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,
    .wp-block-buttons>.wp-block-button.wp-block-button {
        margin-right: 0;
        margin-left: 0
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
        width: calc(25% - .375em)
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
        width: calc(50% - .25em)
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
        width: calc(75% - .125em)
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
        width: auto;
        flex-basis: 100%
    }
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: .5em
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-details {
	transition: all 0.35s linear;
    padding: 20px 0;
    border-bottom: 1px solid #c9c9c9;
}

.wp-block-details > :where( :not( summary ) ) {
	margin-top: 20px;
}

.wp-block-details[open] {
	padding-bottom: 2rem;
}

.wp-block-details summary {
    color: #7d7d7d;
    position: relative;
    transition: all 0.35s ease;
}

.wp-block-details[open] summary {
	color: #01aeb4;
}

.wp-block-details summary::marker {
	content: none;
}

.wp-block-details summary::before,
.wp-block-details summary::after {
    display: block;
    position: absolute;
}

.wp-block-details summary::before {
    box-sizing: border-box;
    content: "";
    width: 26px;
    height: 26px;
    border: 2px solid #01aeb4;
    border-radius: 30px;
    top: 0;
    right: 0;
	float: right;
}

.wp-block-details summary::after {
    font: 20px FontAwesome;
    content: "\f107";
    top: 4px;
    right: 6.5px;
    color: #01aeb4;
}

.wp-block-details[open] summary::after {
	content: "\f106";
    top: 1px;
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }

    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 0;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: inherit
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

.wp-block-heading {
    margin: 15px auto 30px;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 40px 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-pages-list__item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,
.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item__link {
    color: inherit;
    display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-page-list__submenu-icon {
    height: inherit
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .wp-block-page-list__submenu-icon svg {
    stroke: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
    padding: 0
}

.wp-block-navigation .has-child>.wp-block-navigation-link__content,
.wp-block-navigation .has-child>.wp-block-pages-list__item__link {
    margin-right: .5em
}

.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: normal;
    min-width: 200px;
    display: none;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link {
    flex-grow: 1
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {

    .wp-block-navigation .has-child .submenu-container .submenu-container:before,
    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:hover {
    cursor: pointer
}

.wp-block-navigation .has-child:hover>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within {
    cursor: pointer
}

.wp-block-navigation .has-child:focus-within>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container {
    left: auto;
    right: 0
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: auto;
    right: 100%
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .wp-block-page-list,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 2em 0 0
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child {
    margin-right: 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 .5em 0 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
    left: -1em;
    top: 100%
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
    margin: 0
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: -1px
}

@media (min-width:782px) {

    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
    .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
    .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: -1px
    }
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
    left: 0;
    top: 100%
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: 0
}

@media (min-width:782px) {

    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation:not(.has-background) .submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

@media (min-width:600px) {
    .wp-block-navigation__container {
        display: flex;
        flex-wrap: wrap
    }

    .is-vertical .wp-block-navigation__container {
        display: block;
        flex-direction: column;
        align-items: flex-start
    }
}

.items-justified-center .wp-block-navigation__container {
    justify-content: center
}

.items-justified-right .wp-block-navigation__container {
    justify-content: flex-end
}

.items-justified-space-between .wp-block-navigation__container {
    justify-content: space-between
}

.is-vertical.items-justified-center>ul {
    align-items: center
}

.is-vertical.items-justified-right>ul {
    align-items: flex-end
}

.is-vertical.items-justified-right>ul .wp-block-navigation-link,
.is-vertical.items-justified-right>ul .wp-block-pages-list__item {
    margin-right: 0;
    justify-content: flex-end
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    overflow: auto;
    z-index: 100000;
    padding: 24px;
    background-color: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    line-height: 48px;
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
    background: transparent !important
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: flex;
        flex-direction: row;
        position: relative;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open {
        display: none
    }
}

.items-justified-left .wp-block-navigation__responsive-container-open {
    margin-left: 0;
    margin-right: auto
}

.items-justified-center .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: auto
}

.items-justified-right .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    height: 100%
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
    display: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 32px;
    border: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
    flex-direction: column;
    align-items: flex-start
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
    padding: .5em 1em
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    background-color: inherit
}

.wp-block-navigation .wp-block-pages-list__item {
    background-color: inherit
}

.wp-block-navigation .wp-block-page-list__submenu-icon {
    display: none
}

.is-open .wp-block-navigation__container .wp-block-page-list,
.is-vertical .wp-block-navigation__container .wp-block-page-list,
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
    display: block
}

@media (min-width:480px) {
    .is-open .wp-block-navigation__container .wp-block-page-list {
        display: flex
    }
}

.items-justified-space-between .wp-block-page-list {
    display: contents
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block
}

.wp-block-post-comments .comment-form-comment textarea {
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input,
.wp-block-post-comments textarea {
    border: 1px solid #949494
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-excerpt__more-link,
.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template,
.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template li,
.wp-block-query-loop li {
    clear: both
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {

    .wp-block-post-template.is-flex-container li,
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "Â·Â·Â·";
    color: currentColor;
    font: 1.5em serif;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo .aligncenter {
    display: table
}

.wp-block-site-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
    border-width: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-video video {
    width: 100%
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

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

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

*,
:after,
:before {
    background-repeat: no-repeat;
    border: 0;
    box-sizing: inherit;
    outline: 0;
    vertical-align: baseline
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    -webkit-font-feature-settings: "kern", "liga";
    -ms-font-feature-settings: "kern", "liga";
    font-feature-settings: "kern", "liga";
    background-color: #fff;
    color: #0d0d0d;
    font: 14px/1.4 Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: 96px
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    width: auto !important;
    margin: 30px auto
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    background-color: #01aeb4;
    height: 2px;
    margin: 50px auto
}

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

pre {
    font: 1em monospace, monospace;
    text-align: left;
    padding: 15px;
    background-color: #ebebeb;
    color: #0d0d0d;
    overflow: scroll
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all .35s ease;
    color: #01aeb4
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 600
}

code,
kbd,
samp {
    font: 1em monospace, monospace
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    width: auto
}

svg {
    fill: currentColor
}

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

table {
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical;
    border: 1px solid #c9c9c9;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    transition: all .2s ease-in-out;
    z-index: 5;
    margin-bottom: 25px;
    border-radius: 5px
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

[aria-disabled] {
    cursor: default
}

.select2-container,
input,
select {
    border: 1px solid #c9c9c9;
    width: 100%;
    border-radius: 30px;
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
    transition: all .2s ease-in-out;
    z-index: 5;
    margin-bottom: 25px
}

.select2-container:focus,
input:focus,
select:focus {
    background-color: #ebebeb;
    color: #01aeb4
}

.gfield,
.ginput_complex span,
.input-item {
    position: relative
}

.gfield label,
.ginput_complex span label,
.input-item label {
    position: absolute;
    display: block;
    top: 14px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.active.gfield label,
.active.input-item label,
.ginput_complex span.active label {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    color: #ababab
}

.entered.gfield input,
.entered.input-item input,
.ginput_complex span.entered input {
    background-color: #fff
}

.entered.gfield label,
.entered.input-item label,
.ginput_complex span.entered label {
    opacity: 0
}

.active.entered.gfield label,
.active.entered.input-item label,
.entered.gfield:empty label,
.entered.input-item:empty label,
.ginput_complex span.active.entered label,
.ginput_complex span.entered:empty label {
    opacity: 1
}

.input-item__checkbox,
.input-item__radio,
ul.gfield_checkbox li,
ul.gfield_radio li {
    margin-bottom: 25px
}

.input-item__checkbox label,
.input-item__radio label,
ul.gfield_checkbox li label,
ul.gfield_radio li label {
    position: relative;
    display: block;
    top: auto;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    padding: 0 30px;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0
}

.input-item__checkbox label:after,
.input-item__checkbox label:before,
.input-item__radio label:after,
.input-item__radio label:before,
ul.gfield_checkbox li label:after,
ul.gfield_checkbox li label:before,
ul.gfield_radio li label:after,
ul.gfield_radio li label:before {
    display: block;
    content: "";
    position: absolute
}

.input-item__checkbox label:before,
.input-item__radio label:before,
ul.gfield_checkbox li label:before,
ul.gfield_radio li label:before {
    width: 24px;
    height: 24px;
    border: 2px solid #c9c9c9;
    position: absolute;
    left: 0;
    border-radius: 12px
}

.input-item__checkbox label:after,
.input-item__radio label:after,
ul.gfield_checkbox li label:after,
ul.gfield_radio li label:after {
    width: 16px;
    height: 16px;
    background-color: #c9c9c9;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 12px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.input-item__checkbox input,
.input-item__radio input,
ul.gfield_checkbox li input,
ul.gfield_radio li input {
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    top: -5px;
    left: -5px;
    display: none;
    margin: 0
}

.input-item__checkbox input:checked+label:after,
.input-item__radio input:checked+label:after,
ul.gfield_checkbox li input:checked+label:after,
ul.gfield_radio li input:checked+label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.25
}

.campaign-element h1.lead,
.campaign-page h1.lead,
.lead,
.page-id-6 .page-header h1,
.profile-lockup h1.lead {
    font-size: 17px;
    font-weight: 400
}

.block-form .type-block__header,
.campaign-element h1,
.campaign-page h1,
.gform_wrapper .gfield_total .ginput_container_total,
.gform_wrapper .gfield_total label,
.gsection_title,
.profile-lockup h1 {
    font-size: 20px;
    font-weight: 600
}

.campaign-element h5,
.campaign-page h5,
.gfield_error .validation_message,
.inline-buttons ul.gfield_checkbox li label,
.inline-buttons ul.gfield_radio li label,
.list-items__item-footer a,
.list-items__item-links a,
.page-header__search-no-results,
.profile-lockup h5,
.select2-container-multi .select2-choices,
.select2-container-multi .select2-choices .select2-search-field input,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit,
label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.campaign-page h3,
.profile-lockup h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.post-card__cats a+a,
.post-card__cats a+span,
.single-post__meta a+a,
.single-post__meta a+span {
    margin-left: 8px
}

.post-card__cats a+a:before,
.post-card__cats a+span:before,
.single-post__meta a+a:before,
.single-post__meta a+span:before {
    content: "|";
    padding-right: 8px
}

.post-card__cats a+a.yellow:hover:before,
.post-card__cats a+span.yellow:hover:before,
.single-post__meta a+a.yellow:hover:before,
.single-post__meta a+span.yellow:hover:before {
    color: #fdbf3c
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/AvenirLTStd-Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/AvenirLTStd-Roman.woff2) format("woff2"), url(../fonts/AvenirLTStd-Roman.woff) format("woff"), url(../fonts/AvenirLTStd-Roman.ttf) format("truetype"), url(../fonts/AvenirLTStd-Roman.svg#Avenir) format("svg")
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/AvenirLTStd-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/AvenirLTStd-Heavy.woff2) format("woff2"), url(../fonts/AvenirLTStd-Heavy.woff) format("woff"), url(../fonts/AvenirLTStd-Heavy.ttf) format("truetype"), url(../fonts/AvenirLTStd-Heavy.svg#Avenir) format("svg")
}

body,
html {
    height: 100%;
    min-height: 100%;
    width: 100%
}

body main.main {
    transition: opacity .5s
}

body.lock-down,
body.locked {
    overflow: hidden
}

.page-id-5285 {
    padding-top: 40px
}

.page-id-5285section {
    width: 100%
}

.page-id-13318 {
    padding-top: 40px
}

.page-id-13318 .main {
    overflow: hidden
}

.page-id-13318 .post-card__image img {
    width: auto !important;
    margin: auto auto !important
}

.page-id-13318 #post-container {
    position: relative
}

.page-id-13318 #gaming_buttons {
    right: 0;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 99
}

.page-id-13318 #gaming_left {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 10%;
    height: 470px;
    -ms-flex-line-pack: center;
    align-content: center;
    pointer-events: none
}

.page-id-13318 #gaming_left:hover i {
    opacity: .9 !important
}

.page-id-13318 .button_show {
    pointer-events: all;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.page-id-13318 #gaming_right {
    padding: 0;
    margin: 0;
    width: 10%;
    height: 470px;
    position: absolute;
    right: 0;
    -ms-flex-line-pack: center;
    align-content: center
}

.page-id-13318 #gaming_right:hover i {
    opacity: .9 !important
}

.page-id-13318 .fa-angle-double-left {
    position: absolute;
    left: 0;
    margin-left: 5%;
    top: 50%;
    color: #01aeb4;
    opacity: .5;
    display: none
}

.page-id-13318 .fa-angle-double-right {
    position: absolute;
    right: 0;
    margin-right: 5%;
    top: 50%;
    color: #01aeb4;
    opacity: .5
}

.page-id-13318 section.page-header .btn-white-o {
    display: none
}

.page-id-13318 .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto
}

.page-id-13318 .post-card {
    margin: 0;
    -ms-flex-line-pack: center;
    align-content: center
}

.page-id-13318 .post-card.masonry-item {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    margin: 2%
}

.page-id-13318 .post-card__image a img {
    height: 196px
}

img,
pre {
    display: block
}

.author-of-post {
    position: absolute;
    margin-top: 10px
}

.input {
    transition: all .35s ease;
    display: inline-block;
    text-align: center
}

::-webkit-input-placeholder {
    opacity: 1;
    letter-spacing: 1px;
    position: relative;
    top: -1px
}

:-moz-placeholder,
::-moz-placeholder {
    opacity: 1;
    letter-spacing: 1px;
    position: relative;
    top: -1px
}

:-ms-input-placeholder {
    opacity: 1;
    letter-spacing: 1px;
    position: relative;
    top: -1px
}

input,
select,
textarea {
    font-family: Avenir, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    display: block
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d
}

input:-moz-placeholder,
input::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d
}

input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0
}

select {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    display: block;
    color: #858585;
    padding: 4px 42px 0 20px;
    font-size: 13px
}

label {
    color: #858585;
    padding: 0 20px
}

.teal-input input,
.teal-input select,
input.teal,
select.teal {
    border-color: #01aeb4;
    color: #01aeb4;
    border-width: 2px
}

.teal-input input::-webkit-input-placeholder,
.teal-input select::-webkit-input-placeholder,
input.teal::-webkit-input-placeholder,
select.teal::-webkit-input-placeholder {
    color: #01aeb4
}

.teal-input input:-moz-placeholder,
.teal-input input::-moz-placeholder,
.teal-input select:-moz-placeholder,
.teal-input select::-moz-placeholder,
input.teal:-moz-placeholder,
input.teal::-moz-placeholder,
select.teal:-moz-placeholder,
select.teal::-moz-placeholder {
    color: #01aeb4
}

.teal-input input:-ms-input-placeholder,
.teal-input select:-ms-input-placeholder,
input.teal:-ms-input-placeholder,
select.teal:-ms-input-placeholder {
    color: #01aeb4
}

input.small,
select.small {
    padding-top: 3px
}

input.small::-webkit-input-placeholder,
select.small::-webkit-input-placeholder {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

input.small:-moz-placeholder,
input.small::-moz-placeholder,
select.small:-moz-placeholder,
select.small::-moz-placeholder {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

input.small:-ms-input-placeholder,
select.small:-ms-input-placeholder {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

input {
    padding-top: 5px
}

textarea:focus {
    background-color: #ebebeb;
    color: #01aeb4
}

.gform_wrapper .gform_footer .input-item input[type=submit],
.input-item .btn,
.input-item .gform_wrapper .gform_footer input[type=submit] {
    width: 100%
}

.gform_wrapper .gform_footer form input[type=submit],
form .btn,
form .gform_wrapper .gform_footer input[type=submit] {
    min-width: 150px
}

.row.hidden-tel-row {
    display: none
}

.input-group {
    display: table;
    width: 100%
}

.input-group__button,
.input-group__input {
    display: table-cell;
    vertical-align: middle
}

.input-group [type=submit]:hover {
    cursor: pointer
}

.input-group__input input {
    padding: 5px;
    width: 100%;
    margin: 0
}

.input-group__button {
    width: 1%;
    padding: 0
}

.input-group__button i {
    position: relative;
    top: -2px
}

.input-group.lock-submit button {
    width: 42px;
    height: 42px;
    border: 2px solid #01aeb4;
    border-right: 0;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    color: #01aeb4;
    display: table-cell;
    font-size: 16px
}

.input-group.lock-submit button i {
    left: 2px;
    top: -1px
}

.input-group.lock-submit input {
    display: table-cell
}

.input-group.lock-submit.submit-left input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.lock-submit.submit-left button {
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px
}

.select2-container {
    position: relative
}

.select2-container .select2-choice {
    color: #7d7d7d;
    height: 100%;
    display: block;
    padding: 13px 0 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.select2-container .select2-arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #c9c9c9;
    width: 42px;
    height: 41px;
    color: #858585
}

.select2-container .select2-arrow:before {
    content: "\f107";
    font: 24px FontAwesome;
    display: block;
    position: absolute;
    top: 4px;
    left: 11px
}

.select2-container .select2-arrow b {
    display: none
}

.select2-container.select2-dropdown-open {
    background-color: #ebebeb
}

.select2-container.select2-dropdown-open .select2-choice {
    outline: 0;
    color: #01aeb4
}

.select2-container.select2-dropdown-open .select2-arrow:before {
    content: "\f106";
    top: 1px
}

.select2-drop {
    width: 100%;
    margin-top: 5px;
    position: absolute;
    z-index: 99999;
    top: 100%;
    background: #fff;
    color: #7d7d7d;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-drop.select2-drop-above {
    margin-top: 0;
    margin-bottom: 5px
}

.select2-results {
    max-height: 200px;
    padding: 4px;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-size: 18px
}

.select2-results li:not(:last-child) {
    margin: 0
}

.select2-results .select2-highlighted {
    background: #ebebeb;
    color: #01aeb4
}

.select2-results .select2-result-label {
    padding: 5px 15px 3px;
    margin: 0;
    cursor: pointer;
    min-height: 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #01aeb4;
    color: #fff;
    padding: 8px 15px 5px
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 15px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 30px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 45px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 75px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 90px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 105px
}

.select2-search {
    display: block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    border: 0
}

.select2-search input {
    margin: 0 0 5px;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff
}

.select2-container-multi {
    height: auto;
    min-height: 42px;
    border-radius: 21px
}

.select2-container-multi .select2-choices {
    list-style: none;
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 40px;
    cursor: text;
    overflow: hidden
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float: left
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 3px 0 0;
    margin: 0;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 10px 14px 7px 30px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    cursor: default;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #01aeb4;
    color: #01aeb4;
    font-size: 13px;
    font-weight: 600
}

.select2-container-multi .select2-choices .select2-search-choice:first-child {
    margin-left: 0
}

.select2-container-multi .select2-search-choice-close {
    display: block;
    left: 12px
}

.select2-drop-multi {
    margin-top: 42px
}

.select2-search-choice-close {
    display: none;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 6px;
    top: 4px;
    font-size: 1px;
    outline: 0
}

.select2-search-choice-close:after,
.select2-search-choice-close:before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fdbf3c;
    position: absolute;
    top: 10px;
    transition: all .35s ease
}

.select2-search-choice-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select2-search-choice-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.select2-search-choice-close:hover:after,
.select2-search-choice-close:hover:before {
    background-color: #01aeb4
}

.select2-selected {
    color: #bdbdbd
}

.select2-container.select2-container-disabled .select2-choice {
    color: #ebebeb
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-locked {
    padding: 3px 5px 5px !important
}

.select2-container-multi.select2-container-active .select2-choices {
    outline: 0
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close,
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background: #f4f4f4 none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid #ddd;
    background: #f4f4f4 none
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 0 !important;
    padding: 0 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0;
    left: 0 !important;
    top: 0 !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.gsection_title {
    color: #01aeb4;
    margin: 50px 0 25px
}

.gsection_title:before {
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 20px;
    background-color: #01aeb4
}

p+.gform_wrapper {
    margin-top: 50px
}

.gform_wrapper ul {
    padding: 0;
    margin: 0
}

.gform_wrapper li {
    list-style: none;
    margin-bottom: 30px
}

.gform_wrapper .gfield_total {
    margin: 50px  0 !important
}

.gform_wrapper .gfield_total:before {
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 20px;
    background-color: #01aeb4
}

.gform_wrapper .gfield_total .ginput_container_total,
.gform_wrapper .gfield_total label {
    display: inline-block !important;
    position: static;
    color: #01aeb4;
    text-transform: none;
    opacity: 1 !important
}

.gform_wrapper .gfield_total label {
    padding: 0 5px 0 0
}

.gform_wrapper .gfield_creditcard_warning_message {
    color: #fdbf3c;
    font-style: italic;
    margin-bottom: 30px
}

.gform_wrapper .ginput_card_expiration_container label,
.gform_wrapper .ginput_card_security_code_icon {
    display: none !important
}

.gform_wrapper .ginput_container_creditcard span:first-child label {
    bottom: 10px;
    top: auto
}

.gform_wrapper .gform_card_icon_container {
    margin-bottom: 15px
}

.gform_wrapper .gform_card_icon_container div {
    display: inline;
    text-indent: -999px;
    margin-right: 10px;
    font-size: 0
}

.gform_wrapper .gform_card_icon_container div:before {
    display: inline-block;
    font: 30px FontAwesome;
    text-indent: 0
}

.gform_wrapper .gform_card_icon_container div.gform_card_icon_amex:before {
    content: "\f1f3"
}

.gform_wrapper .gform_card_icon_container div.gform_card_icon_discover:before {
    content: "\f1f2"
}

.gform_wrapper .gform_card_icon_container div.gform_card_icon_visa:before {
    content: "\f1f0"
}

.gform_wrapper .gform_card_icon_container div.gform_card_icon_mastercard:before {
    content: "\f1f1"
}

.gform_wrapper .ginput_full {
    position: relative
}

.gform_wrapper .ginput_full:after {
    clear: both;
    content: "";
    display: block
}

.gform_wrapper .ginput_card_expiration_container {
    display: block
}

.gform_wrapper .ginput_card_expiration_container:after {
    clear: both;
    content: "";
    display: block
}

.gform_wrapper .ginput_card_expiration_container .select2-container,
.gform_wrapper .ginput_card_expiration_container select {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.gform_wrapper .ginput_card_expiration_container .select2-container.ginput_card_expiration_year,
.gform_wrapper .ginput_card_expiration_container .select2-container:last-child,
.gform_wrapper .ginput_card_expiration_container select.ginput_card_expiration_year,
.gform_wrapper .ginput_card_expiration_container select:last-child {
    margin-right: 0
}

.gform_wrapper .gform_footer input[type=submit] {
    width: auto;
    min-width: 200px
}

.gform_wrapper .ginput_container_product_price {
    position: relative
}

.gform_wrapper .active .ginput_container_product_price:before,
.gform_wrapper .entered .ginput_container_product_price:before {
    content: "";
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    top: 14px;
    left: 21px;
    color: #01aeb4
}

.gform_wrapper .active .ginput_container_product_price input,
.gform_wrapper .entered .ginput_container_product_price input {
    padding-left: 30px
}

.gform_wrapper .entered .ginput_container_product_price:before {
    color: #fff
}

.gform_wrapper .entered .ginput_container_product_price input {
    color: #fff;
    background-color: #01aeb4;
    font-weight: 600;
    border-color: #01aeb4
}

ul.gfield_checkbox,
ul.gfield_radio {
    margin: 25px 0
}

.short ul.gfield_checkbox,
.short ul.gfield_radio {
    margin: 0 0 25px
}

.gfield_price ul.gfield_checkbox,
.gfield_price ul.gfield_radio {
    margin: 30px 0 0
}

.inline-buttons ul.gfield_checkbox,
.inline-buttons ul.gfield_radio {
    display: block
}

.inline-buttons ul.gfield_checkbox:after,
.inline-buttons ul.gfield_radio:after {
    clear: both;
    content: "";
    display: block
}

.inline-buttons ul.gfield_checkbox li,
.inline-buttons ul.gfield_radio li {
    display: inline-block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.inline-buttons ul.gfield_checkbox li:last-child,
.inline-buttons ul.gfield_checkbox li:nth-child(2n),
.inline-buttons ul.gfield_radio li:last-child,
.inline-buttons ul.gfield_radio li:nth-child(2n) {
    margin-right: 0
}

.inline-buttons ul.gfield_checkbox li:nth-child(odd),
.inline-buttons ul.gfield_radio li:nth-child(odd) {
    clear: left
}

.inline-buttons ul.gfield_checkbox li:last-child,
.inline-buttons ul.gfield_radio li:last-child {
    margin-bottom: 25px
}

.inline-buttons ul.gfield_checkbox li label,
.inline-buttons ul.gfield_radio li label {
    border-radius: 50px;
    height: 42px;
    border: 1px solid #c9c9c9;
    padding: 13px 40px 0;
    width: 100%;
    text-align: center;
    transition: all .35s ease
}

.inline-buttons ul.gfield_checkbox li label:after,
.inline-buttons ul.gfield_checkbox li label:before,
.inline-buttons ul.gfield_radio li label:after,
.inline-buttons ul.gfield_radio li label:before {
    display: none
}

.inline-buttons ul.gfield_checkbox li label:hover,
.inline-buttons ul.gfield_radio li label:hover {
    color: #01aeb4;
    border-color: #01aeb4;
    cursor: pointer
}

.inline-buttons ul.gfield_checkbox input:checked+label,
.inline-buttons ul.gfield_radio input:checked+label {
    background-color: #01aeb4;
    color: #fff;
    border-color: #01aeb4
}

.half-labels {
    margin-top: 30px
}

.half-labels>label {
    position: static !important;
    padding-left: 0 !important
}

.half-labels ul.gfield_checkbox,
.half-labels ul.gfield_radio {
    display: block;
    margin-top: 20px
}

.half-labels ul.gfield_checkbox:after,
.half-labels ul.gfield_radio:after {
    clear: both;
    content: "";
    display: block
}

.half-labels ul.gfield_checkbox li,
.half-labels ul.gfield_radio li {
    display: inline-block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.half-labels ul.gfield_checkbox li:last-child,
.half-labels ul.gfield_checkbox li:nth-child(2n),
.half-labels ul.gfield_radio li:last-child,
.half-labels ul.gfield_radio li:nth-child(2n) {
    margin-right: 0
}

.half-labels ul.gfield_checkbox li:nth-child(odd),
.half-labels ul.gfield_radio li:nth-child(odd) {
    clear: left
}

.gfield.small-text .gfield_checkbox li label,
.gfield.small-text .gfield_radio li label,
.gfield.small-text p {
    font-size: 14px !important
}

.gfield.small-text .gfield_checkbox li,
.gfield.small-text .gfield_radio li {
    margin-left: 30px;
    margin-bottom: 12px
}

.gfield.small-text .gfield_checkbox li label:before,
.gfield.small-text .gfield_radio li label:before {
    width: 16px;
    height: 16px
}

.gfield.small-text .gfield_checkbox li label:after,
.gfield.small-text .gfield_radio li label:after {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px
}

.ginput_complex:after {
    clear: both;
    content: "";
    display: block
}

.ginput_complex .address_city,
.ginput_complex .address_country,
.ginput_complex .address_state,
.ginput_complex .address_zip {
    position: relative
}

.ginput_complex .address_country label,
.ginput_complex .address_state label {
    display: none
}

.ginput_complex.has_country .address_state label {
    display: block
}

ul.gform_fields:after {
    clear: both;
    content: "";
    display: block
}

.gfield,
.ginput_complex span {
    display: block;
    position: relative;
}

.gfield.hide-field {
    display: none !important
}

.gfield.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.gfield.clear-left {
    clear: left
}

.gform_ajax_spinner {
    width: 42px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -12px
}

.gfield_error label {
    color: #e64f02
}

.gfield_error .select2-container,
.gfield_error input {
    border-color: #e64f02 !important;
    border-width: 2px !important
}

.gfield_error .select2-container .select2-choice,
.gfield_error input .select2-choice {
    color: #e64f02
}

.gfield_error .select2-container .select2-arrow,
.gfield_error input .select2-arrow {
    border-color: #e64f02 !important;
    border-width: 2px !important;
    color: #e64f02;
    height: 40px
}

.gfield_error .validation_message {
    color: #e64f02;
    font-style: italic;
    padding-left: 20px
}

.validation_error {
    background-color: #e64f02;
    padding: 30px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600
}

.no-animate>label {
    position: static;
    padding-left: 30px
}

li.gfield_html {
    margin: 30px
}

li.gfield_html.message-above {
    margin-top: 0
}

.gfield.teal label {
    color: #01aeb4 !important
}

.ginput_container {
    display: block
}

.ginput_container_text {padding-bottom: 20px;}

.ginput_container:after {
    clear: both;
    content: "";
    display: block
}

.ginput_container+.validation_message {
    position: relative;
    top: 0
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.hide-desc .gsection_description {
    display: none
}

.gfield_description {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 80%;
    padding-left: 10px;
    color: #01aeb4
}
._teal .gfield_description {
    color:white;
}

.page-template-block-form-page .gfield_description {
    color: #fff;
    font-style: italic
}

#field_5_28 {
    width: 45%;
    display: inline-block;
    margin-left: 3%
}

#field_5_28 .ginput_amount {
    width: 100%
}

#field_5_28 .ginput_container_product_price:before {

    position: absolute;
    font-size: 13px;
    font-weight: 600;
    top: 14px;
    left: 10px;
    color: #7d7d7d
}

#field_5_28 .gfield_label {
    display: none
}

#field_5_83 {
    width: 45%;
    display: inline-block
}

.total_field .ginput_container_total {
    float: right;
    padding-right: 20px
}

#label_9_47_1 {
    pointer-events: none
}

#label_9_47_1:before {
    pointer-events: all
}

#label_9_53_1 {
    pointer-events: none
}

#label_9_53_1:before {
    pointer-events: all
}

#label_9_34_1 {
    pointer-events: none
}

#label_9_34_1:before {
    pointer-events: all
}

#label_5_47_1 {
    pointer-events: none
}

#label_5_47_1:before {
    pointer-events: all
}

#label_5_53_1 {
    pointer-events: none
}

#label_5_53_1:before {
    pointer-events: all
}

#label_5_82_1 {
    pointer-events: none
}

#label_5_82_1:before {
    pointer-events: all
}

#label_5_34_1 {
    pointer-events: none
}

#label_5_34_1:before {
    pointer-events: all
}

.block-form {
    padding: 60px 0
}

.block-form__inner {
    width: 90%;
    max-width: 610px;
    margin: 0 auto
}

.block-form__content h1 {
    margin-bottom: 30px
}

.block-form .active label,
.block-form .ginput_complex span.active label,
.block-form__content p,
.block-form label {
    color: #fff
}

.block-form .entered.gfield input,
.block-form .entered.input-item input,
.block-form .ginput_complex span.entered input {
    color: #01aeb4
}

.block-form .gsection_title {
    color: #fff;
    text-align: center
}

.block-form input,
.block-form select,
.block-form textarea {
    border-color: #fff
}

.block-form input:active,
.block-form input:focus,
.block-form select:active,
.block-form select:focus,
.block-form textarea:active,
.block-form textarea:focus {
    background-color: #fff
}

.block-form .select2-container {
    border-color: #fff
}

.block-form .select2-container .select2-arrow,
.block-form .select2-container .select2-choice {
    color: #fff
}

.block-form .select2-container .select2-choice {
    padding-right: 45px;
    text-align: center
}

.block-form .select2-container.select2-dropdown-open {
    background-color: #fff
}

.block-form .select2-container.select2-dropdown-open .select2-arrow,
.block-form .select2-container.select2-dropdown-open .select2-choice {
    color: #01aeb4
}

.block-form .gfield+.gsection {
    margin-top: 100px
}

.block-form .gfield_checkbox label:before,
.block-form .gfield_radio label:before {
    border-color: #fff
}

.block-form .gfield_checkbox label:after,
.block-form .gfield_radio label:after {
    background-color: #fff
}

.block-form .gform_footer {
    margin-top: 50px;
    text-align: center
}

.block-form .gform_wrapper .gform_footer input[type=submit] {
    background-color: #fdbf3c;
    padding-top: 12px;
    margin: 0 auto
}

.block-form .gform_wrapper .gform_footer input[type=submit]:active,
.block-form .gform_wrapper .gform_footer input[type=submit]:focus,
.block-form .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #fcae0a;
    color: #fff
}

.block-form .gfield_error .validation_message {
    color: #fff;
    background-color: #e64f02;
    padding: 12px 15px 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    text-align: center
}

.block-form .gform_confirmation_message,
.block-form .type-block__header {
    color: #fff
}

.block-form .validation_error {
    margin-bottom: 30px
}

.block-form .gform_ajax_spinner {
    top: -2px
}

.xl-sans {
    font-size: 27px
}

.lg-sans,
.single-post .entry-content__default h1,
.xl-sans {
    font-family: Avenir, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.lg-sans,
.single-post .entry-content__default h1 {
    font-size: 23px
}

.accordion-group .toggle-content__list,
.md-sans,
.single-post .entry-content__default h3 {
    font: 16px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.campaign-page h1.sm-sans,
.profile-lockup h1.sm-sans,
.sm-sans {
    font: 14px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.overlay .modal-form .modal-form__response.error,
.single-post figcaption,
.xs-sans,
.xxs-sans,
select {
    font: 13px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.input,
.overlay .modal-form .modal-form__response.error,
.secondary-nav__navigation,
.secondary-nav__navigation a,
.sm-caps {
    font-weight: 600;
    letter-spacing: .07812rem;
    text-transform: uppercase
}

.sm-subtitle {
    margin-bottom: 15px
}

.section-subtitle {
    font-size: 11px;
    margin-bottom: 12px
}

.lg-title,
.single-post .entry-content__default h2 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.2
}

.lg-title.light,
.single-post .entry-content__default h2.light {
    font-weight: 400
}

.campaign-page h1,
.profile-lockup h1 {
    color: #01aeb4
}

.campaign-page h2,
.profile-lockup h2 {
    font-size: 16px;
    font-weight: 600
}

.campaign-page h5,
.profile-lockup h5 {
    color: #858585
}

.campaign-page h1.teal,
.campaign-page h2.teal,
.campaign-page h3.teal,
.campaign-page h4.teal,
.campaign-page h5.teal,
.campaign-page h6.teal,
.profile-lockup h1.teal,
.profile-lockup h2.teal,
.profile-lockup h3.teal,
.profile-lockup h4.teal,
.profile-lockup h5.teal,
.profile-lockup h6.teal {
    color: #01aeb4
}

.campaign-page h1.white,
.campaign-page h2.white,
.campaign-page h3.white,
.campaign-page h4.white,
.campaign-page h5.white,
.campaign-page h6.white,
.profile-lockup h1.white,
.profile-lockup h2.white,
.profile-lockup h3.white,
.profile-lockup h4.white,
.profile-lockup h5.white,
.profile-lockup h6.white {
    color: #fff
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #016468
}

a:active,
a:focus {
    color: #016468;
    outline: 0
}

a.yellow:active,
a.yellow:focus,
a.yellow:hover {
    color: #eaa002;
    text-decoration: none
}

.list-inline {
    margin-left: -5px
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-unstyled>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

ol,
p,
ul {
    margin: 0 auto;
    color: #7d7d7d
}

p+p {
    margin: 20px 0 0
}

blockquote {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    margin: 20px 0;
    padding: 10px
}

blockquote p {
    font-size: 16px
}

img.inline-image {
    margin: 40px 0
}

ol,
ul {
    margin: 15px 5px 15px 0
}

ol li,
ul li {
    margin-bottom: 15px
}

ol li:last-child,
ul li:last-child {
    margin-bottom: 0
}

.type-block__header {
    margin: 15px auto 30px
}

.type-block__accordion-item {
    padding: 20px 0;
    border-bottom: 1px solid #c9c9c9
}

h2+.type-block__accordion-item,
p+.type-block__accordion-item {
    margin-top: 30px
}

.type-block__accordion-item a {
    color: #7d7d7d
}

.type-block__accordion-item a.open-target {
    color: #01aeb4
}

.type-block__accordion-content {
    padding: 20px 0
}

.type-block__button,
.type-block__list-items {
    margin: 30px auto
}

.container-fluid,
.container-fluid-flex,
.sidebar-left main.main {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.container-fluid-flex:after,
.container-fluid:after,
.sidebar-left main.main:after {
    clear: both;
    content: "";
    display: block
}

.container-fluid__at-sm {
    width: 100%
}

.container,
.container-flex {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    width: 90%
}

.container-flex:after,
.container:after {
    clear: both;
    content: "";
    display: block
}

.container-flex,
.container-fluid-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.row,
.row:after {
    display: block
}

.row:after {
    clear: both;
    content: ""
}

.section-padding {
    padding-bottom: 45px;
    padding-top: 45px
}

.sidebar-left .main-content,
.sidebar-left .sidebar {
    margin-bottom: 30px
}

.sidebar-left.latest .sidebar {
    margin-bottom: 45px
}

.sidebar-right .main-content {
    margin-bottom: 30px
}

.sidebar-right .sidebar {
    margin-bottom: 45px
}

.sidebar-left main.main,
main.main.container,
main.main.container-flex {
    padding-top: 25px
}

.hide-under-md {
    display: none
}

.gfield.hide-label>label,
.gfield_label_before_complex,
.gform_wrapper select+label,
.screen-reader-only,
.screen-reader-text {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px auto
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.bkg-cover,
.bkg-img {
    background: no-repeat 50%;
    background-size: cover;
}

.circle-img {
    border-radius: 50%;
    overflow: hidden
}

.fa-angle-times:before {
    content: "\F105\F104";
    letter-spacing: -.15em
}

.white {
    color: #fff
}

._white {
    background-color: #fff
}

.fill-white {
    fill: #fff
}

.gray-light {
    color: #ebebeb
}

._gray-light {
    background-color: #ebebeb
}

.fill-gray-light {
    fill: #ebebeb
}

.gray-text-on-light {
    color: #7d7d7d
}

._gray-text-on-light {
    background-color: #7d7d7d
}

.fill-gray-text-on-light {
    fill: #7d7d7d
}

.gray-text {
    color: #7d7d7d
}

._gray-text {
    background-color: #7d7d7d
}

.fill-gray-text {
    fill: #7d7d7d
}

.gray {
    color: #858585
}

._gray {
    background-color: #858585
}

.fill-gray {
    fill: #858585
}

.black {
    color: #0d0d0d
}

._black {
    background-color: #0d0d0d
}

.fill-black {
    fill: #0d0d0d
}

.black-bkg {
    color: #3c3f46
}

._black-bkg {
    background-color: #3c3f46
}

.fill-black-bkg {
    fill: #3c3f46
}

.teal {
    color: #01aeb4
}

._teal {
    background-color: #01aeb4
}

.fill-teal {
    fill: #01aeb4
}

.yellow {
    color: #fdbf3c
}

._yellow {
    background-color: #fdbf3c
}

.fill-yellow {
    fill: #fdbf3c
}

.js .watch.fade-in {
    opacity: 0;
    transition: opacity .4s ease
}

.js .watch.fade-in.in-view {
    opacity: 1
}

.js .watch.slide-up {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 0;
    transition: opacity .4s ease, -webkit-transform .45s ease;
    transition: opacity .4s ease, transform .45s ease;
    transition: opacity .4s ease, transform .45s ease, -webkit-transform .45s ease;
    transition-delay: .3s
}

.js .watch.slide-up.in-view {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.max-content {
    max-width: 500px
}

.max-content,
.max-content-sm {
    margin-left: auto;
    margin-right: auto
}

.max-content-sm {
    max-width: 350px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.arrow-icon {
    transition: all .35s ease;
    width: 30px;
    height: 30px
}

a:hover .arrow-icon {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

a.sidebar__link-left:hover .arrow-icon {
    -webkit-transform: translate3d(0, -3px, 0) rotate(180deg);
    transform: translate3d(0, -3px, 0) rotate(180deg)
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(60, 63, 70, .5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9999
}

.overlay-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 460px;
    background-color: #fff;
    padding: 50px 30px 40px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.overlay-modal__load {
    display: none;
    color: #01aeb4;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.overlay .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px
}

.overlay .close:hover {
    cursor: pointer
}

.overlay .close span:after,
.overlay .close span:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #7d7d7d;
    position: absolute;
    top: 50%;
    left: 0
}

.overlay .close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.overlay .close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overlay .modal-form {
    transition: opacity .3s ease
}

.overlay .modal-form.loading {
    opacity: 0
}

.overlay .modal-form .input-item input {
    border: 2px solid #7d7d7d
}

.overlay .modal-form .input-item input[type=submit] {
    margin-bottom: 0
}

.overlay .modal-form .asterisk {
    color: #01aeb4
}

.overlay .modal-form__title {
    margin-bottom: 5px;
    color: #01aeb4
}

.overlay .modal-form__message {
    margin: 8px 0 15px
}

.overlay .modal-form .indicates-required {
    margin-bottom: 20px
}

.overlay .modal-form .toggle-newsletter {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px
}

.overlay .modal-form .toggle-newsletter span:after,
.overlay .modal-form .toggle-newsletter span:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #7d7d7d;
    position: absolute;
    top: 50%;
    left: 0
}

.overlay .modal-form .toggle-newsletter span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.overlay .modal-form .toggle-newsletter span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overlay .modal-form .modal-form__response {
    color: #01aeb4
}

.overlay .modal-form .modal-form__response.error {
    background-color: #e64f02;
    padding: 15px 20px 13px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center
}

.overlay .button {
    width: 100% !important;
    display: block !important;
    margin-top: 20px
}

.overlay-modal.profile-image__modal {
    background-color: transparent;
    max-width: 700px
}

.overlay-modal.profile-image__modal img {
    margin: 0 auto
}

.overlay-modal.profile-image__modal .close {
    top: 0;
    right: 0
}

.overlay-modal.profile-image__modal .close span:after,
.overlay-modal.profile-image__modal .close span:before {
    background-color: #fff
}

.masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.masthead input {
    border: 0;
    margin: 0;
    height: auto;
    border-radius: 0;
    line-height: 1.4
}

.masthead input:active,
.masthead input:focus {
    background-color: transparent
}

.logged-in.admin-bar .masthead {
    margin-top: 46px
}

.navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.navigation__logo-resp {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ebebeb
}

.navigation__logo-resp .navigation__logo-resp-search,
.navigation__logo-resp .navigation__toggle,
.navigation__logo-resp .resp-logo {
    display: table-cell;
    height: 50px;
    vertical-align: middle
}

.navigation__logo-resp .resp-logo {
    width: 100%;
    padding-left: 10px
}

.navigation__logo-resp .navigation__toggle {
    width: 50px;
    vertical-align: top
}

.navigation__logo-resp button {
    width: 50px;
    height: 50px;
    padding: 0
}

.navigation__logo-resp .resp-logo svg {
    width: 127px;
    height: 35px
}

.navigation__logo-resp .resp-logo g.logotype {
    padding-left: 5px
}

.navigation__logo-resp .navigation__logo-resp-search {
    font-size: .875rem;
    color: #7d7d7d;
    opacity: 0;
    transition: opacity .35s ease;
    position: absolute;
    background-color: #fff;
    left: 44px;
    width: calc(100% - 94px);
    z-index: -1
}

.open-nav .navigation__logo-resp .navigation__logo-resp-search {
    opacity: 1;
    z-index: 2
}

.navigation__logo-resp .navigation__logo-resp-search .input-group__input input {
    padding: 10px 5px 0 3px
}

.navigation__content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

.navigation__logo {
    display: none
}

.navigation__logo a {
    display: block;
    text-align: center
}

.navigation__logo svg.logo-type {
    width: 100%;
    max-width: 200px
}

.navigation__links {
    margin-top: 20px
}

.navigation__primary {
    padding: 0 5%;
    margin-bottom: 30px
}

.navigation__primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.navigation__primary ul>li {
    display: block;
    position: relative
}

.navigation__primary ul li {
    margin-bottom: 0
}

.navigation__primary a {
    display: block;
    color: #7d7d7d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .0625rem;
    padding: 16px 0 13px;
    font-size: 13px;
    border-bottom: 1px solid #bebebe;
    position: relative
}

.navigation__primary a:hover {
    color: #01aeb4
}

.navigation__primary li.no-click>a {
    pointer-events: none;
    cursor: default
}

.navigation__primary li.active a {
    color: #01aeb4
}

.navigation__primary .sub-menu-toggle {
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    pointer-events: auto
}

.navigation__primary .sub-menu-toggle:hover {
    cursor: pointer
}

.navigation__primary .sub-menu-toggle__inner {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #01aeb4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px
}

.navigation__primary .menu-latest a {
    position: relative
}

.navigation__primary .menu-latest.latest-count a:after {
    display: inline-block;
    position: relative;
    top: -7px;
    left: 1px;
    text-align: center;
    content: "1";
    background-color: #fdbf3c;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    font-size: 8px;
    color: #fff;
    padding-top: 3px;
    padding-left: 1px
}

.navigation__primary .logo-type {
    display: block;
    margin: 25px auto
}

.navigation__primary .dropdown-menu {
    display: none
}

.navigation__primary .open-nav .dropdown-menu {
    display: block
}

.navigation__primary .dropdown-menu li {
    display: block
}

.navigation__primary .dropdown-menu li:first-child a {
    padding-top: 20px
}

.navigation__primary .dropdown-menu li:last-child a {
    padding-bottom: 20px
}

.navigation__primary .dropdown-menu a {
    color: #01aeb4;
    padding: 10px 0;
    border-bottom: 0
}

.navigation__primary .dropdown-menu a:hover {
    color: #7d7d7d
}

.navigation__primary li.parent:hover .dropdown-menu {
    max-height: 500px
}

.navigation__buttons {
    overflow: hidden;
    padding: 0 5%;
    margin-bottom: 30px
}

.navigation__buttons a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .09375rem;
    font-weight: 600;
    color: #fff;
    background-color: #01aeb4;
    display: inline-block;
    padding: 8px 20px 0;
    border: 2px solid #01aeb4;
    text-align: center;
    height: 34px;
    border-radius: 17px;
    width: 48%;
    float: left;
    margin-bottom: 5px
}

.navigation__buttons a:hover {
    border-color: #01b8be;
    background-color: #01b8be
}

.navigation__buttons a.menu-donate,
.navigation__buttons a.outline {
    background-color: #fff;
    color: #01aeb4
}

.navigation__buttons a.menu-donate:hover,
.navigation__buttons a.outline:hover {
    border-color: #01b8be;
    color: #fff;
    background-color: #01b8be
}

.navigation__buttons a+a {
    margin-left: 4%
}

.navigation__toggle {
    margin-left: auto;
    color: #fff;
    font-size: 30px
}

.navigation__toggle button {
    background-color: #bebebe;
    display: block;
    -webkit-appearance: none;
    transition: all .3s ease
}

.open-nav .navigation__toggle button {
    background-color: #01aeb4
}

.navigation__toggle .fa {
    position: relative;
    left: -2px;
    top: -2px
}

.menu-toggle {
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    margin: 0 auto
}

.menu-toggle:after,
.menu-toggle:before,
.menu-toggle__inner {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 24px;
    position: absolute;
    transition: all .3s ease
}

.menu-toggle__inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu-toggle:after,
.menu-toggle:before {
    content: ""
}

.menu-toggle:before {
    top: 4px;
    left: 0
}

.menu-toggle:after {
    bottom: 4px;
    left: 0
}

.open-nav .menu-toggle__inner {
    opacity: 0
}

.open-nav .menu-toggle:before {
    top: 11.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.open-nav .menu-toggle:after {
    top: 11.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navigation__resp-secondary {
    background-color: #ebebeb;
    font-size: .875rem;
    text-align: center;
    border-top: 1px solid #e1e1e1
}

.navigation__resp-secondary a {
    color: #7d7d7d;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 8px;
    display: inline-block;
    letter-spacing: .0625rem
}

.navigation__resp-secondary a+a {
    padding-left: 0
}

.navigation__resp-secondary a+a:before {
    content: "|";
    padding-right: 8px
}

.secondary-nav {
    display: block;
    color: #7d7d7d;
    padding: 8px 0 5px;
    font-size: 12px
}

.secondary-nav__navigation {
    display: none;
    margin: 0 auto
}

.secondary-nav__navigation a {
    color: #7d7d7d
}

.secondary-nav__navigation a:hover {
    color: #01aeb4
}

.secondary-nav__navigation a:hover:before {
    color: #7d7d7d
}

.secondary-nav__navigation a:not(:first-of-type) {
    margin-left: 10px
}

.secondary-nav__navigation a:not(:first-of-type):before {
    content: "|";
    margin-right: 16px;
    display: inline-block;
    position: relative;
    top: -1px
}

.secondary-nav .input-group__button,
.secondary-nav .input-group__input {
    transition: height .35s ease
}

.navigation__desktop-search {
    display: none
}

.menu-bubble-break>a {
    color: #008b8b
}

.menu-bubblebreak35>a,
.menu-givingtuesday>a {
    color: #01aeb3;
    font-size: medium;
    font-weight: 900;
    text-transform: unset
}

.fw-color-split__callout._teal.point-right,
.fw-color-split__list._white {
    z-index: 2
}

.campaign-results {
    background: #01aeb4;
    padding: 60px 0 40px;
    position: fixed;
    top: 96px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all .5s cubic-bezier(.32, .92, .84, .98);
    width: 100%;
    z-index: 9998;
    overflow: auto;
    max-height: 100%
}

.campaign-results.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.campaign-results__load,
.campaign-results__none {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none
}

.campaign-results__load p,
.campaign-results__none p {
    color: #fff
}

.campaign-results__wrapper .find-result {
    margin-bottom: 20px
}

.campaign-results__wrapper .find-result:last-child {
    margin-right: 0 !important
}

.campaign-results__wrapper .find-result h5 {
    margin-bottom: 0
}

.campaign-results__wrapper .find-result p.location {
    margin-bottom: 10px
}

.campaign-results__close {
    position: absolute;
    top: 20px;
    right: 5%;
    z-index: 20
}

.close-button {
    padding: 0
}

.close-button:hover {
    cursor: pointer
}

.close-button span {
    display: block;
    width: 24px;
    height: 24px
}

.close-button span:after,
.close-button span:before {
    content: "";
    background-color: #fff;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
    top: 10px;
    left: -3px
}

.close-button span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 8px
}

.FAC-results {
    display: none;
    position: relative;
    min-height: 300px
}

.FAC-results.active {
    display: block
}

.FAC-results .campaign-results__load p {
    color: #01aeb4
}

.page-id-13252 .global-footer {
    -ms-flex-line-pack: center;
    align-content: center
}

.global-footer {
    padding: 80px 0
}

.global-footer a:hover {
    color: #01aeb4
}

.global-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7
}

.global-footer__content,
.global-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.global-footer__info .fa {
    color: #01aeb4
}

.global-footer__social {
    overflow: hidden;
    margin-bottom: 25px
}

.global-footer__social .donate-btn {
    display: none
}

.global-footer__social .toggle-newsletter {
    float: left;
    margin-right: 6px;
    padding: 5px 6px;
    -webkit-appearance: none;
    font-size: 10px !important
}

.global-footer__social .toggle-newsletter:hover {
    background-color: transparent;
    color: #01aeb4 !important
}

.global-footer__contact {
    -webkit-box-flex: 2.25;
    -ms-flex: 2.25;
    flex: 2.25;
    padding-right: 20px
}

.global-footer__contact h1 {
    margin-bottom: 8px
}

.global-footer__contact p {
    font-size: 12px;
    margin: 0;
    line-height: 1.75
}

.global-footer__contact p.footer_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #01aeb4
}

.global-footer__image-links a {
    display: inline-block
}

.global-footer__image-links a+a {
    margin-left: 14px
}

.global-footer__image-links img {
    max-width: 130px
}

.global-footer__info-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
}

.footer-desktop {
    display: none
}

.footer-mobile {
    display: block
}

.footer-nav a {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    display: block;
    margin-bottom: 5px
}

.footer-nav a+a {
    margin-top: 15px
}

.footer-nav .sub-menu a {
    text-transform: none;
    font-weight: 400
}

.footer-nav .sub-menu a+a {
    margin-top: 0
}

.social-media__icon {
    transition: all .35s ease;
    color: #fff;
    border: 2px solid #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    float: left;
    position: relative
}

.social-media__icon:focus,
.social-media__icon:hover {
    background-color: #01aeb4;
    color: #fff;
    border-color: #01aeb4
}

.social-media__icon:not(:first-of-type) {
    margin-left: 6px
}

.hhl-footer-ein {
    padding-top: 1em
}

.return-hhl-button {
    margin-left: 6px
}

.return-hhl-button#hide_on_mobile {
    display: none !important
}

.global-footer__signup {
    display: none
}

.global-footer__signup .single-post figcaption,
.global-footer__signup .xs-sans,
.single-post .global-footer__signup figcaption {
    margin: 15px 0 25px
}

.global-footer__signup-modal .modal-form__response .response {
    padding: 10px 0 30px
}

.global-footer__signup button,
.global-footer__signup input {
    display: block;
    width: 100%;
    text-align: center
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit],
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit],
.global-footer__signup input.btn.btn-white-o {
    margin-bottom: 20px;
    height: 37px;
    color: #fff
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]::-webkit-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]::-webkit-input-placeholder,
.global-footer__signup input.btn.btn-white-o::-webkit-input-placeholder {
    color: #fff;
    transition: all .35s ease
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:-moz-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]::-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]::-moz-placeholder,
.global-footer__signup input.btn.btn-white-o:-moz-placeholder,
.global-footer__signup input.btn.btn-white-o::-moz-placeholder {
    color: #fff;
    transition: all .35s ease
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:-ms-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:-ms-input-placeholder,
.global-footer__signup input.btn.btn-white-o:-ms-input-placeholder {
    color: #fff;
    transition: all .35s ease
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:active,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:focus,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:hover,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:active,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover,
.global-footer__signup input.btn.btn-white-o:active,
.global-footer__signup input.btn.btn-white-o:focus,
.global-footer__signup input.btn.btn-white-o:hover {
    background-color: #fff;
    border-color: #fff;
    color: #01aeb4
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:active::-webkit-input-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:hover::-webkit-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:active::-webkit-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus::-webkit-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover::-webkit-input-placeholder,
.global-footer__signup input.btn.btn-white-o:active::-webkit-input-placeholder,
.global-footer__signup input.btn.btn-white-o:focus::-webkit-input-placeholder,
.global-footer__signup input.btn.btn-white-o:hover::-webkit-input-placeholder {
    color: #7d7d7d
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:active:-moz-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:active::-moz-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:focus:-moz-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:focus::-moz-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:hover:-moz-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:hover::-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:active:-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:active::-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus:-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus::-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover:-moz-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover::-moz-placeholder,
.global-footer__signup input.btn.btn-white-o:active:-moz-placeholder,
.global-footer__signup input.btn.btn-white-o:active::-moz-placeholder,
.global-footer__signup input.btn.btn-white-o:focus:-moz-placeholder,
.global-footer__signup input.btn.btn-white-o:focus::-moz-placeholder,
.global-footer__signup input.btn.btn-white-o:hover:-moz-placeholder,
.global-footer__signup input.btn.btn-white-o:hover::-moz-placeholder {
    color: #7d7d7d
}

.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:active:-ms-input-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:focus:-ms-input-placeholder,
.gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit]:hover:-ms-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:active:-ms-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus:-ms-input-placeholder,
.global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover:-ms-input-placeholder,
.global-footer__signup input.btn.btn-white-o:active:-ms-input-placeholder,
.global-footer__signup input.btn.btn-white-o:focus:-ms-input-placeholder,
.global-footer__signup input.btn.btn-white-o:hover:-ms-input-placeholder {
    color: #7d7d7d
}

.toggle-newsletter:hover {
    cursor: pointer
}

input.mce_inline_error,
textarea.mce_inline_error {
    border-color: #e64f02 !important
}

div.mce_inline_error {
    font-size: 16px;
    font-style: italic;
    background-color: transparent !important;
    color: #e64f02 !important;
    margin: -20px 0 30px !important;
    border-radius: 50px
}

.btn,
.gform_wrapper .gform_footer input[type=submit] {
    background-clip: padding-box;
    background-image: none;
    cursor: pointer;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .35s ease;
    display: inline-block;
    text-align: center;
    -webkit-backface-visibility: hidden;
    position: relative;
    font: 600 11px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    border-radius: 50px;
    letter-spacing: .09375rem;
    text-transform: uppercase;
    border: 2px solid #01aeb4;
    padding: 9px 14px 4px;
    backface-visibility: hidden
}

.btn i,
.btn span,
.gform_wrapper .gform_footer input[type=submit] i,
.gform_wrapper .gform_footer input[type=submit] span {
    transition: inherit;
    display: inline-block;
    color: #01aeb4;
    float: left
}

.btn span.text,
.gform_wrapper .gform_footer input[type=submit] span.text {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0)
}

.btn span.arrow,
.gform_wrapper .gform_footer input[type=submit] span.arrow {
    position: relative;
    top: -2px;
    padding-left: 5px;
    overflow: hidden;
    width: 16px;
    height: 18px
}

.btn span.arrow.reverse,
.gform_wrapper .gform_footer input[type=submit] span.arrow.reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn span.arrow i,
.gform_wrapper .gform_footer input[type=submit] span.arrow i {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

.btn:active,
.btn:focus,
.btn:hover,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #01aeb4;
    color: #fff
}

.btn:active i,
.btn:active span,
.btn:focus i,
.btn:focus span,
.btn:hover i,
.btn:hover span,
.gform_wrapper .gform_footer input[type=submit]:active i,
.gform_wrapper .gform_footer input[type=submit]:active span,
.gform_wrapper .gform_footer input[type=submit]:focus i,
.gform_wrapper .gform_footer input[type=submit]:focus span,
.gform_wrapper .gform_footer input[type=submit]:hover i,
.gform_wrapper .gform_footer input[type=submit]:hover span {
    color: #fff
}

.btn:active span.arrow i,
.btn:active span.text,
.btn:focus span.arrow i,
.btn:focus span.text,
.btn:hover span.arrow i,
.btn:hover span.text,
.gform_wrapper .gform_footer input[type=submit]:active span.arrow i,
.gform_wrapper .gform_footer input[type=submit]:active span.text,
.gform_wrapper .gform_footer input[type=submit]:focus span.arrow i,
.gform_wrapper .gform_footer input[type=submit]:focus span.text,
.gform_wrapper .gform_footer input[type=submit]:hover span.arrow i,
.gform_wrapper .gform_footer input[type=submit]:hover span.text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn.btn-teal,
.gform_wrapper .gform_footer input[type=submit] {
    background-color: #01aeb4;
    border-color: #01aeb4;
    color: #fff
}

.btn.btn-teal i,
.btn.btn-teal span,
.gform_wrapper .gform_footer input[type=submit] i,
.gform_wrapper .gform_footer input[type=submit] span {
    color: #fff
}

.btn.btn-teal:active,
.btn.btn-teal:focus,
.btn.btn-teal:hover,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: transparent;
    color: #01aeb4
}

.btn.btn-teal:active i,
.btn.btn-teal:active span,
.btn.btn-teal:focus i,
.btn.btn-teal:focus span,
.btn.btn-teal:hover i,
.btn.btn-teal:hover span,
.gform_wrapper .gform_footer input[type=submit]:active i,
.gform_wrapper .gform_footer input[type=submit]:active span,
.gform_wrapper .gform_footer input[type=submit]:focus i,
.gform_wrapper .gform_footer input[type=submit]:focus span,
.gform_wrapper .gform_footer input[type=submit]:hover i,
.gform_wrapper .gform_footer input[type=submit]:hover span {
    color: #01aeb4
}

.btn.btn-yellow,
.gform_wrapper .gform_footer input.btn-yellow[type=submit] {
    background-color: #fdbf3c;
    border-color: #fdbf3c;
    color: #fff
}

.btn.btn-yellow i,
.btn.btn-yellow span,
.gform_wrapper .gform_footer input.btn-yellow[type=submit] i,
.gform_wrapper .gform_footer input.btn-yellow[type=submit] span {
    color: #fff
}

.btn.btn-yellow:active,
.btn.btn-yellow:focus,
.btn.btn-yellow:hover,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:active,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:focus,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:hover {
    background-color: #fdbf3c;
    color: #fff
}

.btn.btn-yellow:active i,
.btn.btn-yellow:active span,
.btn.btn-yellow:focus i,
.btn.btn-yellow:focus span,
.btn.btn-yellow:hover i,
.btn.btn-yellow:hover span,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:active i,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:active span,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:focus i,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:focus span,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:hover i,
.gform_wrapper .gform_footer input.btn-yellow[type=submit]:hover span {
    color: #fff
}

.btn.btn-white-o,
.gform_wrapper .gform_footer input.btn-white-o[type=submit] {
    border-color: #fff;
    color: #fff
}

.btn.btn-white-o i,
.btn.btn-white-o span,
.gform_wrapper .gform_footer input.btn-white-o[type=submit] i,
.gform_wrapper .gform_footer input.btn-white-o[type=submit] span {
    color: #fff
}

.btn.btn-white-o:active,
.btn.btn-white-o:focus,
.btn.btn-white-o:hover,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:active,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover {
    background-color: #01aeb4;
    color: #fff;
    border-color: #01aeb4
}

.btn.btn-white-o:active i,
.btn.btn-white-o:active span,
.btn.btn-white-o:focus i,
.btn.btn-white-o:focus span,
.btn.btn-white-o:hover i,
.btn.btn-white-o:hover span,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:active i,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:active span,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus i,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus span,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover i,
.gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover span {
    color: #fff
}

._teal .btn.btn-white-o:active,
._teal .btn.btn-white-o:focus,
._teal .btn.btn-white-o:hover,
._teal .gform_wrapper .gform_footer input.btn-white-o[type=submit]:active,
._teal .gform_wrapper .gform_footer input.btn-white-o[type=submit]:focus,
._teal .gform_wrapper .gform_footer input.btn-white-o[type=submit]:hover,
.gform_wrapper .gform_footer ._teal input.btn-white-o[type=submit]:active,
.gform_wrapper .gform_footer ._teal input.btn-white-o[type=submit]:focus,
.gform_wrapper .gform_footer ._teal input.btn-white-o[type=submit]:hover {
    background-color: #169698
}

.gform_wrapper .gform_footer input[type=submit],
button.btn,
input.btn {
    vertical-align: middle
}

button.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button.btn.btn-teal-o,
button.btn.btn-teal-o i,
button.btn.btn-teal-o span {
    color: #01aeb4
}

button.btn.btn-teal-o:active,
button.btn.btn-teal-o:active i,
button.btn.btn-teal-o:active span,
button.btn.btn-teal-o:focus,
button.btn.btn-teal-o:focus i,
button.btn.btn-teal-o:focus span,
button.btn.btn-teal-o:hover,
button.btn.btn-teal-o:hover i,
button.btn.btn-teal-o:hover span {
    color: #fff
}

.btn-search {
    background-color: #fdbf3c;
    border-color: #fdbf3c;
    color: #fff;
    margin-top: 3%;
    padding-left: 60px !important;
    padding-right: 60px !important;
    font-size: 18px !important;
    z-index: 999
}

.btn-search i,
.btn-search span {
    color: #fff
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    background-color: #ebebeb;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block !important;
   /* width: 100%;*/
    margin: 0 auto
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    display: block;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #01aeb4;
    transition: all .35s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slick-arrow.gallery__controls-prev {
    left: 10px
}

.slick-arrow.gallery__controls-next {
    right: 10px
}

.with-caption .slick-arrow {
    top: auto;
    bottom: 50px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.gallery {
    position: relative;
    margin: 50px auto
}

.gallery__content {
    padding: 30px 40px;
    text-align: center;
    background-color: #ebebeb
}

.gallery__content h2 {
    margin-bottom: 10px
}

.toggle-content-container,
.toggle-content__container {
    display: none
}

.toggle-content-container.target-open,
.toggle-content__container.target-open {
    display: block
}

.toggle-content__list {
    color: #0d0d0d;
    display: block;
    padding-right: 36px;
    position: relative
}

.toggle-content__list:after,
.toggle-content__list:before {
    display: block;
    position: absolute
}

.toggle-content__list:before {
    content: "";
    width: 26px;
    height: 26px;
    border: 2px solid #01aeb4;
    border-radius: 30px;
    top: 0;
    right: 0
}

.toggle-content__list:after {
    font: 20px FontAwesome;
    content: "\f107";
    top: 4px;
    right: 6.5px;
    color: #01aeb4
}

.open-target .toggle-content__list:after {
    content: "\f106";
    top: 1px
}

.toggle-content__list.white {
    color: #fff
}

.toggle-content__list.white:before {
    border-color: #fff
}

.toggle-content__list.white:after {
    color: #fff
}

.toggle-content__list-container {
    display: none
}

.toggle-content__list-container:after,
.toggle-content__list-container:before {
    content: "";
    display: block;
    height: 15px
}

.open-target .toggle-content__list-container {
    content: "\f106";
    top: -3px
}

.toggle-content__list-container.force-open,
.toggle-content__list.force-open {
    display: block !important
}

.toggle-content__list-container.white p,
.toggle-content__list.white p {
    color: #fff
}

.toggle-content__button {
    position: relative;
    color: #01aeb4;
    border: 2px solid #01aeb4;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    transition: all .35s ease
}

.toggle-content__button:hover {
    cursor: pointer
}

.toggle-content__button:after,
.toggle-content__button:before {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #01aeb4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px
}

.toggle-content__button:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -6px;
    margin-top: -1px
}

.toggle-content__button:after {
    margin-top: -1px
}

.toggle-content__button i {
    display: none
}

.toggle-content__button.open-target {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle-content__resp-container {
    display: none
}

.btn.btn-show-more,
.gform_wrapper .gform_footer input.btn-show-more[type=submit] {
    border-color: #01aeb4;
    color: #01aeb4;
    height: 32px;
    padding: 7px 45px 7px 18px
}

.btn.btn-show-more:after,
.btn.btn-show-more:before,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:after,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:before {
    content: "";
    display: block;
    position: absolute;
    transition: all .35s ease
}

.btn.btn-show-more:before,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:before {
    width: 31px;
    height: 30px;
    right: -1px;
    top: -1px;
    border-left: 2px solid #01aeb4;
    border-radius: 0 28px 28px 0
}

.btn.btn-show-more:after,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:after {
    content: "\f107";
    display: inline-block;
    font: 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 4px;
    right: 8px
}

.btn.btn-show-more:active,
.btn.btn-show-more:focus,
.btn.btn-show-more:hover,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:active,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:focus,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:hover {
    background-color: transparent
}

.btn.btn-show-more:active:before,
.btn.btn-show-more:focus:before,
.btn.btn-show-more:hover:before,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:active:before,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:focus:before,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:hover:before {
    background-color: #01aeb4
}

.btn.btn-show-more:active:after,
.btn.btn-show-more:focus:after,
.btn.btn-show-more:hover:after,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:active:after,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:focus:after,
.gform_wrapper .gform_footer input.btn-show-more[type=submit]:hover:after {
    color: #fff
}

.btn.btn-show-more.open-target:after,
.gform_wrapper .gform_footer input.btn-show-more.open-target[type=submit]:after {
    content: "\f106";
    top: 2px
}

.btn.btn-show-more.btn-show-more-white-o,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit] {
    border-color: #fff;
    color: #fff
}

.btn.btn-show-more.btn-show-more-white-o:before,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit]:before {
    border-color: #fff
}

.btn.btn-show-more.btn-show-more-white-o:active:before,
.btn.btn-show-more.btn-show-more-white-o:focus:before,
.btn.btn-show-more.btn-show-more-white-o:hover:before,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit]:active:before,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit]:focus:before,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit]:hover:before {
    background-color: #fff
}

.btn.btn-show-more.btn-show-more-white-o:active:after,
.btn.btn-show-more.btn-show-more-white-o:focus:after,
.btn.btn-show-more.btn-show-more-white-o:hover:after,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit]:active:after,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit]:focus:after,
.gform_wrapper .gform_footer input.btn-show-more.btn-show-more-white-o[type=submit]:hover:after {
    color: #01aeb4
}

.show-more-target.hidden {
    display: none
}

.block-panel {
    padding: 40px 0
}

.block-panel__header {
    margin: 0 auto;
    text-align: center
}

.block-panel__header h1 {
    margin-bottom: 15px
}

.block-panel._white+._white {
    border-top: 1px solid #c9c9c9
}

.block-panel._teal+._teal {
    border-top: 1px solid #fff
}

.stat-box {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #ebebeb;
    text-align: center
}

.stat-box h4 {
    font-weight: 600;
    color: #fdbf3c
}

.stat-box p {
    max-width: 350px
}

.text-title {
    margin-bottom: 20px
}

.content-block-subtitle {
    margin-bottom: 10px
}

.content-block-title {
    margin-bottom: 20px
}

.content-block h1,
.content-block p {
    max-width: 800px;
    margin-left: 0;
    margin-right: 0
}

.zebra-panel:nth-child(2n-1) {
    background-color: #ebebeb
}

.post-card {
    margin-bottom: 30px;
    color: #7d7d7d
}

.post-card__image {
    position: relative
}

.post-card__image a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 15px;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -18px;
    transition: all .35s ease
}

.post-card__image a:hover:after {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

.post-card__image img {
    width: 100%
}

.post-card__content {
    padding: 40px;
    background-color: #fff
}

.post-card__content h1 {
    margin-bottom: 12px
}

.post-card__content h3 {
    margin-bottom: 20px
}

.post-card__content p {
    margin-bottom: 25px
}

.post-card__content .post-card__link {
    display: block
}

.post-card__content h1+.post-card__link {
    margin-top: 25px
}

.post-card.impact-stat {
    text-align: center
}

.post-card.impact-stat p:last-of-type {
    margin-bottom: 0
}

.fw-color-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0
}

._white+.fw-color-split,
.fw-color-split+._white {
    border-top: 1px solid #ebebeb
}

.fw-color-split>div {
    padding: 10% 8%
}

.fw-color-split .lg-sans,
.fw-color-split .single-post .entry-content__default h1,
.single-post .entry-content__default .fw-color-split h1 {
    margin-bottom: 15px
}

.fw-color-split__message {
    margin-bottom: 25px
}

.fw-color-split__list {
    background-color: #fff;
    position: relative
}

.fw-color-split__list a.cover {
    z-index: 2
}

.fw-color-split__list-item {
    display: block;
    border-bottom: 1px solid #01aeb4;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    color: #7d7d7d
}

.fw-color-split__list-item span {
    display: inline-block;
    transition: all .35s ease
}

.fw-color-split__list-item:hover {
    color: #707070
}

.fw-color-split__list-item:hover span {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.fw-color-split__list-item:first-child {
    padding-top: 0
}

.point-right {
    position: relative
}

.image-callout {
    padding: 12%;
    overflow: hidden
}

.image-callout__panel {
    width: 100%;
    padding: 30px;
    text-align: center
}

.image-callout__panel-inner p {
    margin: 8px auto 25px
}

.with-video .image-callout__panel-inner p {
    margin: 20px auto 30px
}

.image-callout__title {
    font-size: 23px;
    line-height: 1.2
}

.quote .lg-sans,
.quote .single-post .entry-content__default h1,
.single-post .entry-content__default .quote h1 {
    margin-bottom: 15px
}

.quote__copy {
    margin-bottom: 10px
}

.card-callouts {
    padding: 40px 0 10px;
    text-align: center
}

.card-callouts__card {
    text-align: center;
    margin-bottom: 20px
}

.text-sidebar__content {
    margin-bottom: 25px
}

.text-sidebar__sidebar {
    margin-top: 3px
}

.text-sidebar__sidebar h2 {
    margin-bottom: 15px
}

.text-image__image img {
    max-width: 300px;
    margin: 0 auto 30px
}

.text-icon__icon-inner {
    width: 183px;
    height: 183px;
    background-color: #fdbf3c;
    border-radius: 100px;
    margin: 0 auto 30px;
    position: relative
}

.text-icon__icon-inner svg {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff
}

.text-icon__icon-inner .icon-item {
    display: none
}

.text-icon__icon-inner.hand .icon-item.hand {
    display: block
}

.text-icon__icon-inner.hand svg {
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
}

.text-icon__icon-inner.envelope .icon-item.envelope,
.text-icon__icon-inner.form .icon-item.form,
.text-icon__icon-inner.screen .icon-item.screen,
.text-icon__icon-inner.shield .icon-item.shield {
    display: block
}

.text-icon__content-link {
    margin-top: 20px
}

.stepped-content {
    text-align: center
}

.stepped-content__list {
    margin-top: 60px
}

.stepped-content__list-item {
    text-align: center;
    margin-bottom: 40px;
    width: 100%
}

.stepped-content__list-item-inner {
    padding: 20px 10px
}

.stepped-content__list-item-num {
    display: block;
    background-color: #01aeb4;
    color: #fff;
    border-radius: 50%;
    height: 78px;
    width: 78px;
    font-size: 40px;
    margin: 0 auto 20px;
    line-height: 2.125;
    text-align: center
}

._teal .stepped-content__list-item-num {
    background-color: #fff;
    color: #01aeb4
}

.stepped-content__list-item-title {
    margin-bottom: 15px
}

.stepped-content__list-item p {
    max-width: 300px
}

.stepped-content._teal p {
    color: #fff
}

.seal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-links {
    text-align: center
}

.section-links__link {
    position: relative;
    padding: 30px
}

.section-links__link+.section-links__link {
    padding-top: 10px
}

.section-links h2 {
    margin-top: 50px
}

.section-links a {
    display: block
}

.section-links a:hover {
    color: #169698
}

.accordion-group .section-links .toggle-content__list,
.section-links .accordion-group .toggle-content__list,
.section-links .md-sans,
.section-links .single-post .entry-content__default h3,
.single-post .entry-content__default .section-links h3 {
    margin-bottom: 5px
}

.section-links p {
    margin-bottom: 20px
}

.accordion-group__posts {
    margin-top: 30px
}

.accordion-group .toggle-content__list {
    font-weight: 600
}

.accordion-group .toggle-content__container:before {
    content: "";
    display: block;
    height: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px
}

.accordion-group .toggle-content__container a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.accordion-group__entry {
    padding: 15px 0;
    border-bottom: 2px solid #fff
}

.video-stats {
    text-align: center;
    padding: 0
}

.video-stats__video {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.video-stats__video-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.video-stats__video-image:before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: hsla(0, 0%, 5%, .6)
}

.video-stats__video:hover .video-stats__video-image {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.video-stats__video-content {
    width: 80%;
    max-width: 380px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 5;
    padding: 50px 0;
    margin: 0 auto
}

.video-stats__video-content h1 {
    margin-bottom: 10px
}

.video-stats__video-content h2,
.video-stats__video-content p {
    margin-bottom: 20px
}

.profile-lockup {
    padding: 45px 30px;
    text-align: center;
    color: #858585;
    position: relative
}

.profile-lockup>a.cover {
    z-index: 4
}

.profile-lockup__verification-popup {
    display: inline-block;
    top: 5%;
    right: 5%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999
}

.profile-lockup__verfication {
    cursor: pointer
}

.profile-lockup__verification-badge {
    cursor: pointer;
    top: -5px;
    display: inline
}

.profile-lockup__verification-text {
    display: inline;
    font-family: Avenir;
    cursor: pointer
}

.profile-lockup__verification-popup-text {
    visibility: hidden;
    width: 160px;
    background-color: #858585;
    color: #fff;
    text-align: center;
    max-width: 200%;
    border-radius: 6px;
    padding: 12px 8px 8px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -80px;
    font-family: Avenir;
    opacity: .9
}

.profile-lockup__verification-popup-text:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #858585;
    opacity: .9
}

.profile-lockup__verification-popup-text-show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.profile-lockup__toggle-verification-popup span {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ebebeb;
    border-radius: 10px;
    top: -7px;
    right: -8px;
    position: absolute;
    opacity: 1;
    border: 1px solid #858585
}

.profile-lockup__toggle-verification-popup span:hover {
    opacity: 1
}

.profile-lockup__toggle-verification-popup span:after,
.profile-lockup__toggle-verification-popup span:before {
    position: absolute;
    right: 8px;
    top: 1px;
    content: " ";
    height: 15px;
    width: 1px;
    background-color: #858585
}

.profile-lockup__toggle-verification-popup span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.profile-lockup__toggle-verification-popup span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.profile-lockup__image {
    position: relative
}

.profile-lockup__image-img {
    width: 180px;
    height: 180px;
    margin: 0 auto 28px;
    border-radius: 50%
}

.profile-lockup img {
    max-width: 230px;
    margin: 0 auto 28px
}

.profile-lockup h2 {
    margin-bottom: 10px
}

.profile-lockup p {
    margin: 0
}

.profile-lockup p.location {
    margin-bottom: 26px
}

.profile-lockup h5 {
    margin-bottom: 0
}

.profile-lockup__footer {
    margin-top: 20px
}

.profile-lockup__footer:empty {
    margin-top: 0
}

.profile-lockup__footer p {
    font-weight: 600
}

.profile-lockup form p {
    margin: 10px 0 30px
}

.profile-lockup form input,
.profile-lockup form span {
    display: inline-block
}

.profile-lockup form input {
    width: auto;
    text-align: center;
    max-width: 170px;
    border-width: 2px;
    border-color: #b8b8b8;
    color: #858585;
    margin: 0 6px;
    padding-top: 4px;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 20px
}

.profile-lockup__form-buttons button {
    margin-bottom: 15px;
    min-width: 250px
}

.profile-lockup__form-buttons .btn-hide {
    border-color: #c9c9c9;
    color: #c9c9c9
}

.profile-lockup__form-buttons .btn-hide:active,
.profile-lockup__form-buttons .btn-hide:focus,
.profile-lockup__form-buttons .btn-hide:hover {
    border-color: #01aeb4;
    color: #01aeb4;
    background-color: transparent
}

.profile-lockup__give {
    padding-left: 60px !important;
    padding-right: 60px !important;
    font-size: 18px !important;
    margin-top: 10px
}

.slide-chart,
.slide-chart__fill {
    display: none
}

.slide-chart+.profile-lockup__give {
    margin-top: 30px
}

.list-items {
    display: block
}

.list-items:after {
    clear: both;
    content: "";
    display: block
}

.list-items__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    position: relative;
    color: #7d7d7d;
    padding: 10px 50px 10px 2px;
    border-bottom: 1px solid #c9c9c9
}

.list-items__item:last-child {
    border-bottom: 0
}

.list-items__item h5 {
    margin-top: 10px
}

.list-items__item p i {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 24px
}

.panel__lead .list-items__item p i {
    position: relative;
    right: auto;
    top: auto;
    font-size: inherit
}

.list-items__item .list-items__item {
    margin-left: 40px;
    font-size: 16px;
    margin-top: 20px
}

.list-items__item .list-items__item p {
    margin: 15px 0
}

.list-items__item .list-items__item p.attr {
    margin-bottom: 0
}

.list-items__item .list-items__item:last-child {
    border-bottom: 0
}

.list-items__item .list-items__item+.list-items__item {
    border-top: 0;
    margin-top: 0
}

.list-items__item-links a {
    display: inline-block
}

.list-items__item-links a:active:before,
.list-items__item-links a:focus:before,
.list-items__item-links a:hover:before {
    color: #01aeb4
}

.list-items__item-links a+a:before {
    content: " | ";
    margin: 0 5px;
    color: #01aeb4;
    position: relative;
    top: -1px
}

.list-items__icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.list-items__icon:hover {
    -webkit-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0)
}

.list-items p.attr {
    margin-top: 22px
}

.list-items__item-footer {
    margin: 20px 0 5px
}

.list-items__item-footer a+a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: #01aeb4;
    margin: 0 15px;
    position: relative;
    top: 3px
}

.campaign-element {
    margin-bottom: 30px
}

.campaign-element h1 {
    color: #01aeb4
}

.campaign-element+.campaign-element {
    border-top: 3px solid #01aeb4;
    padding-top: 20px
}

.campaign-element__header {
    display: block;
    margin-bottom: 30px
}

.campaign-element__header:after {
    clear: both;
    content: "";
    display: block
}

.campaign-element__header-aside {
    margin-top: 10px
}

.campaign-element__border {
    border: 1px solid #c9c9c9;
    padding: 20px 30px 40px
}

.campaign-element__border .list-items__item {
    border-color: #01aeb4
}

.campaign-element__border .list-items__item p {
    white-space: pre-wrap
}

.campaign-element__border .list-items__item:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0
}

.campaign-element p {
    color: #858585
}

.campaign-element__hidden p:first-child {
    margin-top: 0
}

.campaign-element .list-items__item h5 {
    margin-bottom: 10px
}

.campaign-element__gb-form {
    padding: 30px 30px 50px;
    border-bottom: 0
}

.campaign-lead h1 {
    margin-bottom: 20px;
    overflow: hidden
}

.campaign-lead p {
    margin: 0 0 20px
}

.campaign-lead__footer {
    padding-top: 10px
}

.campaign-lead .video-container {
    margin-top: 0
}

.gallery-thumb {
    position: relative;
    margin-bottom: 20px
}

.gallery-thumb__image {
    min-height: 230px;
    padding-bottom: 70%;
    overflow: hidden
}

.gallery-thumb__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.gallery-thumb__title {
    background-color: #ebebeb;
    display: block;
    padding: 30px;
    text-align: center;
    height: 114px;
    overflow: hidden
}

.gallery-thumb__title p {
    color: #858585;
    margin: 10px 0 0
}

.gallery-thumb.add-gallery {
    text-align: center;
    border: 1px solid #c9c9c9;
    height: 344px
}

.gallery-thumb.add-gallery a.cover {
    z-index: 3
}

.gallery-thumb.add-gallery .add-gallery__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery-thumb.add-gallery .add-gallery__content i {
    display: block;
    margin-bottom: 15px;
    color: #fdbf3c
}

.gallery-thumb.add-gallery:hover .add-gallery__content {
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

.guestbook__post {
    position: relative
}

.guestbook__load {
    display: none;
    color: #01aeb4;
    font-size: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: hsla(0, 0%, 100%, .7);
    z-index: 10
}

.guestbook__load-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.guestbook__form textarea {
    color: #0d0d0d
}

.guestbook__form-recaptcha {
    margin-bottom: 30px
}

.guestbook__form-recaptcha .recaptcha-error {
    margin: 10px 0 30px !important
}

.guestbook__form-login {
    border-radius: 5px;
    border: 1px solid #919191;
    margin-bottom: 20px;
    min-height: 40px;
    min-width: 250px;
    max-width: 275px;
    text-align: center;
    font-size: 18px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 11px 10px
}

.guestbook__form-login:hover {
    cursor: pointer;
    border-color: #000;
    padding: 11px 20px
}

.guestbook__form-login-svg {
    padding-right: 8px
}

.guestbook__form-login-wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.guestbook__form-logout {
    margin-top: 20px;
    margin-bottom: 20px
}

.guestbook__form input[type=submit] {
    margin-bottom: 0
}

.guestbook__message {
    color: #01aeb4;
    margin-top: 30px;
    display: none
}

input[type=submit]:disabled {
    opacity: .5;
    pointer-events: none
}

.album-overlay {
    background-color: hsla(0, 0%, 5%, .75);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    display: none
}

.album-overlay #js-album-close {
    z-index: 999
}

.album-overlay .close-button {
    position: absolute;
    top: 5%;
    right: 5%
}

.album-overlay .slick-track {
    display: table;
    vertical-align: middle
}

.album-overlay__slides {
    max-height: 600px
}

.album-overlay__slides .slick-slide {
    background-color: transparent;
    display: table-cell
}

.album-overlay img {
    max-height: 500px;
    display: table-cell;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.album-overlay .gallery__controls,
.album-overlay__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.album-overlay .gallery__controls {
    z-index: 999;
    width: 100%
}

.album-overlay .gallery__controls button {
    display: none
}

.album-overlay .gallery__controls button.slick-arrow {
    display: block
}

.album-overlay .slick-arrow {
    border-color: #fff;
    color: #fff
}

.album-overlay .slick-arrow:hover {
    background-color: #fff;
    color: #01aeb4
}

.album-overlay__excerpt {
    text-align: center;
    margin: 20px 0;
    color: #fff;
    font-size: 16px
}

.album-overlay__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.album-overlay__loading p {
    color: #fff
}

.play-video {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center
}

.play-video span {
    width: 60px;
    height: 60px;
    border: 2px solid #fdbf3c;
    display: block;
    border-radius: 30px;
    margin: 0 auto;
    transition: all .35s ease;
    color: #fdbf3c
}

.play-video span i {
    position: relative;
    font-size: 30px;
    top: 13px;
    left: 3px
}

.play-video:hover span {
    color: #fcae0a;
    border-color: #fcae0a;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

.play-video__close {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    padding: 20px;
    z-index: 10
}

.play-video__close span:after,
.play-video__close span:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    width: 32px;
    position: relative
}

.play-video__close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px
}

.play-video__close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -1px
}

.play-video__container {
    display: none;
    background-color: hsla(0, 0%, 5%, .7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999
}

.play-video__container.video-open .play-video__video,
.play-video__video {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.play-video__video {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    max-width: 1280px;
    transition: -webkit-transform .5s ease .5s;
    transition: transform .5s ease .5s;
    transition: transform .5s ease .5s, -webkit-transform .5s ease .5s
}

.page-header {
    padding: 60px 0;
    text-align: center;
    position: relative
}

.page-header h1 {
    margin-bottom: 24px
}

.page-id-6 .page-header h1 {
    color: #fff;
    letter-spacing: 0;
    text-transform: none
}

.page-id-6 .page-header h1 strong {
    font-weight: 400
}

.page-header p {
    color: #fff
}

.page-header__fade {
    background-color: rgba(60, 63, 70, .6);
    z-index: 0
}

.page-header__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    z-index: 2;
    position: relative
}

.page-header__content:last-child {
    margin-right: 0
}

.page-header__content-custom,
.page-header__content-links {
    margin-top: 30px
}

.page-header__content-links a+a {
    margin: 5px
}

.page-header__search {
    position: relative;
    margin: 20px auto 0;
    max-width: 540px
}

.page-header__search input {
    border-color: #fff;
    padding-left: 60px;
    margin: 0 auto;
    color: #fff
}

.page-header__search input:focus {
    background-color: #01aeb4
}

.page-header__search input::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-header__search input:-moz-placeholder,
.page-header__search input::-moz-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-header__search input:-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-header__search label {
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: 0;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 0
}

.page-header__search label i {
    position: relative;
    top: 12px;
    left: 2px
}

.page-header__search-no-results {
    position: absolute;
    bottom: -50px;
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    color: #01aeb4;
    padding: 12px 20px 8px;
    border-radius: 20px
}

.page-header__hero {
    height: 120vw;
    max-height: 650px
}

.page-header__hero-message {
    width: 80%;
    max-width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-template-block-form-page-content .page-header,
.page-template-block-form-page .page-header {
    background-color: #fff
}

.page-id-6 .page-template-block-form-page-content .page-header h1,
.page-id-6 .page-template-block-form-page .page-header h1,
.page-template-block-form-page-content .page-header .lead,
.page-template-block-form-page-content .page-id-6 .page-header h1,
.page-template-block-form-page .page-header .lead,
.page-template-block-form-page .page-id-6 .page-header h1 {
    color: #01aeb4
}

.related {
    padding: 100px 0
}

.related .container-flex>h1,
.related .container>h1 {
    margin-bottom: 50px
}

.basic-page__meta {
    margin-bottom: 30px
}

.basic-page__meta h2 {
    margin-bottom: 10px
}

.message-404 {
    padding: 100px 0
}

.message-404 h2 {
    margin-bottom: 50px
}

.message-404 p {
    color: #fff
}

.message-404__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.message-404__search {
    margin: 50px auto 0;
    max-width: 500px
}

.message-404 .input-group button,
.message-404 .input-group input {
    border: 1px solid #fff;
    color: #fff
}

.message-404 .input-group input {
    border-left: 0
}

.message-404 .input-group input::-webkit-input-placeholder {
    color: #fff
}

.message-404 .input-group input:-moz-placeholder,
.message-404 .input-group input::-moz-placeholder {
    color: #fff
}

.message-404 .input-group input:-ms-input-placeholder {
    color: #fff
}

.message-404 .input-group input:active,
.message-404 .input-group input:focus,
.message-404 .input-group input:hover {
    background-color: #01aeb4
}

.page-template-financial-help basic-page__content {
    margin-left: auto;
    margin-right: auto
}

.page-template-financial-help .column-left {
    width: 60%;
    float: left;
    padding-top: 3%
}

.page-template-financial-help .column-left p:nth-child(20) {
    display: none
}

.page-template-financial-help .column-left .lg-title,
.page-template-financial-help .column-left .single-post .entry-content__default h2,
.single-post .entry-content__default .page-template-financial-help .column-left h2 {
    margin-top: 6% !important;
    font-weight: 400;
    font-size: 36px
}

.page-template-financial-help .column-left div:nth-child(6)>img {
    padding-bottom: 3%
}

.page-template-financial-help .column-left h3:first-child {
    font-size: 26px !important
}

.page-template-financial-help .column-left div:nth-child(23) {
    margin-bottom: 5%
}

.page-template-financial-help .column-left h1 {
    margin-right: 33% !important
}

.page-template-financial-help .column-left .list_item {
    margin-top: 2%
}

.page-template-financial-help .column-left .bullet {
    padding-right: 1%;
    color: #7d7d7d;
    line-height: 3px;
    font-size: 40px;
    text-align: center;
    float: left
}

.page-template-financial-help .column-left h1:nth-child(28),
.page-template-financial-help .column-left h1:nth-child(32),
.page-template-financial-help .column-left h1:nth-child(36) {
    border-top: 3px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    font-size: 24px;
    margin-right: 5% !important;
    padding: 2%;
    color: #7d7d7d
}

.page-template-financial-help .column-right {
    width: 30%;
    float: right;
    padding-top: 3%
}

.page-template-financial-help .column-right div:first-child>a>span.text {
    font-size: 20px !important
}

.page-template-financial-help .column-right section {
    background: #d3d3d3;
    width: 100%;
    padding: 10% 5%
}

.page-template-financial-help .column-right h1:nth-child(15) {
    margin-top: 10%
}

.page-template-financial-help .column-right div p {
    margin-top: 4%
}

.page-template-financial-help .column-right div span {
    font-weight: 700
}

.page-template-financial-help .column-right div:nth-child(13)>a {
    padding-left: 54px;
    padding-right: 54px
}

.page-template-financial-help .column-right h1:nth-child(2) {
    margin-left: 5%;
    font-size: 18px !important;
    font-weight: 700;
    width: 75%
}

.page-template-financial-help .column-right h3:first-child {
    font-size: 20px;
    margin-left: 5%
}

.page-template-financial-help .column-right section>div:first-child>h1 {
    font-size: 26px;
    text-align: center;
    margin-left: 9%;
    margin-right: 9%
}

.page-template-financial-help .column-right section>div:first-child>p {
    text-align: center;
    margin: 8% 9%
}

.page-template-financial-help .column-right h1:nth-child(11) {
    margin-top: 25%
}

.page-template-financial-help .column-right h3 {
    font-size: 18px !important;
    margin-left: 5%
}

.page-template-financial-help .column-right p:nth-child(5) {
    margin-left: 5%
}

.page-template-financial-help .column-right .yellow.md-title {
    font-weight: 700;
    margin-left: 5%
}

.page-template-financial-help .column-right div:first-child>a {
    background-color: #fdbf3c;
    border-color: #fdbf3c
}

.page-template-financial-help .column-right .lg-title,
.page-template-financial-help .column-right .single-post .entry-content__default h2,
.single-post .entry-content__default .page-template-financial-help .column-right h2 {
    font-weight: 400
}

.page-template-financial-help .column-right div:nth-child(15)>a {
    background-color: #fff;
    color: #01aeb4
}

.page-template-financial-help .column-right div:nth-child(15)>a span.text {
    color: #01aeb4
}

.page-template-financial-help .block-panel__header {
    display: inline-block
}

.page-template-financial-help .inline-image {
    width: 100%
}

.page-template-financial-help .inline-image img {
    margin-left: auto;
    margin-right: auto
}

.gform_wrapper .gform_footer .page-template-financial-help .inline-image input[type=submit],
.page-template-financial-help .inline-image .btn,
.page-template-financial-help .inline-image .gform_wrapper .gform_footer input[type=submit] {
    background-color: #fdbf3c;
    border-color: #fdbf3c
}

.page-template-financial-help .inline-image .lg-title,
.page-template-financial-help .inline-image .single-post .entry-content__default h2,
.single-post .entry-content__default .page-template-financial-help .inline-image h2 {
    font-weight: 400
}

.post-list {
    overflow: hidden
}

.post-page {
    background-color: #ebebeb
}

.archive-list {
    padding: 60px 0
}

.archive-list:nth-child(2n) {
    background-color: #ebebeb
}

.archive-list a.toggle-content,
.archive-list p {
    color: #7d7d7d
}

.archive-list__type {
    margin-bottom: 20px
}

.archive-list__type p {
    margin: 15px 0 0;
    max-width: 300px
}

.archive-list__entry {
    padding: 15px 0;
    border-bottom: 1px solid #c9c9c9
}

.archive-list__entry:first-child {
    padding-top: 10px
}

.archive-list__entry:last-child {
    border-bottom: 0
}

.archive-list .toggle-content__container,
.list-items__load-item {
    background-color: transparent;
    transition: background-color .5s linear
}

.archive-list .toggle-content__container.load-open,
.list-items__load-item.load-open {
    background-color: #fff1d3
}

.list-items__load-item {
    padding-top: 10px !important
}

.on-page-search-item {
    background-color: #fdbf3c;
    color: #fff;
    font-weight: 600;
    padding: 5px 0 3px
}

.team__entry-wrapper {
    margin-top: 50px
}

.team__entry-hidden {
    display: none
}

.team__filter {
    text-align: center;
    padding: 20px 0
}

.team__filter .toggle-content__container {
    margin-top: 10px
}

.team__filter button {
    margin: 0 5px
}

.team__filter span {
    display: none
}

.team__entry {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
    padding: 50px 10px
}

.team__entry,
.team__entry-img {
    margin-bottom: 30px
}

.team__entry-img-placeholder {
    width: 230px;
    height: 230px;
    margin: 0 auto
}

.team__entry img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto
}

.accordion-group .team__entry .toggle-content__list,
.single-post .entry-content__default .team__entry h3,
.team__entry .accordion-group .toggle-content__list,
.team__entry .md-sans,
.team__entry .single-post .entry-content__default h3 {
    margin-bottom: 8px
}

.team__entry-meta {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: auto;
    text-align: left;
    padding: 50px 30px 20px
}

.team__entry-meta.hidden {
    display: none
}

.team__entry .toggle-content__button {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 10
}

.single-post__meta {
    margin-bottom: 15px;
    margin-top: -8px
}

.single-post figcaption {
    color: #858585;
    margin: 20px 0 30px
}

.single-post .entry-content__default h1 {
    color: #01aeb4
}

.single-post .entry-content__default h2 {
    font-weight: 400;
    color: #01aeb4
}

.single-post .entry-content__default h2 strong {
    font-weight: 400
}

.single-post .entry-content__default h3 {
    color: #01aeb4
}

.pagination {
    text-align: center;
    margin-top: 30px
}

.event__entry-content {
    padding: 25px 5%
}

.event__entry h1 {
    margin-bottom: 30px
}

.event__entry h3 {
    margin-bottom: 20px
}

.event__entry p+a {
    margin-top: 30px
}

.event__entry+.event__entry {
    border-top: 1px solid #c9c9c9
}

.event__entry img {
    margin: 2px auto
}

.events__pagination .pagination {
    padding: 20px 0 30px;
    border-top: 1px solid #c9c9c9
}

.events__no-events {
    padding: 50px 0;
    text-align: center
}

.events__past {
    margin-top: 30px;
    background-color: #ebebeb;
    padding-top: 30px
}

.events__past-title {
    text-align: center;
    margin-bottom: 30px
}

.events__past .overlay .modal-form .yellow.modal-form__response.error,
.events__past .xxs-sans.yellow,
.events__past select.yellow,
.overlay .modal-form .events__past .yellow.modal-form__response.error,
.sidebar {
    color: #7d7d7d
}

.sidebar__content {
    background-color: #ebebeb;
    margin-top: 20px;
    padding: 30px;
    color: #7d7d7d
}

.sidebar__content.first {
    margin-top: 0
}

.donate-form .sidebar__content {
    display: none
}

.page-template-basic-page .sidebar__content:first-child {
    margin-top: 0
}

.sidebar__content._white {
    background-color: #fff
}

.sidebar__content._teal {
    background-color: #01aeb4
}

.sidebar__content._teal a {
    color: #fff
}

.sidebar__content.center {
    text-align: center
}

.sidebar__content-inner {
    position: relative
}

.accordion-group .sidebar__content h1.toggle-content__list,
.sidebar__content .accordion-group h1.toggle-content__list,
.sidebar__content h1.md-sans {
    margin-bottom: 10px
}

.sidebar__content h5 {
    margin-bottom: 15px
}

.sidebar__content .social-icons {
    overflow: hidden;
    margin: 0 auto
}

.sidebar__content .social-media__icon {
    border-color: #858585;
    color: #858585;
    display: inline-block;
    float: none;
    position: relative;
    margin-bottom: 15px
}

.sidebar__content .social-media__icon .cover {
    z-index: 5
}

.sidebar__content .social-media__icon i {
    position: relative;
    top: 4px
}

.sidebar__content .social-media__icon:hover {
    background-color: transparent;
    border-color: #01aeb4;
    color: #01aeb4
}

.sidebar__content .social-media__icon:not(:first-of-type) {
    margin-left: 5px
}

.sidebar__campaign-subscribe {
    text-align: center;
    background-color: #fff
}

.sidebar__social+.sidebar__campaign-subscribe {
    margin-top: -50px
}

.sidebar__announcement {
    background-color: #01aeb4;
    color: #fff;
    padding: 30px;
    margin-top: 20px
}

.page-id-6 .page-header .sidebar__announcement h1,
.sidebar__announcement .page-id-6 .page-header h1,
.sidebar__announcement h1.lead {
    margin-bottom: 5px;
    font-weight: 600
}

.sidebar__announcement h5 {
    color: #fff;
    margin-bottom: 12px
}

.sidebar__announcement a,
.sidebar__announcement p {
    color: #fff
}

.sidebar__announcement-footer {
    margin-top: 40px
}

.sidebar__announcement .list-items__item {
    padding-top: 10px;
    padding-bottom: 15px
}

.sidebar__resp {
    margin-bottom: 0
}

.sidebar__list {
    margin-bottom: 30px
}

.sidebar__list a {
    display: block
}

.sidebar__list .select2-container,
.sidebar__list select {
    margin-top: 20px
}

.sidebar__tags h3 {
    margin-bottom: 10px
}

.sidebar__tags a {
    color: #7d7d7d
}

.sidebar__tags a:hover {
    color: #01aeb4
}

.sidebar__link-link {
    display: block;
    padding-right: 50px;
    position: relative
}

.sidebar__link-link span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar__link-left {
    padding-right: 0;
    padding-left: 60px
}

.sidebar__link-left span {
    right: auto;
    left: 0
}

.sidebar__link-left span svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar__event-details a {
    color: #7d7d7d;
    font-weight: 600
}

.sidebar__event-details strong {
    color: #01aeb4;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px
}

.sidebar__event-details span {
    display: block
}

.sidebar__event-details span+span {
    margin-top: 8px
}

@media screen and (min-width:520px) {
    .gform_wrapper .ginput_cardinfo_left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }

    .gform_wrapper .ginput_cardinfo_left:last-child {
        margin-right: 0
    }

    .gform_wrapper .ginput_cardinfo_right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }

    .gform_wrapper .ginput_cardinfo_right:last-child {
        margin-right: 0
    }

    .campaign-results__wrapper .find-result {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        padding: 30px 20px
    }

    .campaign-results__wrapper .find-result:last-child,
    .campaign-results__wrapper .find-result:nth-child(2n) {
        margin-right: 0
    }

    .campaign-results__wrapper .find-result:nth-child(odd) {
        clear: left
    }

    .post-card {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 20px
    }

    .post-card:last-child,
    .post-card:nth-child(2n) {
        margin-right: 0
    }

    .post-card:nth-child(odd) {
        clear: left
    }

    .gutter-corrector .post-card {
        width: 50%;
        float: none;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    #post-container>.post-card {
        width: 50%;
        float: none;
        margin: 2%;
        padding-left: 10px;
        padding-right: 10px;
        max-width: min-content
    }

    .gutter-corrector {
        margin-left: 3vw;
        margin-right: 10px
    }

    .card-callouts__card {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }

    .card-callouts__card:last-child,
    .card-callouts__card:nth-child(2n) {
        margin-right: 0
    }

    .card-callouts__card:nth-child(odd) {
        clear: left
    }

    .card-callouts__card:last-child {
        display: none
    }

    .stepped-content__list-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }

    .stepped-content__list-item:last-child,
    .stepped-content__list-item:nth-child(2n) {
        margin-right: 0
    }

    .stepped-content__list-item:nth-child(odd) {
        clear: left
    }

    .campaign-element__header h1 {
        display: inline-block;
        float: left
    }

    .campaign-element__header-aside {
        float: right;
        position: relative;
        top: -4px
    }

    .team__entry {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }

    .team__entry:last-child,
    .team__entry:nth-child(2n) {
        margin-right: 0
    }

    .team__entry:nth-child(odd) {
        clear: left
    }
}

@media screen and (min-width:760px) {

    .block-form .type-block__header,
    .campaign-element h1,
    .campaign-element h1.lead,
    .campaign-page h1,
    .campaign-page h1.lead,
    .gform_wrapper .gfield_total .ginput_container_total,
    .gform_wrapper .gfield_total label,
    .gsection_title,
    .lead,
    .page-id-6 .page-header h1,
    .profile-lockup h1,
    .profile-lockup h1.lead {
        font-size: 24px
    }

    body {
        padding-top: 136px;
        font-size: 16px
    }

    .page-id-5285,
    .page-id-13318 {
        padding-top: 60px
    }

    .inline-buttons ul.gfield_checkbox li,
    .inline-buttons ul.gfield_radio li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }

    .inline-buttons ul.gfield_checkbox li:nth-child(2n),
    .inline-buttons ul.gfield_radio li:nth-child(2n) {
        margin-right: 2.35765%
    }

    .inline-buttons ul.gfield_checkbox li:nth-child(odd),
    .inline-buttons ul.gfield_radio li:nth-child(odd) {
        clear: none
    }

    .inline-buttons ul.gfield_checkbox li:last-child,
    .inline-buttons ul.gfield_checkbox li:nth-child(4n),
    .inline-buttons ul.gfield_radio li:last-child,
    .inline-buttons ul.gfield_radio li:nth-child(4n) {
        margin-right: 0
    }

    .inline-buttons ul.gfield_checkbox li:nth-child(4n+1),
    .inline-buttons ul.gfield_radio li:nth-child(4n+1) {
        clear: left
    }

    .two-col ul.gfield_checkbox li,
    .two-col ul.gfield_radio li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 10px
    }

    .two-col ul.gfield_checkbox li:last-child,
    .two-col ul.gfield_checkbox li:nth-child(2n),
    .two-col ul.gfield_radio li:last-child,
    .two-col ul.gfield_radio li:nth-child(2n) {
        margin-right: 0
    }

    .two-col ul.gfield_checkbox li:nth-child(odd),
    .two-col ul.gfield_radio li:nth-child(odd) {
        clear: left
    }

    .ginput_complex .name_first,
    .ginput_complex .name_last {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }

    .ginput_complex .name_first:last-child,
    .ginput_complex .name_last:last-child {
        margin-right: 0
    }

    .ginput_complex .address_city,
    .ginput_complex .address_country,
    .ginput_complex .address_state,
    .ginput_complex .address_zip {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }

    .ginput_complex .address_city:last-child,
    .ginput_complex .address_city:nth-child(2n),
    .ginput_complex .address_country:last-child,
    .ginput_complex .address_country:nth-child(2n),
    .ginput_complex .address_state:last-child,
    .ginput_complex .address_state:nth-child(2n),
    .ginput_complex .address_zip:last-child,
    .ginput_complex .address_zip:nth-child(2n) {
        margin-right: 0
    }

    .ginput_complex .address_city:nth-child(odd),
    .ginput_complex .address_country:nth-child(odd),
    .ginput_complex .address_state:nth-child(odd),
    .ginput_complex .address_zip:nth-child(odd) {
        clear: left
    }

    .xl-sans {
        font-size: 40px
    }

    .lg-sans,
    .single-post .entry-content__default h1 {
        font-size: 30px
    }

    .section-subtitle {
        margin-bottom: 16px
    }

    .lg-title,
    .single-post .entry-content__default h2 {
        font-size: 24px
    }

    blockquote {
        margin: 40px 0;
        padding: 20px 10px
    }

    blockquote p {
        font-size: 23px
    }

    ol,
    ul {
        margin: 20px 10px 20px 0
    }

    .container-fluid__at-sm {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .container,
    .container-flex {
        max-width: 740px;
        margin-left: auto;
        margin-right: auto
    }

    .container-flex:after,
    .container:after {
        clear: both;
        content: "";
        display: block
    }

    .content-inset {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }

    .content-inset:last-child {
        margin-right: 0
    }

    .video-container {
        margin: 30px auto
    }

    .overlay-modal {
        padding: 50px 50px 60px
    }

    .overlay .close,
    .overlay .modal-form .toggle-newsletter {
        top: 20px;
        right: 20px
    }

    .overlay-modal.profile-image__modal .close {
        top: 0;
        right: 0
    }

    .navigation {
        padding: 16px 0;
        transition: padding .35s ease
    }

    .shorten .navigation {
        padding: 10px 0
    }

    .navigation__logo-resp {
        display: none
    }

    .navigation__content {
        display: block !important;
        position: static;
        top: auto;
        left: auto;
        overflow: visible
    }

    .navigation__logo {
        padding: 0;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }

    .navigation__logo:last-child {
        margin-right: 0
    }

    .navigation__logo a {
        text-align: left
    }

    .navigation__logo svg.logo-type {
        display: block;
        max-width: 155px;
        height: 58px;
        transition: all .35s ease
    }

    .shorten .navigation__logo svg.logo-type {
        width: 153px;
        height: 42px
    }

    .navigation__links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        margin-top: 0;
        text-align: right;
        padding-top: 9px;
        transition: padding-top .35s ease
    }

    .navigation__links:last-child {
        margin-right: 0
    }

    .shorten .navigation__links {
        padding-top: 0
    }

    .navigation__primary {
        padding: 0;
        display: inline;
        text-align: right;
        margin-bottom: 0;
        margin-right: 10px
    }

    .navigation__primary ul {
        display: inline-block;
        width: auto
    }

    .navigation__primary ul>li {
        display: inline-block
    }

    .navigation__primary a {
        padding: 10px 2px;
        display: inline-block;
        border-bottom: 0
    }

    .navigation__primary .logo-type,
    .navigation__primary .sub-menu-toggle {
        display: none
    }

    .navigation__primary .dropdown-menu {
        display: block;
        overflow: hidden;
        max-height: 0;
        position: absolute;
        top: 100%;
        left: -38px;
        background-color: #fff;
        min-width: 250px;
        text-align: left;
        transition: max-height .35s ease-out;
        z-index: 9999
    }

    .navigation__primary .dropdown-menu li:first-child a {
        padding-top: 23px
    }

    .navigation__primary .dropdown-menu li:last-child a {
        padding-bottom: 30px
    }

    .navigation__primary .dropdown-menu a {
        display: block;
        padding: 8px 40px
    }

    .navigation__buttons {
        display: inline;
        padding: 0;
        margin-bottom: 0
    }

    .navigation__buttons a {
        font-size: 10px;
        padding: 8px 20px 0;
        min-width: 140px;
        float: none;
        width: auto
    }

    .navigation__buttons a+a {
        margin-left: 4px
    }

    .navigation__resp-secondary,
    .navigation__toggle {
        display: none
    }

    .secondary-nav__search {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }

    .secondary-nav__search:last-child {
        margin-right: 0
    }

    .secondary-nav__navigation {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        text-align: right;
        margin-left: auto;
        padding: 9px 5px 0 0
    }

    .secondary-nav__navigation:last-child {
        margin-right: 0
    }

    .shorten .secondary-nav {
        font-size: 12px
    }

    .shorten .secondary-nav .secondary-nav__search {
        position: relative;
        top: -2px
    }

    .shorten .secondary-nav .input-group__button,
    .shorten .secondary-nav .input-group__input {
        height: 27px
    }

    .shorten .secondary-nav .secondary-nav__navigation {
        padding-top: 4px
    }

    .navigation__mobile-search {
        display: none
    }

    .navigation__desktop-search {
        display: block
    }

    .hhl-logo {
        height: 76px !important
    }

    .hhl-gaming-logo {
        height: 40px !important
    }

    .hhl-page-header {
        font-size: 24px !important
    }

    .menu-bubble-break>a {
        background: linear-gradient(red, #ff0, green);
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .09375rem;
        font-weight: 800;
        display: inline-block;
        padding: 8px 20px 0;
        text-align: center;
        height: 34px;
        min-width: 140px;
        float: none;
        width: auto;
        border-radius: 17px
    }

    .campaign-results {
        top: 150px;
        padding: 100px 0
    }

    .nav-shorten .campaign-results {
        top: 108px
    }

    .campaign-results__close {
        top: 40px
    }

    .global-footer__social {
        margin-bottom: 40px
    }

    .global-footer__social.donate-btn:not(:first-of-type) {
        display: none
    }

    .gform_wrapper .gform_footer .global-footer__social input[type=submit],
    .global-footer__social .btn,
    .global-footer__social .gform_wrapper .gform_footer input[type=submit] {
        margin-left: 10px;
        margin-right: 0
    }

    .global-footer__social .donate-btn {
        display: none;
        height: 35px
    }

    .global-footer__social .toggle-newsletter {
        display: none
    }

    .social-media__icon {
        height: 35px;
        width: 35px;
        font-size: 16px
    }

    .social-media__icon:not(:first-of-type) {
        margin-left: 13px
    }

    .return-hhl-button {
        margin-left: 6px;
        height: 35px;
        margin-right: 12px !important
    }

    .global-footer__signup {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        text-align: center;
        border: 2px solid #fff;
        margin-left: auto;
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 60px 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .global-footer__signup-inner {
        width: 60%
    }

    .gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit],
    .global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit],
    .global-footer__signup input.btn.btn-white-o {
        margin-bottom: 12px
    }

    .btn-search,
    .toggle-content__resp {
        display: none
    }

    .toggle-content__resp-container {
        display: block !important
    }

    .block-panel {
        padding: 60px 0
    }

    .block-panel__header {
        width: 80%
    }

    .fw-color-split {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .fw-color-split>div {
        padding: 50px 8% 40px;
        width: 50%
    }

    .fw-color-split__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .fw-color-split__list-inner {
        width: 100%
    }

    .point-right:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 28px 0 28px 30px;
        border-color: transparent transparent transparent #01aeb4;
        position: absolute;
        top: 50%;
        right: -8px;
        margin-top: -28px;
        z-index: 2
    }

    .image-callout {
        padding: 5.5% 5%
    }

    .image-callout__panel {
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        padding: 40px 33px;
        float: left
    }

    .image-callout__panel:last-child {
        margin-right: 0
    }

    .image-callout__title {
        font-size: 25px
    }

    .card-callouts {
        padding: 60px 0
    }

    .text-sidebar__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-bottom: 0
    }

    .text-sidebar__content:last-child {
        margin-right: 0
    }

    .text-sidebar__sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 8.5298%
    }

    .text-sidebar__sidebar:last-child {
        margin-right: 0
    }

    .text-image__image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }

    .text-image__image:last-child {
        margin-right: 0
    }

    .text-image__image img {
        margin: 0
    }

    .text-image__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 8.5298%
    }

    .text-image__content:last-child {
        margin-right: 0
    }

    .text-icon__icon {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }

    .text-icon__icon:last-child {
        margin-right: 0
    }

    .text-icon__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 8.5298%
    }

    .text-icon__content:last-child {
        margin-right: 0
    }

    .text-icon__content-link {
        margin-top: 30px
    }

    .stepped-content__list-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }

    .stepped-content__list-item:nth-child(2n) {
        margin-right: 2.35765%
    }

    .stepped-content__list-item:nth-child(odd) {
        clear: none
    }

    .stepped-content__list-item:last-child,
    .stepped-content__list-item:nth-child(3n) {
        margin-right: 0
    }

    .stepped-content__list-item:nth-child(3n+1) {
        clear: left
    }

    .stepped-content__list-item-inner {
        padding: 40px
    }

    .stepped-content__list-item-num {
        margin-bottom: 30px
    }

    .section-links .content-inset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section-links__link {
        padding: 80px 30px;
        width: 33.3333%
    }

    .section-links__link+.section-links__link {
        padding-top: 80px
    }

    .section-links__link+.section-links__link:before {
        content: "";
        display: block;
        width: 2px;
        height: 180px;
        background-color: #ebebeb;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .accordion-group__posts {
        width: 80%;
        margin: 50px auto 0
    }

    .accordion-group .toggle-content__list:after,
    .accordion-group .toggle-content__list:before {
        top: 6px
    }

    .accordion-group .toggle-content__list.open-target:after {
        top: 4px
    }

    .video-stats {
        padding: 0
    }

    .video-stats__video {
        min-height: 500px
    }

    .video-stats__video-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .profile-lockup__image-img {
        max-width: 220px;
        max-height: 220px;
        width: 100%;
        height: auto
    }

    .profile-lockup__image-img:after {
        content: "";
        display: block;
        padding-bottom: 100%
    }

    .slide-chart {
        display: block;
        border: 2px solid #01aeb4;
        height: 16px;
        border-radius: 8px;
        width: 80%;
        margin: 8px auto 0;
        overflow: hidden;
        position: relative
    }

    .slide-chart__fill {
        background-color: #01aeb4;
        display: block;
        width: 30%;
        position: absolute;
        left: -1px;
        height: 12px;
        border-radius: 0px
    }

    .slide-chart__fill._yellow {
        background-color: #fdbf3c
    }

    .slide-chart__fill.flat-right {
        border-radius: 6px 0
    }

    .list-items__item {
        padding: 15px 50px 12px 2px
    }

    .list-items__item:last-child {
        border-bottom: 1px solid #c9c9c9
    }

    .list-items__item p i {
        font-size: 32px
    }

    .list-items__columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px
    }

    .campaign-element .list-items__item {
        padding: 0 30px 30px 5px;
        margin-bottom: 30px
    }

    .gallery-thumb {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        min-height: 344px;
        overflow: hidden
    }

    .gallery-thumb:last-child,
    .gallery-thumb:nth-child(2n) {
        margin-right: 0
    }

    .gallery-thumb:nth-child(odd) {
        clear: left
    }

    .guestbook__form-login {
        margin-right: 20px
    }

    .guestbook__form-login-svg {
        padding-right: 15px
    }

    .message-404,
    .page-header {
        padding: 100px 0
    }

    .archive-list__type {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-left: 8.5298%
    }

    .archive-list__type:last-child {
        margin-right: 0
    }

    .archive-list__posts {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }

    .archive-list__posts:last-child {
        margin-right: 0
    }

    .team__filter .toggle-content__container {
        margin-top: 0
    }

    .team__filter span {
        display: inline
    }

    .team__entry {
        float: left;
        display: block;
        width: 31.76157%
    }

    .team__entry,
    .team__entry:nth-child(2n) {
        margin-right: 2.35765%
    }

    .team__entry:nth-child(odd) {
        clear: none
    }

    .team__entry:last-child,
    .team__entry:nth-child(3n) {
        margin-right: 0
    }

    .team__entry:nth-child(3n+1) {
        clear: left
    }

    .event__entry-content {
        padding: 30px
    }

    .sidebar__content .social-media__icon i {
        top: 6px
    }

    .page-id-6 .page-header .sidebar__announcement h1,
    .sidebar__announcement .page-id-6 .page-header h1,
    .sidebar__announcement h1.lead {
        font-weight: 400
    }
}

@media screen and (min-width:783px) {
    .logged-in.admin-bar .masthead {
        margin-top: 32px
    }
}

@media screen and (min-width:850px) {
    .hhl-gaming-logo {
        height: 50px !important
    }
}

@media screen and (min-width:990px) {

    .campaign-element h1.lead,
    .campaign-page h1.lead,
    .lead,
    .page-id-6 .page-header h1,
    .profile-lockup h1.lead {
        font-size: 36px
    }

    .block-form .type-block__header,
    .campaign-element h1,
    .campaign-page h1,
    .gform_wrapper .gfield_total .ginput_container_total,
    .gform_wrapper .gfield_total label,
    .gsection_title,
    .profile-lockup h1 {
        font-size: 28px
    }

    body {
        /*padding-top: 168px;*/
        font-size: 20px
    }

    .page-id-5285,
    .page-id-13318 {
        padding-top: 125px
    }

    .page-id-13318 {
        height: 100px
    }

    .input-group__button,
    .input-group__input {
        height: 50px
    }

    .input-group__input input {
        padding: 0 10px
    }

    .gfield.half-col {
        width: 48%;
        float: left;
        margin-right: 2%
    }

    .xl-sans {
        font-size: 56px
    }

    .lg-sans,
    .single-post .entry-content__default h1 {
        font-size: 48px;
        line-height: 1.2
    }

    .accordion-group .toggle-content__list,
    .md-sans,
    .single-post .entry-content__default h3 {
        font-size: 26px
    }

    .campaign-page h1.sm-sans,
    .profile-lockup h1.sm-sans,
    .sm-sans {
        font-size: 20px
    }

    .single-post figcaption,
    .xs-sans {
        font-size: 17px
    }

    .section-subtitle {
        font-size: 17px;
        margin-bottom: 32px
    }

    .lg-title,
    .single-post .entry-content__default h2 {
        font-size: 40px
    }

    .campaign-page h2,
    .profile-lockup h2 {
        font-size: 26px
    }

    ol,
    ul {
        margin: 30px 10px 50px 0
    }

    .container,
    .container-flex {
        max-width: 970px;
        margin-left: auto;
        margin-right: auto
    }

    .container-flex:after,
    .container:after {
        clear: both;
        content: "";
        display: block
    }

    .section-padding {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .sidebar-left .main-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 8.5298%
    }

    .sidebar-left .main-content:last-child {
        margin-right: 0
    }

    .sidebar-left .sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.23176%;
        margin-bottom: 45px
    }
    .sidebar-latest{
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-bottom: 45px
    }

    .sidebar-left .sidebar:last-child {
        margin-right: 0
    }

    .sidebar-left.latest .main-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 8.5298%
    }

    .sidebar-left.latest .main-content:last-child {
        margin-right: 0
    }

    .sidebar-left.latest .sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }

    .sidebar-left.latest .sidebar:last-child {
        margin-right: 0
    }

    .sidebar-right .main-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 42.64902%
    }

    .sidebar-right .main-content:last-child {
        margin-right: 0
    }

    .sidebar-right .sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: -102.35765%
    }

    .sidebar-right .sidebar:last-child {
        margin-right: 0
    }

    .sidebar-left main.main,
    main.main.container,
    main.main.container-flex {
        padding-top: 88px;
        padding-bottom: 88px
    }

    .hide-under-md {
        display: block
    }

    .hide-above-md {
        display: none
    }

    .arrow-icon {
        width: 45px;
        height: 45px
    }

    .navigation__logo svg.logo-type {
        max-width: 200px;
        height: 76px
    }

    .navigation__links {
        padding-top: 20px
    }

    .navigation__primary a {
        padding: 10px 5px
    }

    .navigation__primary .menu-latest.latest-count a:after {
        height: 18px;
        width: 18px;
        font-size: 11px;
        top: -8px;
        left: 2px;
        padding-top: 2px
    }

    .navigation__primary .dropdown-menu {
        left: -35px
    }

    .navigation__primary .dropdown-menu li:first-child a {
        padding-top: 35px
    }

    .navigation__primary .dropdown-menuu li:last-child a {
        padding-bottom: 40px
    }

    .navigation__buttons a {
        font-size: 13px;
        padding: 12px 30px 0;
        min-width: 180px;
        height: 42px;
        border-radius: 22px;
        vertical-align: middle;
        margin-bottom: 5px
    }

    .navigation__buttons a+a {
        margin-left: 8px
    }

    .secondary-nav {
        font-size: 13px;
        padding: 8px 0 2px
    }

    .secondary-nav__navigation {
        padding-top: 16px
    }

    .secondary-nav .input-group__input input::-webkit-input-placeholder {
        font-size: .9375rem;
        text-transform: none;
        letter-spacing: 0
    }

    .shorten .secondary-nav .input-group__input input::-webkit-input-placeholder {
        font-size: .875rem
    }

    .secondary-nav .input-group__input input::-moz-placeholder {
        font-size: .9375rem;
        text-transform: none;
        letter-spacing: 0
    }

    .shorten .secondary-nav .input-group__input input::-moz-placeholder {
        font-size: .875rem
    }

    .secondary-nav .input-group__input input:-moz-placeholder {
        font-size: .9375rem;
        text-transform: none;
        letter-spacing: 0
    }

    .shorten .secondary-nav .input-group__input input:-moz-placeholder {
        font-size: .875rem
    }

    .secondary-nav .input-group__input input:-ms-input-placeholder {
        font-size: .9375rem;
        text-transform: none;
        letter-spacing: 0
    }

    .shorten .secondary-nav .input-group__input input:-ms-input-placeholder {
        font-size: .875rem
    }

    .menu-bubble-break>a {
        font-size: 13px;
        padding: 13px 30px 0 !important;
        min-width: 180px;
        height: 42px;
        border-radius: 22px;
        vertical-align: middle
    }

    .campaign-results {
        top: 170px;
        height: 100%;
        height: calc(100% - 170px)
    }

    .nav-shorten .campaign-results {
        height: calc(100% - 99px);
        top: 99px
    }

    .campaign-results__wrapper .find-result {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-bottom: 30px;
        padding: 40px 30px
    }

    .campaign-results__wrapper .find-result:nth-child(2n) {
        margin-right: 2.35765%
    }

    .campaign-results__wrapper .find-result:nth-child(odd) {
        clear: none
    }

    .campaign-results__wrapper .find-result:last-child,
    .campaign-results__wrapper .find-result:nth-child(3n) {
        margin-right: 0
    }

    .campaign-results__wrapper .find-result:nth-child(3n+1) {
        clear: left
    }

    .campaign-results__wrapper .find-result:nth-last-child(-n+3) {
        margin-bottom: 0 !important
    }

    .campaign-results__wrapper .find-result p.location {
        margin-bottom: 18px
    }

    .FAC-results .find-result {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-bottom: 30px
    }

    .FAC-results .find-result:last-child,
    .FAC-results .find-result:nth-child(3n) {
        margin-right: 0
    }

    .FAC-results .find-result:nth-child(3n+1) {
        clear: left
    }

    .global-footer__social {
        margin-bottom: 40px
    }

    .global-footer__social.donate-btn:not(:first-of-type) {
        display: none
    }

    .gform_wrapper .gform_footer .global-footer__social input[type=submit],
    .global-footer__social .btn,
    .global-footer__social .gform_wrapper .gform_footer input[type=submit] {
        margin-left: 13px
    }

    .global-footer__social .donate-btn {
        display: inline-block;
        height: 45px
    }

    .global-footer__contact p {
        font-size: 14px;
        line-height: 1.625
    }

    .global-footer__image-links {
        margin-top: 20px;
        display: block
    }

    .footer-desktop {
        display: block
    }

    .footer-mobile {
        display: none
    }

    .footer-nav a {
        font-size: 14px
    }

    .social-media__icon {
        height: 45px;
        width: 45px;
        font-size: 20px
    }

    .return-hhl-button#hide_on_mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .return-hhl-button {
        margin-left: 6px;
        height: 45px;
        margin-right: 12px !important;
        float: right !important
    }

    .gform_wrapper .gform_footer .global-footer__signup input.btn-white-o[type=submit],
    .global-footer__signup .gform_wrapper .gform_footer input.btn-white-o[type=submit],
    .global-footer__signup input.btn.btn-white-o {
        margin-bottom: 15px;
        height: 43px
    }

    .btn,
    .gform_wrapper .gform_footer input[type=submit] {
        font-size: 13px;
        padding: 13px 23px 10px
    }

    .btn.btn-pad-l,
    .gform_wrapper .gform_footer input.btn-pad-l[type=submit] {
        padding-left: 42px;
        padding-right: 42px
    }

    button.btn {
        height: 43px
    }

    .slick-arrow {
        width: 45px;
        height: 45px;
        border: 2px solid #01aeb4;
        border-radius: 50px
    }

    .slick-arrow:hover {
        color: #fff;
        background-color: #01aeb4;
        cursor: pointer
    }

    .slick-arrow i {
        position: relative;
        top: -4px
    }

    .slick-arrow.gallery__controls-prev {
        left: 20px
    }

    .slick-arrow.gallery__controls-prev i {
        right: 1px
    }

    .slick-arrow.gallery__controls-next {
        right: 20px
    }

    .slick-arrow.gallery__controls-next i {
        left: 1px
    }

    .with-caption .slick-arrow {
        background-color: #ebebeb
    }

    .with-caption .slick-arrow:hover {
        background-color: #01aeb4
    }

    .gallery__content {
        padding: 35px 85px
    }

    .block-panel {
        padding: 100px 0
    }

    .stat-box {
        padding: 60px 50px
    }

    .content-block-title {
        margin-bottom: 30px
    }

    .post-type-archive-impact .post-card,
    .related .post-card,
    .tax-impact_type .post-card {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }

    .post-type-archive-impact .post-card:nth-child(2n),
    .related .post-card:nth-child(2n),
    .tax-impact_type .post-card:nth-child(2n) {
        margin-right: 2.35765%
    }

    .post-type-archive-impact .post-card:nth-child(odd),
    .related .post-card:nth-child(odd),
    .tax-impact_type .post-card:nth-child(odd) {
        clear: none
    }

    .post-type-archive-impact .post-card:last-child,
    .post-type-archive-impact .post-card:nth-child(3n),
    .related .post-card:last-child,
    .related .post-card:nth-child(3n),
    .tax-impact_type .post-card:last-child,
    .tax-impact_type .post-card:nth-child(3n) {
        margin-right: 0
    }

    .post-type-archive-impact .post-card:nth-child(3n+1),
    .related .post-card:nth-child(3n+1),
    .tax-impact_type .post-card:nth-child(3n+1) {
        clear: left
    }

    .post-type-archive-impact .gutter-corrector .post-card,
    .tax-impact_type .gutter-corrector .post-card {
        width: 33.333333%;
        float: none;
        margin-right: 0
    }

    .fw-color-split>div {
        padding: 120px 8%
    }

    .fw-color-split .lg-sans,
    .fw-color-split .single-post .entry-content__default h1,
    .single-post .entry-content__default .fw-color-split h1 {
        margin-bottom: 38px
    }

    .fw-color-split__message {
        margin-bottom: 26px
    }

    .fw-color-split:hover .point-right:after {
        right: -27px
    }

    .point-right:after {
        right: -13px;
        transition: all .4s ease
    }

    .image-callout__panel {
        padding: 7.7% 50px
    }

    .image-callout__title {
        font-size: 40px
    }

    .quote .lg-sans,
    .quote .single-post .entry-content__default h1,
    .single-post .entry-content__default .quote h1 {
        margin-bottom: 30px
    }

    .quote__copy {
        margin-bottom: 28px
    }

    .card-callouts {
        padding: 100px 0 90px
    }

    .card-callouts__card {
        float: left;
        display: block;
        width: 31.76157%
    }

    .card-callouts__card,
    .card-callouts__card:nth-child(2n) {
        margin-right: 2.35765%
    }

    .card-callouts__card:nth-child(odd) {
        clear: none
    }

    .card-callouts__card:last-child,
    .card-callouts__card:nth-child(3n) {
        margin-right: 0
    }

    .card-callouts__card:nth-child(3n+1) {
        clear: left
    }

    .card-callouts__card:last-child {
        display: block
    }

    .text-image__image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-left: 8.5298%;
        margin-bottom: 0
    }

    .text-image__image:last-child {
        margin-right: 0
    }

    .text-image__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 53.08608%;
        margin-left: 4.2649%
    }

    .text-image__content:last-child {
        margin-right: 0
    }

    .text-icon__icon {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 18.96686%;
        margin-left: 8.5298%;
        margin-bottom: 0;
        position: relative;
        min-height: 300px
    }

    .text-icon__icon:last-child {
        margin-right: 0
    }

    .text-icon__icon:after {
        content: "";
        background-color: #c9c9c9;
        width: 1px;
        height: 300px;
        position: absolute;
        top: 0;
        right: -10%
    }

    .text-icon__icon-inner {
        margin: 0
    }

    .text-icon__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 4.2649%
    }

    .text-icon__content:last-child {
        margin-right: 0
    }

    .section-links__link {
        padding: 100px 30px 160px
    }

    .section-links__link+.section-links__link {
        padding-top: 100px
    }

    .section-links__link-arrow {
        position: absolute;
        bottom: 112px;
        left: 50%;
        margin-left: -22px
    }

    .section-links h2 {
        margin-top: 80px
    }

    .section-links p {
        font-size: 20px;
        color: #7d7d7d
    }

    .video-stats {
        padding: 0
    }

    .video-stats__video {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }

    .video-stats__video:last-child {
        margin-right: 0
    }

    .video-stats__stats {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }

    .video-stats__stats:last-child {
        margin-right: 0
    }

    .slide-chart {
        height: 26px;
        border-radius: 16px
    }

    .slide-chart__fill {
        height: 22px;
        /*border-radius: 11px*/
    }

    .list-items__item .list-items__item {
        padding: 10px 0
    }

    .campaign-element {
        margin-bottom: 70px
    }

    .guestbook__form textarea {
        padding: 20px
    }

    .page-header {
        padding: 7vw 0
    }

    .basic-page__meta {
        margin-bottom: 50px
    }

    .message-404 {
        padding: 200px 0 250px
    }

    .archive-list__type {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }

    .archive-list__type:last-child {
        margin-right: 0
    }

    .archive-list__posts {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }

    .archive-list__posts:last-child {
        margin-right: 0
    }

    .archive-list__entry {
        padding: 15px 5px
    }

    .team__entry {
        min-height: 450px
    }

    .team__entry-img {
        height: 230px
    }

    .team__entry-meta {
        padding: 50px
    }

    .event__entry {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .event__entry,
    .event__entry-content,
    .event__entry-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .event__entry-content,
    .event__entry-image {
        width: 50%;
        min-height: 420px
    }

    .event__entry img {
        margin: 0 auto
    }

    .events__pagination .pagination {
        padding: 50px 0 80px
    }

    .events__past {
        margin-top: 50px;
        padding-top: 90px
    }

    .events__past-title {
        margin-bottom: 50px
    }

    .sidebar__content {
        padding: 40px 30px
    }

    .donate-form .sidebar__content {
        display: block
    }

    .sidebar__content .social-media__icon i {
        top: 9px
    }

    .sidebar__social+.sidebar__campaign-subscribe {
        margin-top: -60px
    }

    .sidebar__announcement {
        padding: 40px 30px
    }

    .page-id-6 .page-header .sidebar__announcement h1,
    .sidebar__announcement .page-id-6 .page-header h1,
    .sidebar__announcement h1.lead {
        margin-bottom: 30px
    }

    .sidebar__announcement .list-items__item {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .sidebar__list,
    .sidebar__resp {
        margin-bottom: 50px
    }

    .sidebar__event-details strong {
        font-size: 17px
    }
}

@media (max-height:800px) and (min-width:990px) {
    .campaign-results {
        padding: 50px 0
    }

    .campaign-results__close {
        top: 15px
    }
}

@media screen and (min-width:1024px) {
    .hhl-gaming-logo {
        height: 60px !important
    }
}

@media screen and (min-width:1260px) {

    .container,
    .container-flex {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto
    }

    .container-flex:after,
    .container:after {
        clear: both;
        content: "";
        display: block
    }

    .navigation__primary a {
        padding: 10px 15px
    }

    .navigation__primary .dropdown-menu {
        left: -25px
    }

    .global-footer__social {
        margin-bottom: 40px
    }

    .global-footer__social.donate-btn:not(:first-of-type) {
        display: none
    }

    .global-footer__social .donate-btn {
        display: inline-block
    }

    .return-hhl-button {
        margin-left: 6px;
        margin-right: 211px !important;
        float: right !important
    }

    .image-callout {
        padding: 7vw 5%
    }

    .image-callout__panel {
        padding: 7.7% 70px
    }

    .text-sidebar__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 8.5298%
    }

    .text-sidebar__content:last-child {
        margin-right: 0
    }

    .text-sidebar__sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 28.23176%;
        margin-left: 8.5298%
    }

    .text-sidebar__sidebar:last-child {
        margin-right: 0
    }

    .text-image__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 8.5298%
    }

    .text-image__content:last-child {
        margin-right: 0
    }

    .video-stats__video {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 53.08608%;
        margin-left: 8.5298%;
        min-height: 560px;
        margin-bottom: 0
    }

    .video-stats__video:last-child {
        margin-right: 0
    }

    .video-stats__stats {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-left: 4.2649%
    }

    .video-stats__stats:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:1280px) {
    .page-template-financial-help .column-right div>a>span.arrow {
        display: none
    }

    .page-template-financial-help .column-right div:nth-child(8)>a span.text,
    .page-template-financial-help div:nth-child(9)>a span.text {
        margin-right: 10px;
        font-size: 10px !important
    }

    .page-template-financial-help div:nth-child(9)>a div:nth-child(15) span.text {
        margin-right: 10px
    }
}

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

    .global-footer__signup .single-post figcaption,
    .global-footer__signup .xs-sans,
    .single-post .global-footer__signup figcaption {
        font-size: 14px
    }

    .gform_wrapper .gform_footer .page-template-financial-help .column-right input[type=submit],
    .page-template-financial-help .column-right .btn-teal,
    .page-template-financial-help .column-right .gform_wrapper .gform_footer input[type=submit] {
        padding-right: 15%
    }

    .page-template-financial-help .column-right div:first-child>a>span.text {
        font-size: 16px !important;
        margin-right: 7px
    }

    .page-template-financial-help .column-right div:nth-child(8)>a span.text,
    .page-template-financial-help .column-right div:nth-child(9)>a span.text {
        margin-right: 10px;
        font-size: 8px !important
    }

    .page-template-financial-help .column-right section.right-block {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        padding: 5%
    }
}

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

    .fw-color-split__callout._teal.point-right,
    .fw-color-split__list._white {
        top: 0
    }

    .gform_wrapper .gform_footer .global-footer__social input[type=submit],
    .global-footer__social .btn,
    .global-footer__social .gform_wrapper .gform_footer input[type=submit] {
        padding: 7px 12px 4px
    }

    .global-footer__contact h1 {
        color: #01aeb4
    }

    .page-template-financial-help .column-left {
        width: 100%;
        float: none
    }

    .page-template-financial-help .column-left a.btn {
        display: none
    }

    .page-template-financial-help .column-left .lg-title,
    .page-template-financial-help .column-left .single-post .entry-content__default h2,
    .single-post .entry-content__default .page-template-financial-help .column-left h2 {
        margin-right: 0 !important
    }

    .page-template-financial-help .column-right {
        width: 100%;
        float: none
    }

    .gform_wrapper .gform_footer .page-template-financial-help .column-right input[type=submit],
    .page-template-financial-help .column-right .btn-teal,
    .page-template-financial-help .column-right .gform_wrapper .gform_footer input[type=submit] {
        padding-right: 9%
    }

    .page-template-financial-help .column-right section.right-block {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .page-template-financial-help .column-right div:nth-child(15)>a>span.text {
        margin-right: 10px
    }

    .page-template-financial-help .column-right div {
        margin-left: auto;
        margin-right: auto
    }

    .page-template-financial-help .column-right h1:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .page-template-financial-help .column-right h1.yellow.md-title,
    .page-template-financial-help .column-right h3,
    .page-template-financial-help .column-right p:nth-child(5) {
        margin-left: 0
    }
}

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

    .hhl-gaming-logo,
    .hhl-logo {
        height: 35px !important
    }

    .hhl-page-header {
        font-size: 20px !important
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {
    .select2-search input {
        background-position: 100% -21px !important
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

button {
    cursor: pointer;
    transition: all 0.3s ease 0s
}

#menu-item-dropdown-4669 {
    font-family: FontAwesome, Avenir, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    position: relative
}

#menu-item-dropdown-4669::after {
    content: "\f107";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #01aeb4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px
}

#menu-item-dropdown-4669.open-nav::after {
    content: "\f106";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #01aeb4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px
}

#menu-item-dropdown-4680 {
    font-family: FontAwesome, Avenir, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    position: relative
}

#menu-item-dropdown-4680::after {
    content: "\f107";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #01aeb4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px
}

#menu-item-dropdown-4680.open-nav::after {
    content: "\f106";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #01aeb4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px
}

#menu-item-4678 a::after {
    height: 18px;
    width: 18px;
    top: -8px;
    left: 2px;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 1px;
    text-align: center;
    content: "1";
    background-color: #fdbf3c;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    font-size: 10px;
    color: #fff;
    padding-top: 2px;
    padding-left: 1px
}

@media screen and (min-width:760px) {

    #menu-item-dropdown-4680::after,
    #menu-item-dropdown-4669::after,
    #menu-item-dropdown-4680.open-nav::after,
    #menu-item-dropdown-4669.open-nav::after {
        display: none
    }

    #menu-main-menu {
        padding: 0;
        display: inline;
        text-align: right;
        margin-bottom: 0;
        margin-right: 10px
    }

    #menu-main-menu .dropdown-menu {
        display: block;
        overflow: hidden;
        max-height: 0;
        position: absolute;
        top: 100%;
        left: -38px;
        background-color: #FFF;
        min-width: 250px;
        text-align: left;
        transition: max-height .35s ease-out;
        z-index: 9999;
        -webkit-box-shadow: 5px 5px 16px -7px rgba(0, 0, 0, 0.32);
        box-shadow: 5px 5px 16px -7px rgba(0, 0, 0, 0.32);
        left: -25px
    }

    #menu-main-menu .dropdown-menu a {
        color: #7d7d7d;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .0625rem;
        font-size: 13px
    }

    #menu-main-menu ul>li {
        display: block;
        position: relative
    }

    .menu-item a {
        font-size: 14px
    }

    .menu-item .dropdown-menu {
        display: none
    }

    .menu-item .dropdown-menu li {
        display: block
    }

    .menu-item .dropdown-menu li:first-child a {
        padding-top: 20px
    }

    .menu-item .dropdown-menu li:last-child a {
        padding-bottom: 20px
    }

    .menu-item .dropdown-menu a {
        color: #01aeb4;
        border-bottom: 0;
        display: block;
        padding: 8px 40px
    }

    .menu-item a:hover,
    .dropdown-menu a:hover span {
        color: #01aeb4
    }

    #menu-main-menu .menu-item:hover .dropdown-menu {
        max-height: 500px;
        overflow: visible
    }


}

#gaming_buttons{

    position: relative;
}



#gaming_right>.fa-angle-double-right {
    position: absolute;
    right: 0;
    margin-right: 5%;
    top: 50%;
    color: #01aeb4;
    opacity: .5
}

#gaming_left>.fa-angle-double-left {
    position: absolute;
    left: 0;
    margin-left: 5%;
    top: 50%;
    color: #01aeb4;
    opacity: .5;
}

#post-container>.post-card>.post-card__image img {
    height: 196px;
    margin: auto;
    width: auto
}

.page-id-8 #gaming_right {
    padding: 0;
    margin: 0;
    width: 10%;
    height: 470px;
    position: absolute;
    right: 0;
    -ms-flex-line-pack: center;
    align-content: center
}


.page-id-8 #gaming_left {
    padding: 0;
    margin: 0;
    width: 10%;
    height: 470px;
    position: absolute;
    left: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    display: none;
}

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

    .page-id-8 #gaming_left {
        display: block;
    }

}

span#input_9_13_2_cardinfo_left>label {
    display: none !important
}


/* mactech.css */

.hhl-sponsor-footer {
    padding: 40px 0 0 !important;
    background-color: #ffffff !important
}

.hhl-sponsor-footer-item {
    padding: 10px 40px 40px !important
}

.js .watch.fade-in {
    opacity: 1
}

.impact-stat p {
    text-align: left
}

.impact-stat .lg-title2 {
    text-align: center;
    font-weight: 600
}



.sidebar-latest {

    margin-bottom: 30px;
}

span#input_5_13_2_cardinfo_left>label {
    display: none !important;
}

@media only screen and (min-width: 990px) {
    .donate-page {
        float: left;
        display: block;
        margin-right: 0;
        width: 57.35098%;
        margin-left: 8.5298%;
    }
}

@media only screen and (min-width: 600px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

.sidebar-left main.main,
main.main.container,
main.main.container-flex {
  /*  padding-top: 44px;
    padding-bottom: 44px;
    padding-top: 40px;
    padding-bottom: 40px*/
}

.postcard {
    float: left;
    background: #fff;
    padding: 0 float:left
}

.gray-text-impact {
    font: 600 13px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .07812rem;
    text-transform: none;
    color: #7d7d7d
}

.blog-pagination {
    margin-top: 10px
}

.postcard-text {
    font: 18px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    padding: 1em
}

.postcard-text .impact-stat {
    text-align: center
}

.lg-title {
    font-feature-settings: "kern", "liga";
    font: 700 36px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    text-align: left
}

.lg-title2 {
    font: 40px Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    text-align: center;
    padding-top: 10%
}

.postcard img {
    width: 100%
}

.cat-wrapper {

    margin-top: 1em !important;
    text-align: center;
}

.cat-wrapper a {

    text-transform: uppercase;

}

.entry-content {
    font: inherit Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}


.sidebar-left main.main,
main.main.container2,
main.main.container-flex {
    padding-top: 44px;
    padding-bottom: 44px
}

.sidebar__list {
    margin-top: 20px
}

.sidebar-header {
    font-size: 24px
}

@media screen and (min-width: 990px) {
    .sidebar-left .main-content {
        float: left;
        display: block;
        margin-right: 0;
        width: 65%;
        margin-left: 8.5%
    }
}

@media screen and (max-width: 990px) {
    .sidebar-left .main-content {
        margin: 20px;
    }
}

.container2,
.container-flex {
    padding-top: 1em;
    margin-left: auto;
    margin-right: auto
}

footer .container2,
footer .container-flex {

    max-width: 1240px;

}


.gray-text {
    font: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .07812rem;
}

.sidebar__content {
    /*background-color: #fff;*/
    margin-top: 20px;
    padding: 30px;
    color: #7d7d7d
}

.no-pad-top {
    padding-top: 0
}

.related {
    padding: 40px 0
}

.postcard-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 1em
}

.single-post {
    padding-bottom: 2em
}

.page-header {
    position: relative
}

.page-header.img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 35, 35, .5)
}

.event__entry-image-inner a img {
    /*width: 30vw;*/
    /*max-width: 600px;*/
    object-fit: cover;
}

@media only screen and (max-width:700px) {
    .event__entry-image-inner a img {
        width: 100%;
        max-width: 600px;
        object-fit: cover;
    }
}


h2.sponsor-footer {
    color: #01aeb4 !important;
    font-size: 22px !important;
    font-feature-settings: "kern", "liga";
    color: #0d0d0d;
    font-family: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.4;
    font-weight: bold;
}

h3.sponsor-footer {
    color: #7d7d7d !important;
    font-size: 36px !important;
    margin-top: .3em;
    font-feature-settings: "kern", "liga";
    color: #0d0d0d;
    font-family: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;

}

h4.sponsor-footer {
    color: #7d7d7d !important;
    font-size: 20px !important;
    margin-top: 10px;
    font-feature-settings: "kern", "liga";
    color: #0d0d0d;
    font-family: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
}

p.sponsor-footer {
    color: #7d7d7d !important;
    font-size: 18px !important;
    margin-top: 1em;
    font-feature-settings: "kern", "liga";
    color: #7d7d7d;
    font-family: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.25;
    text-transform: none;
    font-weight: normal;
}

@media only screen and (max-width:700px) {
    h3.sponsor-footer {
        color: #7d7d7d !important;
        font-size: 18px !important;
        margin-top: .3em;
        font-feature-settings: "kern", "liga";
        color: #0d0d0d;
        font-family: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25;
        font-weight: 400;

    }

    h4.sponsor-footer {
        color: #7d7d7d !important;
        font-size: 16px !important;
        margin-top: 10px;
        font-feature-settings: "kern", "liga";
        color: #0d0d0d;
        font-family: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25;
        font-weight: bold;
    }

    p.sponsor-footer {
        color: #7d7d7d !important;
        font-size: 14px !important;
        margin-top: 1em;
        font-feature-settings: "kern", "liga";
        color: #7d7d7d;
        font-family: Avenir, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25;
        text-transform: none;
        font-weight: normal;
    }

}
@media (min-width: 760px){
    .toggle-content__list.white:after {
        top: 9px ;
        font-weight: bold;
    }
}
 @media (max-width: 760px){
    .toggle-content__list:after {
        top: 5px ;
        font-weight: bold;
    }
}




@keyframes rotate-forever {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinner-loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


.event__entry {
    padding-top: 1em;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1em;
}

.events__past {
    margin-top: 0;
}


li#field_9_73,
li#field_9_69 {

    z-index: 99999 !important;
}


.gform_body.gform-body .gform_fields ul {
    margin: 0 auto;
    /*color: #ffffff;*/
}
.gform_body.gform-body .gform_fields p{
        /* margin: 0 auto;*/
        /*color: #ffffff;*/
}

.profile-lockup__image-img {
   /*background-position: inherit;*/
}

@media (min-width: 760px){
    #menu-item-dropdown-4669:hover {
    cursor: unset;
    color: unset;
    }
}

 /* Normalize.css */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


