/*
 Theme Name: Ninth Brain
 Author: Grey Matter Group
 Author URI: http://greymattergroup.com
 Description: Custom theme for Ninth Brain
 Version: 2.0.2
 */

  button#gform_submit_button_3 {
	    background-color: #a4c639;
	    padding: 10px 20px;
	    color: #fff;
	}

	.package-step .package-table {
        margin-top: 2rem;
    }


.packages-feature-table {
    width: 100%;
    max-width: 1015px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 18px;
    border: 2px solid #091840;
}

/* Column widths */
.packages-feature-table th:first-child,
.packages-feature-table td:first-child {
    width: 38%;
}

.packages-feature-table th:not(:first-child),
.packages-feature-table td:not(:first-child) {
    width: 15.5%;
}


/* Header */
.packages-feature-table th {
    height: 58px;
    padding: 5px 8px;
    color: #fff;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    border: 1px solid #091840;
}


/* Primary Features heading */
.packages-feature-table .feature-heading {
    background: #595959;
    text-align: left;
    padding-left: 10px;
}


/* Package headings */
.enterprise-heading {
    background: #0879c9;
}

.operational-heading {
    background: #a9cd32;
}

.performance-heading {
    background: #f9aa00;
}

.workforce-heading {
    background: #091840;
}


/* Stars */
.package-star {
    font-size: 28px;
    vertical-align: middle;
    margin: 0 5px;
}


/* Table cells */
.packages-feature-table td {
    height: 40px;
    padding: 4px 10px;
    border: 1px solid #111;
    background: #fff;
}


/* Feature name */
.packages-feature-table .feature-name {
    text-align: left;
    font-size: 18px;
}

.packages-feature-table .feature-name a {
    color: #0674d8;
    text-decoration: underline;
}

.packages-feature-table .feature-name a:hover {
    text-decoration: underline;
}


/* Package cells */
.packages-feature-table .package-cell {
    text-align: center;
    vertical-align: middle;
}


/* Highlight Enterprise column border */
.packages-feature-table .enterprise-cell {
    border-left: 3px solid #0879c9;
    border-right: 3px solid #0879c9;
}


