html,
body {
    min-height: 100vh;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    display: flex;
    flex-direction: column;
}

body.active-popup {
    overflow: hidden;
}

main {
    flex: 1 1 auto;
    position: relative;
}

.slick-slider *:focus {
    outline: none;
}

.slick-dots {
    font-size: 0;
    padding: 0;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 25px;
}

@media screen and (max-width: 991px) {
    .slick-dots li {
        margin: 0 8px;
    }
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    text-indent: -100px;
    background-color: transparent;
    border-radius: 100%;
    outline: 0 !important;
    border: 1px solid #fff;
    padding: 0;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

strong,
b {
    font-weight: 700;
}

a {
    transition: 0.2s all;
}

.closes {
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    padding: 8px;
}

.opened-menu:before {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.2);
}

.opened .menu-opener:before {
    box-shadow: 0 0 0 0 transparent;
    transform: rotate(225deg);
    top: 17px;
}

.opened .menu-opener:after {
    transform: rotate(315deg);
    top: 17px;
}

.side-menu {
    width: 275px;
    height: 100vh;
    overflow: auto;
    background: #434566;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 750;
    opacity: 0;
    transition: 0.2s all;
    padding-top: 130px;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.opened .side-menu {
    transform: translateX(0);
    pointer-events: all;
    opacity: 1;
}

.s-system {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-system h1 {
    margin-bottom: 35px;
}

.search .post {
    margin-bottom: 35px;
}

.search .post img {
    margin-bottom: 12px;
}

.pagination {
    display: flex;
    justify-content: space-between;
}

.pagination a {
    font-size: 20px;
    font-weight: 700;
}

.w-search-side {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.w-search-side ::-webkit-input-placeholder {
    color: #fff;
}

.w-search-side ::-moz-placeholder {
    color: #fff;
}

.w-search-side :-ms-input-placeholder {
    color: #fff;
}

.w-search-side input {
    border-radius: 40px;
    width: 100%;
    background: #8894ab url('../images/ico_search_white.svg') calc(24px / 2) 50% no-repeat;
    background-size: 24px;
    padding: 0 0 0 44px;
    height: 48px;
    line-height: 46px;
    color: #ffffff;
    border: 1px solid #fff;
    outline: none !important;
}

.side-menu .logo-side {
    text-align: center;
    display: block;
}

.side-menu .logo-side img {
    margin-left: auto;
    margin-right: auto;
}

.side-menu .menu {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}

.side-menu .menu li {
    margin-bottom: 18px;
}

.side-menu .menu a {
    display: block;
    color: #fff !important;
    font-size: 14px;
}

.side-menu .menu a:hover {
    text-decoration: underline;
}

.side-menu .h--logo {
    position: absolute;
    top: 20px;
    left: 15px;
}

.side-menu li {
    display: block;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-menu li:last-child {
    border: 0;
}

.menu-opener {
    z-index: 50;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 19px;
    position: relative;
    vertical-align: 0;
    margin-left: 20px;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    top: 3px;
}

.menu-opener span {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 30px;
}

.menu-opener .opener-2 {
    display: none;
}

.menu-opener:before,
.menu-opener:after {
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    background: #4c2b5a;
    width: 20px;
    height: 2px;
    left: 0;
    top: 17px;
    position: absolute;
}

.menu-opener:before {
    box-shadow: 0 6px 0 0 #4c2b5a;
}

.menu-opener:after {
    top: 11px;
}

.menu-opener.opened:before {
    box-shadow: 0 0 0 0 transparent;
    transform: rotate(225deg);
    top: 8px;
}

.menu-opener.opened:after {
    transform: rotate(315deg);
    top: 8px;
}

.opener-side {
    position: absolute;
    top: 20px;
    right: 15px;
    display: inline-block;
}

.opener-side:before,
.opener-side:after {
    background: #fff;
    position: absolute;
}

.opener-side:before {
    box-shadow: 0 0 0 0 transparent;
    transform: rotate(225deg);
    top: 8px;
}

.opener-side:after {
    transform: rotate(315deg);
    top: 8px;
}

p {
    margin: 19px 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 66px;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 28px;
        line-height: 1.2;
    }
}

.single-post-h1 {
    margin-bottom: 50px;
}

h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.238;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-style: normal;
    font-weight: 700;
}

p + h2 {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    p + h2 {
        margin-top: 30px;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p > img {
    display: inline-block;
}

a {
    text-decoration: none;
    color: #263a57;
}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s all;
    transform: translate3d(0, 0, 0);
    border: 0;
    min-width: 140px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    height: 42px;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #4c2b5a;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-appearance: none;
    border: 1px solid #4c2b5a;
}

.btn:hover {
    color: #4c2b5a;
    background-color: transparent;
}

.btn:focus {
    outline: none;
}

@media screen and (max-width: 475px) {
    .btn {
        width: 100%;
    }
}

.btn-more {
    font-size: 10px;
    background-color: #34b378;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 15px;
    border-radius: 3px;
    border: 0 !important;
    width: 78px;
}

.btn-more:hover {
    background-color: #2e9f6b;
    color: #ffffff !important;
}

.btn-cta-h {
    margin-left: 12px;
}

.btn-outline {
    border: 1px solid #4c2b5a;
    line-height: 40px;
    color: #4c2b5a;
    background-color: transparent;
}

.btn-outline:hover {
    color: #ffffff;
    background: #4c2b5a;
}

.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    height: 58px;
    line-height: 56px;
    min-width: 236px;
}

.btn-outline-white:hover {
    color: #4c2b5a;
    background: #fff;
}

.btn-grey {
    border-color: #f7f8fa;
    background-color: #f7f8fa;
    color: #4c2b5a;
}

.btn-grey:hover {
    color: #fff;
    border-color: #4c2b5a;
    background-color: #4c2b5a;
}

.btn-white {
    background: #ffffff;
    color: #34b378;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    min-width: 236px;
    padding: 0 35px;
    border: 0;
}

.btn-white:hover {
    background: #34b378;
    color: #fff;
}

.btn-green {
    background: #34b378;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    min-width: 236px;
    padding: 0 35px;
    border: 0;
    color: #fff;
}

.btn-green:hover {
    background: #2e9f6b;
    color: #fff;
}

.btn-cta-main {
    min-width: 318px;
    background-color: #b7d6e8;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    height: 56px;
    line-height: 56px;
    margin-top: 35px;
}

@media screen and (max-width: 475px) {
    .btn-cta-main {
        width: 100%;
        min-width: 0;
    }
}

.btn-submit {
    font-weight: 400;
    font-size: 17px;
    min-width: 158px;
    padding: 0 15px;
}

.btn-map {
    background-color: #b7d6e8;
    min-width: 324px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #121832;
    font-weight: 600;
    padding: 0 15px;
}

@media screen and (max-width: 475px) {
    .btn-map {
        width: 100%;
        min-width: 0;
    }
}

figure.wp-caption {
    width: auto !important;
}

.uw-tabs-content .btn-white {
    border: 1px solid #34b378;
}

.text > *:last-child {
    margin-bottom: 0;
}

.text ul {
    list-style: inside;
    margin: 0 0 1.5em;
}

.tribe-events ul {
    margin-bottom: 0;
}

article {
    padding: 17px 25px 0 0;
}

@media screen and (max-width: 991px) {
    article {
        padding-right: 0;
    }
}

header {
    position: relative;
    padding: 15px 15px;
    background: #fff;
    z-index: 50;
}

header .inner {
    position: relative;
    z-index: 5;
}

header .header-right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .h-link img {
    width: 26px;
}

.col-centered {
    margin-left: auto;
    margin-right: auto;
}

.h--logo {
    display: inline-block;
    margin-right: 80px;
}

@media screen and (max-width: 1399px) {
    .h--logo {
        margin-right: 40px;
    }
}

.h--logo img {
    width: 287px;
}

@media screen and (max-width: 1199px) {
    .h--logo img {
        width: 167px;
    }
}

.header-left {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .header-left nav {
        display: none;
    }
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-title {
    flex: 0 0 100%;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .header-title br {
        display: none;
    }
}

.header-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .header-menu {
        display: none;
    }
}

.header-menu > li:hover > .sub-menu {
    /* display: block; */
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.header-menu > li:hover > .sub-menu:before {
    opacity: 1;
}

.header-menu > li {
    margin-left: 22px;
    margin-right: 22px;
    position: relative;
}

.header-menu > li:first-child {
    margin-left: 0;
}

.header-menu > li:last-child {
    margin-right: 0;
}

.header-menu > li[class*='current'] > a {
    font-weight: 700;
}

.header-menu > li:hover > a {
    text-decoration: underline;
}

.header-menu > li > a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.header-menu a {
    font-size: 18px;
    transition: 0.2s all;
    color: #202020;
}

.header-menu > li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-menu > li:last-child .sub-menu:before {
    right: 30px;
}

.header-menu li:hover .sub-menu {
    display: block;
}

.header-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 5;
    min-width: 240px;
    margin: 0;
    padding: 10px 5px;
    list-style: none;
    opacity: 0;
    transform: translate(-50%, 0);
    left: 50%;
    transition: 0.2s all;
    pointer-events: none;
    visibility: hidden;
    margin-top: 23px;
}

.header-menu > li > .sub-menu > li:first-child > a {
    padding-top: 20px;
}

.header-menu > li > .sub-menu > li:last-child:not(.menu-item-has-children) > a {
    padding-bottom: 20px;
}

.header-menu > li > .sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 8px 8.5px;
    border-color: transparent transparent #d6dbe0 transparent;
    position: absolute;
    left: 50%;
    margin-left: -8.5px;
    top: 15px;
    transform: translateY(-12px);
    transition: 0.2s all;
    opacity: 0;
    pointer-events: none;
    z-index: 15;
}

.header-menu > li > .sub-menu.has-first:before {
    border-color: transparent transparent #d6dbe0 transparent;
}

.header-menu > li > .sub-menu:after {
    content: '';
    left: 0;
    right: 0;
    height: 30px;
    top: -24px;
    position: absolute;
}

.header-menu > li > .sub-menu a {
    font-size: 15px;
    color: #000;
    padding: 6px 25px 6px;
    display: block;
    background: #d6dbe0;
}

.header-menu > li > .sub-menu a:hover {
    color: #000;
    background: #ccc;
}

.header-menu > li > .sub-menu .sub-menu {
    display: block;
}

.header-menu > li > .sub-menu .sub-menu a {
    padding-left: 28px;
    font-size: 0.9em;
}

.header-menu > li > .sub-menu .sub-menu li:last-child a {
    padding-bottom: 20px;
}

/* NOTE responsive */
@media screen and (max-width: 991px) {
    .opened-menu:before {
        pointer-events: all;
        background: rgba(0, 0, 0, 0.2);
    }
    .menu-opener {
        display: inline-block;
    }
    .opened-menu .side-menu {
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
    }
    .side-menu .sub-menu {
        display: none;
        padding-left: 14px;
        padding-bottom: 14px;
        padding-top: 4px;
    }
    .menu-opener-d {
        margin-left: 0;
    }
    .side-menu {padding-top:90px;}
}

.w-load-more {
    text-align: center;
}

.hasCustomSelect {
    z-index: 5;
    cursor: pointer;
    width: 100% !important;
    top: 0;
}

.customSelect {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    line-height: 49px;
    height: 49px;
    border: 1px solid #b0adad;
    padding-left: 20px;
    box-shadow: 0 4px 10px rgba(57, 28, 69, 0.06);
    border-radius: 6px;
    background-color: #ffffff;
    color: #4c2b5a;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 16px;
}

.customSelect:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: #4c2b5a transparent transparent transparent;
    border-radius: 1px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    background-color: #999;
    padding: 38px 0;
    border-top: 2px solid #fff;
    color: #393939;
}

