@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Readex+Pro:wght@300;400;500;600;700&display=swap');

body {
    font-size: 20px;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 300;
    color: #3d3935;
}
#content p {
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 1em;
}
.site-branding, 
#content, 
.site-info, 
.container {
    width: 970px;
    margin: 0 auto;
    padding: 0 20px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 500;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
    margin: 0;
    color: #76bc21;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
body.home header#masthead {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 9;
}
header#masthead {
    background: #004f51;
    padding: 33px 0 26px;
}
.custom-logo {
    width: 170px;
}
.main-navigation {
    float: right;
    font-size: 15px;
    margin-top: 24px;
}
.main-navigation a {
    color: #fff;
    margin: 4px 35px 4px 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Readex Pro', sans-serif;
    transition: 0.3s ease-in-out;
}
.main-navigation a:hover {
    color: #76bc20;
}
li#menu-item-43 a:hover {
    color: #fff;
}
li#menu-item-43 a {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #76bc21;
    padding: 4px 7px 4px 8px;
    border-radius: 4px;
}
.main-navigation li ul.sub-menu {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.main-navigation li:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    overflow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
ul.sub-menu {
    display: block;
    margin-left: -55px;
    background: #004f51;
}
.main-navigation ul ul a {
    width: 130px;
}
ul.sub-menu li a {
    margin: 10px 20px;
    text-align: center;
}
#contact-row {
    background: #76bc20;
    color: #fff;
    padding: 70px 0;
}
#contact-row h2 {
    color: #fff;
    text-align: center;
}
#cf-form {
    margin: 80px 0 40px;
}
#cf-left input, 
#cf-right input, 
#cf-full input {
    font-size: 20px;
    width: 100%;
    border: 0;
    background: transparent;
    font-family: 'Readex Pro', sans-serif;
    border-bottom: 3px solid #004f51;
    border-radius: 0;
    padding: 0 0 12px;
    color: #fff;
}
#cf-left {
    width: 49%;
    float: left;
    margin-bottom: 40px;
}
#cf-right {
    width: 49%;
    float: right;
    margin-bottom: 40px;
}
#cf-full {
    margin-bottom: 40px;
}
#cf-btn {
    margin-top: 20px;
}
#cf-btn input {
    margin: 0 auto;
    display: block;
    padding: 12px 35px;
    border: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #76bc20;
    background: #fff;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}
#cf-wrap {
    display: inline-block;
}
#cf-form p {
    margin: 0;
}
.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff !important;
    opacity: 1;
}
#cf-details {
    text-align: center;
    font-weight: 400;
}
#cf-details a {
    text-decoration: none;
}
footer#colophon {
    padding-top: 40px;
    color: #004f51;
}
footer#colophon .site-info {
    display: flex;
}
#left-footer {
    width: 80%;
    float: left;
}
#right-footer {
    float: right;
    width: 20%;
}
#f1, 
#f2, 
#f3, 
#f4 {
    width: 22%;
    float: left;
}
#f1 img {
    width: 100%;
}
#f2 ul {
    list-style: none;
    font-size: 15px;
}
#f2 a {
    text-decoration: none;
}
p.widget-title {
    margin: 0;
    color: #76bc21;
    font-weight: 500;
}
#f3 .textwidget, 
#f4 .textwidget{
    font-size: 10px;
}
#f4 a {
    text-decoration: none;
}
#f5 {
    clear: both;
    font-size: 10px;
}
#f6 {
    text-align: center;
}
.footer-bottom {
    clear: both;
    background: #004f51;
    color: #fff;
    font-size: 10px;
    padding: 12px 0;
    margin-top: 30px;
}
.footer-bottom p {
    margin: 0;
    display: inline-block;
}
#fb-right {
    float: right;
}
.footer-bottom a {
    text-decoration: none;
}

