body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.responsive-video .w-background-video>video {
    width: 100%
}
.fb_iframe_widget span {
    vertical-align: baseline!important
}
.rich-text-content > h1:first-child,
.rich-text-content > h2:first-child,
.rich-text-content > h3:first-child,
.rich-text-content > h4:first-child,
.rich-text-content > h5:first-child,
.rich-text-content > h6:first-child {
    margin-top: 0px;
}

.sbi_photo {
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.8;
    -webkit-transition: color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out,opacity .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: color .2s ease-in-out,opacity .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    -o-transition: color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out;
    transition: color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out;
    transition: color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
}
.sbi_photo:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
            box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    opacity: 1;
}
#sb_instagram .sbi_follow_btn a {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 40px;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.main > .post {
    height: auto;
}

.w-richtext {
    display: block;
    width: 100%;
}

.pagination-block {
    display: block;
    margin-top: 60px;
}
.pagination {
    list-style: none;
    padding: 0 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.pagination li {
    display: inline-block;
}
.pagination li.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.pagination li a,
.pagination li button,
.pagination li span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: none;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    margin: 0 3px;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.pagination li a:hover,
.pagination li button:hover,
.pagination li span:hover {
    background-color: rgba(255,255,255,0.2);
}
.pagination li.current a,
.pagination li.current button,
.pagination li.current span {
    background-color: #ff65c3;
}
.page-section-background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
    right: 0;
    z-index: -1;
    left: 0;
}
.section-background {
    background: none;
    background-size: cover;
}

body.home .hero {
    min-height: 1100px;
}


.team-member-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.team-member.tiny .team-member-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.single-post .rich-text-content.w-richtext img {
    width: auto !important;
    height: auto !important;
}
.single-post .rich-text-content.w-richtext img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.single-post .rich-text-content.w-richtext img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.single-post .rich-text-content.w-richtext img.aligncenter {
    display: block;
    margin: 15px auto;
}


.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