footer .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}

@media screen and (max-width: 991px) {
    footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

footer h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 35px;
}

@media screen and (max-width: 575px) {
    footer h5 {
        margin-bottom: 12px;
    }
}

footer a {
    color: #393939;
}

footer .f-left {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    footer .f-middle {
        flex: 1;
    }
}

footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    footer .inner {
        flex-wrap: wrap;
    }
}

footer .f--logo {
    margin-bottom: 15px;
}

footer .f--logo img {
    width: 230px;
}

footer .f-text {
    color: #393939;
    font-size: 14px;
    line-height: 20px;
}

footer .f-text p {
    margin: 0;
}

.copyright {
    font-size: 14px;
}

.f-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media screen and (max-width: 991px) {
    .f-right {
        align-items: center;
        text-align: center;
    }
}

.f-socials {
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.f-socials a {
    margin: 0 8px;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 575px) {
    .footer-menu {
        margin-bottom: 35px;
    }
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    color: #323232;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.footer-menu a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.smile-popup {
    position: fixed;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s all;
    z-index: 510;
    box-shadow: 0 20px 40px rgba(57, 28, 69, 0.08);
}

.smile-popup.smile-form-popup {
    background-color: #4c2b5a;
}

.smile-popup.smile-form-popup .w-form-file + p {
    display: block !important;
    margin-bottom: 0;
}

.smile-popup-inner {
    padding: 50px 60px;
    max-height: 85vh;
    overflow: auto;
}

.smile-popup-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/icon-close-blue.svg') no-repeat 50% 50%;
    background-size: contain;
}

