/* 
 * Eugene's css file
 * --------------------------------------------------
 */

html {
    --geneCssIsLoaded: true;
}

.headline--meta {
    font-size: .875rem;
    line-height: 1.5em;
    font-weight: 600;
    color: #2c7c11;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
    letter-spacing: .06em;
}

.module-32 .col-container {
    display: flex;
    flex-wrap: wrap;
}

.module-32 .col.content {
    padding: 4rem 3rem 0;
    min-height: 33.3%;
    flex: 1;
}

.module-32 .cta {
    margin-top: 1rem;
}

.module-32.size--condensed .cta {
    position: relative;
    z-index: 2;
    margin-top: 0;
}

.module-32 .col.image,
.module-32 .col--60--large.image {
    width: 100%;
    overflow: hidden;
}

.module-32 .image-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    background-position: center;
    padding-bottom: 75%;
    padding-bottom: 100%;
    height: 0;
}

.module-32.size--condensed .image-wrapper {
    background-position: right bottom;
    background-size: 184px auto;
}

.module-32.size--condensed .headline--meta {
    font-size: 0.8125rem;
}

.module-32.size--condensed .headline {
    font-size: 1.75rem;
    margin-bottom: 0;
}

.module-32.size--condensed .col.content {
    padding: 2.25rem 3rem;
    min-height: 0;
}

.module-32.size--condensed .col.image {
    width: auto;
    padding: 0 4.25rem;
    display: flex;
    align-items: center;
}

