@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(../fonts/lato-v14-latin-ext_latin-italic.woff2) format('woff2'), url(../fonts/lato-v14-latin-ext_latin-italic.woff) format('woff')
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato-v14-latin-ext_latin-regular.woff2) format('woff2'), url(../fonts/lato-v14-latin-ext_latin-regular.woff) format('woff')
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/lato-v14-latin-ext_latin-700.woff2) format('woff2'), url(../fonts/lato-v14-latin-ext_latin-700.woff) format('woff')
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../fonts/lato-v14-latin-ext_latin-700italic.woff2) format('woff2'), url(../fonts/lato-v14-latin-ext_latin-700italic.woff) format('woff')
}

@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: local('Fjalla One'), local('FjallaOne-Regular'), url(../fonts/fjalla-one-v5-latin-ext_latin-regular.woff2) format('woff2'), url(../fonts/fjalla-one-v5-latin-ext_latin-regular.woff) format('woff')
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

.editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    position: relative;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    z-index: 7
}

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border-left: 1px dashed #e2e4e7;
    color: #555d66;
    border-bottom: 1px dashed #e2e4e7;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

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

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

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
    color: inherit
}

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

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 2px solid currentcolor
}

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

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

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

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

.wp-block-column {
    flex: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

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

@media (min-width:600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 32px
    }
    .wp-block-column:nth-child(even) {
        margin-left: 32px
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
    .wp-block-column:not(:last-child) {
        margin-right: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

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

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

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

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

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

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

.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
    }
}

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
    opacity: 1
}

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image::after,
    .wp-block-cover::after {
        content: none
    }
}

.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__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

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

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

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

.wp-embed-responsive .wp-block-embed.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__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    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
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.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: 40px 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 60%, transparent)
}

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

.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%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .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-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/ 2)
}

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

.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) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 16px * 2)/ 3);
        margin-right: 16px
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 16px * 3)/ 4);
        margin-right: 16px
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 16px * 4)/ 5);
        margin-right: 16px
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 16px * 5)/ 6);
        margin-right: 16px
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 16px * 6)/ 7);
        margin-right: 16px
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 16px * 7)/ 8);
        margin-right: 16px
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }
    .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
    }
}

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

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

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

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

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

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

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

.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,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

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

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

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

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

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    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: 52px
}

.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

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

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

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

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

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc((100% / 2) - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc((100% / 3) - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc((100% / 4) - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc((100% / 5) - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc((100% / 6) - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid
}

.wp-block-media-text {
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8% 0 8%
}

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

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}

p.is-small-text {
    font-size: 14px
}

p.is-regular-text {
    font-size: 16px
}

p.is-large-text {
    font-size: 36px
}

p.is-larger-text {
    font-size: 48px
}

p.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-background {
    padding: 20px 30px
}

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

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

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

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    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: 0 0
}

.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: 32px
}

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

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

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

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    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: 18px;
    text-align: right
}

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

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

.wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

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

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

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

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

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

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

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

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    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: calc(100% / 2)
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: calc(100% / 3)
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: calc(100% / 4)
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

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

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

html {
    font-size: 100.01%
}

body {
    font-family:  Tahoma, Verdana, Arial;
    font-size: .95em;
    border: 0;
    color: #111;
    background-color: #eee
}

a,
a:link,
a:visited {
    color: #27b;
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: underline
}

input,
textarea {
    padding: .7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    color: #252525;
    font-family:  Tahoma, Verdana, Arial;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

input[type="submit"] {
    padding: .5em .8em;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

input[type="submit"]:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    cursor: pointer
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

input,
textarea,
select {
    max-width: 100%
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#wrapper {
    max-width: 1320px;
    width: 92%;
    margin: 1em auto 3em
}

#header {
    padding: 1em 1.5em
}

#wrap {
    clear: both;
    background: #fdfdfd;
    padding: 1.5em 1.5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#content {
    float: left;
    width: 70%;
    padding-right: 1.5em;
    line-height: 1.9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#content.primary.staticpage h1 {
    font-size: 2em;
    padding: 1em 0;
}

#content.primary.staticpage h2 {
    font-size: 1.8em;
    padding: 0.8em 0;
}

#content.primary.staticpage h3 {
    font-size: 1.6em;
    padding: 0.6em 0;
}

#content.primary.staticpage ol,
#content.primary ul {
    list-style: disc;
    padding-left: 2em;
}

#content .backLink {
    padding-top:60px;
    padding-bottom:30px;
}

#sidebar {
    float: right;
    width: 30%
}

#logo {
    float: left;
    max-width: 100%;
    height: auto
}

#logo .site-title {
    float: left;
    margin-top: .25em;
    font-size: 2.7em;
    color: #27b;
    font-family: Tahoma, Verdana, Arial
}

#logo .site-title a:link,
#logo .site-title a:visited {
    color: #27b
}

#logo .site-title a:hover,
#logo .site-title a:active {
    color: #252525;
    text-decoration: none
}

#logo .site-description {
    float: right;
    margin: .6em 0 0 2em;
    line-height: 1.4em;
    font-size: 1.2em;
    color: #444
}

#logo .custom-logo {
    float: left;
    margin: 0 1.5em 0 0;
    padding: 0;
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto
}

#custom-header {
    margin: 1px 0
}

#custom-header img,
#custom-header .wp-post-image {
    max-width: 1320px;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#header-content {
    display: inline
}

#header-content div {
    float: right;
    margin: .3em 0 -.2em 1.5em
}

#topheader-wrap {
    background: #27b
}

#topheader {
    max-width: 1320px;
    width: 92%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

#topheader-wrap .header-text {
    float: left;
    font-size: .9em;
    padding: 1.2em 0;
    color: #fff
}

#topnav-toggle {
    display: none
}

.top-navigation-menu {
    float: right;
    display: inline;
    list-style-type: none;
    list-style-position: outside
}

.top-navigation-menu li {
    float: left
}

.top-navigation-menu a {
    display: block;
    font-size: .9em;
    padding: 1.2em;
    text-decoration: none
}

.top-navigation-menu a:link,
.top-navigation-menu a:visited {
    color: #fff;
    text-decoration: none
}

.top-navigation-menu a:hover {
    background: rgba(0, 0, 0, .15)
}

.top-navigation-menu ul {
    position: absolute;
    display: none;
    z-index: 99;
    color: #fff;
    background: #27b
}

.top-navigation-menu ul li {
    float: none;
    position: relative
}

.top-navigation-menu ul a {
    min-width: 250px;
    min-width: 16rem;
    padding: 1em;
    text-transform: none;
    background: rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.top-navigation-menu ul a:link,
.top-navigation-menu ul a:visited {
    color: #fff;
    text-decoration: none
}

.top-navigation-menu ul a:hover {
    background: rgba(0, 0, 0, .25)
}

.top-navigation-menu li ul ul {
    top: 0;
    left: 100%
}

.top-navigation-menu li.menu-item-has-children:hover>ul,
.top-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul {
    display: block
}

.top-navigation-menu li.current_page_item a,
.top-navigation-menu li.current-menu-item a {
    text-decoration: underline
}

.top-navigation-menu li.current_page_item ul li a,
.top-navigation-menu li.current-menu-item ul li a {
    color: #fff;
    text-decoration: none
}

.top-navigation-menu li.current_page_item ul li a:hover,
.top-navigation-menu li.current-menu-item ul li a:hover {
    text-decoration: underline
}

.top-navigation-menu ul li.current_page_item a,
.top-navigation-menu ul li.current-menu-item a {
    color: #fff;
    text-decoration: underline
}

.top-navigation-menu ul li.current_page_item ul li a,
.top-navigation-menu ul li.current-menu-item ul li a {
    text-decoration: none
}

#mainnav-icon,
#mainnav-toggle {
    display: none
}

#navi-wrap,
#mainnav {
    background: #1E5E62;
    // #5fc0e6;
    -moz-border-radius-topleft: .4em;
    -moz-border-radius-topright: .4em;
    -webkit-border-top-left-radius: .4em;
    -webkit-border-top-right-radius: .4em;
    -khtml-border-top-left-radius: .4em;
    -khtml-border-top-right-radius: .4em;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em
}

.main-navigation-menu {
    float: left;
    width: 100%;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    padding: 0 .4em;
    box-sizing: border-box
}

.main-navigation-menu li {
    float: left
}

.main-navigation-menu a {
    display: block;
    padding: 1.4em;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    font-family: Tahoma, Verdana, Arial
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
    color: #fff;
    text-decoration: none
}

.main-navigation-menu a:hover {
    background: rgba(0, 0, 0, .15)
}

.main-navigation-menu ul {
    position: absolute;
    display: none;
    z-index: 99;
    color: #fff;
    background: #5fc0e6
}

.main-navigation-menu ul li {
    float: none;
    position: relative
}