.smile-popup-shim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: 0.2s all;
    z-index: 500;
}

.opened-popup {
    overflow: hidden;
}

.opened-popup .smile-popup-shim,
.opened-popup .smile-popup {
    pointer-events: all;
    opacity: 1;
}

@media screen and (max-width: 374px) {
    .menu-opener {
        margin-left: 14px;
    }
    .menu-opener {
        width: 30px;
    }
}

.s-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-content.full-w .inner {
    max-width: none;
}

.s-content .inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.s-selected-people {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-selected-people h2 {
    text-align: center;
    margin-bottom: 35px;
}

.s-selected-people .team-adm-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 133px;
    height: 133px;
}

.s-selected-people .item-inner {
    margin-bottom: 35px;
    display: flex;
}

.s-selected-people .item-inner .img {
    flex: 0 0 150px;
    width: 150px;
}

.s-selected-people .item-inner a {
    font-weight: 700;
}

.s-selected-people .item-inner a:hover {
    text-decoration: underline;
    color: #34b378;
}

.s-selected-people .item-inner p {
    margin: 0;
}

.s-selected-people .item-inner strong {
    display: block;
}

.s-cta {
    text-align: center;
    color: #ffffff;
    padding-top: 75px;
    padding-bottom: 65px;
}

.s-cta-purple {
    background: linear-gradient(to right, #354576, #662d91 100%);
}

.s-cta h2 {
    font-size: 30px;
}

.s-cta .inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    padding-top: 15px;
}

