.integrator-program section .section-padding {
    padding: 96px 0;
}

.integrator-program .heading-section {
    position: relative;
}

.integrator-program .heading-section .section-header {
    margin-bottom: 96px;
}

.integrator-program .heading-section .section-header h1 {
    margin-bottom: 10px;
}

.integrator-program .heading-section .video-container {
    margin-bottom: 50px;
}

.integrator-program .heading-section .join-blurb {
    line-height: 30px;
    margin-bottom: 28px;
}

body.path-integrators.integrator-program .apply {
    margin-bottom: 24px;
    display: inline-block;
    width: 165px;
}

body.path-integrators.integrator-program .already  {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

body.path-integrators.integrator-program .already a:link {
    text-decoration: underline;
}


/* program levels section */
.integrator-program .program-levels {
    background-color: #F2F2F2;
}

.integrator-program .program-levels li {
    list-style: none;
}

.integrator-program .program-levels li::before {
    content: '•';
    display: inline-block;
    font-size: .9em;
    margin-right: .5em;
    margin-left: -1em;
}

.integrator-program .program-levels .section-padding {
    padding-bottom: 96px;
}

.integrator-program .program-levels .hr-divider hr {
    height: 1px;
    margin: 0;
}

.integrator-program .program-levels .section-header {
    margin-bottom: 56px;
}

.integrator-program .program-levels .section-header h2 {
    margin-bottom: 15px;
}

.integrator-program .program-levels .section-header p {
    margin-bottom: 0;
}

.integrator-program .program-levels .level {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    margin: 0 38px 16px;
}

.integrator-program .program-levels .level .graphic-container {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 182px;
}

.integrator-program .program-levels .basic .level:not(:last-child) .graphic-container::after {
    content: '';
    margin-top: 16px;
    width: 1px;
    flex-grow: 1;
    background-color: #d8d8d8;
}

.integrator-program .program-levels .level .text {
    padding-bottom: 34px;
}

.integrator-program .program-levels .level .text h4 {
    margin-bottom: 8px;
}

.integrator-program .program-levels .level .text .steps {
    margin-bottom: 0;
}

.integrator-program .program-levels .level .text .steps a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

.integrator-program .program-levels li {
    font-size: 18px;
    line-height: 30px;
}

.integrator-program .program-levels .advanced {
    background-color: #E6E6E6;
    padding: 50px 30px 56px 15px;
    margin-bottom: 56px;
}

.integrator-program .program-levels .advanced .next-step-text {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 0 70px 55px 85px;
}

.integrator-program .program-levels .advanced .level:last-of-type {
    margin-bottom: 0;
}

.integrator-program .program-levels .advanced .level:last-of-type .text {
    padding-bottom: 0;
}

.integrator-program .integrator-cta--orange.requirements {
    margin: auto;
}

/* program-features */
.integrator-program .program-levels .program-feature {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.integrator-program .program-levels .program-feature .graphic-container {
    margin-bottom: 32px;
}

.integrator-program .program-levels .program-feature h4 {
    margin-bottom: 8px;
}

.integrator-program .program-levels .program-feature .text p {
    font-size: 16px;
}


/* benefits section */
.integrator-program .benefits-section .intro {
    margin-bottom: 56px;
}

.integrator-program .benefits-section .intro h2 {
    margin-bottom: 15px;
}

.integrator-program .benefits-section .intro p {
    margin-bottom: 32px;
}

.integrator-program .benefits-section .intro .highlights {
    display: block;
    text-align: center;
}

.integrator-program .benefits-section .intro .highlights span {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    display: inline-block;
    margin-left: 32px;
}

.integrator-program .benefits-section .intro .highlights span:first-of-type {
    margin-left: 0;
}

.integrator-program .benefits-section .intro .highlights span::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 18px;
    background-image: url('/sites/default/modules/ia_integrators/images/icons/Icon-BenefitsTable-Check.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: -3px;
}

.integrator-program .benefits-section .details {
    display: inline-block;
    width: 175px;
}


/* benefits table */

.integrator-program .benefits-section .tabes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 56px;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 3px;
    overflow: hidden;
}

.integrator-program .benefits-section .tabes::after {
    /* hides last row border */
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 2px;
    width: calc(100% - 30px);
    background-color: #f2f2f2;
}

.integrator-program .benefits-section .tabes .benefits-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 85px;
    border-bottom: 1px solid #D8D8D8;
}

.integrator-program .benefits-section .tabes .benefits-row:last-of-type {
    border-bottom: none;
}

.integrator-program .benefits-section .tabes .benefits-row.check::after {
    content: '';
    width: 24px;
    height: 18px;
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-BenefitsTable-Check.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.integrator-program .benefits-section .tabes .row-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 135px;
}

.integrator-program .benefits-section .tabes .row-header .badge-graphic {
    height: 75px;
    width: 75px;
    margin-bottom: 24px;
}

