html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #f0f2f5;
    /* Fallback for when there is no custom background color defined. */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}


/**
 * - Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 32px;
}

h2 {
    /*font-size: 1.8em;*/
    font-size: 28px;
}

h3 {
    /*font-size: 1.65em;*/
    font-size: 20px;
    font-weight: bold;
}

h4 {
    /*font-size: 1.45em;*/
    font-size: 18px;
}

h5 {
    /*font-size: 1.3em;*/
    font-size: 16px;
}

h6 {
    /*font-size: 1.1em;*/
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #AB4600;
}


/**
 * - Header
 */

#masthead {}

.site-header-branding {
    background: #232628;
}

.site-branding-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-branding {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: break-word;
}

.site-branding--sm-logo-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-branding--sm-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-branding--sm-logo-top.site-branding--sm-center {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding--sm-logo-top .custom-logo-link {
    margin-right: 0;
}

.custom-logo-link {
    display: inline-block;
}

.custom-logo-link img {}


/**
 * - Banner x Navigation
 */

.site-hero-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-hero-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.site-navigation-wrap {
    position: absolute;
    z-index: 9999;
}

.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-navigation ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: rgba(234,237,240,.8);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}

.main-navigation ul li {
    border-top: 1px solid rgb(35 38 40 / 15%);
}

.main-navigation li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 10px;
}

.main-navigation li>a {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-navigation a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 5px 10px;
}

.main-navigation a:hover {
    color: #AB4600;
}


/**
 * - Content
 */

#content.site-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background: none;
}

@media (max-width: 478px) {
    #content.site-content {
        padding-top: 10px;
    }
}

.content-sidebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-sidebar-wrap::after {
    content: '';
    width: 100%;
}

.site-main {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.archive-content-wrap {
    display: block;
    margin: 0 0 50px;
}

.header-thumbnail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-thumbnail-wrap .entry-header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.header-thumbnail-wrap .entry-header::after {
    content: '';
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.content-wrap {}

.header-thumbnail-wrap .post-thumbnail {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
}

.header-thumbnail-wrap .post-thumbnail img {
    display: block;
}


/**
 * - Categoreis
 */

.archive-content {}

.archive-content .header-thumbnail-wrap .entry-header {
    background: none;
    padding: 35px 35px 35px 0;
}

@media (max-width: 478px) {
    .archive-content .header-thumbnail-wrap .entry-header {
        padding-right: 15px;
    }
}

.archive-content .header-thumbnail-wrap .entry-header h2.entry-title {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: bold;
}

.archive-content .header-thumbnail-wrap .entry-header .content-wrap {
    background: none;
}

.archive-content .header-thumbnail-wrap .entry-header .content-wrap .entry-summary p {
    margin: 0;
    padding: 0;
}

.archive-content .header-thumbnail-wrap img {
    object-fit: cover;
}


/**
 * - Post
 */

.post {
    border: solid 1px #e4e8ed;
    padding: 5px;
}

.post .header-thumbnail-wrap {
    background: none;
}

.post .header-thumbnail-wrap .entry-header {
    background: #e4e8ed;
    border-left: none;
    padding: 40px;
}

@media (max-width: 478px) {
    .post .header-thumbnail-wrap .entry-header {
        padding: 20px;
    }
}

.post .header-thumbnail-wrap .entry-header h3.entry-title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
}

.post .header-thumbnail-wrap .entry-header h3.entry-title a {
    color: #AB4600;
}

.post .header-thumbnail-wrap .post-thumbnail img {}

.post .content-wrap {
    background: none;
    padding: 20px;
}

.post .content-wrap .entry-summary p {
    margin: 0;
    padding: 0;
}

.more-link {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    float: right;
}

.more-link:hover {
    color: #AB4600;
}

.more-link::after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #AB4600;
    -webkit-transition: .25s all;
    transition: .25s all;
}

.more-link:hover::after {
    width: 100%;
}


/**
 * - Content-3
 */

.post-content-wrap {
    margin-top: 60px;
    /*margin-bottom: 60px;*/
    background-color: #e4e8ed;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23cdd3dd' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.post-content-wrap .header-thumbnail-wrap {
    flex-direction: column;
}

.post-content-wrap .header-thumbnail-wrap .entry-header {
    float: left;
    position: relative;
    min-width: 100%;
    top: 0;
    padding: 30px;
    display: initial!important;
    background: none;
}

.post-content-wrap .header-thumbnail-wrap .entry-header h2.entry-title {
    font-weight: normal;
    background: #CC6119;
    padding: 10px 30px;
    color: #fff;
    margin: -30px -30px 20px;
}