figure {
    margin: 2em;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

.s-content ul[style*='center'] {
    display: block;
    text-align: left !important;
    margin-left: auto;
    width: 260px;
    list-style: inherit;
    margin-right: auto;
    padding-left: 20px;
}

.s-hero {
    position: relative;
    text-align: center;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
    .s-hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.s-hero.s-hero-small {
    padding-top: 0;
    padding-bottom: 40px;
}

.s-hero.s-hero-small .text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
}

.s-hero .inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    padding-top: 70px;
}

.s-hero .text {
    font-size: 24px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .s-hero .text {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 640px) {
    .s-hero .text {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.s-hero .btns a {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 6px;
}

@media screen and (max-width: 640px) {
    .s-hero .btns a {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.s-hero h1 {
    margin-bottom: 45px;
}

.s-hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.s-hero.s-hero_carousel {
    padding-top: 0;
    padding-bottom: 0;
}

.s-hero.s-hero_carousel .text {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 1.5;
}

.s-hero.s-hero_carousel .inner {
    padding-bottom: 110px;
}

@media screen and (max-width: 991px) {
    .s-hero.s-hero_carousel .inner {
        padding-bottom: 85px;
    }
}

.s-hero.smaller-h {
    padding-top: 90px;
    padding-bottom: 150px;
}

.s-hero.smaller-h .h1 {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 40px;
    line-height: 53px;
}

@media screen and (max-width: 640px) {
    .s-hero.smaller-h .h1 {
        font-size: 24px;
        line-height: 1.2;
    }
}

.s-hero.smaller-h .text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
    .s-hero.smaller-h .text {
        font-size: 16px;
        line-height: 1.2;
    }
}

.home .s-hero.s-hero_carousel .hero-slide {
    padding-bottom: 120px;
    padding-top: 120px;
}

@media screen and (max-width: 991px) {
    .home .s-hero.s-hero_carousel .hero-slide {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.post-categories {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

.single-post-w {
    padding-top: 150px;
    padding-bottom: 150px;
}

.s-information_on_image {
    position: relative;
}

.s-information_on_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.s-information_on_image .inner {
    position: relative;
    height: 720px;
}

@media screen and (max-width: 767px) {
    .s-information_on_image .inner {
        height: 530px;
    }
}

.s-information_on_image .information-b {
    position: absolute;
    background: rgba(0, 0, 0, 0.52);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s-information_on_image a {
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

.s-information_on_image a:hover {
    text-decoration: underline;
}

.s-information_on_image ul {
    margin: 0;
    padding: 37px 37px 30px;
    list-style: none;
    width: 280px;
}

.s-information_on_image li {
    margin-bottom: 10px;
}

.s-tabbed_content {
    padding-top: 35px;
    padding-bottom: 50px;
}

.s-research {
    padding-top: 35px;
    padding-bottom: 50px;
}

.post-list {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.post-list-carousel {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.post-inner {
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 32px rgba(87, 87, 87, 0.11), 0 0 32px rgba(87, 87, 87, 0.11);
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-inner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 240px;
}

.post-item {
    margin-bottom: 32px;
}

.w-load-more {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.post-meta {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.post-meta .title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 6px;
}

.post-meta .excerpt {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    flex: 1;


}

.post-meta-top {
    display: flex;
    justify-content: space-between;
}

.post-meta-left {
    flex: 1;
}

.post-meta-left a {
    font-size: 12px;
    font-weight: 700;
    pointer-events: none;
    color: #000000 !important;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 6px;
}

.auth-tooltip {
    background: url('../images/ico_info.svg') no-repeat 50% 0;
    background-size: 34px 34px;
    cursor: pointer;
    position: relative;
    height: 34px;
    width: 34px;
    margin-left: auto;
}

.auth-tooltip span {
    opacity: 0;
    transition: 0.2s all;
    color: #ffffff;
    background: #1b1b1b;
    padding: 2px 16px 3px;
    border-radius: 4px;
    position: absolute;
    top: -40px;
    right: 0;
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
}

.auth-tooltip span:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #1b1b1b transparent transparent transparent;
}

.auth-tooltip:hover span {
    opacity: 1;
}

.post-meta-right {
    width: 58px;
    flex: 0 0 58px;
}

.w-post-item-post.w-post-item-post-loop {
    margin-bottom: 35px;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

@media screen and (max-width: 640px) {
    .alignright {
        float: none;
        margin: 1em auto;
        display: block;
    }
}

.s-seminars {
    padding-bottom: 50px;
}

.s-seminars .inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.s-seminars h3,
.s-seminars h2 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 50px;
}

.s-bq {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
}

.s-bq .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    position: relative;
    padding-top: 280px;
    padding-left: 50px;
    padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
    .s-bq .inner {
        padding-left: 20px;
    }
}

.s-bq .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    pointer-events: none;
    border-radius: 4px;
}

.s-bq .bq-text {
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 54px;
    position: relative;
    max-width: 375px;
    font-family: 'Antic Didone', serif;
}

.s-bq .bq-text:before {
    content: '';
    position: absolute;
    top: -46px;
    left: 0;
    background: url('../images/-19-ico_quotes.svg') no-repeat 50% 50%;
    background-size: contain;
    width: 31px;
    height: 31px;
}

.s-bq .bq-bottom {
    display: flex;
    align-items: center;
    max-width: 375px;
    width: 100%;
    z-index: 10;
    position: relative;
    justify-content: space-between;
}

@media screen and (max-width: 640px) {
    .s-bq .bq-bottom {
        flex-wrap: wrap;
    }
}

.s-bq .bq-left {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    flex: 1;
}

.s-bq .bq-right {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
    .s-bq .bq-right {
        margin-top: 14px;
        flex: 0 0 100%;
    }
}

.s-bq .link-video {
    color: #fff;
    transition: 0.2s all;
}

.s-bq .link-video path {
    transition: 0.2s all;
}

.s-bq .link-video:hover {
    color: #34b378;
}

.s-bq .link-video:hover path {
    fill: #34b378;
}

.s-bq svg {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 34px;
    width: 34px;
    height: 34px;
}

.s-bq .a-logo {
    position: absolute;
    top: 65px;
    right: 25px;
    opacity: 0.35;
}

@media screen and (max-width: 640px) {
    .s-bq .a-logo {
        padding-left: 15px;
    }
}

.s-bq .a-logo img {
    width: 286px;
}

.s-faq {
    padding-top: 20px;
    padding-bottom: 70px;
}

.s-faq .inner {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.s-faq .question-item {
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}

.s-faq .q-opener {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding: 13px 15px;
    transition: 0.2s all;
    cursor: pointer;
}

.s-faq .q-opener:hover {
    color: #34b378;
}

.s-faq .question-item:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.s-faq .q-answer {
    display: none;
    background-color: #fcfcfc;
    color: #393939;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 15px;
    border-top: 1px solid #e3e3e3;
}

.s-gallery .inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.gal-eq {
    display: flex;
    flex-wrap: wrap;
}

.gal-eq .item {
    flex: 0 0 50%;
    height: 280px;
    position: relative;
    padding: 10px;
    display: block;
}

@media screen and (max-width: 767px) {
    .gal-eq .item {
        flex: 0 0 100%;
    }
}

.gal-eq .item > img {
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.gal-5 {
    display: flex;
}

@media screen and (max-width: 767px) {
    .gal-5 {
        flex-wrap: wrap;
    }
}

.gal-5 .gal-left {
    padding: 10px;
    flex: 0 0 50%;
}

@media screen and (max-width: 767px) {
    .gal-5 .gal-left {
        flex: 0 0 100%;
    }
}

.gal-5 .gal-left .item {
    height: 280px;
    position: relative;
    display: block;
}

.gal-5 .gal-left .item > img {
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.gal-5 .gal-right {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
}

@media screen and (max-width: 767px) {
    .gal-5 .gal-right {
        flex: 0 0 100%;
    }
}

.gal-5 .gal-right .item {
    flex: 0 0 50%;
    height: 150px;
    position: relative;
    padding: 10px;
}

.gal-5 .gal-right .item > img {
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.bot-cta {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bot-cta a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 4px 10px;
    border-bottom: 2px solid #34b378;
}

.sm-cancelled {
    color: red;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.archive-links {
    display: flex;
    justify-content: center;
}

.archive-links a {
    width: 100px;
    margin: 10px 23px;
    text-align: center;
    font-weight: 700;
    color: #1b1b1b !important;
    padding: 2px 5px 4px;
    text-transform: uppercase;
    border-bottom: 2px solid #34b378;
    font-size: 12px;
    line-height: 14px;
}

.seminar-post {
    padding: 17px 16px 13px;
    display: flex;
    align-items: flex-start;
    border-radius: 3px;
    box-shadow: 0 0 32px rgba(87, 87, 87, 0.08), 0 0 32px rgba(87, 87, 87, 0.08);
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 27px;
}

@media screen and (max-width: 640px) {
    .seminar-post {
        flex-wrap: wrap;
    }
}

.seminar-post .img {
    width: 184px;
    flex: 0 0 184px;
    margin-right: 13px;
}

.seminar-post .seminar-meta {
    flex: 1;
}

@media screen and (max-width: 640px) {
    .seminar-post .seminar-meta {
        flex: 0 0 100%;
        margin-top: 20px;
    }
}

.seminar-post .sm-top {
    display: flex;
    border-bottom: 1px solid #b8bfc8;
}

.seminar-post .sm-left {
    flex: 1;
    padding-top: 17px;
    padding-right: 15px;
}

.seminar-post .speaker {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #22b573;
    margin: 0;
}

.seminar-post .speaker-bio {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
}

.seminar-post .sm-title {
    font-size: 17px;
    line-height: 25px;
    font-style: italic;
    margin: 0;
}

.seminar-post .sm-right {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.seminar-post .sm-right i {
    margin-right: 12px;
}

.seminar-post .sm-right > * {
    margin: 0 0 2px;
}

.seminar-post .sm-date i {
    color: #34b378;
}

.seminar-post .seminar-img {
    width: 184px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

.seminar-post .sm-hosted {
    padding-top: 6px;
    text-align: center;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
}

.seminar-post .sm-hosted:empty {
    display: none;
}

.w-post-item-post {
    padding: 30px;
    height: 100%;
}

@media screen and (max-width: 640px) {
    .w-post-item-post {
        padding: 0;
    }
}

.w-post-item-post-loop {
    width: 100%;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.news-carousel .slick-slide > div {
    height: 100% !important;
}

.news-carousel .slick-slide {
    opacity: 0.3;
    transition: opacity 0.5s ease-in-out;
}

.news-carousel .slick-current {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.news-carousel .slick-active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.post-item-post {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 12px rgba(87, 87, 87, 0.11), 0 0 12px rgba(87, 87, 87, 0.11);
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    height: 100%;
}

.post-item-post .post-inner {
    box-shadow: none;
}

.post-item-post .post-inner > .img img {
    border-radius: 3px 3px 0 0;
}

.post-item-post .post-meta {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.post-item-post .post-meta-top {
    padding-left: 12px;
    padding-right: 12px;
}

.post-item-post .date {
    margin: 0;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.post-item-post .date i {
    margin-right: 3px;
}

.post-item-post .title {
    font-size: 24px;
    line-height: 31px;
    margin: 0.8em 0 0.2em;
}

@media screen and (max-width: 640px) {
    .post-item-post .title {
        font-size: 18px;
        line-height: 1.2;
    }
}

.post-item-post .excerpt {
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0.8em;
}

.post-list-carousel {
    position: relative;
}

.post-list-carousel .pev-slick-arrow {
    background: no-repeat 50% 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.post-list-carousel .arrow-prev {
    background-image: url('../images/ico-prev-uw.svg');
    left: -50px;
}

@media screen and (max-width: 640px) {
    .post-list-carousel .arrow-prev {
        left: -30px;
        width: 24px;
        height: 24px;
    }
}

.post-list-carousel .arrow-next {
    background-image: url('../images/ico-next-uw.svg');
    right: -50px;
}

@media screen and (max-width: 640px) {
    .post-list-carousel .arrow-next {
        right: -30px;
        width: 24px;
        height: 24px;
    }
}

.s-news.scransition {
    transform: translateY(100px);
    opacity: 0;
}

.news-intro {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 20px;
}

.authors-items {
    display: flex;
    flex-direction: column;
}

.authors-more {
    background: #ffffff;
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 32px rgba(87, 87, 87, 0.11), 0px 0px 32px rgba(87, 87, 87, 0.11);
    background-color: #ffffff;
    border-radius: 0px 0px 3px 3px;
}

@media screen and (max-width: 640px) {
    .authors-more {
        flex-wrap: wrap;
    }
}

.authors-more .btn-more {
    height: 46px;
    margin-top: 0;
    line-height: 46px;
    width: 137px;
    font-size: 11px;
}

@media screen and (max-width: 640px) {
    .authors-more .btn-more {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .post-more-link {
        flex: 1 1 100%;
        width: 100%;
        padding-top: 14px;
    }
}

.author-item {
    background: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    margin-top: 1px;
}

.author-item .author-left {
    flex: 0 0 50px;
    width: 50px;
    margin-right: 15px;
}

.author-item .author-left img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.author-item .author-right {
    flex: 1;
}

.author-item .auth-name {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
}

.author-item .auth-position {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    font-style: italic;
}

.uw-tabs {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
}

.uw-tabs > * {
    cursor: pointer;
    text-align: center;
    position: relative;
    flex: 1;
    color: #b8bfc8;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 20px;
    transition: 0.2s all;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
    bottom: -1px;
}

.uw-tabs > *:hover,
.uw-tabs > *.active {
    color: #000;
    border-bottom: 2px solid #34b378;
}

.uw-tab-content {
    display: none;
}

.uw-tab-content.active {
    display: block;
}

.tribe-events ul {
    list-style: none;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.people-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.people-filter > * {
    background-color: #ededed;
    border-radius: 3px;
    transition: 0.2s all;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 130px;
    margin: 10px;
    border: 1px solid #e3e3e3;
    text-transform: uppercase;
    padding: 11px 30px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    text-align: center;
    height: 48px;
}

.people-filter > .active,
.people-filter > *:hover {
    background-color: #fff;
}

.p-items {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 75px;
    max-width: 1112px;
    list-style: none;
    text-align: center;
    height: auto !important;
}

.p-items:after {
    content: '';
    display: block;
    clear: both;
}

/* Common style */
.p-items figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 6px;
    width: 172px;
    height: 175px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .p-items figure {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .p-items figure {
        width: 158px;
        height: 158px;
    }
}

@media screen and (max-width: 640px) {
    .p-items figure {
        margin: 1%;
        width: 47.5%;
    }
}

.p-items figure img {
    position: relative;
    display: block;
    opacity: 0.8;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.p-items figure figcaption {
    padding: 8px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.p-items figure figcaption::before,
.p-items figure figcaption::after {
    pointer-events: none;
}

.p-items figure figcaption,
.p-items figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.p-items figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.p-items figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.p-items figure h2 span {
    font-weight: 800;
}

.p-items figure h2,
.p-items figure p {
    margin: 0;
}

.p-items figure p {
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz img {
    opacity: 1;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
    padding-top: 26%;
    transition: transform 0.35s;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 14px;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.single-people {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-people .inner-w {
    max-width: 1000px;
    margin: 0 auto;
}

.w-publ {
    padding-left: 20px;
    padding-bottom: 50px;
}

.checkmark {
    position: relative;
    margin-left: 20px;
}

.checkmark:before {
    content: '\f058';
    color: #34b378;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: -20px;
    top: 2px;
    position: absolute;
}

.sp-content {
    display: none;
}

.sp-content:first-child {
    display: block;
}

.sp-tabs .sp-tab {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    background: #ededed;
    color: #575757;
    transition: 0.2s all;
}

.sp-tabs .sp-tab:hover,
.sp-tabs .sp-tab.active {
    background: #ffffff;
}

.sp-tabs .sp-tab:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.side-name {
    margin: 0;
}

.side-position {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 15px;
}

.side-socials h4 {
    margin-bottom: 14px !important;
}

.side-socials a {
    color: #34b378;
    font-size: 22px;
}

.side-spacer {
    margin-top: 50px;
}

.sp-inner {
    border: 1px solid #e3e3e3;
    position: relative;
    color: #393939;
}

.sp-inner .thumb {
    margin-bottom: 20px;
}

.sp-inner .link-mail {
    display: inline-block;
    margin-bottom: 4px;
}

.sp-inner .link-mail span {
    color: #34b378;
    font-weight: 700;
}

.sp-inner .inner-content {
    padding: 16px 34px;
}

@media screen and (max-width: 991px) {
    .sp-inner .inner-content {
        padding-left: 15px;
    }
}

.sp-inner h4 {
    margin-bottom: -8px;
}

.sp-inner hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-color: #f4f4f4;
}

.sp-inner .profile-side {
    padding: 0 15px 16px;
    margin-top: -28px;
}

.sp-inner .profile-side div i {
    width: 16px;
}

.sp-inner dl {
    display: none;
}

.sp-inner dl.active {
    display: block;
}

.sp-inner dt {
    font-weight: 700;
    position: relative;
    margin-left: 20px;
}

.sp-inner dt:before {
    content: '\f058';
    color: #34b378;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: -20px;
    top: 2px;
    position: absolute;
}

.sp-inner dd {
    margin-bottom: 12px;
    margin-left: 0;
    padding-left: 0;
    word-break: break-all;
}

.sp-inner h2 {
    font-size: 18px;
}

.contact-acc h2 {
    cursor: pointer;
}

.contact-acc dl {
    padding-left: 35px;
}

.sp-cspecial {
    text-align: center;
    max-width: 640px;
}

.sp-cspecial h2 {
    padding-top: 50px;
}

.fwi-i {
    width: 100%;
    max-width: none;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

.sp-title,
.contact-acc h2 {
    padding: 16px 34px;
    font-size: 18px;
    line-height: 22px;
    background: #ededed;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .sp-title,
    .contact-acc h2 {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .s-content ul {
        padding-left: 0;
        margin-left: 0;
    }
}
