.single-rsoc-post, .search-results {
    background-color: rgb(1, 7, 75);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-rendering: optimizeLegibility;
}
* {
    box-sizing: border-box;
}

html, body, main, .site-main, p {
    margin: 0;
    padding: 0;
    font-family: "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
body.page .site-header-inner, body.search-results .site-header-inner, body.search-no-results .site-header-inner, body.single .site-header-inner {
    justify-content: space-around;
}
.page {
    unicode-bidi: isolate;
}

.site-header {
    min-height: 55px;
    max-height: unset;
    padding-top: 0;
    padding-bottom: 0;
}
.site-header-inner {
    margin: 0 auto;
    width: min(100%, 1140px);
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 60px;
    position: relative;
}
.site-branding {
    margin-left: auto;
    margin-right: auto;
}
.site-header-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    font-family: Georgia,Garamond,"Times New Roman",Times,serif;
    line-height: 1;
}
.site-title h1.my-1 {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 25px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.page > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.site-main {
    transition: opacity .3s;
    padding-bottom: 50px;
}

.site-main .article-content {
    padding: 20px 0 20px 0;
    text-align: left;
    margin: 0 auto;
    max-width: min(calc(100% - 20px), 660px);
    color: #e4e5e7;
    font-size: 14px;
    position: relative;
}

.article-content video {
    width: 100%;
    height: 100%;
}

.site-footer {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: solid 1px #ededed;
    background-color: #01074b;
    color: #fff;
}

.site-footer-inner {
    margin: 0 auto;
    width: 800px;
    max-width: min(100%, 800px);
    max-width: min(calc(100% - 20px), 800px);
}

.site-footer .site-footer-inner>.site-footer-row:first-child {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .site-footer-inner>.site-footer-row:last-child {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer .search-input-group {
    min-height: 50px;
    background-color: #202561;
    color: #afb1b6;
    fill: #afb1b6;
    border-radius: 0;
    border: none;
    display: flex;
}

.site-footer .search-input-group input {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: transparent;
    color: #fff;
    border: 0;
    outline: none;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    min-width: 0;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

.site-footer .search-input-group #btn-search {
    background: #202561;
    color: #afb1b6;
    fill: #afb1b6;
    border-radius: 0;
    border: none;
    width: 40;
    display: flex;
    align-items: center;
    padding-right: 16px;
    cursor: pointer;
}

.site-footer .navbar-collapse {
    margin-left: auto;
    margin-right: auto;
    max-width: 265px;
    border: solid 1px #797d86;
}

.site-footer .legal-wrap {
    font-size: 12px;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.site-footer a {
    color: #afb1b6;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .site-header-title {
        margin-top: 26px;
        flex-grow: 1;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .site-footer .legal-wrap {
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 20px 10px 20px;
        row-gap: 0;
    }
}