body.v2 .navigation .container .login-btn {
    position: absolute;
    right: 0;
}

body.v2 .navigation .container .menu-main-menu-container ul#menu-main-menu {
    float: unset !important;
    display: table;
    width: auto !important;
    margin: 0 0 0 auto;
}

body.v2 .navigation .container .login-btn {
    position: absolute;
    right: 0;
    padding: 6px 20px;
    width: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -96px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

body.v2 .navigation .container .menu-main-menu-container ul#menu-main-menu li:last-child {
    margin-right: 0;
}

body.v2 .navigation .container .menu-main-menu-container ul#menu-main-menu li:not(:last-child) {
    margin-right: 0.8em;
}

body.v2 .navigation .container .menu-main-menu-container ul#menu-main-menu > li > a {
    font-size: 15px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

body.v2 .navigation .container .menu-main-menu-container ul#menu-main-menu > li:hover > a {
    color: #69bf4a !important;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

body.v2 .navigation .container .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li > a {
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

body.v2 .navigation .container .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li:hover > a {
    color: #69bf4a !important;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

.no-margin-bottom { margin-bottom: 0 !important; }

a.classic-button, p.classic-button {
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

/* faq */

.collapsible-content {
    /* border: 1px solid #fafafa; */
    margin-bottom: 10px;
}
.collapsible-content:last-child {
    margin-bottom: 0;
}
.collapsible-content > h3 {
    cursor: pointer;
    display: table;
    width: auto;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    /* background-color: #fafafa; */
    color: #58585a;
    text-decoration: none;
    box-sizing: border-box;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.collapsible-content > h3:hover {
    color: #6ab333;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.collapsible-content > h3 > i.fa {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 18px;
}

.collapsible-content > h3 > i.fa.fa-caret-down {
    display: block;
}

.collapsible-content > h3 > i.fa.fa-caret-up {
    display: none;
}

.collapsible-content > h3.open > i.fa.fa-caret-up {
    display: block;
}

.collapsible-content > h3.open > i.fa.fa-caret-down {
    display: none;
}

.collapsible-content > .html-content {
    display: none;
    background-color: #fff;
    padding: 10px 25px;
    margin: 0;
}

.collapsible-content > .html-content h3:first-child {
    margin-top: 0;
}

.collapsible-content > .html-content > :last-child {
    margin-bottom: 0;
}

/* current menu links */
body.v2 #menu-main-menu > li.current-menu-parent > a,
body.v2 #menu-main-menu .sub-menu > .current-menu-item > a {
    color: #69bf4a !important;
}

/* memberships */
#membership-filter {
    list-style: none;
    display: table;
    margin: 0 auto !important;
    padding: 0 !important;
}

#membership-filter > li {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}

#membership-filter > li > a {
    display: block;
    line-height: 150%;
    padding: 10px 20px;
    background-color: #f4f4f4;
    font-size: 20px;
    color: #58585a;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#membership-filter > li > a.current,
#membership-filter > li:hover > a {
    background-color: #69bf4a;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#membership-filter li {
    border-right: 1px solid #69bf4a;
}

#membership-filter li:first-child {
    border-left: 1px solid #69bf4a;
}

#membership-filter {
    border-top: 1px solid #69bf4a;
    border-bottom: 1px solid #69bf4a;
}

#members-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
    width: 100%;
}

#members-list::after {
    clear: both;
    content: '';
    display: table;
}

#members-list > li {
    float: left;
    width: 33.33%;
    padding: 15px !important;
    box-sizing: border-box;
    margin: 0 !important;
}

#members-list .member-logo {
    height: 140px;
    padding: 10px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#members-list .member-wrapper {
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 4px 1px rgba(150, 150, 150, 0.1);
    height: 230px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#members-list .member-wrapper:hover {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.member-popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 9999;
}

.member-popup-overlay .member-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}