.module-32 .plant-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-32 .plant-wrapper img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-32 .image-wrapper svg {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.module-32 svg image {
    /*width: 110% !important;*/
}


.module-32 .plant-bg--1 {
    background-image: url("../images/brand/callout-large-folliage-1.png");
}

.module-32 .plant-bg--2 {
    background-image: url("../images/brand/callout-large-folliage-2.png");
}

.module-32 .plant-bg--3 {
    background-image: url("../images/brand/callout-large-folliage-3.png");
    background-size: 110vw auto;
    background-position: center top -12vw;
}


.module-32.size--condensed .plant-wrapper {
    width: 184px;
    padding-bottom: 100%;
    height: 0;
    background-size: 100% auto;
    background-position: 0 0;
    left: auto;
    right: -10%;
    top: 50%;
    transform: translateY(-10%);
}

.module-32.size--condensed .plant-bg--1 {
    background-image: url("../images/brand/callout-folliage-1.png");
    background: none;
}

.module-32.size--condensed .plant-bg--1 .plant-wrapper {
    background-image: url("../images/brand/callout-folliage-1.png");
}

.module-32.size--condensed .plant-bg--2 {
    background-image: url("../images/brand/callout-folliage-2.png");
    background: none;
}

.module-32.size--condensed .plant-bg--2 .plant-wrapper {
    background-image: url("../images/brand/callout-folliage-2.png");
}

.module-32.size--condensed .plant-bg--3 {
    background-image: url("../images/brand/callout-folliage-3.png");
    background: none;
}

.module-32.size--condensed .plant-bg--3 .plant-wrapper {
    background-image: url("../images/brand/callout-folliage-3.png");
}

.module-32 .image-wrapper img {
    position: absolute;
    top: 4rem;
    margin: auto;
    object-fit: cover;
    border-radius: 50vw 50vw 0 0;
    height: 100%;
    width: calc(100% - 2rem);
    max-width: 412px;
    left: 50%;
    transform: translateX(-50%);
}



@media (min-width: 768px) {
    .module-32 .col-container {
        flex-wrap: nowrap;
    }

    .module-32 .col.content {
        padding: 4rem 0 4rem 4rem;
    }

    .module-32 .cta {
        margin-top: 2.75rem;
    }

    .module-32 .col.image,
    .module-32 .col--60--large.image {
        width: 60%;
    }

    .module-32 .image-wrapper {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    .module-32 .image-wrapper img {
        /*position: absolute;*/
        right: 2rem;
        width: calc(100% - 6rem);
        top: auto;
        bottom: 0;
        left: auto;
        transform: none;
    }

    .module-32 .plant-bg--3 {
        background-size: 76vw;
        background-position: left -6vw top -6vw;
    }
}

@media (min-width: 1024px) {
    .module-32 .plant-bg--3 {
        background-size: cover;
        background-position: center;
    }

    .module-32 .image-wrapper { 
        padding: 0;
        height: 100%;
    }

    .module-32 .image-wrapper img {
        /*position: absolute;*/
        right: 18%;
        width: 55%;
        height: 105%;
        top: auto;
        bottom: 0;
    }
}


/* Image grid */

    .module-08 .badge {
        background: none;
    }


.module--wysiwyg blockquote, 
.module--wysiwyg table {
    margin-bottom: 1.5em;
}

.module--wysiwyg blockquote {
    padding: 3em;
    background: #F4F4F4;
}

.module--wysiwyg blockquote > *:last-child {
    margin-bottom: 0;
}


/* Comms audit tool */

.module--wysiwyg .module-intro {
    margin: 4rem auto;
    text-align: center;
    max-width: 800px;
}

.module-wysiwyg.heading-style--sans h2,
.module.heading-style--sans h2,
.single-post .module--wysiwyg h2,
.single-post .wysi-container h2 {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}

.comms-audit-tool .col--form,
.comms-audit-tool .col--copy {
    padding: 0 15px;
    float: left;
    width: 66.67%;
}

.comms-audit-tool .col--copy {
    width: 33.3%;
}

.comms-audit-tool .card {
    padding: 3rem;
    box-shadow: 0 7px 16px rgb(0 0 0 / 9%);
}

.comms-audit-tool .card dt {
    clear: both;
}

.comms-audit-tool .card dd {
    width: auto !important;
}

.comms-audit-tool .card dt:nth-child(9) {
    width: 100% !important;
    margin-top: 2em;
}

.comms-audit-tool .card dt:nth-child(11) {
    width: 50% !important;
}

.comms-audit-tool .h5-ahern {
    font-family: 'Woodland-bold', Georgia, serif;
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
}

.comms-audit-tool textarea {
    width: 100%;
}

.comms-audit-tool #results,
.comms-audit-tool #copy-text {
    display: none;
}

.comms-audit-tool .dt-ahern {
    font-weight: bold;
}

.comms-audit-tool .dd-ahern {
    margin-bottom: 0.5rem;
}

.comms-audit-tool .row {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.comms-audit-tool .row:after {
    clear: both;
    content: " ";
    display: table;
}

.comms-audit-tool .col-sm-2,
.comms-audit-tool .col-sm-3,
.comms-audit-tool .col-sm-4,
.comms-audit-tool .col-sm-8,
.comms-audit-tool .col-sm-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.comms-audit-tool .col-sm-2 {
    width: 16.66666667%;
}

.comms-audit-tool .col-sm-3 {
    width: 25%;
}

.comms-audit-tool .col-sm-4 {
    width: 33.33333%;
}

.comms-audit-tool .col-sm-8 {
    width: 66.66666667%;
}

.comms-audit-tool .p-ahern {
    margin-bottom: 2em;
}

.comms-audit-tool .a-ahern,
.comms-audit-tool .p-ahern a {
    display: inline-block;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.1em;
    text-decoration: none;
    color: #2c7c11;
}

.comms-audit-tool .a-ahern > u,
.comms-audit-tool .p-ahern a > u {
    text-decoration: none;
}

.comms-audit-tool .form-actions {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.comms-audit-tool .form-actions label {
    flex: 1;
}

.comms-audit-tool .form-actions button {
    margin-left: 1em;
    margin-right: 0;
}

.comms-audit-tool #copy-text {
    order: 2;
}

.comms-audit-tool #analyze-text {
    order: 3;
}

.module-18.flat .col:nth-child(even),
.module-18.flat .col:nth-child(odd),
.module-18.flat .col:nth-child(n + 3) {
    padding: 0 1.5%;
    margin-top: 0;
    margin-bottom: 2rem;
}

.col-container > .resource-card {
    font-size: 1rem;
}

.module-24 .module-heading .col:last-child:first-child {
    text-align: left;
}

.module-24 .resource-card {
    max-width: 607px;
    min-height: 16vw;
}

.form-wrapper {
    padding: 2rem 2.5rem;
    background: #FFF;
    box-shadow: 0 7px 20px rgba(0,0,0,0.09);;
}

.module-37 .form-wrapper {
    max-width: 620px;
    margin-right: 0;
    margin-left: auto;
}

form.fsForm textarea, 
form .fsRowBody input[type=email], 
form .fsRowBody input[type=number], 
form .fsRowBody input[type=tel], 
form .fsRowBody input[type=text],
form.mktoForm textarea, 
form.mktoForm input[type=email], 
form.mktoForm input[type=number], 
form.mktoForm input[type=tel], 
form.mktoForm input[type=text] {
    border: 0;
    box-shadow: none;
    background: #F8F7F7;
    padding: 1em;
}

.fsBody form img {
    width: auto;
    margin: auto;
}

.fsboxshadow .fsBody form.fsForm {
    background: none;
    box-shadow: none;
    border: 0;
}

form .fsSubmit input.fsSubmitButton,
form.mktoForm button.mktoButton,
.wysi-container .fusion-button {
    display: inline-block;
    padding: .925em 1.5em;
    background-color: rgba(0,0,0,1);
    border-radius: 3rem;
    border: .125rem solid rgba(0,0,0,0);
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1em;
    text-decoration: none;
    color: #ffffff;
    transition: all ease-in-out 150ms;
    width: auto;
}

.wysi-container .fusion-button {
    border-radius: 3rem !important;
    color: #FFF;
}

form.mktoForm button.mktoButton {
    background-color: rgba(0,0,0,1) !important;
    border-radius: 3rem !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.1em !important;
    color: #ffffff !important;
    width: auto !important;
}

.fsBody form .fsRowBody {
    padding-left: 0;
    padding-right: 0;
}

.fsBody form {
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
}

form.fsForm .fsLabel,
form.mktoForm .mktoLabel {
    margin-bottom: 0.75em;
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
}

form.mktoForm .mktoLabel {
    font-weight: 600 !important;
    margin-bottom: 0.75em !important;
}

.module-37 {
    padding: 9.875rem 0 7rem 0;
}

.module-37 .hero-body a,
.module-37 .headline--prompt--c {
    color: #2C7C11;
}

.module-37 .hero-body a:hover {
    text-decoration: none;
}

.single .image-wrapper--hero {
    padding-bottom: 0;
}

.single .image-wrapper--hero img {
    margin-top: -156px;
    transform: translateY(156px);
    margin-bottom: 156px;
}

.single .page > .module-02:first-child .max-width,
.single .social-wrapper {
    max-width: 1220px;
}

.single .modules-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.single .social-wrapper { 
    order: 2;
    padding: 0 2rem 2rem;
    margin-top: -4.375rem;
}

.single .social-wrapper .cresta-share-icon {  
    left: 2rem;
    display: flex;
}

@media only screen and (min-width: 990px) {

    .single .modules-wrapper {
        display: block;
    }
    
    .single .social-wrapper { 
        position: sticky;
        top: 0;
        max-width: none;
        padding: 0;
        margin: 0;
        z-index: 1000;
    }
    .single .social-wrapper .cresta-share-icon { 
        position: absolute;
        flex-direction: column;
        padding: 0;
        padding-top: 4.375rem;
    }
}

@media only screen and (min-width: 1280px) {
    .single .social-wrapper .cresta-share-icon { 
        left: 50%;
        transform: translateX(-610px);
    }
}

.vs-bottom--collapsed {
    padding-bottom: 0;
}

.single .tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer--single .date {
    margin-right: 2em;
}

.single .tags {
    margin-bottom: 3em;
}

.single .tags li {
    display: inline-block;
}

.single .tags li:after {
   content: ",";
}

.single .tags li:last-child:after {
    content: "";
 }

.single .tags li,
.single .tags a {
    color: #2C7C11;
    text-decoration: none;
    font-weight: bold;
}

.single .tags a:hover {
    text-decoration: underline;
}

.separator {
    width: 100%;
    height: 0.125rem;
    background-color: #ECF4E9;
}

.bio--author {
    padding: 5rem 0;
}

.post-meta {
    margin-bottom: 2rem;
}

.author__avatar {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2rem;
}

.footer--single .author__name {
    font-size: 1.3125rem;
    margin-top: 0.25em;
}

.single .related-content {
    padding: 5rem 0;
}

.single .related-content .module-24 {
    padding-top: 0;
}

.card--job .meta_headline {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5rem;
    font-family: 'Prompt', sans-serif;
    color: #3f8f24;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 0.5rem;
}

.card--job .headline,
.card--consultant .headline {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5rem;
    font-family: 'Prompt', sans-serif;
    margin-bottom: 0.5rem;
}

.card--job .headline > a,
.card--consultant .headline > a {
    text-decoration: none;
    color: inherit;
}

.card--job .headline > a:hover,
.card--consultant .headline > a:hover {
    text-decoration: none;
    color: #3f8f24;
}


.card--job,
.card--consultant {
    display: inline-block;
    vertical-align: top;
    width: 288px;
    height: 304px;
    margin-right: 1.25rem;
    font-size: 1rem;
    padding: 1.75rem 1.875rem;
    white-space: normal;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
    background: #ECF4E9;
}

.card--job .cta {
    margin-top: auto;
}

.module--jobs .module-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.module--jobs .module-header .headline {
    font-size: 2.375rem;
}

.module--jobs.mp-top--default {
    padding-top: 5rem;
}

.module--jobs.mp-bottom--default {
    padding-bottom: 5rem;
}

.module--jobs.mp-top--expanded {
    padding-top: 8rem;
}

.module--jobs.mp-bottom--expanded {
    padding-bottom: 8rem;
}

.jobs-wrapper {
    display: none;
}

.jobs-wrapper--active {
    display: block;
}

.module--jobs .cat_tax-nav-link {
    border: 0;
    background: none;
    box-shadow: none;;
}

.cat_tax-nav-link.active {
    color: #2c7c11;
}

.module--selected-resources {

}

.module--selected-resources .post {
    margin-bottom: 2rem;
}

.module--selected-resources .post:nth-child(3n) {
    margin-right: 0;
}

.module--selected-resources .post:nth-child(3n+1) {
    margin-left: 0;
}

.bg-color--begonia {
    background-color: #fde6e7;
}

.single-customer_stories .nav-tabs {

}

.single-customer_stories .nav-tabs {
    margin-bottom: .5rem;
  }
  
.single-customer_stories .nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    color: #6d756a;
    margin-right: 4.5rem;
    text-indent: 0;
}