.main-navigation-menu ul a {
    min-width: 250px;
    min-width: 16rem;
    padding: 1em;
    background: rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main-navigation-menu ul a:link,
.main-navigation-menu ul a:visited {
    color: #fff;
    font-size: .95em;
    text-decoration: none
}

.main-navigation-menu ul a:hover {
    background: rgba(0, 0, 0, .25)
}

.main-navigation-menu li ul ul {
    top: 0;
    left: 100%
}

.main-navigation-menu li ul ul a {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.main-navigation-menu li.menu-item-has-children:hover>ul,
.main-navigation-menu li.page_item_has_children:hover>ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul {
    display: block
}

.main-navigation-menu li.current_page_item a,
.main-navigation-menu li.current-menu-item a {
    text-decoration: underline
}

.main-navigation-menu li.current_page_item ul li a,
.main-navigation-menu li.current-menu-item ul li a {
    text-decoration: none
}

.main-navigation-menu ul li.current_page_item a,
.main-navigation-menu ul li.current-menu-item a {
    text-decoration: underline
}

.main-navigation-menu ul li.current_page_item ul li a,
.main-navigation-menu ul li.current-menu-item ul li a {
    text-decoration: none
}

.mega-menu-content {
    line-height: 1.5;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.mega-menu-content .mega-menu-widget .mega-menu-widget-header-title {
    font-weight: 700
}

.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a {
    background: none
}

.mega-menu-content .mega-menu-widget a:hover,
.mega-menu-content .mega-menu-widget a:active {
    text-decoration: underline;
    background: none
}

.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta,
.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta span:before {
    color: #eee
}

.widget {
    margin-bottom: 1.5em;
    color: #252525;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: .8em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.widgettitle {
    font-family:  Tahoma, Verdana, Arial;
    font-weight: 700;
    color: #252525;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: .5em .8em;
    margin-bottom: 1em;
    line-height: 1.4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.widgettitle span {
    font-size: .9em
}

.widget .textwidget {
    line-height: 1.5em;
    margin: 0 .5em
}

.widget .textwidget p {
    margin-bottom: 1em
}

.widget ul {
    line-height: 1.5em;
    margin: 0 .5em;
    list-style: circle inside
}

.widget ul .children {
    padding: 0;
    margin: .5em 0 .5em 1em
}

.widget a:link,
.widget a:visited {
    text-decoration: none;
    color: #27b
}

.widget a:hover,
.widget a:active {
    text-decoration: underline
}

.widget img {
    max-width: 100%;
    height: auto
}

.widgettitle a:link,
.widgettitle a:visited {
    color: #252525
}

.search-form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.search-form .screen-reader-text {
    display: none
}

.search-form .search-field {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: .7em 45px .7em .7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    padding: .8em .7em 0 0;
    cursor: pointer
}

.search-form .search-submit .genericon-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: text-bottom;
    color: #777;
    content: '\f400'
}

.search-form .search-submit:hover .genericon-search {
    color: #333
}

#wp-calendar {
    margin: 0;
    width: 100%;
    color: #444;
    line-height: 1.6em
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: center
}

#wp-calendar caption {
    padding: .4em 0;
    margin: 0 -.4em .8em;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#wp-calendar th {
    font-weight: 700;
    font-size: .85em;
    padding-bottom: .6em
}

#wp-calendar tbody td {
    color: #888
}

#wp-calendar tbody td a {
    font-weight: 700
}

#wp-calendar tbody #today {
    font-weight: 700;
    color: #333
}

#wp-calendar tfoot tr td {
    padding-top: .8em
}

#wp-calendar #prev {
    text-align: left
}

#wp-calendar #next {
    padding-right: .4em;
    text-align: right
}

.type-post,
.type-page,
.type-attachment {
    margin: 0 0 1.5em 0;
    padding: 1em;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.page-title,
.entry-title {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: .5em .6em;
    margin-bottom: .5em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    font-family: Tahoma, Verdana, Arial;
    color: #27b;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.page-title {
    font-size: 1.8em;
    color: #252525
}

.entry-title {
    font-size: 1.4em
}

.entry-title a:link,
.entry-title a:visited {
    color: #27b;
    text-decoration: none
}

.entry-title a:hover,
.entry-title a:active {
    color: #252525
}

.page-links {
    margin: 0;
    word-spacing: 1em;
    font-weight: 700
}

.entry-meta,
.postinfo {
    color: #222;
    margin: .3em 0 0;
    padding: 0;
    line-height: 1.5em;
    font-size: .95em
}

.postinfo {
    clear: both;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: .5em .8em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.entry-meta span,
.postinfo span {
    margin-right: .5em
}

.entry-meta a:link,
.entry-meta a:visited {
    color: #444;
    text-decoration: underline
}

.entry-meta a:hover,
.entry-meta a:active {
    text-decoration: none
}

.entry-meta span:before,
.postinfo span:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 22px/1 'Genericons';
    vertical-align: middle;
    color: #252525
}

.entry-meta .meta-date:before {
    content: '\f307'
}

.entry-meta .meta-author:before {
    content: '\f304'
}

.entry-meta .meta-comments:before {
    content: '\f300'
}

.postinfo .meta-category:before {
    content: '\f301'
}

.postinfo .meta-tags:before {
    content: '\f302'
}

.more-link {
    display: inline-block;
    font-weight: 700;
    margin: .5em 0;
    padding: .5em 1.2em;
    text-decoration: none;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.more-link:link,
.more-link:visited {
    color: #252525
}

.more-link:hover,
.more-link:active {
    background: #fdfdfd;
    border: 1px solid #ccc;
    text-decoration: none
}

.content-full .entry .more-link {
    margin: 1em 0 .5em
}

.post-navigation {
    margin: 0 0 1.5em 0;
    color: #252525;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: .8em 1em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
    content: "";
    display: table
}

.post-navigation .nav-links:after {
    clear: both
}

.post-navigation .nav-links .nav-previous {
    float: left
}

.post-navigation .nav-links .nav-next {
    float: right
}

.archive-title {
    font-family: Tahoma, Verdana, Arial;
    font-size: 1.2em;
    color: #252525;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: .6em 1em;
    margin-bottom: 1em;
    line-height: 1.4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.archive-title span {
    color: #555
}

.archive-description {
    margin: -1.5em 0 1.5em;
    line-height: 1.5;
    padding: 1em;
    border: 1px solid #e2e2e2;
    background: #fff;
    -moz-border-radius-bottomleft: .4em;
    -moz-border-radius-bottomright: .4em;
    -webkit-border-bottom-left-radius: .4em;
    -webkit-border-bottom-right-radius: .4em;
    -khtml-border-bottom-left-radius: .4em;
    -khtml-border-bottom-right-radius: .4em;
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em
}

.post-pagination {
    margin-bottom: 1.5em;
    font-weight: 700;
    color: #222
}

.post-pagination a {
    padding: .5em .8em;
    margin-right: .2em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #222;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.post-pagination a:link,
.post-pagination a:visited {
    color: #252525
}

.post-pagination a:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    text-decoration: none
}

.post-pagination .current {
    padding: .4em .8em;
    margin-right: .3em;
    background: #27b;
    color: #fff;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}


#content.primary ul.pagination,
ul.pagination,
#content.primary ul.post-pagination,
ul.post-pagination,
ol.post-pagination {
    list-style: none;
}

.infinite-scroll .post-pagination {
    display: none
}

.infinite-scroll #infinite-handle span {
    display: inline-block;
    margin-bottom: 1.5em;
    padding: .6em 1em;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.infinite-scroll #infinite-handle span:hover {
    background: #fdfdfd;
    border: 1px solid #ccc
}

.breadcrumbs {
    margin-bottom: .8em;
    color: #252525;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: .5em .8em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
    display: inline;
    line-height: 1.4
}

.breadcrumbs .trail-browse {
    margin-right: .5em
}

.breadcrumbs .trail-items {
    list-style: none
}

.breadcrumbs .trail-items li::after {
    content: "\00bb";
    padding: 0 .5em
}

.trail-separator-slash .trail-items li::after {
    content: "\002F"
}

.trail-separator-dash .trail-items li::after {
    content: "\2013"
}

.trail-separator-bull .trail-items li::after {
    content: "\2022"
}

.trail-separator-arrow-bracket .trail-items li::after {
    content: "\003e"
}

.trail-separator-raquo .trail-items li::after {
    content: "\00bb"
}

.trail-separator-single-arrow .trail-items li::after {
    content: "\2192"
}

.trail-separator-double-arrow .trail-items li::after {
    content: "\21D2"
}

.breadcrumbs .trail-items li:last-of-type::after {
    display: none
}

.entry {
    line-height: 1.6em;
    margin: .5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.entry p,
.comment p {
    margin: .75em 0
}

.entry h1,
.comment h1,
.entry h2,
.comment h2,
.entry h3,
.comment h3,
.entry h4,
.comment h4,
.entry h5,
.comment h5,
.entry h6,
.comment h6 {
    color: #222;
    font-weight: 700;
    line-height: 1em;
    margin: 1.2em 0 .3em
}

.entry h1,
.comment h1 {
    font-size: 3em
}

.entry h2,
.comment h2 {
    font-size: 2.25em
}

.entry h3,
.comment h3 {
    font-size: 1.5em
}

.entry h4,
.comment h4 {
    font-size: 1.25em
}

.entry h5,
.comment h5 {
    font-size: 1.125em;
    margin: 1.3em 0 0
}

.entry h6,
.comment h6 {
    font-size: 1em;
    margin: 1.3em 0 0
}

.entry ul,
.comment ul {
    list-style: square inside;
    margin: 0 0 1.5em 2em
}

.entry ol,
.comment ol {
    list-style: decimal inside;
    margin: 0 0 1.5em 2em
}

.entry ol ol,
.comment ol ol {
    list-style: upper-alpha inside
}

.entry ol ol ol,
.comment ol ol ol {
    list-style: lower-roman inside
}

.entry ol ol ol ol,
.comment ol ol ol ol {
    list-style: lower-alpha inside
}

.entry ul ul,
.comment ul ul,
.entry ol ol,
.comment ol ol,
.entry ul ol,
.comment ul ol .entry ol ul,
.comment ol ul {
    margin-bottom: .2em
}

dl {
    margin: 1em 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 1.5em
}

strong {
    font-weight: 700
}

cite,
em,
i {
    font-style: italic
}

big,
.big_tag {
    font-size: 1.3em
}

ins {
    text-decoration: none
}

code,
pre {
    padding: 3px 8px;
    margin: 0 1px;
    background: #eee;
    color: #222;
    font-size: .9em;
    font-family: Monospace, "Courier New", Courier;
    overflow: auto;
    line-height: 1em
}

del,
strike,
s {
    text-decoration: line-through
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace
}

small {
    font-size: .7em
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

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

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

.entry var,
.entry kbd,
.entry tt,
.entry .tt_tag {
    font-size: 1.1em;
    font-family: "Courier 10 Pitch", Courier, monospace
}

blockquote {
    background: #f5f5f5;
    border-left: 10px solid #ccc;
    margin: 1.2em 0;
    padding: .5em 1.5em
}

blockquote cite {
    display: block;
    margin: .5em 0 0 .5em;
    color: #777
}

.entry table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    margin: 1em 0;
    text-align: left;
    width: 100%
}

.entry tr th,
.entry thead th {
    background: #e5e5e5;
    font-weight: 700;
    padding: .2em 1em
}

.entry tr td {
    border-top: 1px solid #ddd;
    padding: .2em 1em
}

.entry tr.alternate td {
    background: #f5f5f5
}

.wp-post-image {
    max-width: 100%;
    margin: 0 0 1em 0;
    height: auto;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
}

.entry img {
    max-width: 100%;
    height: auto
}

.wp-caption {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 1em 0
}

.wp-caption-text {
    margin: 0!important;
    padding: 0;
    font-size: .9em;
    text-align: center
}

.alignleft {
    float: left;
    display: inline;
    margin: 1em 2em 1em 0
}

.alignright {
    float: right;
    display: inline;
    margin: 1em 0 1em 2em
}

.aligncenter {
    margin: 1em auto;
    display: block
}

.gallery {
    margin: 1em auto!important
}

.gallery-item {
    float: left;
    margin: .7em 0 0 0!important;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gallery img {
    margin: 0!important;
    border: none!important
}

.gallery-caption {
    margin-left: 0.3em!important
}

embed,
iframe,
object,
video {
    max-width: 100%
}

#image-nav {
    margin-bottom: 1.5em;
    padding: .5em 0;
    color: #252525
}

#image-nav .nav-previous {
    float: left
}

#image-nav .nav-next {
    float: right
}

#image-nav .nav-previous a,
#image-nav .nav-next a {
    font-size: .9em;
    font-weight: 700;
    text-decoration: none;
    color: #252525;
    padding: .5em .8em;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

#image-nav .nav-previous a:hover,
#image-nav .nav-next a:hover {
    background: #fdfdfd;
    border: 1px solid #ccc
}

.search-form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.search-form .screen-reader-text {
    display: none
}

.search-form .search-field {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: .7em 45px .7em .7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    color: #252525;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    padding: .8em .7em 0 0;
    cursor: pointer
}

.search-form .search-submit .genericon-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: text-bottom;
    color: #777;
    content: '\f400'
}

