/*Bizverse styling sheet for Imyourcontractor brochure*/

div.page.fixed {
    flex-direction: column;
    margin-left: 20px;
}

div.page.fixed h1 {
    display: block;
    /* background-color: #fff; */
    padding: 10px;
    border-bottom: #a3a3a3 2px solid;
    padding: 10px 15px;
    margin: 10px 10px 25px 10px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #565656;
    margin: 0;
    padding-bottom: 30px;
    padding-left: 2;
}

div.content {
    margin-left: 30px;
    margin-top: 15px;
    width: 650px;
}
.sequence-1 {
    padding-left: 20px;
    font-weight:600
}

.sequence-2 {
    margin-bottom: 25px;
}

.sequence-4,
.sequence-6,
.sequence-8
 {
    padding: 20px 20px 20px;
    width: 200px;
    color: #424242;
    background-color: #c3dfe3;
    background-color: white;
    width: 100%;
}
.sequence-7 {
    padding-left:20px;
    padding-top:40px
    }
.sequence-8 {
    padding-left: 20px;
    /* margin-top: 30; */
}

.sequence-3,
.sequence-5,
.sequence-7
 {
    /* background-image: linear-gradient(180deg, #6098aa, #233941); */
    background: #495972;
    padding: 10px 15px;
    /* border-bottom: #a3a3a3 2px solid; */
    margin-bottom: 0px;
    margin-top: 30px;
    color: white;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    /* text-transform: uppercase; */
}

.gridrow div {
    display: inline-block;
    /* margin-left:4px; */
}

.grid-contactOptions {
    display: table;
}

.grid-contactOptions .gridrow {
    display: table-row;
}

.grid-contactOptions .cell-0 {
    font-weight: bold;
/*     font-size: smaller; */
/*     width: 188px; */
    padding-right: 10px;
    white-space: nowrap;
    display: table-cell;
    text-align: right;
}

.grid-contactOptions .cell-1 {
/*     width: 200px; */
    padding: 0;
    display: table-cell;
}

.grid-contactOptions .cell-2 {
    width: 200px;
    padding: 0;
    display: table-cell;
}

.grid-contactOptions .cell-0::after {
    content:": ";
}


.grid-contactOptions .cell-3,
.grid-contactOptions .cell-4
{
    display: none;
}

/* Display the footprint grid as a string */
.grid-footprint .cell-0 {
    display: none;
}
.grid-footprint .gridrow::after {
    content: ", ";
}
.grid-footprint .gridrow:last-child::after {
    content: "";
}
.grid-footprint .gridrow:nth-last-child(2)::after {
    content: " and ";
}
div.grid-footprint {
    display: contents;
}
.grid-footprint .gridrow {
    display: contents;
}
.grid-footprint .gridrow .gridcell.cell-1 {
    display: inline;
}

/** display location grid as string **/
.grid-location  {
    display: contents;
}
.grid-location .gridrow {
    display: contents;
}
.grid-location .gridcell.cell-0 {
    margin-right: 4px;
}


/* Display the footprint grid as a string */

.grid-productCategories {
    display: inline;
}
.grid-productCategories .gridrow {
    display: inline;
}
.grid-productCategories .gridrow .gridcell {
    display: inline;
}
.grid-productCategories .gridrow::after {
    content: ", ";
}
.grid-productCategories .gridrow:last-child::after {
    content: "";
}
.grid-productCategories .gridrow:nth-last-child(2)::after {
    content: " and ";
    font-weight: normal;
}








