@charset "UTF-8";

main form {
    margin-bottom: 40px;
}
main form:after {
    content: "";
    display: table;
    clear: both;
}
main aside ul li.cat-item {
    padding-left: 0;
}

main aside ul li.cat-item:before {
    content: none;
}

aside ul li.cat-item {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
    margin: 0 0 12px;
}

aside label.screen-reader-text {
    display: none;
}
select[name="archive-dropdown"] {
    width: 100%;
    margin-bottom: 40px;
}
select[name="archive-dropdown"] + span.select2 + script + div {
    margin-top: 50px;
}
.btn,
.button_div input[type="submit"],
#bbp_topic_submit,
#bbp_reply_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 10px;
    width: var(--button-width, fit-content);
    margin: var(--button-margin, 24px 0);
    padding: var(--button-v-padding) var(--button-h-padding);
    border: 1px solid var(--button-primary-border-color);
    border-radius: var(--button-border-radius);
    background: var(--button-primary-bg-color);
    color: var(--button-primary-text-color);
    text-align: center;
    text-decoration-line: none;
    text-transform: none;
    font-family: inherit;
    font-size: 100%;
    font-weight: var(--button-font-weight);
    line-height: inherit;
    appearance: button;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: button;
    cursor: pointer;
}

@media (any-hover: hover) {
    :is(.btn, .button_div input[type="submit"], #bbp_topic_submit, #bbp_reply_submit):hover {
        border-color: var(--button-primary-border-color-hover);
        background: var(--button-primary-bg-color-hover);
        color: var(--button-primary-text-color-hover);
    }
}

:is(.btn, .button_div input[type="submit"], #bbp_topic_submit, #bbp_reply_submit):disabled {
    border-color: grey;
    background: grey;
    pointer-events: none;
}

#bbp_reply_submit {
    border-color: var(--button-secondary-border-color);
    background: var(--button-secondary-bg-color);
}

@media (any-hover: hover) {
    #bbp_reply_submit:not(:disabled):hover {
        border-color: var(--button-secondary-border-color-hover);
        background: var(--button-secondary-bg-color-hover);
    }
}

main .btn.btn-left,
main #bbp_topic_submit.btn-left,
main #bbp_reply_submit.btn-left {
    float: left;
}
main .btn.btn-right,
main #bbp_topic_submit.btn-right,
main #bbp_reply_submit.btn-right {
    float: right;
}
main .text-box .btn-box {
    position: relative;
    padding-top: 25px;
    margin: 35px 0 0;
}
main .text-box .btn-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: -37px;
    right: -37px;
    height: 1px;
    background: #e0e5e9;
}
body {
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
    margin: 0 auto;
}
.goog-te-menu-frame {
    max-width: 100vw;
}
input {
    box-shadow: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: #000;
}
input::-moz-placeholder {
    color: #000;
    opacity: 1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}
.row {
    font-size: 0;
}
.row .row-item {
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
}
.row .row-item:first-child {
    margin-bottom: 24px;
    padding-right: 40px;
}
.row.two-in-row .row-item {
    width: 50%;
}
.row.three-in-row .row-item {
    width: 33.33333%;
}
.row.four-in-row .row-item {
    width: 25%;
}
.row.five-in-row .row-item {
    width: 20%;
}

.row.default-state-row {
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-search .wp-block-search__input,
.wp-block-search {
    position: relative;
}
.wp-block-search .wp-block-search__button {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.wp-block-search .wp-block-search__button {
    top: auto;
    bottom: 0;
}
.wp-block-search .wp-block-search__button:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wp-block-search .wp-block-search__button:hover,
.top-img {
    position: relative;
}
.top-img.with-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 500px;
}
.top-img.with-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
}
.top-img.with-bg .text {
    position: absolute;
    left: 0;
    padding: 0;
    bottom: 130px;
}
.top-img.small {
    height: auto;
}
.top-img.small:after {
    background: rgba(0, 0, 0, 0.5);
}
.top-img.small .text {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 26px 0;
}
.top-img.small .text h1,
.top-img.small .text .title {
    margin-bottom: 0;
}
.top-img .text {
    z-index: 2;
    padding: 50px 0;
    width: 100%;
}
.top-img .text h1,
.top-img .text .title {
    margin: 0 0 16px;
}
.article-controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0;
}
.article-controls a {
    text-decoration: none;
    margin-right: 30px;
}
.article-controls a:last-child {
    margin-right: 0;
}
.no-touchevents .article-controls a:hover {
    text-decoration: underline;
}
.article-controls a i {
    vertical-align: middle;
    margin-right: 7px;
}
.layout__columns.no-sidebar .layout__content .row {
    margin: 0 -20px;
}
.layout__columns.no-sidebar .layout__content .row:last-child {
    margin-bottom: 0;
}
.layout__columns.no-sidebar .layout__content .row .row-item {
    padding: 0 20px;
}
.layout__columns.no-sidebar .layout__content .img-overlay .row {
    margin: 0 -10px;
}
.layout__columns.no-sidebar .layout__content .img-overlay .row .row-item {
    width: 33.3333%;
    padding: 0 10px;
}
.layout__columns.no-sidebar .layout__content .img-overlay .row .row-item .img-box .text p {
    font-size: 20px;
}
.layout__columns.no-sidebar .layout__content .img-overlay .row .row-item .img-box .text .fa {
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 20px;
}
.layout__columns .layout__content .img-overlay .row {
    margin: 0 -10px;
}
.layout__columns .layout__content .img-overlay .row .row-item {
    width: 50%;
    padding: 0 10px;
}
.layout__columns .layout__content .img-overlay .row .row-item .img-box .text p {
    font-size: 20px;
}
.layout__columns .layout__content .img-overlay .row .row-item .img-box .text .fa {
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 20px;
}
.layout__columns .layout__content .link-box p {
    margin-bottom: 10px;
}
.layout__columns .layout__content .link-box a {
    text-decoration: none;
}
.no-touchevents .layout__columns .layout__content .link-box a:hover {
    text-decoration: none;
}
.layout__columns .layout__content .link-box a img {
    display: inline-block;
    margin: 0;
}
aside .text-box.divider {
    position: relative;
}
aside .text-box.divider:after {
    content: "";
    height: 3px;
    display: block;
    width: 55px;
    margin: 33px auto 8px;
}
aside .text-box.sub-nav {
    padding-bottom: 20px;
}
aside .text-box.bg-2 {
    background: #dbdbdb;
}
aside .text-box.with-icon ul li:after {
    display: none;
}
aside .text-box.with-icon ul li a {
    font-weight: 500;
}
aside .text-box.with-icon ul li a i {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 3px;
    font-size: 23px;
}
aside .text-box.with-icon > ul > li.active {
    padding-bottom: 8px;
}
aside .text-box.with-icon ul li.active > a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

aside .text-box.with-icon a {
    text-decoration: none;
}

aside .text-box.with-icon a:hover {
    text-decoration: underline;
}
aside .text-box .btn {
    margin-top: 20px;
}
aside .text-box.sub-nav ul:last-child,
aside .text-box.sub-nav ul li > ul {
    display: none;
}
aside .text-box.sub-nav ul li.active > ul {
    display: block;
}
aside .text-box.sub-nav ul li.active a {
    padding-bottom: 0;
}
aside .text-box.sub-nav ul li ul li ul {
    margin-left: 15px;
}
aside .text-box.sub-nav ul > li {
    margin: 0;
    padding-left: 0;
}
aside .text-box.sub-nav ul > li:after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    right: -30px;
    height: 1px;
    background: #e0e5ea;
}
aside .text-box.sub-nav ul > li:last-child:after {
    display: none;
}