.search-form .search-submit:hover .genericon-search {
    color: #252525
}

#social-icons-menu {
    list-style-type: none;
    list-style-position: outside;
    line-height: 1em
}

#social-icons-menu li {
    float: left;
    margin: 0 .2em .2em 0;
    padding: 0
}

#social-icons-menu li a {
    position: relative;
    display: inline-block;
    padding: .9em;
    background: #5fc0e6;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    transition: all 0.3s ease
}

#social-icons-menu li a:before {
    color: #fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px/1;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: top
}

#social-icons-menu li a:before {
    content: '\f408'
}

#social-icons-menu li a[href*="codepen.io"]:before {
    content: '\f216'
}

#social-icons-menu li a[href*="digg.com"]:before {
    content: '\f221'
}

#social-icons-menu li a[href*="dribbble.com"]:before {
    content: '\f201'
}

#social-icons-menu li a[href*="facebook.com"]:before {
    content: '\f204'
}

#social-icons-menu li a[href*="flickr.com"]:before {
    content: '\f211'
}

#social-icons-menu li a[href*="plus.google.com"]:before {
    content: '\f218'
}

#social-icons-menu li a[href*="github.com"]:before {
    content: '\f200'
}

#social-icons-menu li a[href*="instagram.com"]:before {
    content: '\f215'
}

#social-icons-menu li a[href*="linkedin.com"]:before {
    content: '\f207'
}

#social-icons-menu li a[href*="pinterest.com"]:before {
    content: '\f209'
}

#social-icons-menu li a[href*="polldaddy.com"]:before {
    content: '\f217'
}

#social-icons-menu li a[href*="getpocket.com"]:before {
    content: '\f224'
}

#social-icons-menu li a[href*="reddit.com"]:before {
    content: '\f222'
}

#social-icons-menu li a[href*="spotify.com"]:before {
    content: '\f515'
}

#social-icons-menu li a[href*="skype.com"]:before,
#social-icons-menu li a[href*="skype:"]:before {
    content: '\f220'
}

#social-icons-menu li a[href*="stumbleupon.com"]:before {
    content: '\f223'
}

#social-icons-menu li a[href*="tumblr.com"]:before {
    content: '\f214'
}

#social-icons-menu li a[href*="twitch.tv"]:before {
    content: '\f516'
}

#social-icons-menu li a[href*="twitter.com"]:before {
    content: '\f202'
}

#social-icons-menu li a[href*="vimeo.com"]:before {
    content: '\f212'
}

#social-icons-menu li a[href*="wordpress.org"]:before,
#social-icons-menu li a[href*="wordpress.com"]:before {
    content: '\f205'
}

#social-icons-menu li a[href*="youtube.com"]:before {
    content: '\f213'
}

#social-icons-menu li a[href*="newsletter"]:before,
#social-icons-menu li a[href*="mailto"]:before {
    content: '\f410'
}

#social-icons-menu li a[href*="/feed"]:before,
#social-icons-menu li a[href*="/feed/"]:before,
#social-icons-menu li a[href*="?feed=rss2"]:before,
#social-icons-menu li a[href*="feedburner.google.com"]:before,
#social-icons-menu li a[href*="feedburner.com"]:before {
    content: '\f413'
}

#social-icons-menu li a {
    background: #5fc0e6
}

#social-icons-menu li a[href*="codepen.io"] {
    background: #222
}

#social-icons-menu li a[href*="digg.com"] {
    background: #151515
}

#social-icons-menu li a[href*="dribbble.com"] {
    background: #ea4c89
}

#social-icons-menu li a[href*="facebook.com"] {
    background: #3b5998
}

#social-icons-menu li a[href*="flickr.com"] {
    background: #ff0084
}

#social-icons-menu li a[href*="plus.google.com"] {
    background: #dd4b39
}

#social-icons-menu li a[href*="github.com"] {
    background: #171515
}

#social-icons-menu li a[href*="instagram.com"] {
    background: #3f729b
}

#social-icons-menu li a[href*="linkedin.com"] {
    background: #007bb6
}

#social-icons-menu li a[href*="pinterest.com"] {
    background: #cb2027
}

#social-icons-menu li a[href*="polldaddy.com"] {
    background: #bc0b0b
}

#social-icons-menu li a[href*="getpocket.com"] {
    background: #ee4056
}

#social-icons-menu li a[href*="reddit.com"] {
    background: #ff4500
}

#social-icons-menu li a[href*="spotify.com"] {
    background: #81b71a
}

#social-icons-menu li a[href*="skype.com"],
#social-icons-menu li a[href*="skype:"] {
    background: #00aff0
}

#social-icons-menu li a[href*="stumbleupon.com"] {
    background: #f74425
}

#social-icons-menu li a[href*="tumblr.com"] {
    background: #32506d
}

#social-icons-menu li a[href*="twitch.tv"] {
    background: #6441A5
}

#social-icons-menu li a[href*="twitter.com"] {
    background: #00aced
}

#social-icons-menu li a[href*="vimeo.com"] {
    background: #aad450
}

#social-icons-menu li a[href*="wordpress.org"] {
    background: #21759b
}

#social-icons-menu li a[href*="wordpress.com"] {
    background: #1e8cbe
}

#social-icons-menu li a[href*="youtube.com"] {
    background: #c4302b
}

#social-icons-menu li a[href*="newsletter"],
#social-icons-menu li a[href*="mailto"] {
    background: #d44
}

#social-icons-menu li a[href*="/feed"],
#social-icons-menu li a[href*="/feed/"],
#social-icons-menu li a[href*="?feed=rss2"],
#social-icons-menu li a[href*="feedburner.google.com"],
#social-icons-menu li a[href*="feedburner.com"] {
    background: #ee802f
}

#social-icons-menu li a:hover {
    text-decoration: none;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em
}

#social-icons-menu li a .screen-reader-text {
    display: none
}

.social-icons-wrap .social-icons-hint {
    font-size: .8em;
    color: #777;
    max-width: 300px;
    line-height: 1.2em
}

#comments {
    margin: 1em 0
}

#comments .comments-title,
#respond #reply-title {
    font-family: Tahoma, Verdana, Arial;
    font-size: 1.2em;
    color: #252525;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: .6em 1em;
    margin-bottom: .8em;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.commentlist {
    display: block;
    margin: 1em 0 .5em
}

.commentlist .comment {
    display: block;
    padding: 1.5em 1em;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    margin-bottom: 1.5em;
    list-style: none;
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.comment-author img {
    float: left;
    margin-right: 1em;
    margin-top: -.1em
}

.comment-author img:after {
    clear: both
}

.comment-author .fn {
    font-size: 1.2em;
    padding: .2em 0;
    font-weight: 700
}

.comment-author .fn a:link,
.comment-author .fn a:visited {
    text-decoration: underline
}

.comment-author .fn a:hover,
.comment-author .fn a:active {
    text-decoration: none
}

.bypostauthor .fn,
.comment-author-admin .fn {
    font-style: italic;
    background: #eee;
    padding: .2em .6em
}

.comment-meta {
    font-size: .9em;
    margin-bottom: 1.5em
}

.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
    color: #666!important
}

#comments .children {
    margin-top: 1.5em;
    margin-left: 1em
}

#comments .children .comment {
    background: #fafafa;
    margin-bottom: 0
}

#comments .children .children .comment {
    background: #fff
}

.nocomments {
    color: #252525;
    padding: 1em
}

.commentlist .pingback {
    display: block;
    margin: .6em 0 0;
    padding: .8em 0 0;
    border-top: 1px solid #ddd;
    list-style: none;
    line-height: 1.3em
}

.comment-pagination {
    font-size: .9em;
    font-weight: 700
}

.comment-pagination a {
    color: #252525;
    padding: .5em .8em;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.comment-pagination a:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    text-decoration: none
}

.comment-pagination .alignleft {
    float: left
}

.comment-pagination .alignright {
    float: right
}

#respond {
    margin: 1em 0 0
}

#commentform {
    padding: .5em 0
}

#commentform p {
    margin: 1em 0
}

#commentform input[type="text"],
#commentform textarea {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

#commentform label {
    display: block;
    margin: .6em .3em .5em;
    font-weight: 700
}

#commentform #submit {
    display: block;
    font-weight: 700;
    margin-top: 1em;
    padding: 1em 4em;
    text-decoration: none;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

#commentform #submit:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none
}

.template-fullwidth #content {
    float: none;
    width: 100%;
    padding: 0
}

.magazine-homepage-no-widgets,
.post-slider-empty-posts {
    line-height: 1.5em;
    margin-bottom: 1.5em
}

#magazine-homepage-widgets .widgettitle {
    margin: 0 0 1em 0
}

.widget-category-posts {
    margin-bottom: -.4em
}

.widget-category-posts .widgettitle .category-archive-link {
    float: right
}