.integrator-program .benefits-section .tabes .row-header .dd-arrow {
    display: none;
}

.integrator-program .benefits-section .tabes .row-header .column-label {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.integrator-program .benefits-section .tabes .benefits-column {
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 0 0;
}

.integrator-program .benefits-section .tabes .benefits-column:first-of-type {
    padding-left: 15px;
}

.integrator-program .benefits-section .tabes .benefits-column:last-of-type {
    padding-right: 15px;
}

.integrator-program .benefits-section .tabes .benefits-column.emphasis {
    background-color: #E6E6E6;
}

.integrator-program .benefits-section .tabes .benefits-column .features span {
    display: none;
}
/* benefits list column */
.integrator-program .benefits-section .tabes .benefits-column .features span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-decoration: underline;
}

.integrator-program .benefits-section .tabes .benefits-column.benefits-list .features span {
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.integrator-program .benefits-section .tabes .benefits-column.benefits-list .benefits-row {
    position: relative;
}

.integrator-program .benefits-section .tabes .benefits-column.benefits-list .features .tooltip {
    display: none;
    position: absolute;
    width: 250px;
    box-shadow: 0 0 5px #888888;
    background: #39464b;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

/* partnerships section */
.partnerships-section {
    background-color: #f2f2f2;
}

.partnerships-section .section-header h2 {
    margin-bottom: 75px;
}

.partnerships-section .quote-slider {
    opacity: 0;
    transition: opacity 200ms ease;
}

.partnerships-section .quote-slider.slick-dotted {
    margin: 0;
}

.partnerships-section .quote-slider .slick-dots {
    bottom: auto;
    top: 0;
    padding-top: calc(56% + 26px);
}

.partnerships-section .quote-slider .slick-dots {
    bottom: auto;
    top: 0;
    padding-top: calc(56% + 26px);
    pointer-events: none;
}

.partnerships-section .quote-slider .slick-dots button {
    pointer-events: all;
}

.partnerships-section .quote-slider .wistia_click_to_play.disabled::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.partnerships-section .video-container {
    margin-bottom: 100px;
}

body.path-integrators .partnerships-section blockquote {
    margin: 0 auto 16px;
    max-width: 80%;
}

.integrator-program .partnerships-section .attribution {
    display: block;
    color: #4E4E4E;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.integrator-program .partnerships-section .attribution .name {
    display: block;
    font-weight: 600;
}


/* apply today section */
body.integrator-program .apply-today-section h1 {
    margin-bottom: 15px;
}
body.integrator-program .apply-today-section h3 {
    margin-bottom: 30px;
}

/**********************/
/* tablet only styles */
/**********************/
@media (min-width: 40.063em) and (max-width: 63.9375em) {
    .integrator-program .benefits-section .tabes .row-header .column-label {
        font-size: 16px;
    }
}


/**********************/
/* tablet-down styles */
/**********************/
@media (max-width: 63.9375em) {
}


/**********************/
/* mobile only styles */
/**********************/
@media (max-width: 40em) {

    body.path-integrators .integrator-heading h1 {
        font-size: 24px !important;
        line-height: 32px;
    }

    body.path-integrators .integrator-heading h1 + h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .integrator-program section .section-padding {
        padding: 50px 0 56px;
    }

    .integrator-program .heading-section .section-header {
        margin-bottom: 50px;
    }

    .integrator-program .heading-section .video-container {
        margin-bottom: 32px;
    }

    .integrator-program .heading-section .join-blurb {
        line-height: 32px;
    }

    /* benefits section */
    .integrator-program .benefits-section .intro {
        margin-bottom: 40px;
    }

    .integrator-program .benefits-section .intro h2 {
        margin-bottom: 10px;
    }

    .integrator-program .benefits-section .intro p {
        margin-bottom: 0;
    }

    .integrator-program .benefits-section .intro .highlights {
        display: none;
    }

    /* program levels section */
    .integrator-program .program-levels .section-padding {
        padding-bottom: 56px;
    }

    .integrator-program .program-levels .section-header {
        margin-bottom: 40px;
    }

    .integrator-program .program-levels .section-header h2 {
        margin-bottom: 9px;
    }

    .integrator-program .program-levels .level {
        flex-direction: column;
        margin: 0;
    }

    .integrator-program .program-levels .level:not(:last-child)::after {
        content: '';
        display: block;
        width: 1px;
        height: 36px;
        margin: 16px auto;
        background-color: #d8d8d8;
    }

    .integrator-program .program-levels .level:last-child {
        margin-bottom: 32px;
    }

    .integrator-program .program-levels .advanced .level {
        margin-bottom: 68px;
    }

    .integrator-program .program-levels .advanced .level::after {
        display: none;
    }

    .integrator-program .program-levels .level .graphic-container {
        margin-right: 0;
        margin-bottom: 16px;
        min-height: 0;
    }

    .integrator-program .program-levels .level .graphic-container::after {
        display: none;
    }

    .integrator-program .program-levels .level .text {
        padding-bottom: 0;
    }

    .integrator-program .program-levels .level .text h4 {
        text-align: center;
        font-size: 21px !important;
        line-height: 28px;
    }

    .integrator-program .program-levels .advanced {
        margin: 0 15px 32px;
        padding: 32px 15px 32px;
        width: calc(100% - 30px);
    }

    .integrator-program .program-levels .advanced .next-step-text {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 32px 0;
    }

    .integrator-program .program-levels li,
    .integrator-program .program-levels .program-feature p {
        font-size: 16px;
        line-height: 26px;
    }

    /* program-feature */
    .integrator-program .program-levels .program-feature-list .columns:not(:last-child) .program-feature {
        margin-bottom: 32px;
    }


    /* partnerships section */

    .partnerships-section .section-header h2 {
        margin-bottom: 40px;
    }

    .partnerships-section .video-container {
        margin-bottom: 60px;
    }

    .partnerships-section .quote-slider .slick-dots {
        padding-top: 56%;
    }

    body.path-integrators .partnerships-section blockquote {
        margin-bottom: 24px;
    }

    .integrator-program .partnerships-section .attribution {
        font-size: 14px;
        line-height: 21px;
    }


    /* apply today section */
    body.integrator-program .apply-today-section h2 {
        margin-bottom: 16px;
    }
    body.integrator-program .apply-today-section h3 {
        margin-bottom: 32px;
    }
}


/***********************/
/* special breakpoints */
/***********************/
@media (min-width: 656px) {
    .integrator-program .benefits-section .tabes .benefits-column .features {
        display: block !important;
    }
}

.show-for-655 {
    display: none;
}

@media (max-width: 655px) {
    .show-for-655 {
        display: inherit !important;
    }

    .integrator-program .benefits-section .tabes {
        display: block;
        padding: 0;
        margin-bottom: 32px;
        background-color: transparent;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .integrator-program .benefits-section .tabes::after {
        display: none;
    }

    .integrator-program .benefits-section .tabes .benefits-column {
        margin-bottom: 16px;
        padding: 0;
    }

    .integrator-program .benefits-section .tabes .benefits-column.emphasis {
        background-color: inherit;
    }

    .integrator-program .benefits-section .tabes .benefits-column.benefits-list {
        display: none;
    }

    .integrator-program .benefits-section .tabes .benefits-column.benefits-list {
        display: none;
    }

    .integrator-program .benefits-section .tabes .benefits-column:first-of-type,
    .integrator-program .benefits-section .tabes .benefits-column:last-of-type {
        padding: 0;
    }

    .integrator-program .benefits-section .tabes .benefits-column:last-of-type {
        margin-bottom: 0;
    }

    .integrator-program .benefits-section .tabes .row-header {
        padding: 16px 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 88px;
        background-color: #f2f2f2;
        border-bottom: none;
        border-radius: 3px;
        cursor: pointer;
    }

    .integrator-program .benefits-section .tabes .row-header .badge-graphic {
        height: 56px;
        width: 56px;
        margin-bottom: 0px;
    }

    .integrator-program .benefits-section .tabes .row-header .view-label {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .integrator-program .benefits-section .tabes .row-header .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .integrator-program .benefits-section .tabes .row-header .text span:first-of-type {
        margin-bottom: 4px;
    }

    .integrator-program .benefits-section .tabes .row-header .dd-arrow {
        display: block;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        font-size: 50px;
        font-weight: 100;
        color: #4E4E4E;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: margin 200ms ease, -webkit-transform 200ms ease;
        transition: margin 200ms ease, -webkit-transform 200ms ease;
        -o-transition: transform 200ms ease, margin 200ms ease;
        transition: transform 200ms ease, margin 200ms ease;
        transition: transform 200ms ease, margin 200ms ease, -webkit-transform 200ms ease;
    }

    .integrator-program .benefits-section .tabes .benefits-column.open .row-header .dd-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: -6px;
        margin-left: 6px;
    }

    .integrator-program .benefits-section .tabes .benefits-column .features {
        display: none;
        position: relative;
        margin-bottom: 40px;
    }

    .integrator-program .benefits-section .tabes .benefits-column .features::after {
        /* hides last row border */
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #fff;
    }

    .integrator-program .benefits-section .tabes .benefits-column .features .benefits-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        height: 40px;
    }

    .integrator-program .benefits-section .tabes .benefits-column .features .benefits-row.empty {
        display: none;
    }

    .integrator-program .benefits-section .tabes .benefits-column .features span {
        display: inline-block;
        margin-right: 30px;
        text-align: left;
    }

    .integrator-program .benefits-section .tabes .benefits-column.benefits-list {
        display: none;
    }
}
