/*
Theme Name:     bloomadvisors
Theme URI:		http://www.bloomassetmanagement.com/
Description:	Bloom Advisors WP-Theme
Version:		1.0
Author:			CHRS Interactive
Author URI:	    http://www.chrsinteractive.com/
*/

/* ---------------------------- */

@font-face {
    font-family: 'TiemposFine-Regular';
    src: url('fonts/tiempos-fine-regular.eot');
    src: url('fonts/tiempos-fine-regular-1.eot') format('embedded-opentype'),
        url('fonts/tiempos-fine-regular.woff') format('woff'),
        url('fonts/tiempos-fine-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.hide-mobile {
    display: none;
}

/* -- @MASTERHEAD/NAVIGATION -- */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.header-inner {
    padding: 20px;
}

header.sticky {
    background: #f6efe3
}

.logo {
    width: 120px;
    float: left;
}

.logo img {
    width: 200px;
    max-width: 100%;
    display: block;
}

.top-links {
    margin-top: 7px;
    display: none;
}

/* Main Menu */
.mainNav {
    width: 60%;
    float: left;
    text-align: center;
    position: relative;
}

.mainNav li {
    display: inline-block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 51px;
    margin: 0 10px;
}

.mainNav li a {
    color: #666;
}

.mainNav li a:hover,
.mainNav>li.current-menu-item>a {
    color: #009549;
}

.mainNav>li.menu-item-has-children>a {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.mainNav>li.menu-item-has-children>a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    top: 1px;
    right: -5px;
}

/* Level 2 */
.mainNav li ul {
    display: none;
}

.mainNav li:hover>ul {
    display: block;
}

.mainNav ul {
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 100%;
    max-width: 180px;
    text-align: left;
    z-index: 99;
    background: #f6efe3;
    border-left: 1px solid #009549;
}

.mainNav ul li {
    display: block;
    line-height: 1.2;
    margin: 0 10px 20px;
}

.mainNav ul li:last-child {
    margin-bottom: 0;
}

/* Responsive Menu */
.mainNav {
    display: none;
}

.mobile-nav-trigger-outter {
    float: right;
    width: 30px;
    height: 30px;
    z-index: 99;
    margin-top: -5px;
}

.mobile-nav-trigger {
    display: block;
}

.mobile-nav-trigger .cd-menu-icon {
    margin-top: 15px;
    margin-left: 15px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 2px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.mobile-nav-trigger .cd-menu-icon::before,
.mobile-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}

.mobile-nav-trigger .cd-menu-icon::before {
    top: -9px;
}

.mobile-nav-trigger .cd-menu-icon::after {
    top: 9px;
}

.mobile-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.mobile-nav-trigger .cd-menu-icon.is-clicked {
    background: none !important
}

.mobile-nav-trigger .cd-menu-icon,
.mobile-nav-trigger .cd-menu-icon::before,
.mobile-nav-trigger .cd-menu-icon:after,
.mobile-nav-trigger .cd-menu-icon.is-clicked::before,
.mobile-nav-trigger .cd-menu-icon.is-clicked::after {
    background: #03453B;
}

.mobile-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #F6EFE3;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.mobile-nav.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.mobile-nav-inner {
    padding-top: 100px;
}

.mobileNav {
    margin-bottom: 30px;
}

.mobileNav li,
.mobileNav li a {
    display: block;
    line-height: 1;
    color: #666;
    font-weight: 500;
}

.mobileNav li a:hover {
    color: #03453B;
}

/* Level 0 */
.mobileNav li.level-0>a {
    border-top: 1px solid #ccc;
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
    padding: 0 10px;
}

.mobileNav li.level-0:first-child>a {
    border-top: 0;
}

/* Level 2 */
.mobileNav li ul.sub-menu {
    margin-bottom: 20px;
}

.mobileNav li.level-1>a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 0 20px;
}

.mobileNav li.level-1.menu-item-has-children>a {
    padding-bottom: 0;
}