.widget-category-posts .widgettitle .category-archive-link .genericon-expand {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 14px;
    font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: top;
    content: '\f431';
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    color: #fff;
    background: #5fc0e6;
    margin: 2px 0 0;
    padding: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.widget-category-posts .widgettitle .category-archive-link .genericon-expand:hover {
    text-decoration: none;
    border: none
}

.widget-category-posts .type-post {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

.widget-category-posts .big-post .entry-title {
    font-size: 1.2em
}

.widget-category-posts .big-post .wp-post-image {
    margin: 0 0 .8em 0
}

.widget-category-posts .small-post {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 .8em 0;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.widget-category-posts .small-post .wp-post-image {
    float: left;
    margin: .5em 1em .5em .5em;
    max-width: 30%
}

.widget-category-posts .small-post .small-post-content {
    padding: .8em .4em;
    line-height: 1.4em;
}

.widget-category-posts .small-post .entry-title {
    border: none;
    margin: 0 0 .4em 0;
    padding: 0;
    background: none;
    font-size: 1.05em
}

.widget-category-posts .small-post .entry-meta {
    display: inline;
    background: none;
    font-size: .9em;
    line-height: 1.5em
}

#widget-category-posts-boxed .big-post {
    float: left;
    width: 50%;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#widget-category-posts-boxed .small-posts {
    width: 50%;
    margin-left: 50%
}

#widget-category-posts-grid .category-posts-grid-row {
    margin-right: -1em
}

#widget-category-posts-grid .category-posts-grid-row .big-post,
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
    float: left;
    width: 50%;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
    padding-right: 1em
}

.courage_category_posts_columns {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

.courage_category_posts_columns .widget-category-posts {
    margin-bottom: 0
}

#widget-category-posts-columns .category-posts-columns .category-posts-columns-content .category-posts-columns-post-list {
    float: left;
    margin-bottom: -.9em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
    float: left;
    margin-bottom: 1.5em;
    color: #252525;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: .8em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#widget-category-posts-columns .category-posts-column-left {
    float: left;
    width: 50%;
    padding-right: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#widget-category-posts-columns .category-posts-column-right {
    margin-left: 50%;
    width: 50%;
    padding-left: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#widget-category-posts-columns .category-posts-columns .big-post {
    margin-bottom: 1em
}

#footer-wrap {
    background: #1E5E62; 
    //#5fc0e6;
    -moz-border-radius-bottomleft: .4em;
    -moz-border-radius-bottomright: .4em;
    -webkit-border-bottom-left-radius: .4em;
    -webkit-border-bottom-right-radius: .4em;
    -khtml-border-bottom-left-radius: .4em;
    -khtml-border-bottom-right-radius: .4em;
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em
}

#footer {
    padding: 1.4em;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04)
}

#footer a {
    color: #eee
}

#footer #footer-text {
    float: right;
    font-size: .9em;
    line-height: 1.5em
}

#footer #footer-text a:link,
#footer #footer-text a:visited {
    text-decoration: underline
}

#footer #footer-text a:hover,
#footer #footer-text a:active {
    text-decoration: none
}

#footernav {
    float: left
}

#footernav-menu {
    float: left;
    list-style-type: none;
    list-style-position: outside;
    position: relative
}

#footernav-menu li {
    float: left;
    position: relative;
    margin-right: 2em
}

#footernav-menu a {
    display: inline-block;
    text-decoration: none;
    font-size: .9em
}

#footernav-menu a:link,
#footernav-menu a:visited {
    color: #fff;
    text-decoration: none
}

#footernav-menu a:hover {
    text-decoration: underline
}

@media only screen and (max-width:70em) {
    #wrapper {
        width: 94%;
        margin: 1em auto 2em
    }
    #topheader {
        width: 94%
    }
}

@media only screen and (max-width:65em) {
    #wrapper {
        width: 96%;
        margin: 0 auto 1.5em
    }
    #topheader {
        width: 96%
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.1em
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1em
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 25%
    }
    .widget-category-posts .small-post .small-post-content {
        padding: .6em .4em
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: .8em
    }
}

@media only screen and (max-width:60em) {
    #wrap {
        padding: 1em 1em 0
    }
    .type-post,
    .type-page,
    .type-attachment,
    .widget {
        margin-bottom: 1em
    }
    #header {
        padding: 2em .5em
    }
    #content {
        float: none;
        width: 100%;
        padding: 0
    }
    #sidebar {
        clear: both;
        float: none;
        margin: 0;
        padding-top: 1em;
        width: 100%
    }
    #logo {
        float: none;
        text-align: center;
        width: 100%
    }
    #logo .site-title,
    #logo .custom-logo {
        float: none
    }
    #logo .site-description {
        float: none;
        margin: 0;
        font-size: 1.05em
    }
    #header-content {
        display: block;
        padding-top: .8em
    }
    #header-content div {
        float: none;
        margin: 0
    }
    #header-content #header-social-icons {
        float: right;
        max-width: 50%
    }
    #header-content #header-search {
        float: left;
        max-width: 50%
    }
    #topheader {
        width: 100%
    }
    #topheader .header-text {
        padding: 1.2em
    }
    #topnav,
    .top-navigation-menu,
    .top-navigation-menu li,
    .top-navigation-menu a,
    .top-navigation-menu ul,
    .top-navigation-menu ul a,
    .top-navigation-menu ul ul,
    .top-navigation-menu li ul ul {
        margin: 0;
        padding: 0;
        position: static;
        float: none;
        display: inline;
        font-size: 1em;
        border: none;
        box-shadow: none;
        background: none;
        top: auto;
        left: auto
    }
    .top-navigation-menu li,
    .top-navigation-menu ul,
    .top-navigation-menu li ul ul {
        position: static;
        display: block;
        left: auto;
        top: auto;
        clear: left
    }
    #topnav-toggle {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 1em;
        text-decoration: none;
        color: #fff;
        background: none;
        border: none
    }
    #topnav-toggle:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, .15)
    }
    #topnav-toggle:after {
        float: left;
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        font-family: 'Genericons';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: inherit;
        vertical-align: middle;
        content: '\f419';
        color: #fff
    }
    #topnav {
        float: none
    }
    .top-navigation-menu {
        display: none;
        float: left;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
    .top-navigation-menu a {
        display: block;
        padding: 1.2em;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-size: .95em;
        clear: left
    }
    .top-navigation-menu a:link,
    .top-navigation-menu a:visited {
        color: #fff;
        text-decoration: none
    }
    .top-navigation-menu a:hover {
        background: rgba(0, 0, 0, .15)
    }
    .top-navigation-menu ul {
        float: left;
        width: 100%;
        background: rgba(0, 0, 0, .15)
    }
    .top-navigation-menu ul a {
        display: block;
        width: 100%;
        padding: 1.2em;
        font-size: .95em;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .top-navigation-menu ul ul a {
        padding-left: 2.4em
    }
    .top-navigation-menu ul ul ul a {
        padding-left: 4.8em
    }
    .top-navigation-menu ul a:link,
    .top-navigation-menu ul a:visited {
        color: #fff
    }
    .top-navigation-menu ul a:hover {
        background: rgba(0, 0, 0, .25)
    }
    .top-navigation-menu li.current_page_item a,
    .top-navigation-menu li.current-menu-item a {
        text-decoration: underline
    }
    .top-navigation-menu li.current_page_item ul li a,
    .top-navigation-menu li.current-menu-item ul li a {
        text-decoration: none
    }
    .top-navigation-menu li.current_page_item ul li a:hover,
    .top-navigation-menu li.current-menu-item ul li a:hover {
        text-decoration: underline
    }
    .top-navigation-menu ul li.current_page_item a,
    .top-navigation-menu ul li.current-menu-item a {
        text-decoration: underline
    }
    .top-navigation-menu ul li.current_page_item ul li a,
    .top-navigation-menu ul li.current-menu-item ul li a {
        text-decoration: none
    }
    .top-navigation-menu .submenu-dropdown-toggle {
        float: right;
        display: block;
        margin: 0;
        padding: .8em 1em
    }
    .top-navigation-menu .submenu-dropdown-toggle:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, .15)
    }
    .top-navigation-menu .submenu-dropdown-toggle:before {
        font-size: 24px;
        line-height: 1;
        font-family: 'Genericons';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: inherit;
        vertical-align: middle;
        content: '\f431';
        color: #fff
    }
    .top-navigation-menu .submenu-dropdown-toggle.active:before {
        content: '\f432'
    }
    #mainnav,
    .main-navigation-menu,
    .main-navigation-menu li,
    .main-navigation-menu a,
    .main-navigation-menu ul,
    .main-navigation-menu ul a,
    .main-navigation-menu ul ul,
    .main-navigation-menu li ul ul {
        margin: 0;
        padding: 0;
        position: static;
        float: none;
        display: inline;
        font-size: 1em;
        border: none;
        box-shadow: none;
        background: none;
        top: auto;
        left: auto
    }
    .main-navigation-menu li,
    .main-navigation-menu ul,
    .main-navigation-menu li ul ul,
    .mega-menu-item .mega-menu-content,
    .mega-menu-item .mega-menu-content .mega-menu-widget {
        position: static;
        display: block;
        left: auto;
        top: auto;
        clear: left
    }
    #mainnav-toggle {
        display: block;
        width: 100%;
        margin: 0;
        padding: 1em 1.5em .8em;
        text-decoration: none;
        color: #fff;
        background: #1E5E62;
        // #5fc0e6;
        border: none;
        font-size: 1.05em;
        font-weight: 700;
        font-family:  Tahoma, Verdana, Arial;
        text-align: left;
        -moz-border-radius-topleft: .4em;
        -moz-border-radius-topright: .4em;
        -webkit-border-top-left-radius: .4em;
        -webkit-border-top-right-radius: .4em;
        -khtml-border-top-left-radius: .4em;
        -khtml-border-top-right-radius: .4em;
        border-top-left-radius: .4em;
        border-top-right-radius: .4em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    #mainnav-toggle:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, .1)
    }
    #mainnav-toggle:after {
        float: right;
        margin: 0;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        content: '\f419';
        font: normal 24px/1 Genericons;
        text-decoration: inherit;
        vertical-align: text-bottom
    }
    .main-navigation-menu {
        display: none;
        width: 100%;
        background: #5fc0e6
    }
    .main-navigation-menu a {
        display: block;
        padding: 1.1em;
        color: #fff;
        text-decoration: none;
        font-size: 1.05em;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        background: rgba(0, 0, 0, .15);
        clear: left
    }
    .main-navigation-menu a:link,
    .main-navigation-menu a:visited {
        color: #fff
    }
    .main-navigation-menu a:hover {
        background: rgba(0, 0, 0, .25)
    }
    .main-navigation-menu ul {
        width: 100%
    }
    .main-navigation-menu ul a {
        display: block;
        width: 100%;
        padding: 1em 1em 1em 2em;
        font-size: .9em;
        background: rgba(0, 0, 0, .25);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .main-navigation-menu ul a:hover {
        background: rgba(0, 0, 0, .15)
    }
    .main-navigation-menu ul li ul {
        float: left;
        padding: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .main-navigation-menu ul li ul a {
        padding-left: 4em
    }
    .main-navigation-menu ul li ul li ul a {
        padding-left: 6em
    }
    .main-navigation-menu li.current_page_item a,
    .main-navigation-menu li.current-menu-item a {
        text-decoration: underline
    }
    .main-navigation-menu li.current_page_item ul li a,
    .main-navigation-menu li.current-menu-item ul li a {
        text-decoration: none
    }
    .main-navigation-menu ul li.current_page_item a,
    .main-navigation-menu ul li.current-menu-item a {
        text-decoration: underline
    }
    .main-navigation-menu .submenu-dropdown-toggle {
        float: right;
        display: block;
        margin: 0;
        padding: .75em 1em
    }
    .main-navigation-menu .submenu-dropdown-toggle:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, .15)
    }
    .main-navigation-menu .submenu-dropdown-toggle:before {
        font-size: 28px;
        line-height: 1;
        font-family: 'Genericons';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: inherit;
        vertical-align: middle;
        content: '\f431';
        color: #fff
    }
    .main-navigation-menu .submenu-dropdown-toggle.active:before {
        content: '\f432'
    }
    .main-navigation-menu ul .submenu-dropdown-toggle {
        padding: .55em .8em
    }
    .main-navigation-menu ul .submenu-dropdown-toggle:before {
        font-size: 24px
    }
    .mega-menu-item .mega-menu-content {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .mega-menu-item .mega-menu-two-columns>li,
    .mega-menu-item .mega-menu-three-columns>li,
    .mega-menu-item .mega-menu-five-columns>li {
        width: 100%
    }
    .mega-menu-item .mega-menu-four-columns>li,
    .mega-menu-item .mega-menu-six-columns>li {
        width: 50%
    }
    .courage_category_posts_columns,
    .courage_category_posts_columns .widget-category-posts {
        margin-bottom: 0
    }
    #widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
        margin-bottom: 1em
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.2em
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1.05em
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 30%
    }
    .widget-category-posts .small-post .small-post-content {
        padding: .8em .4em
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: .9em
    }
    #footer {
        text-align: center
    }
    #footer #footer-text {
        float: none
    }
    #footernav {
        float: none
    }
    #footernav-menu {
        float: none
    }
    #footernav-menu li {
        float: none;
        display: inline-block;
        margin: 0 1em 1.5em
    }
}

