body {
    margin: 0px;
    padding: 0px;
    background-color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background: url(../media/full_screen_background.jpg) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover; /* Chrome, Safari, Opera */
    -moz-background-size: cover; /* Firefox */
    -o-background-size: cover;
    background-size: cover;
}
    
.wrapper {
    width: 990px;
/*
    height: 1415px;
*/
    margin: auto;
    top: 0px;
}

.header {
    width: 990px;
    height: 115px;
    margin: auto;
    background-color: #002e5a;
    position: relative;
}



/*-- Sellars Environmental Logo --*/

.logocontainer {
    width: 255px;
    height: 95px;
    position: absolute;
    left: 20px;
    top: 10px
}


/*-- Phone Logo and Phone Number --*/

.phoneicon {
    width: 33px;
    height: 33px;
    position: absolute;
    left: 800px;
    top: 45px;
}

.phoneicon p {
    width: 200px;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: 45px;
    top: -10px;
}


/*-- Main Navigation Menu --*/

.navbar {
    width: 990px;
    height: 29px;
    margin: auto;
    position: relative;
    background-color: #002e5a;
    border-top: solid #ffffff 1px;
}

.menu {
    width: 990px;
    height: 22px;
}

ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
}

.button {
    display: block;
    widows: inherit;
    height: auto;
    padding: 6px 25px 7px 25px;
}

.menu a {
    text-decoration: none;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.menu li a:hover {
    background-color: #0079C1;
    padding: 6px 25px 7px 25px;
}


/*-- Services Submenu --*/

.sub-menu {
    width: 215%;
    padding: 0px 0px 7px 0px;
    position: absolute;
    top: 95%;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.25s;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.6);
    background-color: #002e5a;
}

.menu li:hover .sub-menu {
    z-index: 2;
    opacity: 1;
    padding: 0px 0px;
}

.sub-menu li {
    display: block;
    font-size: 12px;
}

.sub-menu li a {
    padding: 6px 25px 7px 25px;
    display: block;
}


/*-- Rolling Photos on Home Page --*/

.images {
    width: auto;
    height: 320px;
    position: relative;
    background-color: #efefef;
}


/*-- Left Panel --*/

.left-home {
    width: 396px;
    height: 800px;
    padding-bottom: 30px;
    background-color: #ffffff;
    float: left;
}

h1 {
    padding-left: 30px;
    padding-top: 34px;
    margin: 0em;
    font-size: 21px;
    font-weight: 700;
    color: #8DC73F;
    line-height: 16px;       
}

h4 {
    font-weight: 700;
    margin: 0px;
    
}

.left-home p {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 25px;
    margin: 0em;
    font-size: 10pt;
    font-weight: 400;
    line-height: 16pt;
}


/*--Right Panel --*/

.right-home {
    width: 594px;
    height: 800px;
    padding-bottom: 30px;
    background-color: #ffffff;
    float: right;
    position: relative;
}

.home-main {
    width: 550;
    height: 396px;
    position: absolute;
    left: 20px;
    top: 78px;
}

.home-secondary {
    width: 550px;
    height: 286px;
    position: absolute;
    left: 20px;
    top: 484px;
}


/*-- Service Pages --*/

.leftServicesContainer {
    width: 990px;
    height: 340px;
    background-color: #ffffff;
    position: relative;
}

.leftServicesContainer h1 {
    position: absolute;
    left: 70px;
    top: 40px;
    padding: 0px;
}

.leftServicesContainer p {
    position: absolute;
    left: 70px;
    top: 70px;
    width: 880px;
    background-color: #ffffff;
    font-size: 10pt;
    font-weight: 400;
    line-height: 16pt;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;    
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px; 
        
}

.rightServicesContainer {
    widows: 990px;
    height: 400px;
    background-color: #ffffff;
    position: relative;
}

.leftImage {
    width: 410px;
    height: 310px;    
    position: relative;
    left: 70px;
    top: 30px;
    float: left;
    box-shadow: 5px 10px 30px #797979;
}

.rightImage {
    width: 410px;
    height: 310px;
    position: relative;
    left: 110px;
    top: 30px;
    float: left;
    box-shadow: 5px 10px 30px #797979;
}


/*-- Terms and Conditions Page --*/

.leftTermsContainer {
    position: relative;
    width: 990px;
    height: auto;
    padding-bottom: 100px;
    background-color: #ffffff;
}

.leftTermsContainer h1 {
    position: relative;
    left: 70px;
    top: 60px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
}

.leftTermsContainer h4 {
    position: relative;
    left: 70px;
    top: 70px;
    padding-bottom: 20px;
    font-size: 10pt;
    font-weight: 700;
    line-height: 16pt;
}

.leftTermsContainer p {
    position: relative;
    left: 70px;
    top: 50px;
    width: 500px;
/*    background-color: #ffffff;*/
    font-size: 10pt;
    font-weight: 400;
    line-height: 16pt;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;    
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px; 
        
}