/* Checkmarks */
.package-check {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.enterprise-check {
    color: #0879c9;
}

.operational-check {
    color: #a9cd32;
}

.performance-check {
    color: #f9aa00;
}

.workforce-check {
    color: #091840;
}


/* Empty / unavailable cells */
.packages-feature-table td.package-cell:empty {
    background: #d3d3d3;
}


/* Section heading */
.packages-feature-table .section-heading-row td {
    height: 44px;
    background: #595959;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
}

.packages-feature-table {
    display: table;
}

.packages-mobile-tabs {
    display: none;
}

section.download_free_guide h2 {
    margin-top: 0px;
}

/* Mobile */
@media (max-width: 767px) {

	  button#gform_submit_button_3 {
	    font-size: 14px !important;
	}

    .packages-feature-table {
        font-size: 14px;
        min-width: 700px;
    }

    .packages-feature-table th {
        font-size: 14px;
    }

    .packages-feature-table .feature-name {
        font-size: 14px;
    }

    .package-check {
        font-size: 24px;
    }

     .packages-feature-table {
        display: none;
    }

    .packages-mobile-tabs {
        display: block;
    }

      .packages-mobile-tabs {
        display: block;
        width: 100%;
    }

    .packages-feature-table {
        display: none;
    }

    .packages-mobile-tab-buttons {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .packages-mobile-tab-button {
        flex: 1;
        border: 1px solid #091840;
        background: #fff;
        color: #091840;
        padding: 12px 6px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
        cursor: pointer;
    }

    .packages-mobile-tab-button + .packages-mobile-tab-button {
        border-left: 0;
    }

    .packages-mobile-tab-button.active {
	    color: #fff;
	}

	.packages-mobile-tab-button.package-enterprise.active {
	    background: #0879c9;
	    border-color: #0879c9;
	}

	.packages-mobile-tab-button.package-operational.active {
	    background: #a9cd32;
	    border-color: #a9cd32;
	}

	.packages-mobile-tab-button.package-performance.active {
	    background: #f9aa00;
	    border-color: #f9aa00;
	}

	.packages-mobile-tab-button.package-workforce.active {
	    background: #091840;
	    border-color: #091840;
	}

	.package-tab-star {
	    font-size: 18px;
	    margin-right: 3px;
	    vertical-align: middle;
	}

    .packages-mobile-tab-content {
        display: none;
    }

    .packages-mobile-tab-content.active {
        display: block;
    }

    .packages-mobile-section {
        margin-bottom: 25px;
    }

    .packages-mobile-section-title {
        background: #595959;
        color: #fff;
        padding: 11px 12px;
        font-size: 17px;
        font-weight: 700;
    }

    .packages-mobile-feature {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 45px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-top: 0;
        background: #fff;
    }

    .packages-mobile-feature-name {
        flex: 1;
        padding-right: 15px;
        font-size: 15px;
        line-height: 1.35;
    }

    .packages-mobile-feature-name a {
        color: #0674d8;
        text-decoration: underline;
    }

    .packages-mobile-feature-status {
        width: 35px;
        flex-shrink: 0;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 1;
    }

   .packages-mobile-feature-status .available {
	    color: #0879c9; /* Enterprise */
	}

	.packages-mobile-feature-status .available.enterprise {
	    color: #0879c9;
	}

	.packages-mobile-feature-status .available.operational {
	    color: #a9cd32;
	}

	.packages-mobile-feature-status .available.performance {
	    color: #f9aa00;
	}

	.packages-mobile-feature-status .available.workforce {
	    color: #091840;
	}

    .packages-mobile-feature-status .unavailable {
        color: #999;
    }


}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

    .packages-feature-table {
        display: none;
    }

    .packages-mobile-tabs {
        display: block;
        width: 100%;
    }

    .packages-mobile-tab-buttons {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .packages-mobile-tab-button {
        flex: 1;
        border: 1px solid #091840;
        background: #fff;
        color: #091840;
        padding: 14px 8px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        cursor: pointer;
    }

    .packages-mobile-tab-button + .packages-mobile-tab-button {
        border-left: 0;
    }

    .packages-mobile-tab-button.active {
        color: #fff;
    }

    .packages-mobile-tab-button.package-enterprise.active {
        background: #0879c9;
        border-color: #0879c9;
    }

    .packages-mobile-tab-button.package-operational.active {
        background: #a9cd32;
        border-color: #a9cd32;
    }

    .packages-mobile-tab-button.package-performance.active {
        background: #f9aa00;
        border-color: #f9aa00;
    }

    .packages-mobile-tab-button.package-workforce.active {
        background: #091840;
        border-color: #091840;
    }

    .package-tab-star {
        font-size: 20px;
        margin-right: 4px;
        vertical-align: middle;
    }

    .packages-mobile-tab-content {
        display: none;
    }

    .packages-mobile-tab-content.active {
        display: block;
    }

    .packages-mobile-section {
        margin-bottom: 25px;
    }

    .packages-mobile-section-title {
        background: #595959;
        color: #fff;
        padding: 12px 14px;
        font-size: 18px;
        font-weight: 700;
    }

    .packages-mobile-feature {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        padding: 9px 14px;
        border: 1px solid #ccc;
        border-top: 0;
        background: #fff;
    }

    .packages-mobile-feature-name {
        flex: 1;
        padding-right: 20px;
        font-size: 16px;
        line-height: 1.4;
    }

    .packages-mobile-feature-name a {
        color: #0674d8;
        text-decoration: underline;
    }

    .packages-mobile-feature-status {
        width: 40px;
        flex-shrink: 0;
        text-align: center;
        font-size: 27px;
        font-weight: 700;
        line-height: 1;
    }

    .packages-mobile-feature-status .available.enterprise {
        color: #0879c9;
    }

    .packages-mobile-feature-status .available.operational {
        color: #a9cd32;
    }

    .packages-mobile-feature-status .available.performance {
        color: #f9aa00;
    }

    .packages-mobile-feature-status .available.workforce {
        color: #091840;
    }

    .packages-mobile-feature-status .unavailable {
        color: #999;
    }
}