aside .text-box.sub-nav > ul > li > a {
    display: block;
    padding: 8px 0 11px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.no-touchevents aside .text-box:not(.sub-nav) > ul > li > a:hover {
    opacity: 0.7;
}
aside .text-box:not(.sub-nav) > ul > li > a i {
    display: none;
}
aside .text-box:not(.sub-nav) > ul > li ul {
    margin: 6px 0 0 4px;
    display: none;
}
aside .text-box:not(.sub-nav) > ul > li ul li {
    margin-bottom: 2px;
}
aside .text-box:not(.sub-nav) > ul > li ul li a {
    text-decoration: none;
    transition: opacity 0.2s;
}
.no-touchevents aside .text-box:not(.sub-nav) > ul > li ul li a:hover {
    opacity: 0.7;
}
aside .text-box:not(.sub-nav) ul li {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
aside .text-box.sub-nav ul li ul li {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

main aside .text-box.sub-nav ul li ul:last-child,
aside .text-box.sub-nav ul li ul li:last-child,
aside .text-box.sub-nav ul li:last-child {
    margin-bottom: 0;
}
main aside .text-box.sub-nav ul li ul {
    margin: 14px 0 0;
}
aside .text-box:not(.sub-nav) > ul,
aside .text-box:not(.sub-nav) > ol {
    margin-left: 18px;
}

aside .text-box > ul:last-child {
    margin-bottom: 0;
}

aside .text-box:not(.sub-nav) > ul li.active a {
    padding-bottom: 0;
}
aside .text-box:not(.sub-nav) > ul li ul li ul {
    margin-left: 15px;
}
aside .text-box:not(.sub-nav) > ul > li {
    padding-left: 25px;
    position: relative;
}
aside .text-box:not(.sub-nav) > ul > li:after {
    display: none;
}
aside .text-box:not(.sub-nav) > ul > li:last-child:after {
    display: none;
}
aside .text-box:not(.sub-nav) > ul li:before {
    display: block;
    left: 0;
}
aside .link-box {
    margin-bottom: 40px;
}
aside .link-box > *:first-child {
    margin-top: 0;
}
aside .link-box h2 {
    margin-bottom: 20px;
}
aside .link-box h4 {
    color: black;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 31px;
}
aside .link-box ul {
    margin: 0;
}
aside .link-box ul li {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
aside .link-box ul li:last-child {
    margin-bottom: 0;
}
aside .link-box ul li:before {
    display: none;
}
aside .link-box ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.no-touchevents aside .link-box ul li a:hover {
    text-decoration: underline;
}
aside .link-box.bullets ul li {
    padding-left: 20px;
    position: relative;
}
aside .link-box.bullets ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    display: block !important;
    border-radius: 50%;
}
aside .link-box.with-icon ul li a {
    color: black;
}
aside .link-box.with-icon ul {
    padding: 11px 0 0;
}
aside .link-box.with-icon ul li {
    position: relative;
    padding-left: 64px;
    min-height: 48px;
}
aside .link-box.with-icon ul li .icon {
    position: absolute;
    left: 0;
    top: -11px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid rgba(71, 94, 204, 0.2);
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
}
aside .link-box.with-icon ul li .icon:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}
aside .link-box.with-icon ul li .icon img {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
aside .link-box.with-icon ul li .icon .fa {
    line-height: 44px;
}
aside .link-box.with-icon ul li .icon .fa-leanpub:before {
    position: relative;
    top: -1px;
}
aside .widget-wrap,
aside .s2j_widget {
    margin: 30px 0 50px;
}
aside .widget-wrap:last-child,
aside .s2j_widget:last-child {
    margin-bottom: 0;
}
aside .facebook-widget,
aside .twitter-widget {
    margin: 30px 0 50px;
}
aside .facebook-widget:last-child,
aside .twitter-widget:last-child {
    margin-bottom: 0;
}
aside .facebook-widget h3,
aside .twitter-widget h3 {
    color: black;
    font-size: 24px;
    font-weight: 300;
}
aside .facebook-widget h3 i,
aside .twitter-widget h3 i {
    color: #315092;
    font-size: 29px;
    font-weight: 400;
    margin-left: 12px;
    vertical-align: middle;
}
aside .facebook-widget iframe,
aside .twitter-widget iframe {
    width: 100% !important;
}
aside .twitter-widget h3 i {
    color: #1da1f2;
}
#s2j-container {
    width: 100%;
    max-width: 100%;
}
.question-box {
    margin: 40px 0;
}
.question-box .question {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: none;
}
.no-touchevents .question-box .question:hover {
    opacity: 0.75;
}
.question-box .question:last-child {
    margin-bottom: 0;
}
.faq-toggle {
    margin: 40px 0;
}
.faq-toggle .question-wrap {
    padding: 27px 33px 28px;
}
.faq-toggle .question-wrap h2 {
    color: black;
    font-weight: 400;
    position: relative;
    line-height: 1.5em;
    padding: 0 0 0 58px;
    cursor: pointer;
    margin: 0;
    transition: all 0.2s;
}
.faq-toggle .question-wrap h2 i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}
.faq-toggle .question-wrap .answer {
    color: black;
    display: none;
    font-size: 18px;
    padding: 0 0 0 58px;
    font-weight: 400;
}
.faq-toggle .question-wrap .answer > *:first-child {
    margin-top: 15px;
}
.faq-toggle .question-wrap.open h2 i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*Delete this*/

.change-style {
    position: fixed;
    right: 0;
    top: 50%;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    z-index: 11;
    background: #fff;
}
.slider-box {
    background-color: #f5f8fa;
    border: 1px solid #e6e9ec;
    border-right: none;
    border-left: none;
    position: relative;
    min-height: 400px;
}
.slider-box.slider-fw .slider-wrap .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slider-box.slider-fw .slider-wrap .slider .slide {
    float: none;
    height: auto;
    min-height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.slider-box.slider-fw .slider-wrap .slider .slide:not(.no-content):after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.03) 100%);
}
.slider-box.slider-fw .slider-wrap .slider .slide .container {
    height: 100%;
    white-space: nowrap;
}
.slider-box.slider-fw .slider-wrap .slider .slide .container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.slider-box.slider-fw .slider-wrap .slider .slide .text {
    width: 100%;
    max-width: 590px;
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    white-space: normal;
    padding: 40px 0 80px;
}