.leftTermsContainer ol {
    position: relative;
    top: 50px;
    width: 500px;
    margin-left: 29px;
    padding-left: 40px; 
}

.leftTermsContainer ul {
    position: relative;
    top: 30px;
    width: 500px;
    margin-left: 70px;
    padding-left: 40px;
}

.leftTermsContainer table {
    position: relative;
    left: 70px;
    top: 60px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
}


li:not(:last-child) {
    margin-bottom: 5px;
}

.leftTermsContainer li {
    display: list-item;
    list-style-position: outside;
    font-weight: 400;
    font-size: 10pt;
    line-height: 16pt;
}


}

/*-- Twitter Feed --*/

/*.twitter-feed {
    position: relative;
    top: 550px;
    width: 250px;
    float: right;
}*/



/*-- Contact Form --*/


.redbox {
    width: 990px;
    height: 500px;
    background-color: red;
}



.stillImages {
    width: 990px;
    height: 220px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.contactForm {
    width: 990px;
    height: 800px;
    background-color: #ffffff;
    position: relative;
}

.contactForm h1 {
    position: relative;
    top: 10px;
    left: 30px;
}

.contactForm h2 {
    position: relative;
    top: 15px;
    left: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2px;
    margin-bottom: 50px;
    margin-left: 30px;
}

#form-wrap {
    width: 500px;
    height: 550px;
    position: relative;
    left: 100px;
    top: 30px;
}

label {
    color: #8DC73F;
    display: block;
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: 700;
}

input[type="text"] {
    width: 300px;
}

input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 10px;
}

input[type="checkbox"] + span {
    color: #797979;
    
}

textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    min-width: 300px;
    max-width: 300px;
    min-height: 100px;
    max-height: 200px;
}

input[type="submit"] {
    width: 60px;
    background-color: dodgerblue;
    border-radius: 5px;
    border-width: 0;
    color: #fff;   
    margin-right: 5px;
    cursor: pointer;
}

input[type="reset"] {
    width: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: thin;
    border-style: solid;
    color: #000; 
    cursor: pointer;
}

.contactDetails {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 650px;
    top: 145px;
}

.contactDetails p {
    top: 200px;
    font-size: 12px;
    color: #797979;
    line-height: 16px;
    margin: 1px;
}

.contactDetails a {
    text-decoration: none;
    color: #8DC73F;
}

a.postcode {
    color: #797979;
}



/*-- Footer --*/

.footer {
    width: 990px;
    height: 280px;
    position: relative;
    background-color: #002e5a;
    clear: both;
}

.ea-registration {
    position: absolute;
    padding-left: 40px;
    padding-top: 40px; 
}


/*-- Social Media Icons --*/

/*
.social-container img {
    display: inline-block;
    width: 33px;
    height: 33px;
    position: relative;
    top: 30px;
    left: 40px;
}
*/


/*-- Copyright Text --*/

.prosure {
    position: absolute;
    top: 30px;
    left: 600px;
    width: 200px;
    /*height: 100px;*/
}

.constructionline img {
    position: absolute;
    top: 30px;
    left: 780px;
    width: 151px;
    height: 78px;
}

.footernavbar-wrapper {
    position: absolute;
    top: 210px;
    left: 600px;
    width: 300px;
}

.footer p {
    position: absolute;
    top: 150px;
    left: 600px;
    color: #408FB3;
    font-size: 8pt;
}

.footernavbar {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 30px;
}

.footermenu a {
    text-decoration: none;
    color: #fff;
    padding-left: 0px;
    padding-right: 50px;
}

.footernavbar li a:hover {
    background-color: none;
}


/* Table Formatting on Cookies Policy Page */

table {
    width: 500px;
}


td:nth-child(1) {
     width: 80px;
}


tr {
    font-size: 10pt;
    vertical-align: top;
}


/* Link Text */

.link-text {
    color: #002e5a;
    text-decoration: none;
    border-bottom: 1px dotted #002e5a;
}

.link-text a:link {
    color: #002e5a;
    text-decoration: none;
    border-bottom: 1px dotted #002e5a;
}

link-text a:hover {
    color: #002e5a;
    border-bottom: 1px dotted #002e5a;
}

.link-text a:visited {
    color: #002e5a;
    border-bottom: none;
}


/*-- Cookie Consent --*/

.wpcc-container {
    opacity: 1
}

.wpcc-transparency-5 {
    opacity: .95
}

.wpcc-transparency-10 {
    opacity: .9
}

.wpcc-transparency-15 {
    opacity: .85
}

.wpcc-transparency-20 {
    opacity: .8
}

.wpcc-transparency-25 {
    opacity: .75
}

.wpcc-container {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5em;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease;
    z-index: 9999
}

@media print {
    .wpcc-container {
        display: none
    }
}

.wpcc-pushdown-wrap {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s
}