.submenu-toggle {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: right;
    top: 0;
    right: 0;
    font-size: 2rem;
    text-align: center;
    color: #666;
    z-index: 9
}

.submenu-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mobileNav li.level-0>ul,
.mobileNav li.level-1>ul {
    display: none;
}

.mobileNav li.level-0>ul.show-subnav,
.mobileNav li.level-1>ul.show-subnav {
    display: block;
}

.post-edit-link {
    display: block;
    position: fixed;
    top: 140px;
    right: 0;
    padding: 10px;
    z-index: 99999999;
    background: #03433a;
}

.post-edit-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f085";
    color: #fff;
}


.intro-vid-pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.intro-vid-pop.active {
    display: block;
}

.intro-vid-pop-inner {
    position: absolute;
    width: 80%;
    max-width: 960px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.close-home-video {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
}

.intro-vid-pop-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 67, 58, 0.8);
}

.intro-vid-pop-title h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
    line-height: 1;
}


/* -- @CONTENT ---------------- */
.button {
    display: inline-block;
    padding: 20px 50px;
    line-height: 1;
    font-size: 1.6rem;
    !important;
    ;
    font-weight: 700;
    color: #00a14c;
    background: none;
    border: 1px solid #00a14c;
    position: relative;
    transition: all 0.6s;
}

.button:hover {
    background: #00a14c;
    color: #fff;
}

.top-links .button {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 1.4rem;
}

.top-links .portal-button {
    padding: 10px 0;
    border: none;
    color: #666;
    margin-right: 20px;
}

.top-links .portal-button:hover {
    background: none;
    color: #00a14c
}

.page-header-awards-bar {
    display: flex;
    gap: 20px;
    flex-direction: column;
    background-color: #38272e;
    padding: 30px;
    margin-top: 20px;
}

.page-header-awards-bar p,
.page-header-awards-bar a {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
    font-weight: 300 !important;
    color: #ffffff;
}

.page-header-awards-bar a {
    text-decoration: underline
}

.page-header-awards-bar a:hover {
    text-decoration: unset;
}

.page-header {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}

.header-artwork {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 50px;
}

.page-header p {
    margin: 0;
    font-size: 2.0rem;
    font-weight: 500;
}

.arrow-down {
    display: block;
    width: 20px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -12px;
}

.draw-path {
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: dash 3s linear forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.star-1 {
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadein;
    animation: 1.5s ease 0s normal forwards 1 fadein;
}

.star-2 {
    -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

.star-3 {
    -webkit-animation: 2.5s ease 0s normal forwards 1 fadein;
    animation: 2.5s ease 0s normal forwards 1 fadein;
}

.star-4 {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner-content {
    padding: 100px 0 60px;
}

.process-banner {
    padding-top: 0;
}

.banner-content-row {
    position: relative;
    padding: 80px 0;
}

.home-journey .banner-content-title {
    width: 45%;
    float: left;
}

.home-journey .banner-content-entry {
    width: 45%;
    float: right;
}

h2 span {
    display: inline-block;
    padding: 0 5px;
    background: #009549;
}

.banner-content-entry p a {
    font-size: 1.6rem;
    color: #00a14c;
    font-weight: 600;
}

.banner-content-entry p a:hover {
    opacity: 0.8;
}

.home-journey .banner-content-row {
    margin-top: 20px;
    padding: 20px 0 40px;
}

.journey-header span {
    font-size: 4.4rem;
}

.home-journey-last .banner-content-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.journey-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border-top: 1px solid #c0c0c0;
    transition: height 3.5s;
}

.journey-arrow.inView {
    height: 100%;
}

.home-journey-overlap .journey-arrow {
    margin-top: -180px;
}

.home-journey-overlap .journey-arrow.inView {
    height: calc(100% + 180px);
}

.journey-arrow-line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    margin-left: -1px;
    border-right: 1px solid #c0c0c0;
}

.journey-arrow-line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 12px;
    background: url(../images/journey-arrow.svg) center center no-repeat;
    background-size: 25px 12px;
}

