                .imagelink--right {
                    width: 100%;
                }

                .imagelink--right .imagelink__content {
                    width: 100%;
                }

                .tabsholder__link,
                .tabsholder__link--inactive,
                .tabsholder__link--inactive:visited,
                .tabsholder__link:visited {
                    height: 60px;
                    line-height: 60px;
                    background-color: #424b53;
                    cursor: pointer;
                    font-size: 0.85em;
                    padding: 0 15px;
                    border-left: 1px solid rgba(255, 255, 255, 0.1);
                }

                .tabsholder__link--active,
                .tabsholder__link--active:visited {
                    background-color: #424b53 !important;
                    font-weight: bold;
                    color:#aabb33 !important;
                }

                .tabsholder__link--inactive-highlighted {
                    background-color: #AABD26 !important;
                }

                .tabsholder {
                    /*background-color: transparent;*/
                    background-color: rgba(66, 75, 83, 1);
                }

                .tabsholder__container {
                    margin: -30px auto 0;
                    box-sizing: border-box;
                    padding:0 40px;
                }

                @media only screen and (max-width: 700px) {
                    .tabsholder__container {
                        margin: -30px auto 0;
                        box-sizing: border-box;
                        padding:40px;
                    }
                }


                .tabsholder__container:before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background-color: #424b53;
                    top: 0;
                    right: 1040px;
                }

                #tabs-row,
                .tabs-row {
                    height: 0;
                    z-index: 1;
                }

                #grid__row__overflow,
                .grid__row__overflow {
                    overflow: hidden;
                    position: relative;
                }

                #grid__row__border-bot,
                .grid__row__border-bot {
                    overflow: hidden;
                    position: relative;
                    border-bottom: 1px solid #eceded;
                }

                #grid__row__border,
                .grid__row__border {
                    overflow: hidden;
                    position: relative;
                    border-bottom: 1px solid #eceded;
                    border-top: 1px solid #eceded;
                }

                #grid__row__border-top,
                .grid__row__border-top {
                    overflow: hidden;
                    position: relative;
                    border-top: 1px solid #eceded;
                }

                #grid__row--bg-top,
                .grid__row--bg-top,
                #grid__row__bg-top,
                .grid__row__bg-top {
                    background-position: center top;
                }

                #grid__row--bg-bot,
                .grid__row--bg-bot,
                #grid__row__bg-bot,
                .grid__row__bg-bot {
                    background-position: center bottom;
                }

                #grid__item--border-right,
                .grid__item--border-right {
                    border-right: 1px solid #eceded;
                }

                #grid__item--border-left,
                .grid__item--border-left {
                    border-left: 1px solid #eceded;
                }

                .grid__overflow {
                    overflow: hidden;
                }

                .video-bg__wrap {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    width: 100%;
                }

                .video-bg__wrap video {
                    width: 100%;
                    height: auto;
                }

                .video .js-play-video:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    margin: -23px 0 0 -13px;
                    border-style: solid;
                    border-width: 25px 0 25px 37px;
                    border-color: transparent transparent transparent #fff;
                    box-sizing: border-box;
                    transform: none;
                }

                .video .js-play-video:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin: -70px 0 0 -70px;
                    width: 140px;
                    height: 140px;
                    background-color: #cfd25a;
                    border-radius: 50%;
                    transform: scale(1);
                    transition: all .2s;
                    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
                    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
                    border: 4px solid #fff;
                    box-sizing: border-box;
                }

                .video .js-play-video:hover:after {
                    font-size: inherit;
                    width: 0;
                    height: 0;
                    margin: -23px 0 0 -13px;
                    transition: all .2s;
                }

                .video .js-play-video:hover:before {
                    transform: scale(1.2);
                    transition: all .2s;
                }

                .video h5 {
                    margin-top: 1em;
                }


                .module-group {
                    display: flex;
                    flex-direction: row;
                    align-content: space-between;
                    justify-content: space-between;
                }

                .module-toggle,
                .module-toggle-alt {
                    display: block;
                    position: relative;
                    border: 1px solid rgba(68, 75, 83, 0.15);
                    padding: 0;
                    margin: 0;
                    z-index: 1;
                    background-color: #ffffff;
                    cursor: pointer;
                    transform: scale3d(1, 1, 1);
                    transition: all 600ms;
                }

                .module-toggle:hover {
                    transform: scale3d(1.05, 1.05, 1.05);
                    transition: all 300ms;
                }

                .module-toggle--on {
                    transform: scale3d(1.05, 1.05, 1.05);
                    z-index: 2;
                    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
                    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
                }

                .module-toggle__header {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    background-color: rgba(68, 75, 83, 0.3);
                    color: #ffffff;
                    transition: all 300ms;
                }

                .module-toggle--on .module-toggle__header {
                    background-color: #424b53;
                }

                .module-toggle:hover .module-toggle__header {
                    background-color: #424b53;
                    transition: all 300ms;
                }

                .module-toggle__header__radio,
                .module-toggle__header__title,
                .module-toggle__content__text,
                .module-toggle__footer__price {
                    padding: 20px;
                }

                .module-toggle__header__radio {
                    padding-right: 10px;
                }

                .module-toggle__header__title {
                    padding-left: 10px;
                    font-weight: bold;
                    font-size: 1.2em;
                }

                .module-toggle__header__radio span {
                    display: block;
                    position: relative;
                    width: 26px;
                    height: 26px;
                    background-color: #ffffff;
                    border-radius: 50%;
                }

                .module-toggle--on .module-toggle__header .module-toggle__header__radio span:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 5px;
                    left: 5px;
                    width: 16px;
                    height: 16px;
                    background-color: #AABD26;
                    border-radius: 50%;
                    opacity: 0.7;
                }

                .module-toggle__content__text {
                    background-color: transparent;
                    line-height: 1.5em;
                }

                .module-toggle--on .module-toggle__content__text {
                    background-color: rgba(68, 75, 83, 0.075);
                }

                .module-toggle__footer {
                    border-top: 1px solid rgba(68, 75, 83, 0.15);

                }

                .module-features__title {
                    display: block;
                    position: relative;
                    width: 100%;
                    text-align: center;
                    margin-top: 40px;
                }

                .module-features__set {
                    display: flex;
                    flex-direction: row;
                }

                .module-features__set__col {
                    display: block;
                    position: relative;
                    flex-grow: 1;
                }

                .module-features__set__col ul {
                    padding: 0;
                    margin: 0;
                    -webkit-column-count: 3;
                    -moz-column-count: 3;
                    column-count: 3;
                    overflow: visible;
                }

                .module-features__set__col ul li {
                    display: inline-block;
                    width: 100%;
                    position: relative;
                    list-style: none;
                    padding: 10px 0 10px 34px;
                    margin: 0;
                    overflow: visible;
                    box-sizing: border-box;
                }

                .module-features__set__col ul li:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 15px;
                    width: 20px;
                    height: 20px;
                    background-image: url("-/media/817A58279247447B91164E247E1ED688.ashx");
                    background-size: 100% 100% !important;
                    background-position: center center;
                    background-repeat: no-repeat;
                    transform: scale3d(1, 1, 1);
                    transition: transform 600ms, opacity 600ms;
                    opacity: 0.5;
                }

                .module-features__set__col ul li.checked:before {
                    background-image: url("-/media/F14320C6C176413BBB7E24D3312F8295.ashx");
                    transform: scale3d(1.4, 1.4, 1.4);
                    transition: transform 300ms, opacity 300ms;
                    opacity: 0.7;
                }

                .module-features__footer,
                .module-features__footer-alt {
                    display: none;
                }

                .module-features__footer--show {
                    display: flex;
                    flex-direction: row;
                    position: relative;
                    justify-content: center;
                    margin-top: 40px;
                }

                .module-toggle__footer__price__tag {
                    display: block;
                }

                .module-toggle__footer__price__value {
                    display: inline-block;
                    margin-left: 4px;
                    font-size: 1.4em;
                }

                .module-features__footer__link,
                .module-features__footer__btn {
                    width: 20%;
                    padding: 10px;
                }

                .module-features__footer__link a,
                .module-features__footer__btn a {
                    display: block;
                    position: relative;
                    padding: 10px 20px;
                    box-sizing: border-box;
                    text-decoration: none;
                    text-align: center;
                    opacity: 0.7;
                }

                .module-features__footer__link a {
                    color: #AABD26;
                    font-weight: bold;
                    transition: opacity 600ms;
                }

                .module-features__footer__link a:hover,
                .module-features__footer__btn a:hover {
                    opacity: 0.5;
                    transition: opacity 600ms;
                }

                .module-features__footer__btn a {
                    background-color: #AABD26;
                    color: #ffffff;
                    font-weight: bold;
                    border-radius: 5px;
                }

                ul.benefit-list li:before {
                    content: " ";
                    display: block;
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    left: -2px;
                    top: 6px;
                    background-image: url('/images/icon/checkmark-green.png');
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    opacity: 0.7;
                }

                ul.benefit-list li ul li {
                    padding-left: 16px;
                    margin: 0;
                }

                ul.benefit-list li ul li:before {
                    content: "\203A";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: -2px;
                    width: auto;
                    height: auto;
                    background-image: none;
                    opacity: 0.7;
                }

                .productcomparison__features__item {
                    display: none;
                }

                .table-product {
                    background-color: #ffffff;
                }

                .table-product tr td {
                    text-align: center;
                    opacity: 0.7;
                    vertical-align: middle;
                    padding: 8px 10px;
                    line-height: 1.4em;
                }

                .table-product thead tr td {
                    opacity: 1;
                    padding: 18px 10px;
                    border: 1px solid rgba(255, 255, 255, 0.2) !important;
                }

                .table-product tr td:first-child {
                    text-align: left;
                    opacity: 1;
                }

                .table-product tr td img {
                    width: 24px;
                    height: 24px;
                }

                .hw-info,
                .hw-info:visited {
                    display: flex;
                    flex-direction: column;
                    position: relative;
                    width: 100%;
                    text-align: center;
                    color: inherit;
                    text-decoration: none;
                    line-height: 1.8em;
                    transform: scale(1) translateZ(0);
                    opacity: 1;
                    transition: all 600ms;
                    cursor: pointer;
                    backface-visibility: hidden;
                }

                .hw-info:hover,
                .hw-info:active {
                    color: inherit;
                    transform: scale(1.048) translateZ(0);
                    opacity: 0.8;
                    transition: all 300ms;
                    backface-visibility: hidden;
                }

                .hw-info__img {
                    display: block;
                    position: relative;
                }

                .hw-info__img img {
                    display: block;
                    position: relative;
                    width: 100%;
                    height: auto;
                    margin-top: -30px;
                }

                .hw-info__title {
                    font-size: 1.4em;
                    font-weight: bold;
                    margin: 10px 0;
                }

                .hw-info__content {
                    margin: 10px 0;
                    font-size: 0.9em;
                }

                .hw-info__line {
                    display: block;
                    position: relative;
                    margin: 10px auto;
                    width: 40%;
                    height: 1px;
                    background-color: #eceded;
                    border: none;
                }

                .hw-info__features {
                    display: flex;
                    flex-direction: row;
                }

                .hw-info__feature {
                    display: flex;
                    flex-direction: column;
                    padding: 10px 0;
                    line-height: 1.4em;
                }

                .hw-info__feature--full {
                    width: 100%;
                }

                .hw-info__feature--half {
                    width: 50%;
                    box-sizing: border-box;
                }

                .hw-info__feature__title {
                    font-size: 0.7em;
                    opacity: 0.5;
                }

                .hw-info__feature__value {
                    font-size: 1em;
                    line-height: 1.2em;
                    opacity: 0.7;
                    color: #AABD26;
                }

                .hw-info__btn {
                    display: inline-block;
                    padding: 10px 20px;
                    color: #ffffff;
                    background-color: #AABD26;
                    font-weight: bold;
                    font-size: 0.9em;
                    margin: 20px auto 0;
                    border-radius: 4px;
                }

                .imagelink--left .imagelink__image img {
                    width: inherit !important;
                }

                .webinar-hero-img .imagebleed img {
                    width: 620px;
                    height: auto;
                    margin: -20px -60px -240px;
                    float: none;
                }

                .fw-row {
                    padding-left: 40px;
                    padding-right: 40px;
                }

                /* Responsive */
                @media only screen and (max-width: 800px) {
                    #header-content img {
                        width: 100% !important;
                        height: auto !important;
                        margin: 0 !important;
                    }

                    h1 {
                        font-size: 2.1em !important;
                    }

                    .mobile-full-width {
                        width: 100% !important;
                        height: auto;
                        margin: 0 !important;
                    }

                    .mobile-no-bg {
                        background-image: none !important;
                    }

                    .mobile-hide {
                        display: none;
                    }

                    .quote {
                        margin: 0 26px;
                    }
                }