.wpcc-pushdown {
    margin: 0 !important;
    position: static
}

.wpcc-invisible {
    opacity: 0
}

.wpcc-fontsize-tiny {
    font-size: 12px
}

.wpcc-fontsize-small {
    font-size: 14px
}

.wpcc-fontsize-large {
    font-size: 18px
}

.wpcc-border-thin {
    border-width: 1px
}

.wpcc-border-normal {
    border-width: 3px
}

.wpcc-border-thick {
    border-width: 5px
}

.wpcc-float {
    flex-direction: column;
    max-width: 22em;
    padding: 1.5em
}

.wpcc-float.wpcc-padding-small {
    padding: 1em
}

.wpcc-float.wpcc-padding-large {
    padding: 2em
}

.wpcc-banner {
    flex-direction: row;
    margin: 1em;
    padding: 1em
}

.wpcc-banner.wpcc-padding-small {
    padding: 0.5em 0.5em 0.5em 1em
}

.wpcc-banner.wpcc-padding-large {
    padding: 1.5em
}

.wpcc-banner.wpcc-margin-none {
    margin: 0
}

.wpcc-banner.wpcc-margin-small {
    margin: 0.5em
}

.wpcc-banner.wpcc-margin-large {
    margin: 1.5em
}

.wpcc-padding-none {
    padding: 0em
}

.wpcc-padding-none.wpcc-float .wpcc-message {
    margin: 1em;
}

.wpcc-padding-none.wpcc-banner .wpcc-message {
    margin: 0.8em 5em;      
}

.wpcc-padding-none.wpcc-banner .wpcc-btn {
    height: 100%;
    padding: 0.9em 1.5em
}

.wpcc-btn,
.wpcc-privacy {
    cursor: pointer
}

.wpcc-privacy {
    display: inline-block;
    opacity: .85;
    text-decoration: underline
}

.wpcc-privacy:hover {
    opacity: 1
}

.wpcc-privacy:active,
.wpcc-privacy:visited {
    color: initial
}

.wpcc-btn {
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 0.5em 1.8em;
    margin: 0.5em 1.5em;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease
}

.wpcc-btn:hover {
    text-decoration: none
}

.wpcc-top {
    top: 1em
}

.wpcc-top.wpcc-margin-none {
    top: 0
}

.wpcc-top.wpcc-margin-small {
    top: .5em
}

.wpcc-top.wpcc-margin-large {
    top: 1.5em
}

.wpcc-left {
    left: 1em
}

.wpcc-left.wpcc-margin-none {
    left: 0
}

.wpcc-left.wpcc-margin-small {
    left: .5em
}

.wpcc-left.wpcc-margin-large {
    left: 1.5em
}

.wpcc-right {
    right: 1em
}

.wpcc-right.wpcc-margin-none {
    right: 0
}

.wpcc-right.wpcc-margin-small {
    right: .5em
}

.wpcc-right.wpcc-margin-large {
    right: 1.5em
}

.wpcc-bottom {
    bottom: 1em
}

.wpcc-bottom.wpcc-margin-none {
    bottom: 0
}

.wpcc-bottom.wpcc-margin-small {
    bottom: .5em
}

.wpcc-bottom.wpcc-margin-large {
    bottom: 1.5em
}

.wpcc-float .wpcc-message {
    display: block;
    margin-bottom: 1em
}

.wpcc-banner {
    align-items: center
}

.wpcc-banner.wpcc-top {
    left: 0;
    right: 0;
    top: 0
}

.wpcc-banner.wpcc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.wpcc-banner .wpcc-message {
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    margin-left: 1.5em;
    max-width: 100%
}

.wpcc-float .wpcc-compliance {
    flex: 1 0 auto
}

.wpcc-corners-small {
    border-radius: 5px
}

.wpcc-corners-normal {
    border-radius: 7px
}

.wpcc-corners-large {
    border-radius: 10px
}

.wpcc-corners-round .wpcc-btn {
    border-radius: 4px
}

.wpcc-corners-round.wpcc-margin-none,
.wpcc-corners-round.wpcc-padding-none .wpcc-btn {
    border-radius: 0
}

.wpcc-corners-round.wpcc-margin-none {
    border-radius: 0
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .wpcc-top {
        top: 0 !important
    }

    .wpcc-bottom {
        bottom: 0 !important
    }

    .wpcc-banner,
    .wpcc-float,
    .wpcc-left,
    .wpcc-right {
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important
    }

    .wpcc-banner {
        align-items: unset;
        flex-direction: column
    }

    .wpcc-corners-round {
        border-radius: 0 !important
    }

    .wpcc-float {
        max-width: none
    }

    .wpcc-message {
        margin-bottom: 1em
    }

    .wpcc-banner.wpcc-padding-small {
        padding: .5em
    }

    .wpcc-padding-small .wpcc-message {
        margin-bottom: .5em
    }
}