/* Website font */
body {
    font-family: 'Open Sans', sans-serif;
}

h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}


/* General Markup */

a:hover {
    text-decoration: none;
}

a, a:hover, input[type="submit"], input[type="submit"]:hover {
    transition: 0.35s;
    -webkit-transition: 0.35s;
}


/* Vertical align middle markup */

.table-container {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.restrain {
    width: auto;
}

.row-container {
    display: table-row;
}

.cell-container {
    display: table-cell;
    vertical-align: middle;
}

.cell-container.align-top {
    vertical-align: top;
}

.cell-container img {
    margin: 0 auto;
    display: block;
}

img {
    max-width: 100%;
}

.row.full-width {
    width: 100%;
    max-width: 100%;
}

footer {
    background-color: black;
    color: white;
    padding: 25px 0px;
    font-size: 12px;
}

footer a {
    color: white;
}

footer span, footer a:hover {
    color: #ff4361;
}

#top-cta-bar {
    background-color: #5d5d5f;
    text-transform: uppercase;
    padding: 20px 0px;
    position: relative;
}

#top-cta-bar .left {
    color: #febd11;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    font-size: 1.125rem;
    line-height: 1.125rem;
}

img.header-logo {
    margin-left: 0px;
}

#logo-bar {
    padding: 20px 0px 5px 0px;
}

#services {
    color: #5d5d5f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#logo-bar .cell-container:first-child {
    width: 323px;
}

#onsite-quote-banner {
    position: absolute;
    width: 100%;
    top: 0;
}

#onsite-quote-inner {
    background-color: #d2d2d2;
    text-align: center;
    color: #58585a;
    padding: 10px 0px;
    position: relative;
}

#onsite-quote-inner h2, #onsite-quote-inner h3 {
    font-size: 28px;
    line-height: 28px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

#onsite-quote-inner >
 h2 > span {
    color: #242424;
    font-size: 2rem;
    line-height: 2rem;
}

#onsite-quote-inner:after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-top: 40px solid #d2d2d2;
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0px;
}

#main-banner {
    background-image: url(../images/main-banner.jpg);
    background-size: cover;
}

#main-banner .left {
    color: white;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 54px;
    line-height: 54px;
    font-size: 3.375rem;
    line-height: 1.125;
    margin-bottom: 1rem;
}

#main-banner .left h2 {
    color: #febd11;
    font-size: 27px;
    line-height: 27px;
    font-size: 1.5rem;
    line-height: 1.125;
    margin-bottom: 2rem;
}

ul.background-list {
    list-style-type: none;
}

ul.background-list > li {
    background-position: left center;
    background-repeat: no-repeat;
}

ul.white-yellow-tick-list > li {
    background-image: url(../images/white-yellow-tick.png);
    background-size: 33px;
    padding-left: 45px;
    margin-bottom: 15px;
    line-height: 33px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.675rem;
}

#main-banner .right > .row {
    background-color: #fec329;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.66);
}

textarea {
    max-height: 60px;
}

#main-banner .right {
    text-align: center;
}

#main-banner .right h2, #main-banner .right h3 {
    font-family: 'Roboto', sans-serif;
}

#main-banner .right h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    color: #242424;
}

#main-banner .right h3 {
    color: #5d5d5f;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 1rem;
}

#main-banner .right h3 > span {}

#main-banner .right h3 > span {
    color: white;
    font-style: italic;
    font-size: 30px;
    line-height: 30px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    height: 40px;
    margin-bottom: 0.75rem;
}

.g-recaptcha > div {
    margin: 0px auto 2rem auto;
}

input[type="submit"] {
    background-color: #5d5d5f;
    border: none;
    width: 100%;
    color: white;
    border-radius: 5px;
    font-size: 22px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0px;
    font-weight: 900;
}

#emergency-banner h2 {
    color: #ff1800;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    margin: 0px;
    text-align: left;
}

#emergency-banner h2 >
 span {
    color: white;
    font-style: italic;
}

#emergency-banner {
    background-color: #242424;
    padding: 10px 0px;
}

#emergency-banner a {
    color: #ff1800;
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    background-color: #fec329;
    text-transform: uppercase;
    padding: 20px 60px;
    border-radius: 40px;
    display: block;
    text-align: center;
}

#emergency-banner a:hover {
    background-color: #5d5d5f;
    color: white;
}

#large-services-section {
    background-color: black;
    color: white;
    padding: 35px 0px;
}

#large-services-section h2 {
    text-align: center;
    font-weight: bold;
    font-size: 66px;
    line-height: 66px;
}

hr.thick-green-divider {
    border-bottom: 35px solid #bfd630;
}

ul.green-bullet-list {
    column-count: 2;
}

ul.green-bullet-list > li {font-size: 34px;line-height: 34px;margin-bottom: 5px;font-weight: bold;padding-left: 55px;background-image: url(../images/green-bullet.png);}

#main-content {
    padding: 60px 0px 35px 0px;
}

.content-section p {
    color: #242424;
}

.content-section {
    margin-bottom: 80px;
}

.content-section h2 {
    font-weight: bold;
    font-size: 27px;
    line-height: 27px;
    color: #febd11;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.red-callout {
    padding: 25px 20px;
    background-color: #ff1800;
    color: white;
    margin-bottom: 60px;
}

.red-callout p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.red-callout h2 {
    color: #fec329;
    margin-bottom: 1.25rem;
    font-size: 26px;
    line-height: 26px;
}

img.bottom-logo {
    margin: 0 auto;
    display: block;
}

.copyright {
    text-align: center;
    margin-bottom: 1rem;
}

#logo-bar h2 {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #ff1800;
    font-weight: 800;
    margin-bottom: 0px;
}

#logo-bar .column:last-child {
    padding: 0px 30px;
    text-align: center;
}

#logo-bar a {
    color: #fec329;
    font-size: 50px;
    line-height: 50px;
    display: block;
    font-weight: 800;
    text-shadow: 1px 0px 0 #000, 1px 1px 0 #000;
}

#logo-bar a:hover {
    color: #5d5d5f;
}

#van-background {
    background-image: url(../images/van-background.jpg);
    text-align: center;
    padding: 30px 10px 70px 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

#van-background > h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: white;
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 60px;
}

#van-background > h2
 > span {
    color: #fec329;
}

#van-background > img {
    max-width: 600px;
}