:root {
    --hd-default-space: 1.3rem;
    --hd-default-space-sm: 0.5rem;

    --green: #0e8251;
    --grey: #757575;
    --grey-light: #75757573;

    --light-bg: #e6e6e673;

    --article-background: #f7f7f761;

    --tags: rgba(81, 45, 168, 0.9);
    --categories: rgba(56, 142, 60, 0.9);
    --source: #4e4d44d1;

    --boxed-margin: .4rem;

    --read-more-color: #5375d8f2;
    --category-color: #5375d8f2;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    text-rendering: optimizeLegibility;
    color: #444;
    background-color: #fff;
}

article {
    background-color: var(--article-background);
}

article, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.nav-next:empty {
    display: none;
}

[hidden], template {
    display: none;
}

a {
    background: 0 0;
    outline: 0;
    color: var(--read-more-color);
    text-decoration: none;
}

a:focus, a:hover {
    color: var(--read-more-color);
    text-decoration: underline;
}

/*a:focus {*/
/*    outline: dotted thin;*/
/*    outline: -webkit-focus-ring-color auto;*/
/*    outline-offset: -2px;*/
/*}*/

.boxed {
    margin-top: var(--boxed-margin);
    margin-bottom: var(--boxed-margin);
}

a:active, a:hover {
    outline: 0;
}

h1 {
    margin: 0 0;
    font-family: inherit;
    color: inherit;
}

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

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

input, select {
    margin: 0;
    font: inherit;
    color: inherit;
}

.menu-button {
    display: inline-block;
    background-color: #34495e;
    border-radius: 3px;
    color: #eee;
    font-size: 1rem;
    padding: .5rem 6rem;
    box-shadow: 0 2px 5px 0 rgba(0 0 0 26);
}

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

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

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

input, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.btn, .dropdown-header, .dropdown-menu > li > a, .input-group-btn {
    white-space: nowrap;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.form-control, output {
    font-size: 14px;
    color: #555;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border-radius: 4px;
}

.tags a {
    background-color: var(--tags);
}

.categories a {
    background-color: var(--categories);
}

.source a {
    background-color: var(--source);
}

.source a, .tags a, .categories a {
    display: inline-block;
    margin: .1rem 0;
    text-transform: uppercase;
    padding: .3rem .3rem;
    font-size: .7rem;
}

.single {
    display: flex;
    flex-flow: wrap;
}

.single a {
    margin: .1rem .1rem;
}

.entry-content {
    white-space: pre-line;
}

.shorten-content {
    white-space: unset;
}

.entry-content img, .widget img, embed, iframe, object, video {
    max-width: 100%
}

.site-content article, .widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.topWrapper {
    line-height: 8rem;
    font-size: 8rem;
    font-weight: 800;
    display: inline-block;
}

.topWrapper a, .topWrapper a:hover {
    text-decoration: none;
    color: inherit;
}

.c-green {
    color: var(--green);
}

.c-grey {
    color: var(--grey);
}

.italic {
    font-style: italic;
}

.btmTextWrapper {
    margin-top: var(--hd-default-space-sm);
    font-size: 1rem;
    color: var(--grey);
}

ol, ul {
    list-style: none;
}

/*.clear:after, .format-status .entry-header:after, .wrapper:after, h1, h2, h3, h4, h5, h6 {*/
/*    clear: both;*/
/*}*/

a:focus {
    outline: dotted thin;
}

ins {
    background: #fff;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px 24px 1.714285714rem;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/*.clear:after, .clear:before, .format-status .entry-header:after, .format-status .entry-header:before, .wrapper:after, .wrapper:before {*/
/*    display: table;*/
/*    content: ""*/
/*}*/

.archive-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--category-color);
}

input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: .428571429rem;
    line-height: normal;
}

.menu-toggle {
    cursor: pointer;
}

.menu-toggle.toggled-on, .menu-toggle:active {
    border: none;
    opacity: 0.94;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}

#nav-above {
    padding: 1.714285714rem 0;
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous, .previous-image {
    float: left;
    width: 50%;
    background-color: #fffb7947;
    padding: 1rem;
    margin: .5rem 0;
    line-height: 1.5rem;
}

.nav-next, .next-image {
    float: right;
    text-align: right;
    width: 50%;
    background-color: #fffb7947;
    padding: 1rem;
    margin: .5rem 0;
    line-height: 1.5rem;
}

.main-navigation {
    text-align: center;
    padding: 0;
}

.author .archive-header {
    margin-bottom: 1.714285714rem;
}

.assistive-text, .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.main-navigation .assistive-text:active, .main-navigation .assistive-text:focus, .main-navigation .assistive-text:hover {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000;
}

.site {
    padding: 0 var(--hd-default-space);
    background-color: #fff;
}

.main-navigation, .main-navigation li {
    margin-top: var(--hd-default-space);
    margin-bottom: var(--hd-default-space);
}

.site-header {
    margin: var(--hd-default-space-sm) 0;
}

.widget-area .widget, section[role=banner] {
    margin-bottom: 3.428571429rem;
}

.main-navigation li {
    font-size: .857142857rem;
    line-height: 1.42857143;
}

.main-navigation a {
    color: #5e5e5e;
}

.main-navigation a:hover {
    color: #21759b;
}

.main-navigation div.nav-menu > ul, .main-navigation ul.nav-menu {
    display: none;
}

.main-navigation ul.nav-menu.toggled-on {
    display: inline-block;
    padding: 0;
}

.widget-area .widget {
    hyphens: auto;
}

footer[role=contentinfo] {
    clear: both;
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 1rem 0;
    color: #3333333d; /* spacer */
}

footer[role=contentinfo] a {
    color: #686868;
}

footer[role=contentinfo] a:hover {
    color: #21759b;
}

.more-link {
    display: block !important;
}

.entry-meta {
    clear: both;
}

.entry-header {
    margin-bottom: 0.5rem;
}

.entry-header .entry-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #252020;
    line-height: 1.8rem;
}

.entry-header .entry-title a,
.entry-header .entry-title a:hover {
    text-decoration: none;
    color: #252020;
}

.entry-meta a {
    color: #FFF;
    opacity: 1;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.entry-meta a:hover {
    text-decoration: none;
    color: #FFF;
    opacity: 0.8;
}

.entry-content, .entry-summary {
    line-height: 1.5rem;
    font-size: 0.9rem;
}

.site-content article {
    margin-bottom: 1.714285714rem;
    hyphens: auto;
}

.page-links {
    clear: both;
    line-height: 1.714285714;
}

footer.entry-meta {
    margin-top: 0.5rem;
}

.archive-header {
    padding-bottom: var(--hd-default-space-sm);
}

.archive-meta {
    color: #757575;
    font-size: .857142857rem;
    line-height: 2;
    margin-top: 1.571428571rem;
}

.widget_search label {
    font-size: 13px;
    line-height: 1.846153846;
}

.widget-area .widget ul ul {
    margin-left: .857142857rem;
}

.widget_search label {
    display: block;
    font-size: .928571429rem;
}