.journey-footer {
    max-width: 400px;
    margin: 40px auto;
    padding-top: 40px;
    position: relative;
}

.journey-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    border-top: 1px solid #c0c0c0;
}

.journey-footer h3 {
    font-family: 'Roboto', sans-serif;
    color: #00a14c;
    font-weight: 600;
}

.journey-footer p,
.feat-logos p {
    font-size: 3.3rem;
    line-height: 0.95;
}

.feat-logos p {
    color: #00a14c;
    margin-bottom: 40px;
}

.feat-logos h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.feat-logos ul li {
    display: block;
    width: 90%;
    max-width: 340px;
    margin: 0 auto 30px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
}

.feat-logos ul li img {
    display: block;
    float: left;
    width: 80px;
    margin-right: 20px;
}


.featured-post {
    margin-bottom: 40px;
}

.post-content-inner h3 a,
.post-row h3 a,
.post-block h3 a,
.feat-seminar h3,
.seminar-block h3 {
    color: #03453b;
}

.post-content-inner:hover h3 a,
.post-row:hover h3 a,
.post-block:hover h3 a,
.feat-seminar:hover h3,
.seminar-block:hover h3 {
    opacity: 0.6;
}

.post-row h3,
.news-block h3,
.post-content-inner h3 {
    margin-bottom: 0;
}

.post-row .post-author,
.news-block .post-author,
.post-content-inner .post-author {
    font-size: 1.2rem;
}

.feat-seminar,
.seminar-block {
    display: block;
    color: #666;
}

.feat-seminar:hover {
    color: #aaa;
}

.home-news-right {
    padding-top: 40px;
    border-top: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.home-news-right h3 {
    margin-bottom: 40px;
}

.home-news-right h3:last-child {
    margin-bottom: 0;
}

.post-row {
    margin-bottom: 40px;
}

.home-news-right .post-row:last-child {
    margin-bottom: 0;
}

.post-block {
    width: 26.666666%;
    float: left;
    margin-right: 10%;
}

.post-block.last {
    float: right;
    margin-right: 0;
}

.service-block {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 40px;
}

.service-block h3 {
    color: #03433a;
}

.differance-block .f-caveat {
    font-size: 3.0rem;
}

.promise-block {
    margin-bottom: 40px;
}

.promise-anchor {
    transition: opacity 0.5s;
}

.promise-art-top {
    opacity: 0.1;
    fill: #009449;
}

.promise-art-btm {
    opacity: 0.1;
    fill: #03453B;
}

.promise-anchor:hover,
.promise-anchor.active {
    opacity: 1;
}

.promise-desktop {
    display: none;
}

.promise-num {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    border-radius: 100%;
    border: 1px solid #00a14c;
    color: #00a14c;
    font-weight: 300;
    font-size: 35px;
    line-height: 65px;
    transition: all 0.5s;
}

.promise-block p {
    line-height: 1.3;
    margin: 0;
    transition: all 0.5s;
}

.promise-block.active .promise-num {
    background: #00a14c;
    color: #fff;
}

.promise-block.active p {
    opacity: 1;
}

.promise-block h3,
.team-block h3,
.goals-content-entry h3 {
    color: #2b5a40;
}

.slide-inner {
    padding-left: 60px;
    padding-right: 20px
}

.story-year {
    margin-top: 20px;
    margin-left: -50px;
    font: 5.5rem/1 'TiemposFine-Regular', serif;
    color: #2b5a40;
}

.story-line {
    margin: 15px 0;
    border-top: 1px solid #666;
    position: relative;
}

.story-line:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 60px;
    width: 0;
    height: 20px;
    border-left: 1px solid #666;
}

.story-1 .story-line {
    margin-left: 60px;
}

.story-1 .story-line:before {
    left: 0;
}

.story-content {
    padding-left: 80px;
    padding-right: 20px;
    box-sizing: border-box;
}