.single-customer_stories .nav-tabs > li > a {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.5rem;
    padding-bottom: .67em;
    text-transform: uppercase;
    border-bottom: .25rem solid transparent;
    transition: all ease-in-out 100ms;
    color: inherit;
    text-decoration: none;
    display: block;
}

.single-customer_stories .nav-tabs > li > a > br {
    display: none;
}

.single-customer_stories .nav-tabs > li > a:hover,
.single-customer_stories .nav-tabs > li.active > a {
    color: #000000;
    border-color: #2C7C11;
}

.single-customer_stories .nav-tabs > li:last-child{
    margin-right: 0;
}

.single-customer_stories .wysi-container .nav-tabs > li:before {
    display: none;
}

.single-customer_stories .wysi-container .nav-tabs > li svg {
    display: none;
}

.single-customer_stories .wysi-container .nav-tabs > li h4 {
    font-size: inherit;
    color: inherit;
}

.single-customer_stories .tab-content .tab-pane {
    display: none;
    padding: 1rem 0;
    position: relative;
}

.single-customer_stories .tab-content .tab-pane.active {
    display: block;
}

.reading-box {
    border: 0 !important;
    padding: 1rem 2rem;
    background: #ECF4E9 !important;
}

.wysi-container .reading-box .continue-right {
    float: right;
    margin-left: 10px;
}

