body {
    background: #fff;
}

.region>* {
    margin: 0;
}

.btn-primary:focus {
    background-image: unset;
    text-shadow: unset;
    background-color: #2F2E2C;
    border: 1px solid #161616;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.contextual-region {
    clear: both;
}

.site-branding {
    background: transparent;
    min-height: 63px;
    padding: 0;
    margin: 0;
}

.site-branding__inner {
    height: auto;
}

.region--header-top-social {
    display: flex;
}

#block-soba-socialblock .contextual,
#block-soba-topcontactblock .contextual {
    right: -40px;
}

.dmtop {
    color: transparent;
    overflow: hidden;
    background-image: url('../images/arrow.png');
}

.contact-message-form .field--name-message {
    clear: both;
}

.contact-message-form .form-item {
    margin: 0;
}

.contact-message-form .form-control {
    min-height: auto;
}

.contact-message-form .form-actions {
    justify-content: center;
    margin: 0;
}

.contact-message-form .form-actions .btn {
    margin: 0;
    height: auto;
}

.contact-message-form .form-item-copy .form-item__label.option {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
}

.fhmm .dropdown-menu .withoutdesc {
    background-image: none;
}

.fhmm .dropdown.fhmm-fw .dropdown-menu.row {
    margin-left: -15px;
    margin-right: -15px;
}

.fhmm .dropdown.fhmm-fw .dropdown-menu.row .col-sm-3 {
    width: 25%;
}

#sidebar {
    padding-top: 30px;
}

#sidebar .block {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fullwidth .col-lg-3:nth-child(4n+1) {
    clear: both;
}

.custom-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    *zoom: 1;
}

.custom-nav>li {
    position: relative;
    display: block;
    max-width: 285px;
}

.custom-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-essay-content-type-views .view-filters {
    margin: 0;
}

#views-exposed-form-essay-content-type-views-authors-and-essays-2023-block.views-exposed-form,
#views-exposed-form-essay-content-type-views-special-section-2023-block.views-exposed-form,
#views-exposed-form-partner-content-type-views-launch-partners-block.views-exposed-form {
    display: none;
}

.list-style-none {
    list-style: none;
}

/* @media (min-width: 768px) and (max-width: 991px) {
    .fullwidth .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
} */

.post_meta {
    display: flex;
    align-items: center;
}

.post_meta .metadata__date {}

.post_meta .metadata__tags {}

.post_meta .metadata__authors {
    display: flex;
    align-items: center;
}

.post_meta .metadata__authors .author-profile {
    width: 24px;
    height: auto;
    border-radius: 50%;

}

.post_meta .metadata__authors .author-badge {
    margin-right: 4px;
}

/* .node--type-virtual-series .gallery {
    margin-top: 30px;
    margin-bottom: 30px;
} */

.node--type-virtual-series .blog_wrap .post_desc {
    padding: 0;
}

.node--type-virtual-series .blog_wrap .post_desc .lead {
    min-height: 66px;
}

.region--footer-contact-other .text-content a {
    box-shadow: inherit;
}
.region--footer-contact-other .text-content p {
    margin:  inherit;
}
.region--footer-contact-other .text-content{
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: inherit;
}
.region--footer-contact-other .block {
    clear: none;
}
.node--type-partner .text-content,
.node--type-virtual-series-session .text-content,
.node--type-virtual-series-speaker .text-content {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.launch-partner .blog_wrap img {
    max-height: 80px;
    height: 80px;
    width: auto;
}
.postwrapper .launch-partner .blog_wrap .media-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ffffff!important;
}