.service-row h3 {
    margin: 10px 0 0;
    font-weight: 100;
    line-height: 1.3;
}
.wh_hover_block {
    border: 9px solid transparent;
    border-radius: 10px;
    padding: 30px 5px 45px;
    text-align: center;
    position: relative;
    width: 88%;
    margin: 0 auto 10px;
    transition: 0.3s ease-in-out;
}
.wh_hover_block a {
    text-decoration: none;
}
.wh_hover_block:hover .main-block {
    opacity: 0;
}
.main-block {
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.main-block img {
    width: 150px;
    height: 110px;
    display: block;
    margin: 0 auto;
}
.wh_hover_block h3 {
    text-align: center;
    font-weight: 400;
}
.hover-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.hover-block p {
    margin: 15px 0 0;
    font-weight: 400 !important;
}
.wh_hover_block:hover .hover-block {
    opacity: 1;
}
.main-block h3 {
    margin-top: 20px;
}
.retirement .wh_hover_block:hover {
    border-color: #ffa400;
}
.protection .wh_hover_block:hover {
    border-color: #f4436c;
}
.investments .wh_hover_block:hover {
    border-color: #a5c5ed;
}
.mortgages .wh_hover_block:hover {
    border-color: #e578cb;
}
.inheritance .wh_hover_block:hover {
    border-color: #3bd4ae;
}
.corporate .wh_hover_block:hover {
    border-color: #bfb7b0;
}
.service-row {
    padding: 70px 0;
}
.slider-row {
    padding: 10px 0 80px;
}
.slider-row .vc_column-inner {
    padding-top: 0 !important;
}
.tparrows:before, 
.tparrows:after {
    color: #76bc20 !important;
}
.different-row {
    padding: 70px 0 130px;
}
.different-left .wpb_text_column {
    width: 465px;
    float: right;
}
.different-right img {
    width: 76%;
    float: left;
    padding-left: 40px;
}
.different-left h2 {
    line-height: 1.3;
}
.dg-txt {
    color: #004f51;
}


.inner-page-header {
    background: #004f51;
    padding: 80px 0 90px;
}
.inner-page-header h1 {
    color: #fff;
    margin: 0;
    line-height: 1.3;
}
.inner-page-header h3 {
    margin: 0;
    color: #76bc21;
    font-weight: 100;
}
.wpb_single_image.wpb_content_element {
    margin-bottom: 0 !important;
}
ul.ticks, 
ul.ticks1, 
ul.li-icons {
    list-style: none;
    padding: 0;
}
ul.ticks li, 
ul.ticks1 li, 
ul.li-icons li {
    padding-left: 65px;
    position: relative;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.3;
}
ul.ticks li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: url(/wp-content/uploads/2022/11/tick.svg);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
}
ul.ticks1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: url(/wp-content/uploads/2022/11/tick.svg);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
}
ul.li-icons li#icon1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(/wp-content/uploads/2022/12/white-icon1.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
ul.li-icons li#icon2:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    background: url(/wp-content/uploads/2022/12/white-icon2.svg);
    width: 40px;
    height: 50px;
    background-repeat: no-repeat;
}
ul.li-icons li#icon3:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(/wp-content/uploads/2022/12/white-icon3.svg);
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
}
ul.li-icons li#icon4:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(/wp-content/uploads/2022/12/white-icon4.svg);
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
}
ul.li-icons li#icon5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(/wp-content/uploads/2022/12/white-icon5.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
ul.li-icons li#icon6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(/wp-content/uploads/2022/12/white-icon6.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
.w-txt, 
.w-txt h2 {
    color: #fff;
}
.dg-btn {
    background: #004f51;
    color: #fff;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 8px 11px 8px 12px;
    border-radius: 4px;
}
.np-column {
    display: flex;
    margin-top: 50px;
    padding-bottom: 20px;
}
.np-column .np-container {
    width: 30%;
    float: left;
    margin-right: 7%;
    margin-bottom: 40px;
}
.np-column > .np-container:last-child {
    margin-right: 0;
}
.np-img {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
}
.np-group {
    background: #fff;
    padding: 25px 20px;
}
.np-column h4 {
    color: #004f51;
    line-height: 1.3;
    margin: 0;
    min-height: 78px;
}
.np-date {
    color: #76bc20;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 3px;
    margin-top: 10px;
}
.lg-btn {
    background: #76bc20;
    color: #fff;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 8px 11px 8px 12px;
    border-radius: 4px;
}
.testimonial-row {
    padding: 60px 0 20px;
}
.review-column {
    background: url(/wp-content/uploads/2022/12/quotes.svg);
    background-repeat: no-repeat;
    background-size: 330px;
    background-position: top center;
}
h2.t-content {
    color: #fff;
    text-align: center;
    font-weight: 100;
    line-height: 1.4;
    font-size: 30px;
}
p.t-title {
    text-align: center;
    color: #004f51;
    margin-top: 40px;
}
.owl-nav {
    display: none;
}
.owl-dots {
    text-align: center;
    margin-top: 60px;
}
.owl-dots button {
    width: 15px;
    height: 15px;
    background: #fff !important;
    margin: 0 10px;
    border-radius: 100%;
}
button.owl-dot.active {
    background: #004f51 !important;
}