.post-content-wrap .header-thumbnail-wrap .content-wrap {}

.post-content-wrap .header-thumbnail-wrap .content-wrap h3 {}

.post-content-wrap .header-thumbnail-wrap .content-wrap p {}


/**
 * - Single
 */

article.singular-content-wrap {
    display: block;
    margin-bottom: 30px;
    border: solid 1px #e4e8ed;
    padding: 5px;
}

article.singular-content-wrap .content-wrap {
    background: #e4e8ed;
    padding: 40px;
}

article.singular-content-wrap .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

article.singular-content-wrap .entry-content {}

article.singular-content-wrap .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #AB4600;
}

article.singular-content-wrap .entry-content p {}


/**
 * - Secondary
 */

.widget {
    margin: 0 0 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

.c-sidebar {
    max-width: 100%;
    -ms-flex-preferred-size: 30%;
    -webkit-box-ordinal-group: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-order: 1;
    flex-grow: 1;
    flex-basis: 30%;
    order: 1;
}

.c-sidebar .widget.widget_archive {
    background: none;
    padding: 0 30px;
}

.widget.widget_archive h3.widget-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
}

.widget.widget_archive h3.widget-title a {
    color: #333;
}

.widget.widget_archive h3.widget-title:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../wp-content/uploads/2020/11/icon.png) no-repeat left center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

/*.widget.widget_archive h3.widget-title::after {
    position: absolute;
    content: "";
    width: 11%;
    height: 2px;
    background: #AB4600;
    left: 0;
    bottom: 0;
    -webkit-transition: .25s width;
    transition: .25s width;
}

.widget.widget_archive h3.widget-title:hover::after {
    width: 15%;
}*/

.widget.widget_archive ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget.widget_archive ul li {
    margin: 0 0 10px;
    padding: 10px 20px 10px 10px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,1,1,.2);
    border-left: solid 5px transparent;
}

.widget.widget_archive ul li:hover {
    border-left: solid 5px #CC6119;
    -webkit-transition: .25s;
    transition: .25s;
}

.widget.widget_archive ul li:last-child {
    border-bottom: none;
}

.widget.widget_archive ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.widget.widget_archive ul li a:hover,
.widget.widget_archive ul li:hover a {
    color: #AB4600;
    padding-left: 5px;
    -webkit-transition: .25s;
    transition: .25s;
}


/**
 * - Footer
 */

footer.site-footer {
    margin: 0;
    padding: 15px 0;
    background: #232628;
    position: relative;
}

footer.site-footer:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #CC6119, #CC6119 4px, #fff 4px, #fff 6px);
    background: repeating-linear-gradient(-45deg, #CC6119, #CC6119 4px, #fff 4px, #fff 6px);
    left: 0;
    top: -7px;
}

.footer-bottom-area {}

.footer-bottom-area-wrap {
    text-align: center;
}

.footer-copyright {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-copyright p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #888;
}

.footer-copyright p a {
    color: #6c98e1;
}

.footer-copyright p a:hover {
    color: #AB4600;
    border-bottom: solid 2px #a2ca00;
}