@media only screen and (max-width:50em) {
    #wrapper {
        width: 100%;
        margin: 0;
        padding: 0 1em 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    #logo .site-title {
        font-size: 2.4em
    }
    .entry h1,
    .comment h1 {
        font-size: 2.2em
    }
    .entry h2,
    .comment h2 {
        font-size: 1.8em
    }
    .entry h3,
    .comment h3 {
        font-size: 1.4em
    }
    .entry tr th,
    .entry thead th {
        padding: .2em .4em
    }
    .entry tr td {
        padding: .2em .4em
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.1em
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1em
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 25%
    }
    .widget-category-posts .small-post .small-post-content {
        padding: .6em .4em
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: .8em
    }
}

@media only screen and (max-width:40em) {
    #logo .site-title {
        font-size: 2.2em
    }
    .page-title {
        font-size: 1.6em
    }
    .entry-title {
        font-size: 1.3em
    }
    .mega-menu-item .mega-menu-four-columns>li,
    .mega-menu-item .mega-menu-six-columns>li {
        width: 100%
    }
    #widget-category-posts-grid .category-posts-grid-row {
        margin-right: 0
    }
    #widget-category-posts-grid .category-posts-grid-row .big-post,
    #widget-category-posts-grid .category-posts-grid-row .small-post-wrap,
    #widget-category-posts-boxed .big-post,
    #widget-category-posts-columns .category-posts-column-left {
        float: none;
        width: 100%;
        padding-right: 0
    }
    #widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
        padding-right: 0
    }
    #widget-category-posts-boxed .small-posts,
    #widget-category-posts-columns .category-posts-column-right {
        width: 100%;
        margin-left: 0;
        padding-left: 0
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.2em
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1.05em
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 30%
    }
    .widget-category-posts .small-post .small-post-content {
        padding: .8em .4em
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: .9em
    }
}

@media only screen and (max-width:30em) {
    #wrap {
        padding: .9em .9em 0
    }
    .type-post,
    .type-page,
    .type-attachment,
    .widget {
        padding: .6em;
        margin-bottom: .9em
    }
    #header {
        padding: 1.5em .5em
    }
    #logo {
        text-align: left
    }
    #logo .site-title {
        font-size: 2em
    }
    #header-content #header-social-icons,
    #header-content #header-search {
        float: none;
        max-width: 100%
    }
    #header-content #header-search {
        margin-top: .5em
    }
    .page-title {
        font-size: 1.4em
    }
    .entry-title {
        font-size: 1.2em
    }
    .alignright,
    .alignleft {
        float: none;
        margin: 1em 0
    }
    #footer #footer-text {
        float: none;
        margin-top: 1.2em
    }
    .courage_category_posts_columns,
    .courage_category_posts_columns .widget-category-posts {
        padding: 0;
        margin-bottom: 0
    }
    #widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
        margin-bottom: .9em
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.1em
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1em
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 25%;
        margin-right: .5em
    }
    .widget-category-posts .small-post .small-post-content {
        padding: .6em .4em
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: .8em
    }
    #footernav-menu li {
        display: block;
        margin: 0 0 1.5em
    }
}

@media only screen and (max-width:20em) {
    .widget-category-posts .big-post .entry-title {
        font-size: 1em
    }
    .widget-category-posts .small-post .entry-title {
        font-size: .9em
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: .7em
    }
}

@media only screen and (max-width:20em) {
    #header {
        padding: 1em .5em
    }
    #logo .site-title {
        font-size: 1.7em
    }
    .page-title {
        font-size: 1.2em
    }
    .entry-title {
        font-size: 1.1em
    }
    .entry-meta span,
    .postinfo span {
        display: block
    }
    .entry-meta .sep,
    .postinfo .sep,
    .entry-meta .post-edit-link {
        border: none;
        margin: 0;
        padding: 0
    }
}

@media only screen and (min-width:60em) {
    .sidebar-left #content {
        float: right;
        padding-right: 0;
        padding-left: 1.5em
    }
    .sidebar-left #sidebar {
        float: left
    }
}

.boxed-design #wrapper {
    margin: 0 auto
}

.boxed-design #header {
    background: #fff
}

.boxed-design input,
.boxed-design textarea,
.boxed-design input[type="submit"],
.boxed-design #mainnav,
.boxed-design #navi-wrap,
.boxed-design #mainnav-toggle,
.boxed-design .type-post,
.boxed-design .type-page,
.boxed-design .type-attachment,
.boxed-design .page-title,
.boxed-design .entry-title,
.boxed-design .postinfo,
.boxed-design .more-link,
.boxed-design .archive-title,
.boxed-design .archive-description,
.boxed-design .post-pagination a,
.boxed-design .post-pagination .current,
.boxed-design .wp-post-image,
.boxed-design #social-icons-menu li a,
.boxed-design #footer-wrap,
.boxed-design .widget,
.boxed-design .widgettitle,
.boxed-design #comments .comments-title,
.boxed-design #respond #reply-title,
.boxed-design .commentlist .comment,
.boxed-design .comment-pagination a,
.boxed-design #commentform input[type="text"],
.boxed-design #commentform textarea,
.boxed-design #commentform #submit,
.boxed-design #widget-category-posts-columns .category-posts-columns .category-posts-columns-content,
.boxed-design .breadcrumbs,
.boxed-design .post-navigation {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.boxed-design #social-icons-menu li a:hover {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em
}

@media only screen and (max-width:60em) {
    .boxed-design #wrapper {
        width: 100%;
        padding: 0
    }
}

@media only screen and (min-width:60.001em) {
    .top-navigation-menu,
    .main-navigation-menu {
        display: block!important
    }
    .top-navigation-menu li.menu-item:hover a,
    .main-navigation-menu li.menu-item:hover a {
        background: rgba(0, 0, 0, .15)
    }
    .top-navigation-menu li.menu-item:hover ul a:hover,
    .main-navigation-menu li.menu-item:hover ul a:hover {
        background: rgba(0, 0, 0, .25)
    }
    .main-navigation-menu {
        -moz-border-radius-topleft: .4em;
        -moz-border-radius-topright: .4em;
        -webkit-border-top-left-radius: .4em;
        -webkit-border-top-right-radius: .4em;
        -khtml-border-top-left-radius: .4em;
        -khtml-border-top-right-radius: .4em;
        border-top-left-radius: .4em;
        border-top-right-radius: .4em
    }
}

@font-face {
    font-family: "Genericons";
    src: url(../fonts/Genericons.eot);
    src: url(../fonts/Genericons.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Genericons";
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(../fonts/Genericons.ttf) format("truetype"), url("../fonts/Genericons.svg#Genericons") format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Genericons";
        src: url("../fonts/Genericons.svg#Genericons") format("svg")
    }
}