body.page-id-3056 .inner-page-header {
    background: #f4436c;
}
body.page-id-3056 .inner-page-header .inner-text, 
body.page-id-3064 .inner-page-header .inner-text, 
body.page-id-3062 .inner-page-header .inner-text, 
body.page-id-3058 .inner-page-header .inner-text, 
body.page-id-3060 .inner-page-header .inner-text, 
body.page-id-3054 .inner-page-header .inner-text {
    padding-left: 150px;
    position: relative;
}
body.page-id-3056 .inner-page-header .inner-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/wp-content/uploads/2022/12/protection-badge.svg);
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
}
body.page-id-3056 .inner-page-header h3, 
body.page-id-3064 .inner-page-header h3, 
body.page-id-3062 .inner-page-header h3, 
body.page-id-3058 .inner-page-header h3, 
body.page-id-3060 .inner-page-header h3, 
body.page-id-3054 .inner-page-header h3 {
    color: #fff;
}
.service-image {
    height: 435px;
}
.fa-row {
    padding: 60px 0 100px;
}
.service-link {
    margin-top: 70px;
}
.service-sections {
    padding-top: 30px;
}
.service-icon-size .vc_column-inner {
    padding-top: 0 !important;
}
.service-icon-size img {
    width: 90%;
}
.p-txt {
    color: #f4436c;
}
.c-txt {
    color: #bfb7b0;
}
.in-txt {
    color: #3bd4ae;
}
.inv-txt {
    color: #a5c5ed;
}
.m-txt {
    color: #e577cb;
}
.r-txt {
    color: #ffa400;
}
body.page-id-3064 .inner-page-header {
    background: #bfb7b0;
}
body.page-id-3064 .inner-page-header .inner-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/wp-content/uploads/2023/03/corporate-badge.svg);
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
}
body.page-id-3062 .inner-page-header {
    background: #3bd4ae;
}
body.page-id-3062 .inner-page-header .inner-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/wp-content/uploads/2023/03/inheritance-badge.svg);
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
}
body.page-id-3058 .inner-page-header {
    background: #a5c5ed;
}
body.page-id-3058 .inner-page-header .inner-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/wp-content/uploads/2023/03/investments-badge.svg);
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
}
body.page-id-3060 .inner-page-header {
    background: #e577cb;
}
body.page-id-3060 .inner-page-header .inner-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/wp-content/uploads/2023/03/mortgages-badge.svg);
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
}
body.page-id-3054 .inner-page-header {
    background: #ffa400;
}
body.page-id-3054 .inner-page-header .inner-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/wp-content/uploads/2023/03/retirement-badge.svg);
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
}
body.single-team-member .inner-page-header {
    margin-bottom: 50px;
}
nav.navigation.post-navigation {
    display: none;
}
.tb-column {
    display: inline-block;
    padding: 80px 0 60px;
}
.tb-container {
    width: 30%;
    float: left;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 40px;
}
.tb-column > .tb-container:nth-of-type(3n+3) {
    margin-right: 0;
}
.tb-column > .tb-container:nth-of-type(4n+3) {
    clear: inherit;
}
.tb-img {
    background-size: cover !important;
    width: 100%;
    height: 250px;
    background-position: center center !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#team-advisors-row .tb-container:nth-child(2) .tb-img {
    background-position: top center !important;
}
.tb-group {
    background: #004f51;
    color: #fff;
    padding: 20px 25px 35px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tb-group h3 {
    margin: 0;
    font-size: 18px;
}
.tb-job {
    margin: 10px 0 5px;
    font-size: 18px;
    min-height: 100px;
}
.tb-info {
    font-size: 17px;
    margin-bottom: 40px !important;
}
#f2 {
    padding-left: 30px;
}