.social-navigation {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.social-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-navigation ul li {
    margin: 8px;
}

.social-navigation a {
    display: inline-block;
}

.social-navigation a .svg-icon {
    background-color: transparent;
    background-color: #3b3d3f;
    border: 1px solid #3b3d3f;
    color: #fff;
}

.social-navigation a:active .svg-icon,
.social-navigation a:focus .svg-icon,
.social-navigation a:hover .svg-icon {
    background-color: #6c98e1;
    border: 1px solid #6c98e1;
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social-navigation a:focus:not(:active) {
    outline: thin dotted #fff;
}


/**
 * - Back to TOP
 */

.back-to-top {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: #3b3d3f;
    padding: 10px;
    bottom: 30px;
    right: 30px;
}

.back-to-top::after {
    display: inline-block;
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    padding: 3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.back-to-top:focus,
.back-to-top:hover {
    background-color: #6c98e1;
}

.back-to-top:focus {
    outline: 0;
    box-shadow: 0 0 5px #6c98e1;
}

.back-to-top:active {
    background-color: #6c98e1;
}

.back-to-top--show {
    /*opacity: 1;*/
    visibility: visible
}

.back-to-top--fade-out {
    /*opacity: .6;*/
}


/**
 * - The END
 */

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

button,
input,
optgroup,
select,
textarea {
    color: #434343;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8
}

@media screen and (min-width:768px) {
    button,
    input,
    optgroup,
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width:1200px) {
    button,
    input,
    optgroup,
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem
    }
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    position: relative;
    margin: 0 1.5em;
    padding-left: 4.25em
}

blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.6em;
    height: 2.7em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31.9,18.6c-0.5-3-3-5.3-6.1-5.4c0.7-2.8,2.6-3.9,4.8-4.5c0.1,0,0.2-0.2,0.2-0.3l-0.4-2.2c0,0,0-0.2-0.3-0.1c-7.6,0.9-12.8,6.7-11.8,13.7c0.9,4.9,4.7,6.8,8.2,6.3C30,25.4,32.5,22.1,31.9,18.6L31.9,18.6z M7.6,13.1c0.7-2.8,2.6-3.9,4.8-4.5c0.1,0,0.2-0.2,0.2-0.3l-0.3-2.2c0,0,0-0.2-0.3-0.1C4.3,6.8-0.8,12.6,0.1,19.6c0.9,4.9,4.8,6.8,8.3,6.3c3.5-0.5,5.9-3.8,5.4-7.3c0,0,0,0,0,0C13.3,15.5,10.7,13.2,7.6,13.1z'/%3E%3C/svg%3E") center center no-repeat;
    opacity: .08
}

blockquote p {
    margin: 0 0 .6em
}

blockquote cite {
    font-size: .85em;
    font-weight: 400;
    font-style: normal;
    color: #a1a1a1
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    padding: 0;
    margin: 0 0 1.5em 2em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .15)
}

td,
th {
    padding: .5em .8em
}

a:visited {}

a:active,
a:focus {}

a:focus {
    outline: none
}

a:active,
a:hover {
    outline: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding: .4em 1em .5em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=color],
input[type=number],
input[type=text],
select,
textarea {
    display: block;
    max-width: 100%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 7px;
    line-height: 1.5
}

textarea {
    width: 100%
}

.site {
    overflow-x: hidden
}