.slider-box .text .flex-box {
    display: flex;
}
.slider-box.slider-fw .slider-wrap .slider .slide .text h2 {
    margin-bottom: 17px;
}
.slider-box.slider-fw .slider-wrap .slider .slide .text {
    padding-top: 17px;
}
.slider-box.slider-fw .slider-wrap .slider-controls {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-box.slider-right .text,
.slider-box.slider-left .text {
    padding-left: 50%;
    padding-bottom: 35px;
}
.slider-box.slider-right .text .container,
.slider-box.slider-left .text .container {
    margin: 0 auto 0 0;
    padding: 0 20px 0 50px;
    max-width: 590px;
}

main .slider-box h2 .board {
    margin: 30px auto 0 0;
    display: block;
    width: 121px;
    height: 3px;
}
.slider-box.slider-right .text h2,
.slider-box.slider-left .text h2 {
    margin-bottom: 25px;
}
.slider-box.slider-right .text,
.slider-box.slider-left .text {
    padding-top: 25px;
}

.slider-box.slider-right .slider-wrap,
.slider-box.slider-left .slider-wrap {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}
.slider-box.slider-right .slider-wrap .slider,
.slider-box.slider-right .slider-wrap .slick-track,
.slider-box.slider-right .slider-wrap .slick-list,
.slider-box.slider-left .slider-wrap .slider,
.slider-box.slider-left .slider-wrap .slick-track,
.slider-box.slider-left .slider-wrap .slick-list {
    height: 100%;
}
.slider-box.slider-right .slider-wrap .slide,
.slider-box.slider-left .slider-wrap .slide {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
}
.slider-box.slider-right .slider-wrap {
    left: auto;
    right: 0;
}
.slider-box.slider-right .slider-wrap .slider-controls {
    left: 30px;
    right: auto;
}
.slider-box.slider-right .text {
    padding-left: 0;
    padding-right: 50%;
}
.slider-box.slider-right .text .container {
    margin: 0 0 0 auto;
    padding: 0 50px 0 20px;
}
.slider-box .slider-controls {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 0 28px;
}
.slider-box .slider-controls .slick-arrow {
    border: none;
    cursor: pointer;
    background: none;
    position: absolute;
    width: 10px;
    height: 16px;
    top: -4px;
    color: #fff;
    transition: all 0.2s;
}
.slider-box .slider-controls .slick-arrow:before {
    font-size: 28px;
    font-weight: 400;
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    z-index: 4;
    left: 50%;
    width: 100%;
    height: 100%;
    line-height: 16px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-box .slider-controls .slick-arrow.slick-prev {
    left: 0;
}
.slider-box .slider-controls .slick-arrow.slick-prev:before {
    content: "\f104";
}
.slider-box .slider-controls .slick-arrow.slick-next {
    right: 0;
}
.slider-box .slider-controls .slick-arrow.slick-next:before {
    content: "\f105";
}
.slider-box .slider-controls .slick-dots {
    margin: 0;
    height: 9px;
}
.slider-box .slider-controls .slick-dots li {
    padding: 0;
    display: inline-block;
    margin: 0 7px 0 0;
    height: 9px;
    line-height: 1.5em;
}
.slider-box .slider-controls .slick-dots li:last-child {
    margin-right: 0;
}
.slider-box .slider-controls .slick-dots li:before {
    display: none;
}
.slider-box .slider-controls .slick-dots li button {
    cursor: pointer;
    background: none;
    padding: 0;
    width: 9px;
    height: 9px;
    border: 2px solid white;
    border-radius: 50%;
    text-indent: -10000px;
}
.key-features {
    text-align: center;
    padding: 23px 0 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.key-features h2 {
    margin: 0 0 54px;
}
main .key-features h2 .board {
    margin: 30px auto 0;
    display: block;
    width: 121px;
    height: 3px;
}
/*
.key-features h2:after{
    width: 121px;
    height: 3px;
    background-color: white;
    content: '';
    margin: 30px auto 0;
    display: block;
    }
*/
.key-features .row {
    margin: 0 -20px;
}
.key-features .row .row-item {
    padding: 0 20px;
    margin-bottom: 20px;
}
.key-features .row .row-item a {
    display: block;
    text-decoration: none;
}
.key-features .row .row-item .icon {
    text-align: center;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin-bottom: 40px;
    font-size: 0;
    line-height: 0;
}
.key-features .row .row-item .icon:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
    width: 0;
}
.no-touchevents .key-features .row .row-item .icon a:hover {
    opacity: 0.75;
}
.key-features .row .row-item .icon .fa,
.key-features .row .row-item .icon img {
    display: inline-block;
    vertical-align: middle;
}
.key-features .row .row-item h3 {
    margin: 0 0 13px;
}
.key-features .row .row-item h3 a {
    color: inherit;
    text-decoration: none;
}
.no-touchevents .key-features .row .row-item h3 a:hover {
    opacity: 0.75;
}
.main-events {
    padding: 25px 0;
    background-color: #f5f8fa;
}
.main-events .row {
    margin: 0 -20px;
}
.main-events .row.full-width {
    text-align: center;
}
.main-events .row .row-item {
    padding: 0 20px;
    position: relative;
}
.main-events .row .row-item .event {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    text-decoration: none;
}

.main-events .row .row-item .inner {
    position: relative;
    pointer-events: none;
    z-index: 1;
}

.main-events .row .row-item .inner a {
    pointer-events: all;
    position: relative;
}

.main-events .row .row-item .descr *:not(h3) {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

.no-touchevents .main-events .row .row-item a.event:hover {
    opacity: 0.85;
}
.no-touchevents .main-events .row .row-item a.event:hover h3 {
    text-decoration: underline;
}
.main-events .row .row-item img {
    max-width: 100%;
    width: 100%;
}
.main-events .row .row-item .descr {
    padding: 35px 45px 30px;
    color: #fff;
    min-height: 210px;
}
.main-events .row .row-item .descr h3 {
    margin: 0 0 13px;
    text-align: center;
}

.topics {
    padding: 20px 0 15px;
}
.topics h2 {
    margin: 0 0 54px;
}
.topics h2 .board {
    width: 121px;
    height: 3px;
    content: "";
    margin: 30px auto 0;
    display: block;
}
.topics .topics-list {
    margin: 0 -10px;
}
.topics .topics-list .row-item {
    padding: 0 10px;
    margin-bottom: 30px;
}
.topics .topics-list .row-item .topic {
    margin-bottom: 30px;
}
.topics .topics-list .row-item .topic:last-child {
    margin-bottom: 0;
}
.topics .topics-list a {
    text-decoration: none;
    transition: all 0.2s;
}
.topics .topics-list a p {
    transition: all 0.2s;
}
.no-touchevents .topics .topics-list a:hover {
    opacity: 0.75;
    text-decoration: none;
}
.no-touchevents .topics .topics-list a:hover p {
    opacity: 0.75;
}
.topics .topics-list .icon {
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    max-width: 54px;
    min-width: 54px;
    min-height: 54px;
    max-height: 54px;
    border-radius: 50%;
    margin-right: 12px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}
.topics .topics-list .icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.topics .topics-list .icon img {
    display: inline-block;
    vertical-align: middle;
}
.topics .topics-list p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 74px);
    line-height: 1.2em;
}
.feeds {
    padding: 13px 0 15px;
}
.feeds h2 {
    margin-top: 15px;
}
.feeds .row.one-in-row .row-item {
    max-width: 540px;
    margin: 0 auto;
    display: block;
}
.feeds .row.one-in-row .row-item h2 {
    max-width: 540px;
    margin: 34px auto 15px;
}
.feeds .row.one-in-row .row-item .box {
    max-width: 540px;
}
.feeds .row.two-in-row {
    margin: 0 -60px;
}
.feeds .row.two-in-row .row-item {
    padding: 0 60px;
}
.feeds .row.two-in-row .row-item .box {
    max-width: 100%;
}
.feeds .row.two-in-row.has-big-item .row-item {
    width: 33.3333%;
}
.feeds .row.two-in-row.has-big-item .row-item.big-item {
    width: 66.6666666%;
}
.feeds .row.two-in-row.has-big-item .row-item.big-item .box {
    max-width: 100%;
}
.feeds .row.three-in-row {
    margin: 0 -45px;
}
.feeds .row.three-in-row .row-item {
    padding: 0 45px;
}
.feeds .row.three-in-row.has-big-item {
    margin: 0 -20px;
}
.feeds .row.three-in-row.has-big-item .row-item {
    width: 25%;
    padding: 0 20px;
}
.feeds .row.three-in-row.has-big-item .row-item.big-item {
    width: 50%;
}
.feeds .row.three-in-row.has-big-item .row-item.big-item .box {
    max-width: 100%;
}
.feeds .row.four-in-row {
    margin: 0 -20px;
}
.feeds .row.four-in-row .row-item {
    padding: 0 20px;
}
.feeds .row .row-item h2 {
    margin-bottom: 15px;
}
.feeds .row .row-item p,
.feeds .row .row-item ul li,
.feeds .row .row-item ol li {
    font-size: 16px;
    line-height: 1.6666em;
}
.feeds .row .row-item .alignleft {
    margin-right: 20px;
    margin-bottom: 10px;
}
.feeds .row .row-item .alignright {
    margin-left: 20px;
    margin-bottom: 10px;
}
.feeds .row .row-item .layout__content {
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    padding: 14px 20px 17px;
}
.feeds .row .row-item > iframe,
.feeds .row .row-item > div {
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
}
.feeds .row .row-item .box {
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    padding: 14px 20px 17px;
    max-width: 360px;
    margin: 0 auto 25px;
}
.feeds .row .row-item .box h3 {
    margin: 0 0 10px;
}
.feeds .row .row-item .box p.category {
    margin-bottom: 7px;
}
.feeds .row .row-item .box time {
    float: left;
}
.feeds .row .row-item .box .more {
    text-decoration: none;
    float: right;
}
.feeds .row .row-item .box .more .fa {
    position: relative;
    top: 2px;
    margin-left: 4px;
}
.no-touchevents .feeds .row .row-item .box .more:hover {
    text-decoration: underline;
}
.blog-articles-list .blog-article,
.blog-articles-list .event,
.blog-articles-list .link,
.event-list .blog-article,
.event-list .event,
.event-list .link,
.link-list .blog-article,
.link-list .event,
.link-list .link {
    margin-bottom: 35px;
}
.blog-articles-list .blog-article:last-child,
.blog-articles-list .event:last-child,
.blog-articles-list .link:last-child,
.event-list .blog-article:last-child,
.event-list .event:last-child,
.event-list .link:last-child,
.link-list .blog-article:last-child,
.link-list .event:last-child,
.link-list .link:last-child {
    margin-bottom: 0;
}
.blog-articles-list.link-column,
.event-list.link-column,
.link-list.link-column {
    margin: 0 -30px;
    font-size: 0;
}
.blog-articles-list.link-column .link,
.event-list.link-column .link,
.link-list.link-column .link {
    padding: 0 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.blog-articles-list .img-wrap,
.event-list .img-wrap,
.link-list .img-wrap {
    float: left;
    margin-right: 30px;
    padding-top: 5px;
    width: 190px;
    max-width: 33.33333%;
}
.blog-articles-list .img-wrap img,
.event-list .img-wrap img,
.link-list .img-wrap img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.blog-articles-list .descr,
.event-list .descr,
.link-list .descr {
    overflow: hidden;
}
.blog-articles-list h2,
.event-list h2,
.link-list h2 {
    margin-top: 0;
}
.no-touchevents main .blog-articles-list h2 > a,
.no-touchevents main .event-list h2 > a,
.no-touchevents main .link-list h2 > a {
    text-decoration: none;
}
.no-touchevents main .blog-articles-list h2 > a:hover,
.no-touchevents main .event-list h2 > a:hover,
.no-touchevents main .link-list h2 > a:hover {
    text-decoration: underline;
}
.blog-articles-list time,
.event-list time,
.link-list time {
    color: #abb7c1;
    font-size: 12px;
    font-weight: 500;
    display: block;
}
.no-sidebar .blog-articles-list,
.no-sidebar .event-list,
.no-sidebar .link-list {
    font-size: 0;
    margin: 0 -30px;
}
.no-sidebar .blog-articles-list .blog-article,
.no-sidebar .blog-articles-list .event,
.no-sidebar .blog-articles-list .link,
.no-sidebar .event-list .blog-article,
.no-sidebar .event-list .event,
.no-sidebar .event-list .link,
.no-sidebar .link-list .blog-article,
.no-sidebar .link-list .event,
.no-sidebar .link-list .link {
    padding: 0 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.no-sidebar .blog-articles-list .img-wrap,
.no-sidebar .event-list .img-wrap,
.no-sidebar .link-list .img-wrap {
    float: none;
    margin-bottom: 30px;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
}
.link-list .link .img-wrap {
    max-width: 390px;
    text-align: center;
    margin-bottom: 20px;
    height: 170px;
    white-space: nowrap;
}
.no-sidebar .link-list .link .img-wrap {
    background-color: #f5f8fa;
}
.link-list .link .img-wrap:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}
.link-list .link a {
    text-decoration: none;
}
.no-touchevents .link-list .link a:hover {
    text-decoration: underline;
}
.link-list .link h3 {
    margin-bottom: 22px;
}
.link-list .link h3:first-child {
    margin-top: 0;
}
.link-list .link ul {
    margin-bottom: 0;
}
.link-list .link ul li {
    padding: 0;
    margin-bottom: 28px;
}
.link-list .link ul li:last-child {
    margin-bottom: 0;
}
.link-list .link ul li:before {
    display: none;
}
.event-list .event .descr p {
    margin-bottom: 0;
}
.event-list .event .descr p a {
    text-decoration: none;
}
.no-touchevents .event-list .event .descr p a:hover {
    text-decoration: underline;
}
.downloads a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}
.no-touchevents .downloads a:hover {
    text-decoration: underline;
}
address {
    font-style: normal;
}
address .contacts {
    margin-top: 20px;
}
address p {
    line-height: 1.5em;
}
address p i {
    font-size: 17px;
    margin-right: 10px;
}
.map {
    height: 280px;
    margin-top: 20px;
    width: 100%;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
}
.other-loc {
    padding: 40px 0 25px;
}
.other-loc .row {
    margin: 0 -20px 30px;
    margin-bottom: 30px !important;
}
.other-loc .row .row-item {
    padding: 0 20px;
    margin-bottom: 30px;
}
.other-loc .row .row-item:last-child {
    margin-bottom: 0;
}
.other-loc h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
}
.other-loc .map {
    height: 169px;
    margin: 0 auto;
    max-width: 360px;
}
.other-loc address {
    background-color: white;
    max-width: 360px;
    margin: 0 auto;
    padding: 25px 40px;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
}
.other-loc address p {
    font-size: 16px;
}
.other-loc address h2,
.other-loc address h3,
.other-loc address h4,
.other-loc address h5,
.other-loc address h6 {
    text-align: left;
    margin-bottom: 10px;
}
.other-loc address * {
    margin-top: 0;
}
.other-loc .big-map-block .row-item {
    width: 100%;
    font-size: 0;
    display: table;
    margin-bottom: 30px;
}
.other-loc .big-map-block .row-item:last-child {
    margin-bottom: 0;
}
.other-loc .big-map-block address {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    max-width: 100%;
    padding: 30px;
}
.other-loc .big-map-block address img {
    float: left;
    max-width: 200px;
    width: 40%;
    margin-right: 35px;
}
.other-loc .big-map-block address .descr {
    overflow: hidden;
}
.other-loc .big-map-block address .descr h2 {
    margin-bottom: 10px;
    text-align: left;
}
.other-loc .big-map-block address .descr .row {
    margin-bottom: 0;
}
.other-loc .big-map-block address .descr .row.two-in-row .row-item {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
.other-loc .big-map-block address .descr .row.two-in-row .row-item .box {
    margin-bottom: 10px;
}
.other-loc .big-map-block address .descr .row.two-in-row .row-item .box p {
    margin-bottom: 0;
    line-height: 1.3em;
}
.other-loc .big-map-block .map {
    max-width: 100%;
    width: 40%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.event-detailed .box {
    margin-bottom: 10px;
}
.event-detailed .box p {
    margin-bottom: 0;
    line-height: 1.3em;
}
.event-detailed .box p a {
    text-decoration: none;
}
.no-touchevents .event-detailed .box p a:hover {
    text-decoration: underline;
}
.btn-box {
    margin: 40px 0 20px;
}
.btn-box .btn {
    margin-right: 10px;
    margin-bottom: 20px;
}
.btn-box .btn:last-child {
    margin-right: 0;
}
.event-meta p {
    font-size: 22px;
    line-height: 1.3em;
}
.board-list {
    font-size: 0;
    margin: 0 -15px;
}
.board-list .item {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 50px;
}
.board-list .item .inner {
    max-width: 245px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}
.no-touchevents .board-list .item a.inner:hover .img-wrap img {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
}
.no-touchevents .board-list .item a.inner:hover .descr h2 {
    text-decoration: underline;
}
.board-list .item .img-wrap {
    overflow: hidden;
}
.board-list .item .img-wrap img {
    will-change: transform;
    -webkit-transform: scale(1.02) translate3d(0, 0, 0);
    transform: scale(1.02) translate3d(0, 0, 0);
    transition: all 1s;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    line-height: 0;
}
.no-touchevents .board-list .item .img-wrap a:hover img {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
}
.board-list .item .descr {
    padding: 22px 20px 30px;
}
.board-list .item .descr h2 {
    margin: 0;
    color: #fff;
}
.board-list .item .descr h2 a {
    color: inherit;
    text-decoration: none;
}
.no-touchevents .board-list .item .descr h2 a:hover {
    text-decoration: underline;
}
.board-list .item .descr p {
    margin-bottom: 5px;
}
.board-list .item .descr p.position {
    margin-bottom: 5px;
}
.board-list .item .descr p:last-child {
    margin-bottom: 0;
}
.board-list .item .descr p a {
    color: inherit;
}
.no-sidebar .board-list {
    margin: 0 -25px;
}
.no-sidebar .board-list .item {
    padding: 0 25px;
    width: 25%;
}
.no-sidebar .board-list .item .descr {
    padding: 22px 25px 30px;
}
.board-column .item {
    margin-bottom: 45px;
    position: relative;
}
.board-column .item:nth-child(2n) {
    padding: 50px 0;
}
.board-column .item:nth-child(2n):before {
    position: absolute;
    width: 3000px;
    right: -83px;
    top: 0;
    height: 100%;
    background-color: #f5f8fa;
    content: "";
    z-index: -1;
}
.wo_bg .board-column .item:nth-child(2n):before {
    right: -66px;
}
.board-column .item .img-wrap {
    position: relative;
    display: table;
    margin: 0 auto 20px;
}
.board-column .item .img-wrap img {
    display: block;
}
.board-column .item .img-wrap .name {
    padding: 10px 25px;
}
.board-column .item .img-wrap .name h2 {
    margin: 0;
}
.board-column .item .img-wrap .name p {
    margin: 0;
}
.board-column .item .img-wrap .name p a {
    color: inherit;
}
.board-column .item .descr {
    overflow: hidden;
}
.board-column .item .descr *:first-child {
    margin-top: 0;
}
.no-sidebar .board-column .item:nth-child(2n) {
    padding: 50px 0;
}
.no-sidebar .board-column .item:nth-child(2n):before {
    left: 50%;
    right: auto;
    margin-left: -1500px;
}
.no-sidebar .board-column .item .img-wrap {
    max-width: 40%;
    float: left;
    width: 100%;
    max-width: 388px;
    margin: 5px 60px 0 0;
}
.sort {
    float: right;
    margin: 17px 0 35px;
}
.sort .field-wrap {
    display: table-cell;
    width: 430px;
}
.sort .field-wrap label {
    display: table-cell;
    font-size: 18px;
    white-space: nowrap;
    color: black;
    font-weight: 300;
    padding-right: 10px;
}
.sort .field-wrap .sel-wrap {
    display: table-cell;
    width: 100%;
}
.result-list {
    clear: both;
}
.result-list .item {
    padding: 28px 0 35px;
    border-top: 1px solid #ccc;
}
.result-list .item:last-child {
    padding-bottom: 0;
}
.result-list .item h2 {
    margin-top: 0;
}
.result-list .item h2 a {
    text-decoration: none;
}
.no-touchevents .result-list .item h2 a:hover {
    text-decoration: underline;
}
.result-list .item .text {
    overflow: hidden;
}
.result-list .item img {
    float: left;
    margin-right: 40px;
    margin-top: 5px;
    max-width: 40%;
}
.num-results {
    font-size: 15px;
    color: black;
    font-weight: 400;
    float: left;
    margin: 23px 0 20px;
}
.search {
    background-color: #f5f8fa;
    padding: 25px 30px 35px;
    margin-bottom: 30px;
}
.search h3 {
    margin-top: 0;
    font-size: 22px;
}
.search .field-wrap {
    margin-bottom: 18px;
}
.search .row {
    margin-bottom: 17px !important;
}
.search .row .row-item {
    margin-bottom: 18px;
}
.search form {
    margin-bottom: 0;
}
.search .btn {
    margin-right: 20px;
    display: inline-block;
    /*@include small-mobile {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        &:last-child {
          margin-bottom: 0;
        }
      }*/
}
.search .btn:last-child {
    margin-right: 0;
}
.simple-search {
    position: relative;
}
.simple-search .btn {
    position: absolute;
    right: 0;
    line-height: normal;
    top: 0;
    width: 70px;
    margin: 0;
    font-size: 18px;
    padding: 0;
    height: 40px;
}
.simple-search .field-wrap input {
    padding-right: 80px;
}
.subscribe-form {
    max-width: 540px;
}
.subscribe-form .check-wrap {
    margin-top: 20px;
}
main .slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
main .slick-list.draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fb-page,
.fb-page iframe[style],
.fb-page span {
    width: 100% !important;
}
#tribe-events {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
h2.tribe-events-page-title {
    text-align: left;
}
main #tribe-events-calendar tbody tr:nth-child(2n + 1) {
    background: #fff;
}
#tribe-events-calendar thead tr th {
    font-size: 14px;
    padding: 7px 0;
}
.tribe-bar-disabled {
    display: none;
}
#bbpress-forums li {
    padding-left: 0;
}
#bbpress-forums li:before {
    display: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding-left: 40px;
    padding-right: 20px;
}
#bbpress-forums li.bbp-body ul.forum {
    padding-top: 23px;
    padding-bottom: 23px;
}
#bbpress-forums li.bbp-header {
    padding: 35px 20px 35px 40px;
}
#bbpress-forums li.bbp-header li {
    color: white;
    font-size: 24px;
    font-weight: 500;
}
#bbpress-forums li.bbp-topic-freshness a {
    font-size: 14px;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
    margin-bottom: -5px;
}
#bbpress-forums li a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
}
#bbpress-forums li a.bbp-author-name {
    font-size: 14px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    color: black;
    font-size: 18px;
    /* font-family: "Lato", sans-serif; */
    font-weight: 500;
}
#bbpress-forums li.bbp-footer {
    display: none;
}
.wp-editor-container {
    border: none !important;
}
#qt_bbp_topic_content_toolbar {
    border: 1px solid #e5e5e5 !important;
}
.text-main-box #s2j_widget {
    margin-top: 40px;
    margin-bottom: 40px;
}
main .text-main-box {
    text-align: center;
    padding: 23px 0 22px;
}
main .text-main-box h2 {
    margin: 0 0 46px;
}
main .text-main-box h2 .board {
    margin: 30px auto 0;
    display: block;
    width: 121px;
    height: 3px;
}
/*Fix events*/