.genericon {
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.genericon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.genericon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.genericon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.genericon-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.genericon-flip-vertical {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.genericon-404:before {
    content: "\f423"
}

.genericon-activity:before {
    content: "\f508"
}

.genericon-anchor:before {
    content: "\f509"
}

.genericon-aside:before {
    content: "\f101"
}

.genericon-attachment:before {
    content: "\f416"
}

.genericon-audio:before {
    content: "\f109"
}

.genericon-bold:before {
    content: "\f471"
}

.genericon-book:before {
    content: "\f444"
}

.genericon-bug:before {
    content: "\f50a"
}

.genericon-cart:before {
    content: "\f447"
}

.genericon-category:before {
    content: "\f301"
}

.genericon-chat:before {
    content: "\f108"
}

.genericon-checkmark:before {
    content: "\f418"
}

.genericon-close:before {
    content: "\f405"
}

.genericon-close-alt:before {
    content: "\f406"
}

.genericon-cloud:before {
    content: "\f426"
}

.genericon-cloud-download:before {
    content: "\f440"
}

.genericon-cloud-upload:before {
    content: "\f441"
}

.genericon-code:before {
    content: "\f462"
}

.genericon-codepen:before {
    content: "\f216"
}

.genericon-cog:before {
    content: "\f445"
}

.genericon-collapse:before {
    content: "\f432"
}

.genericon-comment:before {
    content: "\f300"
}

.genericon-day:before {
    content: "\f305"
}

.genericon-digg:before {
    content: "\f221"
}

.genericon-document:before {
    content: "\f443"
}

.genericon-dot:before {
    content: "\f428"
}

.genericon-downarrow:before {
    content: "\f502"
}

.genericon-download:before {
    content: "\f50b"
}

.genericon-draggable:before {
    content: "\f436"
}

.genericon-dribbble:before {
    content: "\f201"
}

.genericon-dropbox:before {
    content: "\f225"
}

.genericon-dropdown:before {
    content: "\f433"
}

.genericon-dropdown-left:before {
    content: "\f434"
}

.genericon-edit:before {
    content: "\f411"
}

.genericon-ellipsis:before {
    content: "\f476"
}

.genericon-expand:before {
    content: "\f431"
}

.genericon-external:before {
    content: "\f442"
}

.genericon-facebook:before {
    content: "\f203"
}

.genericon-facebook-alt:before {
    content: "\f204"
}

.genericon-fastforward:before {
    content: "\f458"
}

.genericon-feed:before {
    content: "\f413"
}

.genericon-flag:before {
    content: "\f468"
}

.genericon-flickr:before {
    content: "\f211"
}

.genericon-foursquare:before {
    content: "\f226"
}

.genericon-fullscreen:before {
    content: "\f474"
}

.genericon-gallery:before {
    content: "\f103"
}

.genericon-github:before {
    content: "\f200"
}

.genericon-googleplus:before {
    content: "\f206"
}

.genericon-googleplus-alt:before {
    content: "\f218"
}

.genericon-handset:before {
    content: "\f50c"
}

.genericon-heart:before {
    content: "\f461"
}

.genericon-help:before {
    content: "\f457"
}

.genericon-hide:before {
    content: "\f404"
}

.genericon-hierarchy:before {
    content: "\f505"
}

.genericon-home:before {
    content: "\f409"
}

.genericon-image:before {
    content: "\f102"
}

.genericon-info:before {
    content: "\f455"
}

.genericon-instagram:before {
    content: "\f215"
}

.genericon-italic:before {
    content: "\f472"
}

.genericon-key:before {
    content: "\f427"
}

.genericon-leftarrow:before {
    content: "\f503"
}

.genericon-link:before {
    content: "\f107"
}

.genericon-linkedin:before {
    content: "\f207"
}

.genericon-linkedin-alt:before {
    content: "\f208"
}

.genericon-location:before {
    content: "\f417"
}

.genericon-lock:before {
    content: "\f470"
}

.genericon-mail:before {
    content: "\f410"
}

.genericon-maximize:before {
    content: "\f422"
}

.genericon-menu:before {
    content: "\f419"
}

.genericon-microphone:before {
    content: "\f50d"
}

.genericon-minimize:before {
    content: "\f421"
}

.genericon-minus:before {
    content: "\f50e"
}

.genericon-month:before {
    content: "\f307"
}

.genericon-move:before {
    content: "\f50f"
}

.genericon-next:before {
    content: "\f429"
}

.genericon-notice:before {
    content: "\f456"
}

.genericon-paintbrush:before {
    content: "\f506"
}

.genericon-path:before {
    content: "\f219"
}

.genericon-pause:before {
    content: "\f448"
}

.genericon-phone:before {
    content: "\f437"
}

.genericon-picture:before {
    content: "\f473"
}

.genericon-pinned:before {
    content: "\f308"
}

.genericon-pinterest:before {
    content: "\f209"
}

.genericon-pinterest-alt:before {
    content: "\f210"
}

.genericon-play:before {
    content: "\f452"
}

.genericon-plugin:before {
    content: "\f439"
}

.genericon-plus:before {
    content: "\f510"
}

.genericon-pocket:before {
    content: "\f224"
}

.genericon-polldaddy:before {
    content: "\f217"
}

.genericon-portfolio:before {
    content: "\f460"
}

.genericon-previous:before {
    content: "\f430"
}

.genericon-print:before {
    content: "\f469"
}

.genericon-quote:before {
    content: "\f106"
}

.genericon-rating-empty:before {
    content: "\f511"
}

.genericon-rating-full:before {
    content: "\f512"
}

.genericon-rating-half:before {
    content: "\f513"
}

.genericon-reddit:before {
    content: "\f222"
}

.genericon-refresh:before {
    content: "\f420"
}

.genericon-reply:before {
    content: "\f412"
}

.genericon-reply-alt:before {
    content: "\f466"
}

.genericon-reply-single:before {
    content: "\f467"
}

.genericon-rewind:before {
    content: "\f459"
}

.genericon-rightarrow:before {
    content: "\f501"
}

.genericon-search:before {
    content: "\f400"
}

.genericon-send-to-phone:before {
    content: "\f438"
}

.genericon-send-to-tablet:before {
    content: "\f454"
}

.genericon-share:before {
    content: "\f415"
}

.genericon-show:before {
    content: "\f403"
}

.genericon-shuffle:before {
    content: "\f514"
}

.genericon-sitemap:before {
    content: "\f507"
}

.genericon-skip-ahead:before {
    content: "\f451"
}

.genericon-skip-back:before {
    content: "\f450"
}

.genericon-skype:before {
    content: "\f220"
}

.genericon-spam:before {
    content: "\f424"
}

.genericon-spotify:before {
    content: "\f515"
}

.genericon-standard:before {
    content: "\f100"
}

.genericon-star:before {
    content: "\f408"
}

.genericon-status:before {
    content: "\f105"
}

.genericon-stop:before {
    content: "\f449"
}

.genericon-stumbleupon:before {
    content: "\f223"
}

.genericon-subscribe:before {
    content: "\f463"
}

.genericon-subscribed:before {
    content: "\f465"
}

.genericon-summary:before {
    content: "\f425"
}

.genericon-tablet:before {
    content: "\f453"
}

.genericon-tag:before {
    content: "\f302"
}

.genericon-time:before {
    content: "\f303"
}

.genericon-top:before {
    content: "\f435"
}

.genericon-trash:before {
    content: "\f407"
}

.genericon-tumblr:before {
    content: "\f214"
}

.genericon-twitch:before {
    content: "\f516"
}

.genericon-twitter:before {
    content: "\f202"
}

.genericon-unapprove:before {
    content: "\f446"
}

.genericon-unsubscribe:before {
    content: "\f464"
}

.genericon-unzoom:before {
    content: "\f401"
}

.genericon-uparrow:before {
    content: "\f500"
}

.genericon-user:before {
    content: "\f304"
}

.genericon-video:before {
    content: "\f104"
}

.genericon-videocamera:before {
    content: "\f517"
}

.genericon-vimeo:before {
    content: "\f212"
}

.genericon-warning:before {
    content: "\f414"
}

.genericon-website:before {
    content: "\f475"
}

.genericon-week:before {
    content: "\f306"
}

.genericon-wordpress:before {
    content: "\f205"
}

.genericon-xpost:before {
    content: "\f504"
}

.genericon-youtube:before {
    content: "\f213"
}

.genericon-zoom:before {
    content: "\f402"
}

.zeeflexslider a:active,
.zeeflexslider a:focus {
    outline: none
}

.zeeslides,
.zeeflex-control-nav,
.zeeflex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.zeeflexslider {
    margin: 0;
    padding: 0
}

.zeeflexslider .zeeslides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.zeeflexslider .zeeslides img {
    width: 100%;
    display: block
}

.zeeflex-pauseplay span {
    text-transform: capitalize
}

.zeeslides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .zeeslides {
    display: block
}

* html .zeeslides {
    height: 1%
}

.no-js .zeeslides>li:first-child {
    display: block
}

.zeeflex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .zeeflex-viewport {
    max-height: 300px
}

#post-slider-wrap {
    position: relative
}

#post-slider,
#post-slider .zeeslides {
    zoom: 1
}

#post-slider .zeeslide {
    position: relative
}

#post-slider .zeeslide .slide-image .wp-post-image {
    margin: 0;
    max-width: 1320px;
    width: 100%;
    max-height: 380px;
    height: auto;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#post-slider .zeeslide .slide-content {
    position: absolute;
    bottom: 2em;
    left: 2em;
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    width: 55%
}

#post-slider .zeeslide .slide-content .slide-title {
    display: inline-block;
    font-family: Tahoma, Verdana, Arial;
    font-size: 1.7em;
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: .4em .6em;
    margin-bottom: .2em;
    color: #fff;
    background: #27b;
    background: rgba(34, 119, 187, .6);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
}

#post-slider .zeeslide .slide-content .slide-entry span {
    display: inline-block;
    padding: .8em 1em;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #fff;
    background: #27b;
    background: rgba(34, 119, 187, .8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
}

#post-slider .zeeslide .slide-content .slide-title a:link,
#post-slider .zeeslide .slide-content .slide-title a:visited {
    color: #fff;
    text-decoration: none
}

#post-slider .zeeslide .slide-content .slide-title a:hover,
#post-slider .zeeslide .slide-content .slide-title a:active {
    color: #ccc
}

#post-slider .zeeslide .slide-content .slide-link,
#post-slider .zeeslide .slide-content .slide-link:link,
#post-slider .zeeslide .slide-content .slide-link:visited {
    color: #ddd;
    font-weight: 700;
    float: right;
    display: inline-block;
    margin-top: .5em;
    text-decoration: underline
}

#post-slider .zeeslide .slide-content .slide-link:hover,
#post-slider .zeeslide .slide-content .slide-link:active {
    text-decoration: none
}

.post-slider-controls .zeeflex-direction-nav {
    position: absolute;
    bottom: 1em;
    right: 1em;
    *height: 0
}