.story-content-inner {
    width: 45%;
    margin-right: 10%;
    float: left;
}

.story-content-fact {
    width: 45%;
    float: left;
}

.story-content-fact p {
    color: #00A14C;
    font-size: 2.0rem;
}

.stats-wrap {
    padding: 60px 0 40px;
}

.stats-wrap .column {
    margin-bottom: 30px;
}

.stat-num {
    display: block;
    margin-bottom: 5px;
    font: 5.5rem/1 'TiemposFine-Regular', serif;
    color: #2b5a40;
}

.stats-wrap p {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500;
}

.team-cats {
    padding: 40px 0 0;
    margin: 0 4%;
}

.team-cats li {
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #ddd;
    transition: all 0.6s;
    cursor: pointer;
}

.team-cats li:hover {
    color: #00a14c;
}

.team-cats li.active {
    border-color: #00a14c;
    color: #00a14c;
}

.team-wrap {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Reduced gap for tighter layout */
}

.team-block {
    display: none;
    width: 18%;
    /* 5 items per row: (100% / 5) - gap adjustment ~ 18% */
    margin: 0;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-block.active {
    display: flex;
}

.team-block img {
    width: 100%;
    height: 200px !important;
    /* Reduced height as requested */
    object-fit: cover !important;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.team-block:hover {
    color: #666;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

/* Responsiveness for Five Column Grid */
@media (max-width: 1024px) {
    .team-block {
        width: 30%;
        /* 3 items per row */
    }
}

@media (max-width: 768px) {
    .team-block {
        width: 45%;
        /* 2 items per row */
    }
}

@media (max-width: 480px) {
    .team-block {
        width: 90%;
        /* 1 item per row */
    }
}

.team-block h3,
.team-block p,
.study-block p {
    margin-bottom: 5px;
}

.team-block h3 {
    margin-top: 5px;
}

.team-block p,
.study-block p,
.feat-seminar p:last-child,
.seminar-block p:last-child {
    padding-right: 15px;
    position: relative;
}

.team-block p:after,
.study-block p:after,
.feat-seminar p:last-child:after,
.seminar-block p:last-child:after {
    content: "\2192";
    position: absolute;
    bottom: 2px;
    right: 0;
    color: #00a14c;
}

.team-block img {
    transition: all 0.5s;
}

.team-block:hover img {
    filter: grayscale(100%);
}

.goals-wrap {
    padding-top: 60px;
}

.goals-content-inner {
    padding: 30px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
}

.goals-nav-item {
    width: 31.3333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
    cursor: pointer;
}

.goals-nav-item.last {
    float: right;
    margin-right: 0;
}

.goals-nav-inner {
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s;
}

.goals-nav-inner:hover {
    background: rgba(0, 161, 76, 0.6);
}

.goals-nav-item.active .goals-nav-inner {
    background: #00a14c;
}

.goals-nav .goals-nav-item:last-child {
    margin-bottom: 0;
}

.goals-nav-item span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px;
    font: 1.4rem/1.2 'TiemposFine-Regular', serif;
}

.goals-content-graphic {
    margin-bottom: 40px;
}

.goal-content-inner {
    display: none;
}

.goal-content-inner.active {
    display: block;
}



.goals-content-entry li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0dfdf;
    line-height: 1.4;
}

.goals-content-entry ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.casestudies {
    padding: 60px 0;
}

.study-block {
    margin-bottom: 40px;
}

.study-block a {
    color: #666;
}

.study-thumb a,
.study-block p a {
    display: block;
}

.study-block:hover,
.study-block:hover a,
.seminar-block:hover p {
    color: #aaa;
    transition: all 0.4s;
}

.casestudies .row .study-block:last-child {
    float: right;
    margin-right: 0;
}

.study-thumb {
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.study-block .study-thumb img {
    transition: all 2s;
}

.study-block:hover .study-thumb img {
    transform: scale(1.2);
}

.study-thumb span {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -25px;
    text-align: center;
    color: #fff;
    font: 2.5rem/1.2 'TiemposFine-Regular', serif;
}

.study-block p strong {
    color: #00a14c;
    font-size: 1.6rem;
}

.different-banner-wrap {
    margin: 200px 0 0;
    position: relative;
}

.different-banner {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

.different-block {
    float: left;
    margin: 0 5% 40px;
    padding: 40px;
    box-sizing: border-box;
}

.different-block.block-1 {
    margin-top: -100px;
}

.different-block h3,
.different-block p {
    color: #fff;
}

.different-block p span {
    font-size: 3.0rem;
    line-height: 1.1;
    color: #00a14c;
}

.different-block p span u {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.different-block p span u:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    border-top: 2px solid #00a14c;
}

.member-header {
    padding: 200px 0 100px;
}

.single-resource-header {
    padding: 150px 0 60px;
}

.member-header h2 {
    margin-bottom: 0;
}

.member-header p {
    line-height: 1.8;
}

.single-headshot {
    margin-top: 40px;
}

.member-bio {
    max-width: 750px;
    margin: 0 auto;
}

.member-quote .container {
    padding-top: 80px;
    border-top: 1px solid #666766;
}

.member-quote .last {
    text-align: center;
}

.news-block a {
    color: #03453b;
}

.news-block:hover a {
    opacity: 0.6;
}

.news-meta {
    margin-bottom: 5px;
}

.news-subscribe-bar {
    max-width: 530px;
    margin: 0 auto;
}

.news-subscribe-bar h2 {
    float: left;
    margin: 0;
    line-height: 55px;
}


.main-feat-news-right .post-row {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

.main-feat-news-right .post-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.podcast-row a {
    display: block;
    max-width: 370px;
    padding-right: 60px;
    position: relative;
}

.podcast-row a:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #00a14c;
    border-radius: 100%;
    background: url(images/play-button.svg) center center no-repeat;
    background-size: 14px 15px;
    transition: background-color 0.5s !important;
}

.podcast-row a:hover:after {
    background-color: #00a14c;
}

.social li {
    display: inline-block;
    margin-right: 20px;
    font-size: 2.5rem;
}

.social li a {
    color: #2b5a40;
}

.seminars-wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #666;
}

.seminar-archive .seminars-wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.seminars-wrap .news-block {
    margin-top: 60px;
}

.more-news-wrap {
    border-top: 1px solid #666;
}

.blog-categories p {
    line-height: 50px;
    margin: 0;
}

.blog-categories ul.first {
    padding-top: 20px;
    border-top: 1px solid #666;
}

.blog-categories ul.last {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
}

.blog-categories ul li {
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-categories ul li a {
    color: #666;
}

.blog-categories ul li a:hover,
.blog-categories ul li.active a {
    color: #00a14c;
}

.blog-search {
    height: 50px;
    line-height: 50px;
    border: 1px solid #666;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}

.blog-search input {
    border: none !important;
    background: none;
}

.blog-search .btn-search {
    position: absolute;
    top: 3px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(images/search.svg) center center no-repeat;
    background-size: 20px 20px;
}

.feat-podcast,
.feat-inthenews,
.feat-resources {
    border-bottom: 1px solid #666;
    margin-bottom: 40px;
}

.feat-inthenews {
    padding-bottom: 20px;
}

.feat-resources {
    margin-bottom: 0;
}

.tag-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.tag-list li a {
    color: #666;
}

.tag-list li a:hover {
    color: #00a14c;
}

.author-box {
    margin-bottom: 20px;
}

.author-pic {
    width: 80px;
    margin-right: 15px;
    float: left;
}

/* -- @FOOTER ----------------- */

.gform_wrapper .gform_required_legend {
    display: none !important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
    border: none !important;
    border-bottom: 1px solid #666766 !important;
    background: none !important;
    color: #a8a8a8 !important;
}

.footer-cta h2 {
    margin-bottom: 0;
}

.footer-cta p {
    font-size: 3.3rem;
    color: #00a14c;
    margin-bottom: 10px;
}

.footer-cta .gform_wrapper,
.footer-form .gform_wrapper {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-cta .gform_wrapper ul li.gfield,
.footer-form .gform_wrapper ul li.gfield {
    margin: 0 !important;
    padding: 0 20px 30px 0 !important;
}

.footer-cta .gform_wrapper input::placeholder,
.footer-form .gform_wrapper input::placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
}

.footer-cta .gform_wrapper .gform_body,
.footer-form .gform_wrapper .gform_body {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 100px 0 0 !important;
    margin: 0 !important;
}

.footer-cta .gform_footer,
.footer-form .gform_footer {
    padding: 0 !important;
    margin: -40px 0 0 !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: 80px !important;
}

.footer-cta .gform_footer .button,
.footer-form .gform_footer .button {
    width: 80px !important;
    height: 80px !important;
    border: none !important;
    border: 1px solid #00a14c !important;
    border-radius: 100%;
    padding: 0 !important;
    text-indent: -99999px;
    background: url(../images/button-arrow-blue.svg) center center no-repeat !important;
    background-size: 30px 30px !important;
    transition: background-color 0.5s !important;
}

.footer-cta .gform_footer .button:hover,
.footer-form .gform_footer .button:hover {
    background-color: #00a14c !important;
    background-image: url(../images/button-arrow-white.svg) !important;
}

.footer-form .gform_wrapper .gform_body {
    padding-right: 50px !important;
    background: #fff !important;
}

.footer-form .gform_wrapper ul li.gfield {
    padding-bottom: 0 !important;
}

.footer-form .gform_wrapper input[type=text] {
    width: 100% !important;
    border: none !important;
}

.footer-form .gform_footer {
    margin-top: -15px !important;
    width: 35px !important;
}

.footer-form .gform_footer .button {
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 20px 20px !important;
}

.footer-cta input[type=tel],
.footer-cta input[type=email] {
    border: none !important;
    border-bottom: 1px solid #666766 !important;
    background: none !important;
}

.footer-form .gform_wrapper input[type=text],
.footer-form .gform_wrapper input[type=tel],
.footer-form .gform_wrapper input[type=email],
.footer-cta .gform_wrapper input[type=text],
.footer-cta .gform_wrapper input[type=tel],
.footer-cta .gform_wrapper input[type=email] {
    color: #222 !important;
}


.footer-widget {
    margin-bottom: 40px;
}

.footer-nav-wrap {
    width: 50%;
    float: left;
}

.footer-form {
    width: 100%;
    float: left;
}

.footer-nav li {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.footer-nav li.nav-heading {
    font-weight: 700;
    margin-bottom: 15px;
}

footer,
footer a,
.footer-widget .social li a {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer p {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.footer-copy {
    font-size: 1.2rem;
    float: left;
}

.footer-copy span {
    display: block;
    margin-bottom: 10px;
}

.footer-links {
    float: left;
}

.footer-links li {
    display: block;
    float: left;
    font-size: 1.2rem;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #fff;
    margin-bottom: 10px;
}

.footer-links li:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.ja_btn.confirmBtn,
.ja_btn.denyBtn {
    border-radius: 0 !important;
    padding: 10px 20px !important;
}

.ja_btn.confirmBtn {
    background: #009D4F;
}

.ja_btn.denyBtn {
    background: #1A3C34;
}


/* #Clearer
================================================== */
.clearer:after,
.container:after,
.row:after,
.mainNav:after,
.banner-content-row:after,
.promise-animation:after,
.stats-wrap:after,
.goals-wrap:after,
.goals-content-inner:after,
.news-subscribe-bar:after,
.story-content:after,
.team-cats:after,
.team-wrap:after,
.podcast-archive:after,
.author-box:after {
    content: "";
    display: table;
    clear: both;
}