#f2 p {
    line-height: 1.1;
    margin: 0;
}
#f2 a {
    font-size: 15px;
}
body.blog #content {
    width: 100%;
    padding: 0;
}
.widget.widget_wpc_filters_widget {
    padding: 40px 0 20px;
}
.wpc-filters-scroll-container {
    width: 90%;
    margin: 50px auto 0;
    display: table;
}
.wpc-filters-section.wpc-filters-section-3175.wpc-filter-topic.wpc-filter-post_meta.wpc-filter-layout-dropdown {
    background: #76bc20;
    color: #004f51;
    padding: 10px 20px;
    width: 48%;
    float: left;
    border-radius: 5px;
}
.wpc-filter-title {
    margin-bottom: 1em;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}
.wpc-filter-content.wpc-filter-topic {
    float: left;
    width: 85%;
}
select#wpc-post_meta-age_range-3158 {
    width: 70% !important;
}
select#wpc-post_meta-topic-3175, 
select#wpc-post_meta-age_range-3158 {
    background: #76bc20;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
}
.wpc-filters-section.wpc-filters-section-3158.wpc-filter-age_range.wpc-filter-post_meta.wpc-filter-layout-dropdown {
    background: #76bc20;
    color: #004f51;
    padding: 10px 20px;
    width: 48%;
    float: right;
    border-radius: 5px;
}
.wpc-filter-header {
    float: left;
}
select#wpc-post_meta-age_range-3158 {
    width: 70% !important;
}
*:focus {
    outline: none;
}
body.blog article,
.fs-container {
    clear: both;
    display: inline-block;
    margin-bottom: 60px;
    border-bottom: 3px solid rgb(61 57 53 / 20%);
    padding-bottom: 70px;
    width:100%;
}
body.blog article:last-of-type, 
.fs-container:last-of-type {
    border-bottom: 0;
}
.fs-posts {
    padding: 80px 0 20px 0;
}


.blog-left {
    width: 30%;
    height: 220px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 5px;
}
h2.blog-title {
    color: #004f51;
    line-height: 1.2;
}
.blog-meta {
    color: #76bc21;
    font-weight: 500 !important;
    margin: 15px 0 23px !important;
    clear: both;
}
.fs-inner {
    clear: both;
}
.blog-left {
    width: 30%;
    height: 220px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 5px;
    float: left;
}
.blog-right {
    width: 66%;
    float: right;
}
.blog-right p {
    margin-top: 0;
}
.blog-btn {
    margin-top: 30px;
}
nav.navigation.posts-navigation {
    display: none;
}
.wp-pagenavi {
    text-align: center;
    margin-bottom: 80px;
}
.wp-pagenavi span.pages, 
a.previouspostslink, 
a.nextpostslink, 
span.extend {
    display: none !important;
}
.wp-pagenavi a {
    border: 2px solid #76bc21;
    width: 40px !important;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500 !important;
    color: #76bc21;
    transition: 0.3s ease-in-out;
}
.wp-pagenavi a:hover {
    border-color: #004f51;
    color: #004f51;
}
span.current {
    border: 2px solid #004f51 !important;
    background: #004f51;
    width: 40px !important;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 500 !important;
}
a.last {
    width: 60px !important;
    display: initial;
    padding: 5.5px;
}
body.single-post .inner-page-header {
    margin-bottom: 100px;
}
.tl-content {
    font-size: 30px;
    margin-bottom: 20px;
    color: #004f51;
    font-weight: 400;
}
.tl-name {
    font-weight: 400;
}
#map-row section {
    margin: 0;
}
body.blog .inner-page-header {
    margin-bottom: 80px;
}
#email-break {
    word-break: break-word;
}
.ti-footer {
    display: none;
}
.fa-row img {
    width: 190px;
}
.different-row .lg-btn {
    display: inline-block;
    margin-top: 30px;
}
p.main-txt {
    font-size: 18px;
}
.team-row .wpb_text_column:first-child {
    padding-top: 100px;
}
.team-row .wpb_text_column {
    padding-top: 20px;
}
#team-advisors-row .tb-job.team4, #team-advisors-row .tb-job.team5 {
    min-height: 130px;
}


