.spec-sheet-container {
    width: 816px;
    background-image: none;
    padding: 0;
}

.spec-sheet-container .page>p, .spec-sheet-container h1, .spec-sheet-container h2, .spec-sheet-container h3, .spec-sheet-container h4, .spec-sheet-container h5, .spec-sheet-container h6 {
    padding-left: 30px;
    padding-right: 30px;
}

.spec-sheet-container ul {
    padding-left: 30px;
}

.spec-sheet-container ul, .spec-sheet-container table {
    margin-left: 20px;
    margin-right: 20px;
}

.spec-sheet-container table {
    max-width: 774px;
}

.spec-sheet-container hr {
    border: 0;
    height: 2px;
    background: #fff;
    background-image: linear-gradient(to right, #fff, #99a, #fff);
    margin: 30px 10px;
}

main {
    min-width: 816px;
    font-family: 'Roboto', sans-serif;
}

.foot-a {
    color: #ee9600;
}

.foot-a:hover{
    color: #000;
}

main a {
    /* color: #ee9600; */
    color: #000;
}

main a:hover {
    /* color: #000; */
    color: #fff;
}

.footer-p {
    width: 816px;
    background: #eee;
    padding-top: 9px;
    padding-bottom: 23px;
    text-align: center;
    margin-bottom: 0;
    font-size: 0.85rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-p::after, .page:first-child::after {
    content: '';
    height: 14px;
    display: block;
    width: 816px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fmcsa {
    font-weight: 600;
    margin-top: 4px;
    font-size: 0.85rem;
    display: block;
}

/* cancel responsives style already in page */

@media only screen and (max-width: 600px) {
    body {
        font-size: 1rem;
    }
    .spec-sheet-container {
        padding: 0;
    }
}

/* the page header styles */
.banner-bar {
    background: #333 url(https://conveyabull.com/assets/img/headbg/headbg3.jpg);
    background-size: cover;
    padding: 0;
    width: 816px;
    margin-bottom: 20px;
}

.banner-bar .banner-row {
    border-bottom: 2px solid #ffa616;
    border-top: 2px solid #ffa616;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-bar .banner-logo {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    background-image: url(https://conveyabull.com/assets/img/conveyabull-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-bar .banner-text {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px dashed #888;
    text-align: left;
    font-family: 'Spartan', sans-serif;
}

.banner-bar .banner-text h2 {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.page {
    height: 11in;
    position: relative;
    clear: both;
    page-break-after: always;
}

.page:first-child {
    height: 11in;
    position: relative;
    width: 816px;
    margin: 0;
    background: #f1f1f1;
    background-image: url(https://conveyabull.com/driver/images/recruiting/watermark1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 140px;
    color: #000;
    clear: both;
    page-break-after: always;
}

/* Mike wanted the space between the image and the title text to be set by the user */
/* .page:first-child img {
    margin-bottom: 30px;
} */


.page:first-child .footer-p {
    display: none;
}

.page:last-child {
    clear: both;
    page-break-after:avoid;
    padding-top: 40px;
    height: 10.5in;
    background: #f1f1f1;
    background-image: url(https://conveyabull.com/driver/images/recruiting/watermark1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.75;
}


.page:last-child p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.page:last-child img {
    max-width: 90%;
}

.page:last-child .orange-button {
    margin: 20px auto;
    text-decoration: none;
    display: block;
    width: 2.5in;
}

@media print {
    .footer-p::after, .page:first-child::after {
    content: '';
    height: 0px;
    display: none;
    width: 816px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    }
    .footer-p {
    padding-bottom: 9px;
    bottom: 2px;
    }
    .banner-bar {
    margin-top: 2px;
    }
    .page:last-child {
    margin-top: 2px;
    }
}

@media print {
    body {
        background-color: #fff;
    }
/*
    .footer-p {
      position: fixed;
      bottom: 0;
    }
*/

    .banner-bar .banner-row {
        margin-top: 3px;
    }

    button.block.reserve-btn {
        display: none !important;
    }
  }

