.table th {
    border-top: none;
}

.table th,
.table td {
    padding: 0.75rem 0.95rem 0.75rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.btn {
    padding: .15rem 2.25rem
}

.bold {
    font-weight: bold;
}

.center {
    display: block;
    margin: 0 auto;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.orange-hover:hover * {
    filter: invert(50%) sepia(99%) saturate(3482%) hue-rotate(13deg) brightness(125%) contrast(85%);
    color: #ea7600;
}

.no-border {
    border-top: none !important
}

.keepnormal {
    text-decoration: none;
    color: #2d2d2d;
}

.keepnormal:hover {
    color: #ea7600;
}

/* Top Content Section */
.main_product_banner {
    background-position: center center;
    background-image: url("/images/backgrounds/ct8x2/Cedar_CT8X2_Header_2000x1100.webp");
    height: 628px;
}

.main_product_banner .img_container {
    top: 25%;
}

.main_product_banner img {
    max-width: 100%;
    opacity: .8;
}

#overview div div p {
    margin-right: 20px;
}

#overview .header {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 650;
    color: #ea7600;
    font-size: 34px;
    line-height: 1;
}

.overview-container {
    display: grid;
    grid-template: minmax(200px, auto) minmax(200px, auto) minmax(200px, auto) / 1fr;
}

.overview-content {
    grid-row: 2/3;
}

.product_image_container {
    grid-row: 1/2;
}

.product_data_container {
    grid-row: 3/4;
}

/* Mesa */
#mesa {
    background-image: url("/images/backgrounds/mesa3/Mesa3Splash.jpg");
    background-position: center 75%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 545px;
}

.mesa-content-width {
    width: 40rem;
}

.background-dark {
    background-color: #5f5f5f;
    border: white solid 1px;
    border-radius: 3px;
    padding: 20px 30px 14px 30px;
    opacity: .75;
}

#become_a_juniper_partner {
    background-image: url("/images/backgrounds/Partner_Header_XL.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
}

#js_partner_svg {
    width: 188px;
}


/* Features */
#features h2 {
    text-align: left;
}

#features ul li span {
    font-weight: bold;
}

.table>thead>tr>th,
.table>thead>tr>td {
    border-bottom: 0;
    letter-spacing: 1px;
    vertical-align: top;
    padding: 8px;
    text-transform: uppercase;
}

/* Specifications */
.specifications-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.specifications-container div h4 {
    font-size: 13px;
    margin-top: 15px;
}

.specifications-container div {
    margin-right: 15px;
}

.specifications-container div hr {
    margin: 5px 0px 5px 0px;
}

.specifications-container div ul li p {
    font-weight: 200;
    line-height: 1.5;
}


/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {}


/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {}


/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .main_product_banner .img_container {
        top: 10%;
    }

    .overview-container {
        display: grid;
        grid-template: minmax(200px, auto) minmax(200px, auto) / 65% 35%;
    }

    .overview-content {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .overview-content h3 {
        text-align: center;
    }

    .product_image_container {
        grid-row: 1/2;
        grid-column: 2/3;
        height: 200px;
    }

    .product_data_container {
        grid-row: 2/3;
        grid-column: 2/3;
    }

    #become_a_juniper_partner {
        height: 675px;
    }

    /* Specifications */
    .specifications-container {
        display: flex;
        flex-wrap: wrap;
        max-height: 1000px;
    }

    .specifications-container>* {
        flex: 0 0 50%;
    }

    .specifications-container>div {
        width: 45%;
    }
}


/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .main_product_banner .img_container {
        top: 50%;
    }

    .main_product_banner img {
        max-width: 60%;
    }

    .overview-container {
        display: grid;
        grid-template: minmax(10px, 600px) / 60% 40%;
    }

    .overview-container .centered {
        transform: translateX(-50%) translateY(-40%);
    }

    .overview-content {
        grid-row: 1/2;
        grid-column: 1/2;
        transform: translateY(10%);
    }

    .product_data_container {
        grid-row: 1/2;
        grid-column: 2/3;
        transform: translateY(60%);
        max-height: 400px;
    }

    .overview-content h3 {
        text-align: center;
    }

    .product_image_container {
        grid-row: 1/2;
        grid-column: 2/3;
        height: 200px;
        display: unset;
        margin: unset;
        margin-top: -150px;
        margin-left: 0px;
        width: 100%;
    }

    #become_a_juniper_partner {
        height: 550px;
    }

    /* Specifications */
    .specifications-container {
        display: flex;
        flex-wrap: wrap;
        max-height: 700px;
    }

    .specifications-container>* {
        flex: 0 0 33.3%;
    }

    .specifications-container>div {
        width: 30%;
    }
}



/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1560px) {
    .main_product_banner .img_container {
        top: 50%;
    }

    .content_width {
        width: 60rem;
    }

    .main_product_banner img {
        margin-left: -8%;
        max-width: 60%;
    }

    .overview-container {
        display: grid;
        grid-template: minmax(10px, 600px) / 60% 40%;
    }

    .overview-container .centered {
        transform: translateX(-50%) translateY(-60%);
    }

    .overview-content {
        grid-row: 1/2;
        grid-column: 1/2;
        transform: translateY(5%);
    }

    .overview-content h3 {
        text-align: center;
    }

    .product_image_container {
        grid-row: 1/2;
        grid-column: 2/3;
        top: -20rem;
    }

    .product_data_container {
        grid-row: 1/2;
        grid-column: 2/3;
        transform: translateY(60%);
        max-height: 400px;
    }

    #become_a_juniper_partner {
        height: 550px;
    }

    /* Specifications */
    .specifications-container {
        display: flex;
        flex-wrap: wrap;
        max-height: 800px;
    }

    .specifications-container>* {
        flex: 0 0 33.3%;
    }

    .specifications-container>div {
        width: 30%;
    }
}

/*------------------------------------------------------------------------------------------------*\
| xxl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1561px) {
    .main_product_banner .img_container {
        top: 50%;
    }

    .content_width {
        width: 60rem;
    }

    .main_product_banner img {
        margin-left: -8%;
        max-width: 60%;
    }

    .overview-container {
        display: grid;
        grid-template: minmax(10px, 600px) / 60% 40%;
    }

    .overview-container .centered {
        transform: translateX(-50%) translateY(-60%);
    }

    .overview-content {
        grid-row: 1/2;
        grid-column: 1/2;
        transform: translateY(5%);
    }

    .overview-content h3 {
        text-align: center;
    }

    .product_image_container {
        grid-row: 1/2;
        grid-column: 2/3;
        top: -20rem;
    }

    .product_data_container {
        grid-row: 1/2;
        grid-column: 2/3;
        transform: translateY(60%);
        max-height: 400px;
    }

    #become_a_juniper_partner {
        height: 500px;
    }

    /* Specifications */
    .specifications-container {
        display: flex;
        flex-wrap: wrap;
        max-height: 800px;
    }

    .specifications-container>* {
        flex: 0 0 33.3%;
    }

    .specifications-container>div {
        width: 30%;
    }
}