#members-list > li:nth-child(odd) .member-wrapper,
#members-list > li:nth-child(2n) .member-wrapper,
#members-list > li:nth-child(3n) .member-wrapper,
#members-list > li:nth-child(4n) .member-wrapper,
#members-list > li:nth-child(5n) .member-wrapper {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

#members-list > li:nth-child(odd) .member-wrapper {
    background-image: url(img/Curve-1.png);
}

#members-list > li:nth-child(2n) .member-wrapper {
    background-image: url(img/Curve-2.png);
}

#members-list > li:nth-child(3n) .member-wrapper {
    background-image: url(img/Curve-3.png);
}

#members-list > li:nth-child(4n) .member-wrapper {
    background-image: url(img/Curve-3.1.png);
}

#members-list > li:nth-child(5n) .member-wrapper {
    background-image: url(img/Curve-Solo.png);
}

.member-wrapper .member-title,
.member-wrapper .popup-member-title {
    color: #69bf4a;
    font-size: 18px !important;
    list-style: 18px !important;
}

.member-wrapper .member-title {
    text-align: center;
}

.member-popup-overlay .member-popup-content *:last-child {
    margin-bottom: 0;
}

.member-popup-overlay .member-popup-content *:not(:last-child) {
    margin-bottom: 20px;
}

.member-popup-overlay .member-popup-content * {
    font-size: 16px;
    line-height: 20px;
}

#scroll-up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    display: table;
    padding: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#scroll-up:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.general-page .general ul.bam-list-of-benefits li::before {
    content: unset !important;
    font-family: unset !important;
    font-weight: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    letter-spacing: unset !important;
}

.v2 .bam-list-of-benefits > li:last-child {
    line-height: 100% !important;
}

.bam-list-of-benefits::after {
    clear: both;
    content: '';
    display: table;
}

.v2 .bam-list-of-benefits {
    display: table !important;
    min-height: 164px;
    margin-bottom: 0 !important;
}

.bam-list-of-benefits > li:first-child {
    display: table-cell !important;
    width: 100px;
    padding-right: 30px;
}

.bam-list-of-benefits > li:last-child {
    display: table-cell !important;
    vertical-align: top;
    line-height: 100% !important;
}

.v2 .bam-list-of-benefits.bam-membership-options {
    min-height: 150px;
}

.v2 .bam-list-of-benefits.bam-membership-options li { vertical-align: middle !important; }

.bam-list-of-benefits.bam-membership-options > li:first-child > img { display: table; }

.bam-list-of-benefits > li:first-child > img {
    max-width: 100%;
}

.v2 .bam-list-of-benefits > li .heading {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px !important;
    letter-spacing: 0 !important;
}

.v2 .bam-list-of-benefits > li .description {
    line-height: 22px !important;
    font-size: 16px !important;
}

.is-style-stripes.right-column-center table tbody td:last-child {
    text-align: center !important;
}

.whytca-sideimage {
    max-width: 100%;
}

.general-page .general .download-form ul li::before {
    all: unset !important;
}

/* new popup for benchmark - denver 8/20 */
#benchmark-form {
    position: relative;
    display: none;
}

#benchmark-form ._popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999;
}

#benchmark-form > ._popup-overlay > ._popup-content {
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 480px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

a._popup-close {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #69bf4a;
    font-size: 20px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

a._popup-close:hover {
    color: #000;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

.membership-container .person {
    background-position: center center !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 967px) {
    #members-list > li {
        width: 50%;
    }
    .member-popup-overlay .member-popup-content {
        width: 90%;
    }
}

@media (max-width: 920px) {
    #membership-filter > li > a {
        font-size: 14px;
    }
}

@media (max-width: 731px) {
    #membership-filter {
        border-left: 1px solid #69bf4a;
        border-right: 1px solid #69bf4a;
    }

    #membership-filter li {
        width: 100%;
        border: 0 !important;
        text-align: center;
    }
}

@media (max-width: 711px) {
    #members-list > li {
        width: 100% !important;
    }
}