@media screen and (max-width: 970px) {
    .site-branding, 
    #content, 
    .site-info, 
    .container {
        width: 100%;
    }
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 25px;
    }
    .hover-block {
        padding: 20px 10px;
    }
    .different-right img {
        width: 95%;
    }
    .different-left .wpb_text_column {
        width: 100%;
        float: left;
        padding-left: 20px;
    }
    .wpc-filters-scroll-container {
        width: 100%;
    }
    .tb-group {
        padding: 20px 15px 35px;
    }
    .tb-group h3 {
        min-height: 60px;
    }
    .tb-job {
        min-height: 120px;
    }
}
@media screen and (max-width: 767px) {
    header#masthead {
        padding: 20px 0 26px;
    }
    .main-navigation {
        display: none;
    }
    .wh_hover_block {
        width: 200px;
    }
    ul.ticks li:before {
        top: -10px;
    }
    .np-column {
        display: block;
    }
    .np-column .np-container {
        width: 250px;
        float: none;
        margin: 0 auto 40px;
    }
    .np-column > .np-container:last-child {
        margin: 0 auto;
    }
    .different-left .wpb_text_column {
        float: none;
        padding: 0 20px;
    }
    .dg-txt br, 
    .different-left p br {
        display: none;
    }
    .different-right img {
        width: 65%;
        float: none;
        padding-left: 0;
    }
    footer#colophon .site-info {
        display: block;
    }
    #left-footer, 
    #right-footer {
        float: none;
        width: 100%;
    }
    #f1, 
    #f2, 
    #f3, 
    #f4 {
        width: 25%;
    }
    .wpc-filters-section.wpc-filters-section-3175.wpc-filter-topic.wpc-filter-post_meta.wpc-filter-layout-dropdown {
        width: 100%;
        float: none;
        padding: 10px 20px 35px;
    }
    .wpc-filters-section.wpc-filters-section-3158.wpc-filter-age_range.wpc-filter-post_meta.wpc-filter-layout-dropdown {
        width: 100%;
        float: none;
    }
    .wpc-filter-content.wpc-filter-topic, 
    select#wpc-post_meta-age_range-3158 {
        width: auto !important;
    }
    body.page-id-3056 .inner-page-header h1, 
    body.page-id-3064 .inner-page-header h1, 
    body.page-id-3062 .inner-page-header h1, 
    body.page-id-3058 .inner-page-header h1, 
    body.page-id-3060 .inner-page-header h1, 
    body.page-id-3054 .inner-page-header h1 {
        font-size: 45px;
    }
    .tl-content {
        font-size: 22px;
    }
    .tb-column {
        display: block;
    }
    .tb-container {
        width: 250px;
        float: none;
        margin: 0 auto 20px;
    }
    .tb-column > .tb-container:nth-of-type(3n) {
        margin: 0 auto 20px;
    }
    .tb-group h3 {
        min-height: auto;
    }
    .tb-job {
        min-height: auto;
        padding-bottom: 20px;
    }
    #team-advisors-row .tb-job.team4, #team-advisors-row .tb-job.team5 {
        min-height: 130px;
    }
}
@media screen and (max-width: 550px) {
    body.page-id-3056 .inner-page-header .inner-text, 
    body.page-id-3064 .inner-page-header .inner-text, 
    body.page-id-3062 .inner-page-header .inner-text, 
    body.page-id-3058 .inner-page-header .inner-text, 
    body.page-id-3060 .inner-page-header .inner-text, 
    body.page-id-3054 .inner-page-header .inner-text {
        padding-left: 0;
    }
    body.page-id-3056 .inner-page-header .inner-text:before,
    body.page-id-3064 .inner-page-header .inner-text:before, 
    body.page-id-3062 .inner-page-header .inner-text:before, 
    body.page-id-3058 .inner-page-header .inner-text:before, 
    body.page-id-3060 .inner-page-header .inner-text:before, 
    body.page-id-3054 .inner-page-header .inner-text:before {
        position: relative;
        display: block;
    }
    body.page-id-3056 .inner-page-header h1, 
    body.page-id-3064 .inner-page-header h1, 
    body.page-id-3062 .inner-page-header h1, 
    body.page-id-3058 .inner-page-header h1, 
    body.page-id-3060 .inner-page-header h1, 
    body.page-id-3054 .inner-page-header h1 {
        margin: 20px 0 0;
        font-size: 40px;
    }
    select#wpc-post_meta-topic-3175, 
    select#wpc-post_meta-age_range-3158 {
        font-size: 16px;
    }
    .blog-left {
        width: 100%;
        float: none;
    }
    .blog-right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #cf-left, 
    #cf-right {
        width: 100%;
        float: none;
    }
    #f2 {
        padding-left: 0;
        text-align: center;
    }
    #f3 {
        clear: left;
    }
    #f1, 
    #f2, 
    #f3, 
    #f4 {
        width: 50%;
    }
}