.c-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (min-width:576px) {
    .c-wrap {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:768px) {
    .c-wrap {
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .c-wrap {
        max-width: 960px
    }
}

@media screen and (min-width:1200px) {
    .c-wrap {
        max-width: 1140px
    }
}

@media screen and (min-width:1280px) {
    .c-wrap {
        max-width: 1170px
    }
}

@media screen and (min-width:1360px) {
    .c-wrap {
        max-width: 1200px
    }
}

.post-content-wrap .content-wrap {
    /*background: none;
    border: 0;
    padding: 0!important;
    box-shadow: none;*/
    width: 100%;
}

@media screen and (min-width:350px) {
    .c-sidebar {
        max-width: 100%
    }
    /*.c-sidebar .widget {
        padding: 19px 24px;
    }*/
}

@media screen and (min-width:576px) {
    .content-wrap {
        /*padding: 24px 29px;*/
    }
    .c-sidebar {
        max-width: 100%;
    }
    /*.c-sidebar .widget {
        padding: 24px 29px;
    }*/
}

@media screen and (min-width:1024px) {
    .content-sidebar-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .content-sidebar-wrap::after {
        content: none
    }
    .content-wrap {
        /*padding-top: 29px;
        padding-bottom: 29px;*/
    }
    body.no-sidebar .site-main {
        max-width: 660px
    }
    body.no-sidebar .content-wrap {
        padding-left: 44px;
        padding-right: 44px
    }
    body:not(.no-sidebar) .site-main {
        max-width: 630px
    }
    .c-sidebar {
        margin-left: 25px
    }
}

@media screen and (min-width:1200px) {
    body.no-sidebar .site-main {
        max-width: 750px
    }
    body.no-sidebar .content-wrap {
        padding-left: 54px;
        padding-right: 54px
    }
    body:not(.no-sidebar) .site-main {
        max-width: 720px
    }
    /*body:not(.no-sidebar) .content-wrap {
        padding-left: 39px;
        padding-right: 39px
    }*/
    .c-sidebar {
        max-width: 340px;
        margin-left: auto
    }
    /*.c-sidebar .widget {
        padding: 29px;
    }*/
}

@media screen and (min-width:1280px) {
    body:not(.no-sidebar) .site-main {
        max-width: 730px
    }
    /*body:not(.no-sidebar) .content-wrap {
        padding-left: 44px;
        padding-right: 44px
    }*/
    .c-sidebar {
        max-width: 350px
    }
    /*.c-sidebar .widget {
        padding-left: 34px;
        padding-right: 34px;
    }*/
}

@media screen and (min-width:1360px) {
    body:not(.no-sidebar) .site-main {
        max-width: 750px
    }
    /*body:not(.no-sidebar) .content-wrap {
        padding-left: 54px;
        padding-right: 54px
    }*/
    .c-sidebar {
        max-width: 360px
    }
    /*.c-sidebar .widget {
        padding-left: 39px;
        padding-right: 39px;
    }*/
}

body.page.page-template-default .site-main,
body.page.page-template-full .site-main,
body:not(.page).no-sidebar.full-width-no-sidebar .site-main {
    max-width: 100%
}

.site-branding .custom-logo-link img {
    display: block;
    width: auto;
    height: auto
}

.site-branding--sm-logo-size-xs .custom-logo-link img {
    max-width: 100%;
    max-height: auto
}

.site-branding--sm-logo-size-sm .custom-logo-link img {
    max-width: 100%;
    max-height: auto
}

.site-branding--sm-logo-size-md .custom-logo-link img {
    max-width: 100%;
    max-height: auto
}

.site-branding--sm-logo-size-lg .custom-logo-link img {
    max-width: 100%;
    max-height: auto
}

.site-branding--sm-logo-size-xl .custom-logo-link img {
    max-width: 100%;
    max-height: auto
}

.site-description,
.site-title {
    margin: 0
}

.site-title {
    font-family: 'Source Sans Pro', Calibri, 'Droid Sans', Avenir, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3
}

.site-title--sm-size-xxs {
    font-size: 1.15em
}

.site-title--sm-size-xs {
    font-size: 1.3em
}

.site-title--sm-size-sm {
    font-size: 1.45em
}

.site-title--sm-size-md {
    font-size: 1.6em
}

.site-title--sm-size-lg {
    font-size: 1.75em
}

.site-title--sm-size-xl {
    font-size: 1.9em
}

.site-title--sm-size-xxl {
    font-size: 2.05em
}

@media screen and (min-width:576px) {
    .site-title--md-size-xxs {
        font-size: 1.15em
    }
    .site-title--md-size-xs {
        font-size: 1.3em
    }
    .site-title--md-size-sm {
        font-size: 1.45em
    }
    .site-title--md-size-md {
        font-size: 1.6em
    }
    .site-title--md-size-lg {
        font-size: 1.75em
    }
    .site-title--md-size-xl {
        font-size: 1.9em
    }
    .site-title--md-size-xxl {
        font-size: 2.05em
    }
}

.site-title a,
.site-title a:active,
.site-title a:focus,
.site-title a:hover {
    color: #0e0e0e
}

.site-description {
    color: #a3a3a3
}

.site-desc--sm-size-xxs {
    font-size: .65em
}

.site-desc--sm-size-xs {
    font-size: .7em
}

.site-desc--sm-size-sm {
    font-size: .75em
}

.site-desc--sm-size-md {
    font-size: .85em
}

.site-desc--sm-size-lg {
    font-size: .95em
}

.site-desc--sm-size-xl {
    font-size: 1.05em
}

.site-desc--sm-size-xxl {
    font-size: 1.15em
}

@media screen and (min-width:576px) {
    .site-desc--md-size-xxs {
        font-size: .65em
    }
    .site-desc--md-size-xs {
        font-size: .7em
    }
    .site-desc--md-size-sm {
        font-size: .75em
    }
    .site-desc--md-size-md {
        font-size: .85em
    }
    .site-desc--md-size-lg {
        font-size: .95em
    }
    .site-desc--md-size-xl {
        font-size: 1.05em
    }
    .site-desc--md-size-xxl {
        font-size: 1.15em
    }
}

.site-branding--sm-logo-left.site-branding--sm-center {
    text-align: left
}

@media screen and (min-width:576px) {
    .site-branding.site-branding--md-logo-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .site-branding.site-branding--md-center {
        margin-right: auto
    }
    .site-branding.site-branding--md-center {
        margin-left: auto
    }
    .site-branding.site-branding--md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .site-branding.site-branding--md-logo-top .custom-logo-link {
        margin-right: 0
    }
    .site-branding.site-branding--md-logo-top.site-branding--md-center {
        text-align: center
    }
    .site-branding.site-branding--md-logo-top.site-branding--md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.site-hero-header--sm-h-200 {
    height: 200px
}

.site-hero-header--sm-h-250 {
    height: 250px
}

.site-hero-header--sm-h-300 {
    height: 300px
}

.site-hero-header--sm-h-350 {
    height: 350px
}

.site-hero-header--sm-h-400 {
    height: 400px
}

.site-hero-header--sm-h-450 {
    height: 450px
}

.site-hero-header--sm-h-500 {
    height: 500px
}

@media screen and (min-width:576px) {
    .site-hero-header--md-h-200 {
        height: 200px
    }
    .site-hero-header--md-h-250 {
        height: 250px
    }
    .site-hero-header--md-h-300 {
        height: 300px
    }
    .site-hero-header--md-h-350 {
        height: 350px
    }
    .site-hero-header--md-h-400 {
        height: 400px
    }
    .site-hero-header--md-h-450 {
        height: 450px
    }
    .site-hero-header--md-h-500 {
        height: 500px
    }
}

@media screen and (min-width:1024px) {
    .site-hero-header--lg-h-200 {
        height: 200px
    }
    .site-hero-header--lg-h-250 {
        height: 250px
    }
    .site-hero-header--lg-h-300 {
        height: 300px
    }
    .site-hero-header--lg-h-350 {
        height: 350px
    }
    .site-hero-header--lg-h-400 {
        height: 400px
    }
    .site-hero-header--lg-h-450 {
        height: 450px
    }
    .site-hero-header--lg-h-500 {
        height: 500px
    }
}

@media screen and (min-width:1200px) {
    .site-hero-header--xl-h-200 {
        height: 200px
    }
    .site-hero-header--xl-h-250 {
        height: 250px
    }
    .site-hero-header--xl-h-300 {
        height: 300px
    }
    .site-hero-header--xl-h-350 {
        height: 350px
    }
    .site-hero-header--xl-h-400 {
        height: 400px
    }
    .site-hero-header--xl-h-450 {
        height: 450px
    }
    .site-hero-header--xl-h-500 {
        height: 500px
    }
}

.main-navigation.toggled ul {
    display: block
}

.menu-toggle {
    display: inline-block
}

.main-navigation--sm-left .menu-toggle {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.main-navigation--sm-center .menu-toggle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.main-navigation--sm-right .menu-toggle {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.main-navigation li.menu-item-has-children>a {
    width: calc(100% - 29px)
}

.main-navigation-arrow-btn {
    width: 29px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main-navigation ul ul li {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.main-navigation ul ul {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 15px);
    position: absolute;
    left: 30px;
    display: block;
    padding: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: .4s all;
    transition: .4s all;
    z-index: -1
}

.main-navigation>div>ul>li>ul {
    font-size: .95em
}

.main-navigation ul li.focus>ul,
.main-navigation:not(.toggled) ul li:hover>ul {
    position: relative;
    top: 5px;
    left: 15px;
    opacity: 1;
    height: auto;
    overflow: visible;
    z-index: 99999
}

@media screen and (min-width:576px) {
    .site-navigation-wrap {
        position: static;
        font-size: .925em
    }
    .main-navigation ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px
    }
    .menu-toggle {
        display: none
    }
    .main-navigation>div {
        max-width: 100%
    }
    .main-navigation--md-left>div {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .main-navigation--md-center>div {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
    .main-navigation--md-right>div {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .main-navigation ul li {
        padding: .3em;
        border: 0
    }
    .main-navigation ul ul {
        width: auto;
        left: 15%;
        -webkit-transition: .2s all;
        transition: .2s all
    }
    .main-navigation ul li.focus>ul,
    .main-navigation:not(.toggled) ul li:hover>ul {
        position: absolute;
        top: 100%;
        left: 0
    }
    .main-navigation ul ul li.focus>ul,
    .main-navigation:not(.toggled) ul ul li:hover>ul {
        top: 0
    }
    .main-navigation.submenu--md-open-right ul ul li.focus>ul,
    .main-navigation.submenu--md-open-right:not(.toggled) ul ul li:hover>ul {
        left: 100%
    }
    .main-navigation.submenu--md-open-left ul ul li.focus>ul,
    .main-navigation.submenu--md-open-left:not(.toggled) ul ul li:hover>ul {
        left: -100%
    }
    .main-navigation ul ul li {
        width: 240px
    }
}

@media screen and (min-width:1024px) {
    .main-navigation ul {
        padding-left: 25px;
        padding-right: 25px
    }
    .main-navigation.submenu--lg-open-right ul ul li.focus>ul,
    .main-navigation.submenu--lg-open-right:not(.toggled) ul ul li:hover>ul {
        left: 100%
    }
    .main-navigation.submenu--lg-open-left ul ul li.focus>ul,
    .main-navigation.submenu--lg-open-left:not(.toggled) ul ul li:hover>ul {
        left: -100%
    }
}

@media screen and (min-width:1200px) {
    .main-navigation ul {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1280px) {
    .main-navigation ul {
        padding-left: 35px;
        padding-right: 35px
    }
}

.main-navigation-arrow-btn {
    padding: 2px 4px 7px 9px;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer
}

.main-navigation-arrow-btn .svg-icon {
    width: 16px;
    height: 16px;
    vertical-align: baseline
}

.main-navigation .main-navigation-arrow-btn:active,
.main-navigation .main-navigation-arrow-btn:hover,
.main-navigation li.focus>.main-navigation-arrow-btn,
.main-navigation:not(.toggled) li:hover>.main-navigation-arrow-btn {
    outline: thin solid
}

.main-navigation li .main-navigation-arrow-btn:focus {
    outline: medium solid
}

.menu-toggle {
    border-radius: 0;
    background: rgba(255, 255, 255, .9);
    color: #434343;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15)
}

.main-navigation.toggled .menu-toggle .svg-icon:first-child,
.main-navigation:not(.toggled) .menu-toggle .svg-icon:last-child {
    display: none
}

::-webkit-input-placeholder {
    color: #a1a1a1
}

:-moz-placeholder {
    color: #a1a1a1
}

::-moz-placeholder {
    color: #a1a1a1
}

:-ms-input-placeholder {
    color: #a1a1a1
}

.header-block-area {
    margin-bottom: 1.5em
}

.sticky {
    display: block
}

.sticky.post .header-thumbnail-wrap {
    position: relative;
    border-left: 2px solid #AB4600
}

.sticky.post.has-post-thumbnail .header-thumbnail-wrap {
    border-left: none
}

.sticky.post.has-post-thumbnail .header-thumbnail-wrap .entry-header {
    position: relative
}

.sticky.post .header-thumbnail-wrap::after,
.sticky.post.has-post-thumbnail .header-thumbnail-wrap .entry-header::after {
    content: "";
    background: #AB4600;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 16%;
    -webkit-transition: .3s width;
    transition: .3s width
}

.sticky.post.has-post-thumbnail .header-thumbnail-wrap::after {
    content: none
}

.sticky.post .header-thumbnail-wrap:hover::after,
.sticky.post.has-post-thumbnail .header-thumbnail-wrap .entry-header:hover::after {
    width: 24%
}

.header-thumbnail-wrap>.svg-icon {
    position: absolute;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.sticky.post .header-thumbnail-wrap>.svg-icon {
    opacity: 1;
    height: auto;
    overflow: visible;
    color: #AB4600;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.sticky.post .header-thumbnail-wrap>.svg-icon {
    top: -.5em;
    right: -.5em;
    width: 1.5em;
    height: 1.5em
}

@media screen and (min-width:576px) {
    .sticky.post .header-thumbnail-wrap>.svg-icon {
        top: -.75em;
        right: -.75em;
        width: 2em;
        height: 2em
    }
}

.updated:not(.published) {
    display: none
}

.entry-content>:last-child,
.entry-summary>:last-child,
.more-link-container,
.page-content>:last-child {
    margin-bottom: 0
}

.archive-content .header-thumbnail-wrap .post-thumbnail {
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (min-width:530px) {
    .header-thumbnail-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width:576px) {
    /*.header-thumbnail-wrap .entry-header {
        padding: 19px 29px
    }*/
    .header-thumbnail-wrap .post-thumbnail {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        position: relative
    }
    .header-thumbnail-wrap--no-crop .post-thumbnail {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .header-thumbnail-wrap .post-thumbnail:hover {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .header-thumbnail-wrap .post-thumbnail:after,
    .header-thumbnail-wrap .post-thumbnail:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        transition: .4s all ease;
        -webkit-transition: .4s all ease;
        -moz-transition: .4s all ease;
        -ms-transition: .4s all ease;
        -o-transition: .4s all ease;
        z-index: 1
    }
    .header-thumbnail-wrap .post-thumbnail:hover:before {
        right: 50%;
        left: 50%;
        background-color: rgba(255, 255, 255, .3)
    }
    .header-thumbnail-wrap .post-thumbnail:hover:after {
        top: 50%;
        bottom: 50%;
        background-color: rgba(255, 255, 255, .3)
    }
    .header-thumbnail-wrap .post-thumbnail img {
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: .4s all ease;
        transition: .4s all ease
    }
    .header-thumbnail-wrap .post-thumbnail:hover img {
        -o-object-fit: contain;
        object-fit: contain;
        position: relative;
        top: 3%;
        left: 3%;
        -webkit-transform: translate(-3%, -3%);
        transform: translate(-3%, -3%);
        -webkit-animation: fadePause .6s ease;
        animation: fadePause .6s ease
    }
}

@media screen and (min-width:1024px) {
    /*.header-thumbnail-wrap .entry-header {
        padding: 24px 29px
    }*/
}

@media screen and (min-width:1200px) {
    /*.header-thumbnail-wrap .entry-header {
        padding: 24px 34px
    }*/
}

.archive-content-wrap .content-wrap .entry-content>:first-child,
.archive-content-wrap .content-wrap>.entry-content:first-child {
    margin-top: 0
}

.singular-content-wrap .post-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.entry-header .entry-title a {
    color: #434343;
    -webkit-transition: .25s color;
    transition: .25s color
}

.entry-header .entry-title a:active,
.entry-header .entry-title a:focus,
.entry-header .entry-title a:hover {
    color: #AB4600
}

.singular-content-wrap.post .entry-title {
    margin-bottom: .45em
}

.more-link-container {
    margin-top: 0
}

.svg-icon {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    line-height: 1em
}

.page-header {
    margin: 0 0 1.5em
}

.page-title {
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #efefef;
    text-align: center;
    border-left: 2px solid #AB4600;
    background-color: #fff;
    box-shadow: 1px 2px 16px 0 rgba(0, 0, 0, .08)
}

.page-title>span {
    color: #a1a1a1;
    border-bottom: 1px solid #AB4600
}

.page-header>p {
    margin-top: .5em;
    margin-bottom: 0;
    padding: 10px 14px;
    border: 1px solid #efefef;
    font-size: .95em;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 2px 16px 0 rgba(0, 0, 0, .08)
}

.page-content {
    margin: 0 0 1.5em;
    padding: 15px;
    background-color: #fff;
    box-shadow: 1px 2px 16px 0 rgba(0, 0, 0, .08)
}

@media screen and (min-width:576px) {
    .page-content {
        padding: 25px 30px
    }
}

@media screen and (min-width:1024px) {
    .page-content {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (min-width:1200px) {
    .page-content {
        padding-left: 35px;
        padding-right: 35px
    }
}

.page-content>:first-child {
    margin-top: 0
}

.widget ol {
    padding: 0;
    margin: 0;
    list-style-position: inside
}

.widget li>ol,
.widget li>ul {
    margin-left: 1.5em
}

.widget li>ol>li:first-child,
.widget li>ul>li:first-child {
    padding-top: .5em
}

.footer-widgets {
    padding-top: 1.5em;
    background-color: #e6e6e6
}

.footer-widgets-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.footer-widgets-wrap .c-footer-sidebar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5em
}

.c-footer-sidebar .widget {
    width: 100%;
    padding: 15px;
    background-color: #fff
}

.c-footer-sidebar .widget:first-child {
    margin: 0
}

.c-footer-sidebar .widget:not(:first-child) {
    margin: 1.5em 0 0 0
}

.footer-widgets--sm-1 .c-footer-sidebar {
    width: 100%
}

.footer-widgets--sm-2 .c-footer-sidebar {
    width: calc(50% - .75em)
}

.footer-widgets--sm-3 .c-footer-sidebar {
    width: calc(33.33333333% - 1em)
}

.footer-widgets--sm-4 .c-footer-sidebar {
    width: calc(25% - 1.125em)
}

.footer-widgets--sm-5 .c-footer-sidebar {
    width: calc(20% - 1.2em)
}

.footer-widgets--sm-6 .c-footer-sidebar {
    width: calc(16.66666667% - 1.25em)
}

@media screen and (min-width:576px) {
    .c-footer-sidebar .widget {
        padding: 25px 30px
    }
    .footer-widgets--md-1 .c-footer-sidebar {
        width: 100%
    }
    .footer-widgets--md-2 .c-footer-sidebar {
        width: calc(50% - .75em)
    }
    .footer-widgets--md-3 .c-footer-sidebar {
        width: calc(33.33333333% - 1em)
    }
    .footer-widgets--md-4 .c-footer-sidebar {
        width: calc(25% - 1.125em)
    }
    .footer-widgets--md-5 .c-footer-sidebar {
        width: calc(20% - 1.2em)
    }
    .footer-widgets--md-6 .c-footer-sidebar {
        width: calc(16.66666667% - 1.25em)
    }
}

@media screen and (min-width:1024px) {
    .c-footer-sidebar .widget {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .footer-widgets--lg-1 .c-footer-sidebar {
        width: 100%
    }
    .footer-widgets--lg-2 .c-footer-sidebar {
        width: calc(50% - .75em)
    }
    .footer-widgets--lg-3 .c-footer-sidebar {
        width: calc(33.33333333% - 1em)
    }
    .footer-widgets--lg-4 .c-footer-sidebar {
        width: calc(25% - 1.125em)
    }
    .footer-widgets--lg-5 .c-footer-sidebar {
        width: calc(20% - 1.2em)
    }
    .footer-widgets--lg-6 .c-footer-sidebar {
        width: calc(16.66666667% - 1.25em)
    }
}

.site-footer-navigation {
    background-color: #0e0e0e;
    color: #fff;
    font-size: .95em
}

.footer-navigation-wrap {
    padding-top: .8em;
    padding-bottom: .8em
}

.footer-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-navigation ul li {
    margin: .5em
}

.footer-navigation a {
    color: #c4c4c4
}

.footer-navigation a:active,
.footer-navigation a:focus,
.footer-navigation a:hover {
    color: #fff
}

@media screen and (min-width:1024px) {
    .footer-bottom-area-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.social-navigation .svg-icon {
    width: 2.15em;
    height: 2.15em;
    padding: .4em;
    border-radius: 50%;
    -webkit-transition: .25s all;
    transition: .25s all
}

@media screen and (min-width:1024px) {
    .social-navigation {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: right
    }
    .social-navigation ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .social-navigation ul li {
        margin: .5em 0 .5em 1em
    }
}

@media screen and (min-width:1024px) {
    .footer-copyright {
        text-align: left
    }
}

.infinite-scroll .navigation.pagination,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

body.infinite-scroll #infinite-handle {
    margin-bottom: 1.5em
}

.u-t-margin-0 {
    margin-top: 0
}

.u-b-margin-0 {
    margin-bottom: 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    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
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.entry-content .alignfull {
    margin-left: calc(100%/2 - 100vw/2);
    max-width: 100vw;
    width: 100vw
}

.entry-content .alignwide {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px)
}

@media screen and (min-width:576px) {
    .entry-content .alignwide {
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px)
    }
}

@media screen and (min-width:1024px) {
    body.no-sidebar .entry-content .alignwide {
        margin-left: -45px;
        width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
    body.no-sidebar .entry-content .alignfull {
        margin-left: calc(100%/2 - 100vw/2);
        max-width: 100vw;
        width: 100vw
    }
    body:not(.no-sidebar) .entry-content .alignfull {
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px)
    }
}

@media screen and (min-width:1200px) {
    body.no-sidebar .entry-content .alignwide {
        margin-left: -55px;
        width: calc(100% + 110px);
        max-width: calc(100% + 110px)
    }
    body:not(.no-sidebar) .entry-content .alignfull,
    body:not(.no-sidebar) .entry-content .alignwide {
        margin-left: -40px;
        width: calc(100% + 80px);
        max-width: calc(100% + 80px)
    }
}

@media screen and (min-width:1280px) {
    body:not(.no-sidebar) .entry-content .alignfull,
    body:not(.no-sidebar) .entry-content .alignwide {
        margin-left: -45px;
        width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media screen and (min-width:1360px) {
    body:not(.no-sidebar) .entry-content .alignfull,
    body:not(.no-sidebar) .entry-content .alignwide {
        margin-left: -55px;
        width: calc(100% + 110px);
        max-width: calc(100% + 110px)
    }
}

body.no-sidebar .header-block-area .entry-content .alignfull,
body.page.page-template-compact .entry-content .alignfull,
body.page.page-template-default .entry-content .alignfull,
body.page.page-template-full .entry-content .alignfull,
body:not(.no-sidebar) .header-block-area .entry-content .alignfull,
body:not(.page).no-sidebar.full-width-no-sidebar .entry-content .alignfull {
    margin-left: calc(100%/2 - 100vw/2);
    max-width: 100vw;
    width: 100vw
}

@-webkit-keyframes fadePause {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .6
    }
}

@keyframes fadePause {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .6
    }
}

.clear:after,
.clear:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.entry-summary:after,
.entry-summary:before,
.has-drop-cap:after,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.entry-summary:after,
.has-drop-cap:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.single .entry-content a {
    word-wrap: break-word;
}