.post-slider-controls .zeeflex-direction-nav a {
    display: block;
    position: absolute;
    margin: -40px 1em 0 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    text-align: left;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

.post-slider-controls .zeeflex-direction-nav a:hover {
    text-decoration: none
}

.post-slider-controls .zeeflex-direction-nav a:before {
    margin: .05em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 36px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
    color: #fff
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-next:before {
    content: '\f431';
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg)
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev:before {
    margin-top: .1em;
    content: '\f431';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
    right: 0
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-prev {
    right: 45px
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-prev:hover,
.post-slider-controls .zeeflex-direction-nav .zeeflex-next:hover {
    background-color: rgba(0, 0, 0, .8)
}

.post-slider-controls .zeeflex-control-nav {
    position: absolute;
    top: 1.2em;
    right: 1em
}

.post-slider-controls .zeeflex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.post-slider-controls .zeeflex-control-nav li a {
    width: 15px;
    height: 15px;
    display: block;
    background: #777;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.post-slider-controls .zeeflex-control-nav li a:hover {
    background: #888;
    background: rgba(0, 0, 0, .5)
}

.post-slider-controls .zeeflex-control-nav li a.zeeflex-active {
    background: #888;
    background: rgba(0, 0, 0, .5);
    cursor: default
}

@media only screen and (max-width:70em) {
    #post-slider .zeeslide .slide-content {
        bottom: 1.5em;
        left: 1.5em;
        width: 65%
    }
    #post-slider .zeeslide .slide-content .slide-title {
        font-size: 1.5em
    }
    #post-slider .zeeslide .slide-content .slide-entry span {
        font-size: 1.05em
    }
}

@media only screen and (max-width:60em) {
    #post-slider .zeeslide .slide-content {
        bottom: 1em;
        left: 1em;
        width: 75%
    }
    #post-slider .zeeslide .slide-content .slide-title {
        font-size: 1.4em
    }
    #post-slider .zeeslide .slide-content .slide-entry span {
        font-size: 1em;
        padding: .6em .8em
    }
}

@media only screen and (max-width:50em) {
    #post-slider .zeeslide .slide-content .slide-title {
        font-size: 1.3em
    }
    #post-slider .zeeslide .slide-content .slide-entry span {
        font-size: .9em
    }
}

@media only screen and (max-width:45em) {
    #post-slider .zeeslide .slide-content .slide-title {
        font-size: 1.5em
    }
    #post-slider .zeeslide .slide-content .slide-entry {
        display: none
    }
}

@media only screen and (max-width:40em) {
    #post-slider .zeeslide .slide-content .slide-title {
        font-size: 1.25em
    }
}

@media only screen and (max-width:30em) {
    #post-slider .zeeslide .slide-content {
        bottom: .4em;
        left: .6em
    }
    #post-slider .zeeslide .slide-content .slide-title {
        font-size: 1.05em
    }
    .post-slider-controls .zeeflex-control-nav {
        display: none
    }
    .post-slider-controls .zeeflex-direction-nav {
        bottom: auto;
        top: .5em;
        right: .5em
    }
    .post-slider-controls .zeeflex-direction-nav a {
        margin: 0 1em 0 0;
        width: 23px;
        height: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px
    }
    .post-slider-controls .zeeflex-direction-nav a:before {
        font: normal 21px/1 Genericons
    }
    .post-slider-controls .zeeflex-direction-nav .zeeflex-prev {
        right: 28px
    }
}

@media only screen and (max-width:25em) {
    #post-slider .zeeslide .slide-content {
        bottom: .2em;
        left: .3em
    }
    #post-slider .zeeslide .slide-content .slide-title {
        font-size: .95em
    }
}

.boxed-design #post-slider .zeeslide .slide-content .slide-title,
.boxed-design #post-slider .zeeslide .slide-content .slide-entry span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tzwb-clearfix:before,
.tzwb-clearfix:after {
    content: " ";
    display: table
}

.tzwb-clearfix:after {
    clear: both
}

.tzwb-clearfix {
    *zoom: 1
}

.tzwb-facebook-likebox .tzwb-content {
    overflow: hidden
}

.tzwb-posts-list {
    margin: 0;
    padding: 0
}

.tzwb-posts-list li {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
    overflow: auto
}

.tzwb-posts-list .tzwb-excerpt p {
    margin: 0;
    padding: 0
}

.tzwb-posts-list .wp-post-image {
    float: left;
    margin: .3em .8em .5em 0;
    max-width: 90px;
    height: auto;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
}

.tzwb-posts-list .tzwb-entry-meta {
    margin: .1em 0 0;
    padding: 0;
    font-size: .85em;
    color: #222
}

.tzwb-posts-list .tzwb-entry-meta a:link,
.tzwb-posts-list .tzwb-entry-meta a:visited {
    color: #444;
    text-decoration: underline
}

.tzwb-posts-list .tzwb-entry-meta a:hover,
.tzwb-posts-list .tzwb-entry-meta a:active {
    text-decoration: none
}

.tzwb-posts-list .tzwb-entry-meta span {
    margin-right: .4em
}

.tzwb-posts-list .tzwb-entry-meta span:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px 'Genericons';
    vertical-align: top;
    color: #252525;
    margin: .15em 0 0 0
}

.tzwb-posts-list .tzwb-entry-meta .tzwb-meta-date:before {
    content: '\f307';
    margin-right: .2em
}

.tzwb-posts-list .tzwb-entry-meta .tzwb-meta-author:before {
    content: '\f304'
}

.tzwb-posts-list .tzwb-entry-meta .tzwb-meta-comments:before {
    content: '\f300'
}

.tzwb-comments-list {
    margin: 0;
    padding: 0
}

.tzwb-comments-list li {
    list-style: none;
    margin: 0 0 1em 0;
    overflow: auto
}

.tzwb-comments-list .avatar {
    float: left;
    margin: .3em .8em .4em 0;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
}

.tzwb-comments-list .tzwb-comment-content {
    font-style: italic
}

.tzwb-comments-list .tzwb-comment-date {
    margin: .1em 0 0;
    font-size: .85em;
    color: #444
}

.tzwb-comments-list .tzwb-comment-date:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px 'Genericons';
    vertical-align: top;
    color: #252525;
    margin: .15em .2em 0 0;
    content: '\f307'
}

.tzwb-tabbed-content .tzwb-tabnavi-wrap {
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none
}

.tzwb-tabbed-content .tzwb-tabnavi {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
    position: relative
}

.tzwb-tabbed-content .tzwb-tabnavi li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
    display: block;
    margin: 0 .15em .15em;
    padding: .4em .8em;
    font-size: .95em;
    font-weight: 700;
    text-decoration: none;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
    color: #252525
}

.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
    background: #fdfdfd;
    border: 1px solid #ccc;
    text-decoration: none
}

.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab {
    background: #fdfdfd;
    border: 1px solid #ccc
}

.tzwb-tabbed-content .tzwb-tabcontent {
    padding: 0;
    margin: 1em 0 0 0
}

.tzwb-tabbed-content .tzwb-tabcontent li.tzwb-has-thumbnail {
    list-style: none;
    margin: 0 0 .5em 0;
    overflow: auto
}

.tzwb-tabbed-content .tzwb-tabcontent li.tzwb-has-thumbnail .wp-post-image {
    float: left;
    margin: .3em .8em .5em 0;
    max-width: 85px;
    height: auto;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
}

.tzwb-tabbed-content .tzwb-tabcontent .tzwb-comments-list li.tzwb-has-avatar {
    list-style: none;
    margin: 0 0 .3em 0;
    overflow: auto
}

.tzwb-tabbed-content .tzwb-tabcontent .tzwb-comments-list li.tzwb-has-avatar .avatar {
    float: left;
    margin: .3em .8em .3em 0
}

.tzwb-tabbed-content .tzwb-tabcontent ul li .tzwb-entry-meta {
    margin: .1em 0 0;
    padding: 0;
    font-size: .85em;
    color: #444
}

.tzwb-social-icons .tzwb-social-icons-menu {
    list-style-type: none;
    list-style-position: outside;
    line-height: 1em
}

.tzwb-social-icons .tzwb-social-icons-menu li {
    float: left;
    margin: 0 .2em .2em 0;
    padding: 0
}

.tzwb-social-icons .tzwb-social-icons-menu li a {
    position: relative;
    display: inline-block;
    padding: .9em;
    background: #5fc0e6;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    transition: all 0.3s ease
}

.tzwb-social-icons .tzwb-social-icons-menu li a:before {
    color: #fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: top
}

.tzwb-social-icons-menu li a:before {
    content: '\f408'
}

.tzwb-social-icons-menu li a[href*="codepen.io"]:before {
    content: '\f216'
}

.tzwb-social-icons-menu li a[href*="digg.com"]:before {
    content: '\f221'
}

.tzwb-social-icons-menu li a[href*="dribbble.com"]:before {
    content: '\f201'
}

.tzwb-social-icons-menu li a[href*="facebook.com"]:before {
    content: '\f204'
}

.tzwb-social-icons-menu li a[href*="flickr.com"]:before {
    content: '\f211'
}

.tzwb-social-icons-menu li a[href*="plus.google.com"]:before {
    content: '\f218'
}

.tzwb-social-icons-menu li a[href*="github.com"]:before {
    content: '\f200'
}

.tzwb-social-icons-menu li a[href*="instagram.com"]:before {
    content: '\f215'
}

.tzwb-social-icons-menu li a[href*="linkedin.com"]:before {
    content: '\f207'
}

.tzwb-social-icons-menu li a[href*="pinterest.com"]:before {
    content: '\f209'
}

.tzwb-social-icons-menu li a[href*="polldaddy.com"]:before {
    content: '\f217'
}

.tzwb-social-icons-menu li a[href*="getpocket.com"]:before {
    content: '\f224'
}

.tzwb-social-icons-menu li a[href*="reddit.com"]:before {
    content: '\f222'
}

.tzwb-social-icons-menu li a[href*="spotify.com"]:before {
    content: '\f515'
}

.tzwb-social-icons-menu li a[href*="skype.com"]:before,
.tzwb-social-icons-menu li a[href*="skype:"]:before {
    content: '\f220'
}

.tzwb-social-icons-menu li a[href*="stumbleupon.com"]:before {
    content: '\f223'
}

.tzwb-social-icons-menu li a[href*="tumblr.com"]:before {
    content: '\f214'
}

.tzwb-social-icons-menu li a[href*="twitter.com"]:before {
    content: '\f202'
}

.tzwb-social-icons-menu li a[href*="twitch.tv"]:before {
    content: '\f516'
}

.tzwb-social-icons-menu li a[href*="vimeo.com"]:before {
    content: '\f212'
}