.wysi-container .reading-box p:empty {
    display: none;
}

.wysi-container .reading-box h2 {
    line-height: 1.1 !important;
}

.fusion-clearfix {
    zoom: 1;
    clear: both;
}

.single-customer_stories .wysi-container img {
    width: auto;
    max-width: 100%;
}

.single-customer_stories .wysi-container .alignleft {
    float: left;
    margin-right: 1em;
}

.single-customer_stories .wysi-container .alignright {
    float: right;
    margin-left: 1em;
}

.module.module--hero-results {
    padding: min(var(--header-height, 6.2rem) + 7%, 12.25rem) 0
    min(1.5rem + 10%, 7.75rem) 0;
}

.wysi-container .genericon {
    font-family: 'Genericons';
    display: inline;
}

.wysi-container ul.ts-fab-list li {
    text-indent: 0;
}

.agt-single .image-container {
    padding-bottom: 39%;
}

.agt-single .image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cresta-share-icon i.c-icon-cresta-facebook,
.cresta-share-icon i.c-icon-cresta-twitter,
.cresta-share-icon i.c-icon-cresta-linkedin {
    background: #000;
    border-radius: 50%;
}

.cresta-share-icon i.c-icon-cresta-facebook:hover,
.cresta-share-icon i.c-icon-cresta-twitter:hover,
.cresta-share-icon i.c-icon-cresta-linkedin:hover {
    color: #000;
    border-color: #000 !important;
}

.cat_tax-nav-bar--consultants .cat_tax-select-wrapper {
    /*
    border-left: 0;
    margin-top: 0.25em;
    margin-bottom: 0.25em;;
    */
}