#tribe-events {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
#subscription-toggle a {
    color: #000;
}
.wp-adminbar body {
    padding-top: 32px;
}
.wp-adminbar .product-header,
.wp-adminbar .marks-filter {
    top: 32px;
}
.feeds .row .row-item .box h3 > a {
    text-decoration: none;
}

.feeds .row .row-item .box h3 > a:hover {
    text-decoration: underline;
}
.gsib_a {
    padding: 0 !important;
}
.gsc-input-box {
    height: 40px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    box-shadow: none;
    padding: 0 10px !important;
    height: 38px !important;
}
.gsc-search-box .gsc-input > input {
    box-shadow: none !important;
}
.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus,
.gsc-input-box-hover {
    box-shadow: none !important;
}
.gsc-search-button {
    position: relative;
    box-shadow: none;
}
.gsc-search-button input {
    box-shadow: none !important;
}
input.gsc-search-button-v2 {
    width: auto !important;
    padding: 12px !important;
}
.gsc-control-cse,
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top,
.gsc-table-result tbody tr td {
    padding: 0 !important;
}
main .gsc-control-cse .gs-spelling,
main .gsc-control-cse .gs-result .gs-title,
main .gsc-control-cse .gs-result .gs-title * {
    text-decoration: none;
    margin-bottom: 5px;
    height: auto;
}
.no-touchevents main .gsc-control-cse .gs-spelling:hover,
.no-touchevents main .gsc-control-cse .gs-result .gs-title:hover,
.no-touchevents main .gsc-control-cse .gs-result .gs-title *:hover {
    text-decoration: underline;
}
.gsc-table-result {
    border: none !important;
}
.gsc-table-result tbody tr {
    background: none !important;
}
.gsc-url-top {
    display: none !important;
}
main .gs-web-image-box-portrait img.gs-image,
main .gs-web-image-box-landscape img.gs-image {
    max-width: 120px;
    max-height: 120px;
}
main .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
main .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: 120px;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
}
main .gsc-table-cell-thumbnail {
    width: 140px;
}
main .gsc-table-cell-snippet-close {
    width: calc(100% - 140px);
}
main .gsc-results .gsc-cursor-box {
    margin: 20px 0;
}
main .gsc-results .gsc-cursor-box .gsc-cursor-page {
    width: 27px;
    height: 27px;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 25px;
    transition: all 0.2s;
}
main .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
main .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    text-decoration: none;
}
main .gsc-webResult.gsc-result:hover,
main .gsc-webResult.gsc-result {
    margin-bottom: 20px;
    border: none;
    padding: 10px 0 0 0;
}
main .gcsc-branding,
main .gsc-resultsHeader,
main .gsc-adBlock {
    display: none;
}
main .gsc-above-wrapper-area-container {
    border: none;
}
main .gsc-above-wrapper-area-container tr {
    background: transparent !important;
}
main .gsc-above-wrapper-area-container td {
    padding: 0 !important;
}
main .gsc-result-info {
    padding: 0;
}
main .gsc-selected-option-container {
    background: transparent;
    box-shadow: none;
    text-align: left;
    height: 40px;
    line-height: 38px;
    width: 260px;
    border: 1px solid #d0dae2;
    padding-left: 20px;
    border-radius: 4px;
}
main .gsc-selected-option {
    font-size: 16px;
}
main .gsc-control-cse .gsc-option-menu {
    width: 260px;
    border: 1px solid #d0dae2;
}
main .gsc-control-cse .gsc-option-selector {
    background: none;
    height: auto;
    margin-top: 0;
    width: auto;
    top: 2px;
    right: 5px;
}
main .gsc-control-cse .gsc-option-selector:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
}
.img-overlay {
    padding: 40px 0 25px;
}
.img-overlay .row {
    margin: 0 -10px;
}
.img-overlay .row .row-item {
    margin-bottom: 20px;
    padding: 0 10px;
}
.img-overlay .img-box {
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
}
.img-overlay .img-box:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.img-overlay .img-box img {
    width: 100%;
    display: block;
}
.img-overlay .img-box .text {
    position: absolute;
    top: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 0.2s;
    height: 100%;
}
.img-overlay .img-box .text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.2s;
    background-image: linear-gradient(180deg, #25a6ec 0%, rgba(71, 94, 204, 0.3) 100%);
}
.img-overlay .img-box .text > * {
    position: relative;
    z-index: 1;
}
.img-overlay .img-box .text p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
}
.img-overlay .img-box .text .fa {
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    margin-bottom: -60px;
    opacity: 0;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    transition: all 0.2s;
}
.no-touchevents .img-overlay .img-box:hover .text {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.no-touchevents .img-overlay .img-box:hover .text:after,
.no-touchevents .img-overlay .img-box:hover .text .fa {
    opacity: 1;
}
.no-touchevents .img-overlay .img-box:hover .text .fa {
    margin-bottom: 0;
    opacity: 1;
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px !important;
    height: 17px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
}
input[type="checkbox"]:not(checked),
input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
}
form .btn {
    display: table;
    margin: 20px 0 0;
}
.mc-field-group,
.field-wrap,
.bbp-form {
    margin-bottom: 24px;
}
.mc-field-group:last-child,
.field-wrap:last-child,
.bbp-form:last-child {
    margin-bottom: 0;
}
.mc-field-group label,
.field-wrap label,
.bbp-form label {
    display: block;
    color: #687b89;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875em;
}