.tzwb-social-icons-menu li a[href*="wordpress.org"]:before,
.tzwb-social-icons-menu li a[href*="wordpress.com"]:before {
    content: '\f205'
}

.tzwb-social-icons-menu li a[href*="youtube.com"]:before {
    content: '\f213'
}

.tzwb-social-icons-menu li a[href*="/feed"]:before,
.tzwb-social-icons-menu li a[href*="/feed/"]:before,
.tzwb-social-icons-menu li a[href*="?feed=rss2"]:before,
.tzwb-social-icons-menu li a[href*="feedburner.google.com"]:before,
.tzwb-social-icons-menu li a[href*="feedburner.com"]:before {
    content: '\f413'
}

.tzwb-social-icons-menu li a[href*="/newsletter"]:before,
.tzwb-social-icons-menu li a[href*="mailto:"]:before {
    content: '\f410'
}

.tzwb-social-icons-menu li a {
    background: #444
}

.tzwb-social-icons-menu li a[href*="codepen.io"] {
    background: #222
}

.tzwb-social-icons-menu li a[href*="digg.com"] {
    background: #151515
}

.tzwb-social-icons-menu li a[href*="dribbble.com"] {
    background: #ea4c89
}

.tzwb-social-icons-menu li a[href*="facebook.com"] {
    background: #3b5998
}

.tzwb-social-icons-menu li a[href*="flickr.com"] {
    background: #ff0084
}

.tzwb-social-icons-menu li a[href*="plus.google.com"] {
    background: #dd4b39
}

.tzwb-social-icons-menu li a[href*="github.com"] {
    background: #171515
}

.tzwb-social-icons-menu li a[href*="instagram.com"] {
    background: #3f729b
}

.tzwb-social-icons-menu li a[href*="linkedin.com"] {
    background: #007bb6
}

.tzwb-social-icons-menu li a[href*="pinterest.com"] {
    background: #cb2027
}

.tzwb-social-icons-menu li a[href*="polldaddy.com"] {
    background: #bc0b0b
}

.tzwb-social-icons-menu li a[href*="getpocket.com"] {
    background: #ee4056
}

.tzwb-social-icons-menu li a[href*="reddit.com"] {
    background: #ff4500
}

.tzwb-social-icons-menu li a[href*="spotify.com"] {
    background: #81b71a
}

.tzwb-social-icons-menu li a[href*="skype.com"],
.tzwb-social-icons-menu li a[href*="skype:"] {
    background: #00aff0
}

.tzwb-social-icons-menu li a[href*="stumbleupon.com"] {
    background: #f74425
}

.tzwb-social-icons-menu li a[href*="tumblr.com"] {
    background: #32506d
}

.tzwb-social-icons-menu li a[href*="twitter.com"] {
    background: #00aced
}

.tzwb-social-icons-menu li a[href*="twitch.tv"] {
    background: #6441A5
}

.tzwb-social-icons-menu li a[href*="vimeo.com"] {
    background: #aad450
}

.tzwb-social-icons-menu li a[href*="wordpress.org"] {
    background: #21759b
}

.tzwb-social-icons-menu li a[href*="wordpress.com"] {
    background: #1e8cbe
}

.tzwb-social-icons-menu li a[href*="youtube.com"] {
    background: #c4302b
}

.tzwb-social-icons-menu li a[href*="/feed"],
.tzwb-social-icons-menu li a[href*="/feed/"],
.tzwb-social-icons-menu li a[href*="?feed=rss2"],
.tzwb-social-icons-menu li a[href*="feedburner.google.com"],
.tzwb-social-icons-menu li a[href*="feedburner.com"] {
    background: #ee802f
}

.tzwb-social-icons-menu li a:hover {
    text-decoration: none;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em
}

.tzwb-social-icons-menu li a .screen-reader-text {
    display: none
}

.boxed-design .tzwb-posts-list .wp-post-image,
.boxed-design .tzwb-comments-list .avatar,
.boxed-design .tzwb-tabbed-content .tzwb-tabnavi li a,
.boxed-design .tzwb-tabbed-content .tzwb-tabcontent li.tzwb-has-thumbnail .wp-post-image,
.boxed-design .tzwb-social-icons .tzwb-social-icons-menu li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.boxed-design .tzwb-social-icons .tzwb-social-icons-menu li a:hover {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em
}

#footer-widgets .widget .tzwb-posts-list .tzwb-entry-meta,
#footer-widgets .widget .tzwb-posts-list .tzwb-entry-meta a:link,
#footer-widgets .widget .tzwb-posts-list .tzwb-entry-meta a:visited,
#footer-widgets .widget .tzwb-comments-list .tzwb-comment-date {
    color: #eee
}

#footer-widgets .widget .tzwb-comments-list .tzwb-comment-date:before,
#footer-widgets .widget .tzwb-posts-list .tzwb-entry-meta span:before {
    color: #fff
}

#footer-widgets .tzwb-tabbed-content .tzwb-tabnavi-wrap {
    background: none
}

#footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a {
    border: 1px solid rgba(255, 255, 255, .08)
}

#footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a:link,
#footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a:visited {
    background: rgba(255, 255, 255, .04);
    color: #ccc
}

#footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a:hover,
#footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a:active {
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
    color: #eee
}

#logo .site-logo {
    float: left;
    border: 0;
    max-width: 100%;
    height: auto
}

#footer-widgets-wrap {
    background: #d2d2d2;
}

#footer-widgets {
    border-top: .8em solid rgba(255, 255, 255, .08);
    padding: 1.5em 0 0 1.5em
}

.footer-widget-column {
    float: left;
    width: 25%;
    padding-right: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#footer-widgets .widget {
    border: 1px solid rgba(255, 255, 255, .08);
    color: #252525;
    margin-bottom: 1.5em;
    background: none
}

#footer-widgets .widgettitle {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff
}

#footer-widgets .widgettitle span {
    font-size: 1.1em
}

#footer-widgets .widget a:link,
#footer-widgets .widget a:visited {
    color: #fff
}

@media only screen and (max-width:65em) {
    .footer-widget-column {
        width: 50%
    }
    #footer-widget-three {
        clear: left
    }
}

@media only screen and (max-width:60em) {
    #logo .site-logo {
        float: none
    }
}

@media only screen and (max-width:40em) {
    .footer-widget-column {
        float: none;
        width: 100%
    }
}


/* members */

.members .column,
.members .columns {
    float: left;
    min-height: 1px;
    padding: 0 12.5px;
    position: relative
}

.members .column.centered,
.members .columns.centered {
    float: none;
    margin: 0 auto
}


/* [class*="column"]+[class*="column"]:last-child {
	float: right
}

[class*="column"]+[class*="column"].end {
	float: left
} */

.one,
.row .one {
    width: 8.33333%
}

.two,
.row .two {
    width: 16.66667%
}

.three,
.row .three {
    width: 25%
}

.four,
.row .four {
    width: 33.33333%
}

.five,
.row .five {
    width: 41.66667%
}

.members .post-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #5fc0e6
}

.members .post {
    margin-bottom: 20px
}

.members .post-image img {
    min-width: 100%;
    border-bottom: 5px solid #5abfe7
}

.members .six.column.news .post-image img {
    border-bottom: 5px solid #942a25
}

.members .post-container {
    margin: 10px 0 15px 0;
    height: 214px;
    overflow: hidden
}

.members .post-container .post-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 8px 0;
    color: #5a2e2e
}

.members .post-container .post-content {
    color: #3a3a3c;
    line-height: 18px;
    font-size: 13px
}

.members .post-container .post-content p {
    margin: 0
}

.members .post-meta {
    font-family: 'Georgia';
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
    color: #3a3a3c;
    margin-bottom: 15px
}

.members .post-meta a,
.members span.date a {
    color: #3a3a3c
}

.members .post-meta .comments {
    background: url(../../img/index/backgrounds/comments-icon.png) no-repeat left center;
    padding: 5px 0 5px 30px;
    margin-right: 10px
}

.members .post-meta .comments a {
    color: #5fc0e6
}

.members .post-meta .comments a:hover {
    text-decoration: underline
}

.members .post-meta .author {
    background: url(../../img/index/backgrounds/author-icon.png) no-repeat left center;
    padding: 5px 0 5px 20px;
    margin-right: 10px
}

.members .post-meta .date,
.members .date {
    background: url(../../img/index/backgrounds/date-icon.png) no-repeat left center;
    padding: 5px 0 5px 20px
}

.members .post .post-title {
    text-align: center
}

.members .post .post-title,
.members .post .post-title a {
    color: #252525;
    font-size: 12px;
    text-align: center
}

.members .post-image a {
    display: block;
    position: relative;
    text-align: center;
    color: #252525
}

.members .post-image {
    width: 200px;
    height: 100px
}

@media only screen and (max-width:800px) {
    .members .post-image {
        width: 200px;
        height: 100px
    }
}

@media only screen and (min-width:1024px) {
    .members .post-image {
        width: 92px;
        height: 100px
    }
}

@media only screen and (min-width:1080px) {
    .members .post-image {
        width: 100px;
        height: 100px
    }
}

@media only screen and (min-width:1200px) {
    .members .post-image {
        width: 110px;
        height: 100px
    }
}

@media only screen and (min-width:1360px) {
    .members .post-image {
        width: 130px;
        height: 100px
    }
}

@media only screen and (min-width:1440px) {
    .members .post-image {
        width: 140px;
        height: 100px
    }
}

.members .post-image img {
    width: auto;
    height: auto;
    max-width: 198px !important;
    max-height: 99px !important;
    min-width: 50px !important;
    border: none
}

.footer-widgets-sponsors {
    text-align: center;
    padding: 10px;
}


/* .footer-widgets-sponsors--logos {
	width:100%;
	height:100%;
} */

@media only screen and (max-width:65em) {
    .footer-widgets-sponsors--logos {
        width: 100%;
        height: 100%;
    }
}

.pagination {
    isplay: inline-block;
}

.pagination a,
.pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active,
.pagination .active span {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active),
.pagination span:hover:not(.active) {
    background-color: #ddd;
}


.image.responsive,
.fr-fic.fr-dii {
    width: 100%;
    height: auto;
}

.container {
    overflow-wrap: break-word;
  }

  #calTFooter #calLink {
      color: #e3532a;
  }
  #calTbody .a-date.event:before {
    color: #e3532a;
  }