.cat_tax-nav-bar--consultants #cat_tax-select {
    width: auto;
}

.card--consultant .headline {
    margin-bottom: 1em;
}

.consultant-locations,
.consultant-services {
    font-size: 0.6875rem;
    margin-bottom: 0.5em;
}

.consultant-services {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 3rem;
}

.consultant-description {
    font-size: 0.875rem;
    margin: 1em 0;
}

.col-container--consultants {
    display: flex;
    flex-wrap: wrap;
}

.col-container--consultants > .col {
    display: flex;
}

.card--consultant,
.card.card--consultant { 
    align-items: flex-start;
    height: auto;
    width: auto;
    background: #ECF4E9;
    border: 0;
    width: 100%;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 800px) {
    .single-customer_stories .tab-content .nav {
        display: none;
    }

    .fusion-mobile-button,
    .wysi-container .fusion-button.fusion-mobile-button {
        display: none;
    }
}

.module-17 .col-container--grid > .col {
    display: block;
    grid-column: span var(--columns, 1);
    margin-bottom: 2rem;
}


@media only screen and (min-width: 769px) {
    .module-17 .col-container--grid {
        display: grid;
        grid-template-columns: repeat(max(var(--max-columns, 1), 3), 1fr);
    }
}

@media only screen and (min-width: 1025px) {
    .module-17 .col-container--grid {
        grid-template-columns: repeat(var(--columns, 5), 1fr);
    }
}

.module-17 .link-wrapper {
    margin-bottom: 1.4em;
    padding-right: 1em;
}

.module-17 .col,
.module-17 .col:nth-child(n + 5) {
    margin-top: 0;
}

.module-17 .col a {
    display: inline;
    border: 0;
    line-height: 1.5;
    background-image: linear-gradient(#000,#000);
    background-size: 100% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.module-17 .col a:hover {
    color: #3f8f24;
    background-image: linear-gradient(#3f8f24, #3f8f24);
}

.module-17 .col-container--links {
    display: grid;
    grid-template-columns: repeat(var(--columns, 1), 1fr);
}

.input-field.error {
    border-color: red;
}

.input-field + .error-msg {
    display: none;
    color: red;
    position: absolute;
    padding: 1em 2em;
    font-size: 0.8125rem;
}

.input-field.error + .error-msg {
    display: block;
}


/*  Header */


    .subnavigation-label a.cta--secondary:hover {
        color: #000;
    }

    .subnavigation-label a.cta--secondary:hover .subnavigation-label-text {
        text-decoration: underline;
    }



/*  API */

    .fusion-tabs.fusion-tabs-1 .nav-tabs {
        list-style: none;
    }

    .wysi-container .fusion-tabs .nav-tabs li,
    .fusion-tabs .nav-tabs li {
        padding-left: 0;
    }

    .fusion-tabs.classic.horizontal-tabs .nav-tabs .tab-link>br {
        display: none;
    }
    .fusion-tabs.classic.horizontal-tabs .nav-tabs .tab-link>*{
        font-size: 1rem;
    }
    .fusion-tabs.classic.horizontal-tabs .nav-tabs .tab-link + p {
        margin: 0;
    }
    .wysi-container .fusion-accordian .panel-title a .fa-fusion-box {
        background-color: #000;
    }
    .wysi-container .fusion-accordian .panel-title a:hover .fa-fusion-box {
        background-color: #3f8f24 !important;
    }

    .wysi-container table td,
    .wysi-container table th {
        padding: 0.625rem;
    }

    .wysi-container table[border="1"] {
        border-color: grey;
    }

    .wysi-container table[border="1"] td {
        border-color: #e0dede;
    }

    .module-17 .column-label {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
        font-family: 'Prompt', sans-serif;
        color: #3f8f24;
        color: #2c7c11;
        text-transform: uppercase;
        margin-bottom: 2.5rem;
        letter-spacing: .06em;
    }

    .module-17 .module-headline {
        font-size: 1.5rem;
        margin-bottom: 1em;
        font-weight: bold;
    }


/*  25 */
    /*
    .module-25 .content {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 30px
        grid-auto-rows: 1fr;
        grid-template-rows: auto repeat(6, 100px);
    }

    .module-25 .content > .col {
        display: contents;
    }

    .module-25 .content > .col > * {
        grid-column: var(--column, 1);
        grid-row: var(--row, 1);
    }
    */