.mc-field-group input:not(.ed_button),
.mc-field-group textarea,
.field-wrap input:not(.ed_button),
.field-wrap textarea,
.bbp-form input:not(.ed_button),
.bbp-form textarea {
    height: var(--wpforms-field-size-input-height);
    border-radius: var(--wpforms-field-border-radius);
    width: 100%;
    padding: 0 var(--wpforms-field-size-padding-h);
    background: var(--wpforms-field-background-color);
}
.mc-field-group textarea,
.field-wrap textarea,
.bbp-form textarea {
    resize: none;
    height: 210px;
    padding: 10px 14px;
    overflow-y: auto;
}
.mc-field-group.input-group ul li:before {
    content: none;
}
.mc-field-group.input-group ul li {
    padding-left: 0;
}
.mc-field-group.error input,
.field-wrap.error input,
.bbp-form.error input {
    border: 1px solid #b62c2c;
}

.field-wrap.error .error-message,
.bbp-form.error .error-message {
    color: #b62c2c;
    font-size: 13px;
    font-weight: 700;
    margin: var(--wpforms-field-size-input-spacing) 0 0;
}
.button_div input[type="checkbox"] + label,
.mc-field-group.input-group input[type="checkbox"] + label,
.field-wrap.check-wrap input + label,
.bbp-form.check-wrap input + label {
    color: #444;
    font-size: 16px;
    padding-left: 34px;
    position: relative;
}
.button_div input[type="checkbox"] + label:before,
.mc-field-group.input-group input[type="checkbox"] + label:before,
.field-wrap.check-wrap input + label:before,
.bbp-form.check-wrap input + label:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: 2px;
}
.button_div input[type="checkbox"] + label {
    margin-right: 20px;
}
.button_div input[type="checkbox"] + label:before {
    top: 0;
}
.button_div input[type="checkbox"] + label:after,
.mc-field-group.input-group input[type="checkbox"] + label:after,
.field-wrap.check-wrap input + label:after,
.bbp-form.check-wrap input + label:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    left: 6px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    font-weight: 100;
    color: var(--wpforms-accent-color);
    transition: all 0.2s;
    top: 3px;
    font-size: 12px;
}
.button_div input[type="checkbox"]:checked + label:after,
.mc-field-group.input-group input[type="checkbox"]:checked + label:after,
.field-wrap.check-wrap input:checked + label:after,
.bbp-form.check-wrap input:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mc-field-group.input-group input[type="radio"] + label,
.field-wrap.radio-wrap input + label,
.bbp-form.radio-wrap input + label {
    color: #444;
    font-size: 16px;
    padding-left: 34px;
    position: relative;
}
.mc-field-group.input-group input[type="radio"] + label:before,
.field-wrap.radio-wrap input + label:before,
.bbp-form.radio-wrap input + label:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 1px;
    border-radius: 50%;
}
.mc-field-group.input-group input[type="radio"] + label:after,
.field-wrap.radio-wrap input + label:after,
.bbp-form.radio-wrap input + label:after {
    content: "";
    position: absolute;
    left: 6px;
    opacity: 0;
    font-weight: 100;
    color: #fff;
    transition: all 0.2s;
    top: 7px;
    width: 11px;
    height: 11px;
    background-color: var(--wpforms-accent-color);
    border-radius: 50%;
}
.mc-field-group.input-group input[type="radio"]:checked + label:after,
.field-wrap.radio-wrap input:checked + label:after,
.bbp-form.radio-wrap input:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.wpcf7-acceptance input + .wpcf7-list-item-label,
.wpcf7-checkbox input + .wpcf7-list-item-label {
    padding-left: 30px;
    position: relative;
}
.wpcf7-acceptance input + .wpcf7-list-item-label:before,
.wpcf7-checkbox input + .wpcf7-list-item-label:before {
    content: "";
    width: 20px;
    height: 19px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: 3px;
}
.wpcf7-acceptance input + .wpcf7-list-item-label:after,
.wpcf7-checkbox input + .wpcf7-list-item-label:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    left: 4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    font-weight: 100;
    color: #fff;
    line-height: normal;
    transition: all 0.2s;
    top: 4px;
    font-size: 12px;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
    background: #475ecc;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.wpcf7-radio input + .wpcf7-list-item-label {
    padding-left: 30px;
    position: relative;
}
.wpcf7-radio input + .wpcf7-list-item-label:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.wpcf7-radio input + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 6px;
    opacity: 0;
    font-weight: 100;
    color: #fff;
    transition: all 0.2s;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.radio-box .radio-wrap {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
.radio-box .radio-wrap:last-child {
    margin-right: 0;
}
.send-status {
    text-align: center;
    margin: 20px 0;
}
.send-status i {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    display: block;
    margin: 0 auto 11px;
}
.send-status i:before {
    line-height: 62px;
}
.span.wpcf7-not-valid-tip {
    margin: 4px 0 0;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ok {
    padding: 0;
    color: #b62c2c;
    text-align: center;
    border: none;
}
div.wpcf7-validation-errors:before,
div.wpcf7-spam-blocked:before,
div.wpcf7-mail-sent-ok:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    line-height: 66px;
    border: 2px solid rgba(182, 44, 44, 0.5);
    color: #b62c2c;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    display: block;
    margin: 0 auto 11px;
}
div.wpcf7-mail-sent-ok {
    color: #25a6ec;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f00c";
    color: #25a6ec;
    border: 2px solid rgba(37, 166, 236, 0.5);
}
.wpcf7-select,
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-acceptance,
.wpcf7-checkbox input,
.wpcf7-radio input {
    position: relative;
    opacity: 1;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    margin: 0 1em 0 0;
}
.wpcf7-checkbox .wpcf7-list-item.last,
.wpcf7-radio .wpcf7-list-item.last {
    margin-right: 0;
}

@media (max-width: 1150px) {
    .other-loc .big-map-block .row-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .other-loc .big-map-block address {
        display: inline-block;
        width: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: 360px;
    }
    .other-loc .big-map-block address img {
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
    .other-loc .big-map-block .map {
        width: 100%;
        display: inline-block;
        height: 200px !important;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 360px;
    }
    .board-list .item {
        width: 50%;
    }
    .no-sidebar .board-list .item {
        width: 33.33333%;
    }
    .sort {
        float: none;
        margin-bottom: 20px;
    }
    .result-list .item img {
        width: auto;
        float: none;
        display: table;
        margin: 0 auto 15px;
    }
    .no-sidebar .result-list .item img {
        float: left;
        margin-right: 40px;
        margin-top: 5px;
        max-width: 40%;
        width: auto;
    }
    .num-results {
        margin-top: 0;
        float: none;
    }
}
@media screen and (max-width: 1050px) {
    .wp-adminbar #wp-admin-bar-site_settings {
        display: none;
    }
}
@media (max-width: 1024px) {
    .layout__columns:not(.no-sidebar) .row.two-in-row .row-item {
        width: 100%;
        padding-right: 0;
    }
    .layout__columns.no-sidebar .layout__content .key-features .row .row-item {
        width: 25%;
    }
    .layout__columns .layout__content .key-features .row .row-item {
        width: 33.33333%;
    }
    .main-events .row .row-item .descr {
        padding: 35px 20px 30px;
    }
    .topics .topics-list .row-item {
        width: 33.33333%;
    }
    .topics .topics-list.four-in-row .row-item {
        width: 50%;
    }
    .feeds .row.two-in-row.has-big-item {
        margin: 0 -20px;
    }
    .feeds .row.two-in-row.has-big-item .row-item {
        padding: 0 20px;
    }
    .feeds .row.three-in-row {
        margin: 0 -20px;
    }
    .feeds .row.three-in-row .row-item {
        padding: 0 20px;
    }
    .other-loc .big-map-block address .descr .row.two-in-row .row-item {
        width: 100%;
    }
    .wo_bg .board-column .item:nth-child(2n):before {
        right: -34px;
    }
    .board-column .item:nth-child(2n):before {
        right: -33px;
    }
    .no-sidebar .board-column .item .img-wrap {
        margin: 5px 30px 0 0;
    }
    .img-overlay .row .row-item {
        width: 50%;
    }
}

@media (max-width: 960px) {
    main .text-box .btn-box:after {
        left: -20px;
        right: -20px;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay .row .row-item .img-box .text p {
        font-size: 24px;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay .row .row-item .img-box .text .fa {
        height: 60px;
        width: 60px;
        line-height: 58px;
        font-size: 24px;
    }
    .layout__columns .layout__content .img-overlay .row .row-item {
        width: 100%;
    }
    .layout__columns .layout__content .img-overlay .row .row-item .img-box .text p {
        font-size: 24px;
    }
    .layout__columns .layout__content .img-overlay .row .row-item .img-box .text .fa {
        height: 60px;
        width: 60px;
        line-height: 58px;
        font-size: 24px;
    }
    .change-style {
        display: none;
    }
    .feeds .row.two-in-row {
        margin: 0 -20px;
    }
    .feeds .row.two-in-row .row-item {
        padding: 0 20px;
    }
    .feeds .row.three-in-row.has-big-item .row-item {
        width: 33.33333%;
    }
    .feeds .row.three-in-row.has-big-item .row-item.big-item {
        width: 33.33333%;
    }
    .feeds .row.four-in-row {
        margin: 0 -20px;
    }
    .feeds .row.four-in-row .row-item {
        width: 50%;
        padding: 0 20px;
    }
    .other-loc address {
        padding: 20px;
    }
    .wo_bg .board-column .item:nth-child(2n):before {
        right: -23px;
    }
    .default .board-column .item:nth-child(2n):before {
        right: -20px;
    }
    .board-column .item:nth-child(2n):before {
        right: -18px;
    }
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic {
        padding-left: 20px;
    }
    #bbpress-forums li.bbp-body ul.forum {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #bbpress-forums li.bbp-header {
        padding: 20px;
    }
    #bbpress-forums li.bbp-header li {
        font-size: 18px;
    }
    #bbpress-forums li a {
        font-size: 16px;
    }
    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta {
        font-size: 14px;
    }
    .wp-adminbar #wp-admin-bar-cs-explain,
    .wp-adminbar #wp-admin-bar-new_draft {
        display: none;
    }
    form .row.two-in-row .row-item {
        width: 100%;
    }
}
@media (max-width: 860px) {
    .article-controls {
        float: none;
    }
    .layout__columns:not(.no-sidebar) .row:last-child {
        margin-bottom: 0;
    }
    .layout__columns:not(.no-sidebar) .row.two-in-row .row-item {
        width: 50%;
    }
    .layout__columns:not(.no-sidebar) .row.two-in-row .row-item:first-child {
        padding-right: 40px;
    }
    .layout__columns.no-sidebar .layout__content .row {
        margin: 0 -20px 40px;
    }
    .layout__columns.no-sidebar .layout__content .row:last-child {
        margin-bottom: 0;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay .row .row-item {
        width: 50%;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay .row .row-item .img-box .text p {
        font-size: 20px;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay .row .row-item .img-box .text .fa {
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 20px;
    }
    .layout__columns .layout__content .img-overlay .row .row-item {
        width: 50%;
    }
    .layout__columns .layout__content .img-overlay .row .row-item .img-box .text p {
        font-size: 20px;
    }
    .layout__columns .layout__content .img-overlay .row .row-item .img-box .text .fa {
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 20px;
    }
    .layout__columns .layout__content .key-features .row .row-item {
        width: 25%;
    }
    .slider-box.slider-right .text,
    .slider-box.slider-left .text {
        padding-left: 0;
    }
    .slider-box.slider-right .text .container,
    .slider-box.slider-left .text .container {
        padding: 0 20px;
        max-width: 100%;
    }
    .slider-box.slider-right .slider-wrap,
    .slider-box.slider-left .slider-wrap {
        width: 100%;
        left: auto;
        top: auto;
        position: relative;
        height: 300px;
        right: auto;
    }
    .slider-box.slider-right .text {
        padding-right: 0;
    }
    .main-events .row {
        text-align: center;
    }
    .main-events .row .row-item {
        width: 50%;
        margin-bottom: 40px;
    }
    .feeds .row.two-in-row.has-big-item .row-item {
        width: 50%;
    }
    .feeds .row.two-in-row.has-big-item .row-item.big-item {
        width: 50%;
    }
    .feeds .row.three-in-row .row-item {
        width: 50% !important;
    }
    .no-sidebar .board-list .item {
        width: 50%;
    }
    .result-list .item img {
        float: left;
        margin-right: 20px;
        margin-top: 5px;
        max-width: 40%;
        width: auto;
    }
    .no-sidebar .result-list .item img {
        float: left;
        margin-right: 20px;
        margin-top: 5px;
        max-width: 40%;
        width: auto;
    }
}
@media screen and (max-width: 782px) {
    .wp-adminbar body {
        padding-top: 46px;
    }
    .wp-adminbar .product-header,
    .wp-adminbar .marks-filter {
        top: 46px;
    }
    .wp-adminbar #wp-admin-bar-new_draft a:before {
        width: 40px !important;
        top: 2px !important;
    }
    .wp-adminbar #wpadminbar #wp-admin-bar-new_draft > .ab-item {
        width: 40px !important;
    }
}
@media (max-width: 767px) {
    .layout__columns.no-sidebar .layout__content .row.two-in-row .row-item {
        width: 100%;
    }
    .slider-box.slider-fw .slider-wrap .slider .slide .text h2 {
        font-size: 36px;
    }
    .no-sidebar .blog-articles-list .blog-article,
    .no-sidebar .blog-articles-list .event,
    .no-sidebar .blog-articles-list .link,
    .no-sidebar .event-list .blog-article,
    .no-sidebar .event-list .event,
    .no-sidebar .event-list .link,
    .no-sidebar .link-list .blog-article,
    .no-sidebar .link-list .event,
    .no-sidebar .link-list .link {
        width: 100%;
    }

    .container .container {
        padding: 0;
    }
    .other-loc .row .row-item {
        width: 100%;
        margin-bottom: 40px !important;
    }
    .other-loc .row .row-item:last-child {
        margin-bottom: 0;
    }
    .no-sidebar .board-column .item .img-wrap {
        float: none;
        display: table;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .img-overlay .img-box .text p {
        font-size: 20px;
    }
    .img-overlay .img-box .text .fa {
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    main .gsc-table-cell-thumbnail {
        display: none;
    }
    main .gsc-table-cell-snippet-close {
        display: block;
        width: 100%;
    }
    main .gsc-above-wrapper-area-container td {
        display: block;
    }
    main .gsc-orderby-container {
        text-align: left;
        margin: 20px 0;
    }
    main .gsc-control-cse .gsc-option-menu-container {
        text-align: right;
    }
}
@media (max-width: 640px) {
    .layout__columns:not(.no-sidebar) .row.two-in-row .row-item {
        width: 100%;
    }
    .layout__columns:not(.no-sidebar) .row.two-in-row .row-item:first-child {
        padding-right: 0;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay .row .row-item {
        width: 100%;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay .row .row-item .img-box {
        max-width: 350px;
        margin: 0 auto;
    }
    .layout__columns.no-sidebar .layout__content .key-features .row .row-item {
        width: 50%;
    }
    .layout__columns .layout__content .img-overlay .row .row-item {
        width: 100%;
    }
    .layout__columns .layout__content .img-overlay .row .row-item .img-box {
        max-width: 350px;
        margin: 0 auto;
    }
    .layout__columns .layout__content .key-features .row .row-item {
        width: 50%;
    }
    .key-features .row .row-item {
        width: 50%;
        margin-bottom: 40px;
    }
    .key-features .row .row-item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
    .main-events .row .row-item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 40px;
    }
    .topics .topics-list .row-item {
        width: 50%;
    }
    .feeds .row.three-in-row .row-item {
        width: 100% !important;
    }
    .feeds .row .row-item {
        width: 100% !important;
    }
    .no-sidebar .board-list {
        margin: 0 -15px;
    }
    .no-sidebar .board-list .item {
        padding: 0 15px;
    }
    .result-list .item img {
        width: auto;
        float: none;
        max-width: 70%;
        display: table;
        margin: 0 auto 15px;
    }
    .no-sidebar .result-list .item img {
        width: auto;
        float: none;
        max-width: 70%;
        display: table;
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 600px) {
    .wp-adminbar #wpadminbar {
        position: fixed;
    }
}
@media (max-width: 540px) {
    .top-img.with-bg {
        height: auto;
        padding: 100px 0;
    }
    .top-img.with-bg .text {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .top-img.small {
        padding: 0;
    }
    .top-img .text {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .top-img .text h1,
    .top-img .text .title {
        font-size: 36px;
    }
    .layout__columns.no-sidebar .layout__content .img-overlay {
        padding: 0;
    }
    .layout__columns .layout__content .img-overlay {
        padding: 0;
    }
    .faq-toggle .question-wrap {
        padding: 20px;
    }
    .faq-toggle .question-wrap h2 {
        font-size: 20px;
        padding-left: 35px;
    }
    .faq-toggle .question-wrap h2 i {
        font-size: 24px;
    }
    .faq-toggle .question-wrap .answer {
        font-size: 16px;
        padding-left: 0;
    }
    .slider-box.slider-fw .slider-wrap .slider .slide {
        min-height: 0;
    }
    .slider-box.slider-fw .slider-wrap .slider .slide .text h2 {
        font-size: 30px;
    }
    .slider-box.slider-fw .slider-wrap .slider .slide .text {
        padding-top: 20px;
    }
    .blog-articles-list .img-wrap,
    .event-list .img-wrap,
    .link-list .img-wrap {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
    }
    .no-sidebar .blog-articles-list .img-wrap,
    .no-sidebar .event-list .img-wrap,
    .no-sidebar .link-list .img-wrap {
        margin-bottom: 20px;
    }
    .other-loc .big-map-block address {
        padding: 20px;
    }
    .board-list .item {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .search {
        margin: 0 -20px 40px;
        padding: 25px 20px;
    }
    .img-overlay .row .row-item {
        width: 100%;
    }
}
@media (max-width: 520px) {
    .slider-box .text .flex-box h2 {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .faq-toggle {
        margin: 40px -20px;
    }
    .topics .topics-list .row-item {
        width: 100%;
    }
    .topics .topics-list.four-in-row .row-item {
        width: 100%;
    }
    .blog-articles-list.link-column .link,
    .event-list.link-column .link,
    .link-list.link-column .link {
        width: 100%;
    }
    #bbpress-forums {
        margin: 0 -20px;
    }
    #bbpress-forums li.bbp-header li {
        font-size: 16px;
    }
    #bbpress-forums li.bbp-topic-freshness a {
        font-size: 12px;
    }
    #bbpress-forums li a {
        font-size: 14px;
    }
    #bbpress-forums li a.bbp-author-name {
        font-size: 12px;
    }
    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta {
        font-size: 12px;
    }
    div.bbp-template-notice,
    div.indicator-hint,
    .bbp-pagination-count {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 480px) {
    main .gsc-selected-option-container {
        width: 210px;
    }
}
@media screen and (max-width: 320px) {
    #bbpress-forums p.bbp-topic-meta img.avatar {
        margin-bottom: -2px;
    }
    li.bbp-forum-reply-countm li.bbp-topic-freshness {
        float: right;
    }
}
@media print {
    /*07.06.2018*/
    .hide-print {
        display: none !important;
    }
}
/*# sourceMappingURL=../maps/main.css.map */
/*Ggl*/
.goog-te-menu-frame {
    max-width: 100% !important;
}
.goog-te-menu2 {
    max-width: 100% !important;
    overflow: scroll !important;
    box-sizing: border-box !important;
    height: auto !important;
}

/*Widgets styles fix*/
#s2j_widget {
    z-index: 1;
}

span.wpcf7-list-item {
    display: block;
}

/*GCS*/
main .gsc-table-cell-snippet-close {
    width: 100%;
}

/*Side menu::after*/

@media (max-width: 860px) {
    /*empty sidebar on mobile */
    aside.cs-17 {
        display: none;
    }
}

main aside figure.gallery-item {
    margin-bottom: 40px;
}

.tribe-events-ajax-loading {
    display: none;
}

/* research db styles */

.search-results-form-box {
    padding: 19px 25px 18px;
    background-color: #fff;
    margin-bottom: 40px;
    border: 2px solid #ccc;
}

@media (min-width: 601px) {
    .search-results__controls {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
}

main.research-db-page .no-sidebar .blog-articles-list .img-wrap {
    float: left;
    margin-right: 30px;
    padding-top: 5px;
    width: 190px;
    max-width: 33.33333%;
}

main.research-db-page .search-results-form button.btn {
    margin-left: 17px;
    display: inline-block;
}
main.research-db-page .search-results-form button.btn:first-child {
    margin-left: 0;
}

main.research-db-page div.white-bg {
    padding: 19px 25px 18px;
    background-color: #fff;
    margin-bottom: 40px;
}

main.research-db-page table.results-db-style {
    table-layout: auto;
}
main.research-db-page table.results-db-style thead tr th {
    /* height: 95px; */
    padding-left: 10px;
    text-align: left;
}

main.research-db-page table.results-db-style td,
main.research-db-page table.results-db-style th {
    color: inherit;
    font-size: 14px;
    padding: 0;
    padding-left: 8px;
    height: auto;
}

main.research-db-page .layout__columns table.results-db-style td,
main.research-db-page .layout__columns table.results-db-style th {
    font-size: 16px;
}

main.research-db-page td a {
    text-decoration: none;
}

main.research-db-page th a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

main.research-db-page th a:hover {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
}

main.research-db-page th.sortable a span,
main.research-db-page th.sorted a span {
    float: left;
    cursor: pointer;
}

main.research-db-page th.asc a:focus span.sorting-indicator,
main.research-db-page th.asc:hover span.sorting-indicator,
main.research-db-page th.desc a:focus span.sorting-indicator,
main.research-db-page th.desc:hover span.sorting-indicator,
main.research-db-page th.sorted .sorting-indicator {
    visibility: visible;
}

.sorting-indicator {
    display: block;
    visibility: hidden;
    width: 10px;
    height: 4px;
    margin-top: 12px;
    margin-left: 7px;
}

.sorting-indicator:before {
    content: "\f142";
    font: normal 20px/1 dashicons;
    speak: never;
    display: inline-block;
    padding: 0;
    top: -4px;
    left: -8px;
    color: #3c434a;
    line-height: 0.5;
    position: relative;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    color: #3c434a;
}

main.research-db-page th.asc a:focus span.sorting-indicator:before,
main.research-db-page th.asc:hover span.sorting-indicator:before,
main.research-db-page th.sorted.desc .sorting-indicator:before {
    content: "\f140";
}
main.research-db-page th.desc a:focus span.sorting-indicator:before,
main.research-db-page th.desc:hover span.sorting-indicator:before,
main.research-db-page th.sorted.asc .sorting-indicator:before {
    content: "\f142";
}

main ul.tribe-events-c-nav__list li,
main ul.tribe-events-c-top-bar__nav-list li,
main ul.tribe-events-c-view-selector__list li,
main aside ul li.cat-item {
    padding-left: 0;
}
main .tribe-common ul li:before,
main .tribe-common nav > ul > li > a.tribe-common-c-btn-icon:before,
main .tribe-common a:before {
    content: none;
}

main .tribe-common.tribe-events-view h1 {
    margin: 34px 0 13px;
    font-weight: bold;
}

main .tribe-common div.container {
    padding: 0;
    margin: 0;
    max-width: none;
}
main .tribe-common .tribe-common-l-container {
    padding: 20px 20px 40px 20px !important;
    max-width: 1180px;
}

main .tribe-common .article-controls {
    padding: 10px 0 0;
}

main .tribe-common .datepicker table thead tr th,
main .tribe-common .datepicker table thead tr th.datepicker-switch,
main .tribe-common .datepicker table thead tr th.dow {
    background-color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    main .tribe-common .tribe-common-l-container {
        padding: 20px !important;
    }
}

div.container .layout__content .tribe-common h1,
div.container .layout__content .tribe-common .article-controls {
    display: none;
}
div.container .tribe-common .tribe-common-l-container {
    padding: 0 !important;
}
.alert-to-top {
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: red;
    height: 32px;
    position: absolute;
}
.alert-to-top .container {
    margin: 0 auto;
    position: relative;
}
.alert-to-top p,
.alert-to-top a,
.alert-to-top span {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0;
}
.alert-to-top a {
    text-decoration: none;
}
.alert-to-top a:hover u,
.alert-to-top a:hover {
    text-decoration: underline;
}
.alert-to-top p {
    width: 100% !important;
    margin: 0;
    line-height: 32px;
}
@media (max-width: 960px) {
    .alert-to-top {
        text-align: center;
        position: fixed;
        display: block;
    }
    .wp-adminbar body {
        padding-top: 80px;
    }
}
@media (max-width: 782px) {
    .alert-to-top {
        height: 64px;
    }
    .alert-text {
        padding-top: 64px;
    }
    .alert-text.wp-adminbar {
        padding-top: 110px;
    }
    .wp-adminbar .alert-to-top {
        top: 46px;
    }
}
@media print {
    * {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
    html,
    body {
        height: 99% !important;
    }

    html,
    body,
    .alert-text {
        padding: 0 !important;
    }
    .top-img,
    .article-controls,
    .social-links {
        display: none !important;
    }
    span.icon {
        background-color: grey !important;
    }
    i.fa {
        color: #000000 !important;
    }

    .alert-to-top {
        display: none;
    }
    .row .row-item .icon {
        display: none;
    }
    .row .row-item.topic p {
        width: 100%;
    }
    .row .row-item {
        padding: 0 10px;
    }
    .feeds .row.three-in-row .row-item,
    .three-in-row .row-item {
        -webkit-flex: 0 0 33.33333% !important;
        -ms-flex: 0 0 33.33333% !important;
        flex: 0 0 33.33333% !important;
        width: 33.33333% !important;
        margin-bottom: 10px !important;
    }
    .feeds .row.two-in-row .row-item,
    .two-in-row .row-item {
        -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        width: 50% !important;
        margin-bottom: 10px !important;
    }
    .four-in-row .row-item {
        -webkit-flex: 0 0 25% !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        width: 25% !important;
        margin-bottom: 10px !important;
    }
    .inner .img-wrap {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-top: 30px;
        max-width: 30%;
    }
    .inner .descr {
        float: none;
        display: inline-block;
        max-width: 60%;
    }
    #grecaptcha-badge,
    #wpadminbar {
        display: none !important;
    }
}

@media (min-width: 961px) {
    .sub-submenu {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 10;
    }
}

.col-3 {
    position: absolute;
    top: 38px;
    padding: 0;
    left: -210% !important;
    width: auto !important;
    overflow: hidden;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
}

.col-3 > ul {
    width: 300px;
}

.has-icon.has-hovered-icon a:hover .menu-icon img {
    opacity: 0;
}
.has-icon.has-hovered-icon a .menu-icon img.hover-img {
    opacity: 0;
}

.has-icon.has-hovered-icon a:hover .menu-icon img.hover-img {
    opacity: 1;
}

.has-icon .menu-icon {
    position: absolute;
    width: 32px;
    height: 30px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.has-icon .menu-icon img {
    height: auto;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: 50%;
    transform: translateY(-50%);
}

.col-2 > ul > .has-icon .menu-icon,
.col-3 > ul > .has-icon .menu-icon {
    left: 25px;
}

@media (max-width: 960px) {
    .col-3 {
        left: auto !important;
    }
    .col-3 > ul {
        width: 100%;
    }
    .submenu.col-2 > ul > .has-icon .menu-icon,
    .submenu.col-3 > ul > .has-icon .menu-icon {
        left: 35px;
    }
    .sub-submenu.col-2 > ul > .has-icon .menu-icon,
    .sub-submenu.col-3 > ul > .has-icon .menu-icon {
        left: 45px;
    }
}

main ul.js-carousel-slides li.carousel__slide {
    padding-left: 0;
    margin-bottom: 0;
}
main ul.js-carousel-slides li.carousel__slide::before {
    content: none;
}
main ul.js-carousel-slides li.carousel__slide a.btn {
    display: inline-block;
    margin-top: 15px;
}

/* Carousel  */
:root {
    --carousel-accent-color: #f99b1c;
    --carousel-background-color: #fff;
}
.carousel {
    --carousel-img-proportion: 1.78;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background-color: var(--carousel-background-color);
}
@media (min-width: 1000px) {
    .carousel {
        --carousel-img-proportion: 1.5;
    }
}
@media (min-width: 1200px) {
    .carousel {
        --carousel-img-proportion: 1.78;
    }
}
.carousel__top {
    overflow: hidden;
}
.carousel__slides {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    will-change: transform;
}
.carousel__slide {
    width: 100%;
    height: 100%;
    display: none;
    flex-shrink: 0;
    position: relative;
    margin-right: -100%;
}
.carousel__slide.is-active {
    display: block;
}
@media (min-width: 1000px) {
    .carousel__slide.is-active {
        display: flex;
    }
}
.carousel:not([data-initiated]) .carousel__slide:first-child {
    display: block;
}
@media (min-width: 1000px) {
    .carousel:not([data-initiated]) .carousel__slide:first-child {
        display: flex;
    }
}
.carousel__slide-img {
    display: block;
    flex-shrink: 0;
    width: 100vw;
    height: calc(100vw / var(--carousel-img-proportion));
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 1000px) {
    .carousel__slide-img {
        width: 50vw;
        height: calc(50vw / var(--carousel-img-proportion));
    }
}
@media (min-width: 1920px) {
    .carousel__slide-img {
        width: 960px;
        height: calc(960px / var(--carousel-img-proportion));
    }
}
.carousel__slide-description {
    box-sizing: border-box;
    padding: 50px 20px;
}
@media (min-width: 760px) {
    .carousel__slide-description {
        padding: 50px 30px;
    }
}
@media (min-width: 1000px) {
    .carousel__slide-description {
        overflow-y: auto;
        height: 100%;
        height: calc(50vw / var(--carousel-img-proportion));
        padding: 1.5vw 3vw;
    }
    .carousel__slide-description::-webkit-scrollbar {
        width: 10px;
    }
    .carousel__slide-description::-webkit-scrollbar-thumb {
        background-color: var(--carousel-accent-color);
    }
}
@media (min-width: 1920px) {
    .carousel__slide-description {
        width: 960px;
        height: calc(960px / var(--carousel-img-proportion));
    }
}
.carousel__controls {
    position: absolute;
    top: calc(100vw / var(--carousel-img-proportion) + 10px);
    right: 10px;
    display: inline-grid;
    grid-auto-flow: column;
    gap: 7px;
    justify-content: center;
    align-items: center;
    height: 35px;
    color: #fff;
    line-height: 1;
}
@media (min-width: 1000px) {
    .carousel__controls {
        top: calc(50vw / var(--carousel-img-proportion) - 35px);
        right: calc(50vw + 15px);
        left: auto;
        gap: 0;
        height: 25px;
    }
}
@media (min-width: 1920px) {
    .carousel__controls {
        top: calc(960px / var(--carousel-img-proportion) - 35px);
        right: 975px;
    }
}
.carousel__buttons {
    display: none;
}
@media (min-width: 1000px) {
    .carousel__buttons {
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        gap: 10px;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }
}
.carousel__button {
    width: 5px;
    height: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: inherit;
}
.carousel:not([data-initiated]) .carousel__button:first-child {
    border-color: var(--carousel-accent-color);
}
.carousel__button:focus:not(:focus-visible) {
    outline: none;
}
.carousel__button.is-active {
    transform: scale(1.2);
    border-color: var(--carousel-accent-color);
    background: var(--carousel-accent-color);
}
.carousel__arrow {
    --radius: 7px;
    overflow: hidden;
    z-index: 0;
    width: 35px;
    height: 100%;
    padding: 0;
    position: relative;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-weight: inherit;
}
@media (min-width: 1000px) {
    .carousel__arrow {
        background-color: rgba(0, 0, 0, 0.3);
    }
}
.carousel__arrow:first-child {
    border-radius: var(--radius);
}
@media (min-width: 1000px) {
    .carousel__arrow:first-child {
        border-radius: var(--radius) 0 0 var(--radius);
    }
}
.carousel__arrow:last-child {
    border-radius: var(--radius);
}
@media (min-width: 1000px) {
    .carousel__arrow:last-child {
        border-radius: 0 var(--radius) var(--radius) 0;
    }
}
.carousel__arrow:focus:not(:focus-visible) {
    outline: none;
}
.carousel__arrow-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    transition: transform 0.15s ease-in;
    will-change: transform;
    display: block;
    fill: #fff;
    transition: all 0.15s;
}
.carousel__arrow-icon:active {
    transform: scale(0.7);
}
@media (min-width: 1000px) {
    .carousel__arrow-icon {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 1000px) {
    .carousel__arrow:hover .carousel__arrow-icon {
        fill: var(--carousel-accent-color);
    }
}
@media (min-width: 1000px) {
    .slider-right li.carousel__slide.is-active {
        flex-direction: row-reverse;
    }
}

.slider-box .slider-wrap .slider-controls {
    background: rgba(0, 0, 0, 0.3);
    height: 25px;
    border-radius: 8px;
}
.slider-box .slider-wrap .slider-controls .slick-arrow {
    top: 4px;
}
.slider-box .slider-wrap .slider-controls .slick-dots {
    margin-top: 6px;
}
.slider-box .slider-wrap .slider-controls .slick-arrow.slick-prev {
    left: 8px;
}
.slider-box .slider-wrap .slider-controls .slick-arrow.slick-next {
    right: 8px;
}
