body, html { background-color: #2A2B2D; font-family: 'Roboto', sans-serif; font-size: 16px; margin: 0px; min-height: 100%; overflow-x: hidden; padding: 0px; }
a:hover, a:focus { transition: .2s; text-decoration: none; }
.container { padding: 0; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }

h1,h2,h3,h4,h5,h6 { margin: 0; }
h2 {color: #c47; margin-bottom: 20px;}
h3 {color: #c47; font-size: 16px; padding-bottom: 10px; }
h4 {color: #4a7; font-size: 20px; padding-bottom: 10px; }
p { margin-bottom: 1.6rem; }
ul { padding-left: 15px; }
ul li {margin-bottom: 0.5rem; color: #333;}
hr { border-bottom: 5px solid #c47; transform: skewX(45deg); }
a { color:#3344dd; transition: background-color .2s, color .2s; }
a:hover, a:focus, a:active { color: #bb1122; }
a:visited {color:#884488;}
.button { background-color: #c47; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #4a7; color: #fff; }
.button:focus { color: #fff; }

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { background-color: #c47; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #4a7; }
.required { color: #800; }
.required span { left: -9999px; position: absolute; top: -9999px; }

/* MAIN SCREEN */
#screen { height: 100%; left: 0%; position: absolute; transition: left .6s; width: 100%; }
.logo { background: #fff; display: block; width: 100%; padding: 25px; }

/* LEFT MENU */
#skipcontent { background-color: #fff; border: 1px inset #aaa; border-radius: 8px; box-shadow: 2px 2px 8px 0 #333; color: #000; font-size: 1.4em; font-weight: 700; left: -9999px; padding: 6px 14px; position: absolute; top: -9999px; }
#skipcontent:focus { left: 8px; top: 8px; }

#menu { background-color: #76A6E3; float: left; height: 100%; overflow: auto; padding-bottom: 18px; position: relative; width: 15%; }
#menu div { background-color: #165D9F; border: 1px solid #aaa; border-width: 1px 0; height: 46%; overflow-y: auto; }
#menu ul { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#menu ul li { border-bottom: 1px solid #ccc; margin: 0; width: 100%; }
#menu ul li a { color: #fff; display: block; padding: 2px 8px 10px; position: relative; width: 100%; }
#menu ul li a i { background-color: #EBA904; color: #165D9F; display: inline-block; font-size: 1.1em; margin: 4px 0; opacity: 1; padding: 3px 4px; position: absolute; text-align: center; transition: opacity .2s; }
#menu ul li a.showing > i {pacity: 1; }
#menu ul li a i:before { content: "\f101"; }
#menu ul li a span { display: inline-block; font-size: .9em; font-weight: 700; line-height: 1.3em; padding: 6px 0 0 32px; vertical-align: middle; }
#menu ul li a:hover { background-color: #114271; }
#menu ul li a:hover i { opacity: 1; }
#menu ul li a.showing { background-color: #114271; }

h1 { background: #fff; font-size: 1.2em; font-weight: 700; padding-bottom: 26px; text-align: center; }

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont { bottom: 14px; color: #fff; position: absolute; text-align: center; width: 100%; }
#langaugeselectcont select { color: #000; width: 90%; }

/* SLIDE AREA */
#mainArea { background-image: linear-gradient( to right, #9FC2EF, #C7D8E8 ); float: left; height: 100%; min-height: 100%; overflow: auto; position: relative; width: 85%; }

#slides { bottom: 0; height: 100%; position: relative; width: 100%; }
#slides > div { bottom: 80px; height: auto; left: 15%; margin: 0; position: fixed; top: 84px; transition: left .6s, margin .6s; width: 85%; }
.slide { color: #2A2B2D; height: 100%; margin-left: -1200%; margin-top: -22px; opacity: 0; position: absolute; top: -200%; transition: 0s; width: 94%; }
.slide.showing { margin-left: 3%; margin-top: 0; opacity: 1; top: 0; transition: margin-left 0s, margin-top .7s, opacity .8s, top 0s; }
.slide h2 { border-bottom: 3px solid #165D9F; color: #165D9F; font-size: 2.2em; font-weight: 700; margin: 0 1.5% 24px; padding-bottom: 6px; }
.slide h3 { background: #165D9F; border-radius: 6px; color: #fff; font-size: 1.4em; font-weight: 700; margin-bottom: 14px; padding: 8px 14px; }
.slide > div { background-color: rgba(255,255,255,.94); border-radius: 12px; color: #2A2B2D; height: 100%; margin: 0 auto; overflow-x: hidden; overflow-y: auto; padding: 36px 2% 28px; width: 100%; } 
.slide img { width: 100%; }
.contact-open #slides > div { margin-left: -390px; }

#nav-progress { bottom: 0; height: 50px; overflow: auto; position: absolute; right: 0; width: 85%; }
#nav-progress a { background-color: #165D9F; color: #EBA904; float: left; height: 100%; text-align: center; width: 10%; }
#nav-progress > a:hover { background-color: #0e508e; }
#nav-progress a span { left: -9999px; position: absolute; top: -9999px; }
#nav-progress a i { font-size: 1.9em; padding-top: 11px; }
#nav-progress ul { display: table; float: left; height: 100%; margin: 0; padding: 0; width: 80%; }
#nav-progress ul li { display: table-cell; height: 100%; padding: 0; }
#nav-progress ul li a { background-color: #EBA904; border: 1px solid #165D9F; border-width: 22px 6px; height: 100%; width: 100%; }
#nav-progress ul li a.active { border-color: #114271; }
#nav-progress ul li a span { color: #2A2B2D; left: -9999px; position: absolute; top: -9999px; }
#nav-progress ul li a:hover { border-color: #114271; }

/* MENU & COMMENT BUTTONS */
#corner-options { right: 3%; top: 14px; position: absolute; }
#corner-options > a { display: inline-block; margin-right: 6px; vertical-align: top; }
#corner-options > a > img { height: 58px; transition: opacity .2s; }
#corner-options > a:hover > img { opacity: .8; }

.meeting-button { display: none; position: absolute; z-index: 1; }
.meeting-button,
#contact-button { background-color: #EBA904; color: #2A2B2D; font-size: .9em; font-weight: 700; height: 60px; text-align: center; text-transform: uppercase; width: 60px; }
#contact-button:hover { background: #cd9303; }

#menu-toggle { display: none !important; left: 20px; padding-top: 8px; top: 14px; width: 60px; z-index: 1; }
#menu-toggle:hover { color: #4a7; }
#menu-toggle span { background-color: #2A2B2D; display: block; height: 4px; margin: 4px auto; transition: margin .2s, transform .2s; width: 40%; }
#menu-toggle:hover span { background-color: #2A2B2D; }

#contact { background-color: white; height: 100%; left: 100%; margin: 0; overflow-y: auto; padding: 12px; position: fixed; top: 0; transition: margin .6s; width: 390px; }
#menuOffScreen { background-color: rgba(35,35,35,.3); cursor: pointer; height: 100%; left: -200%; margin-left: 0; opacity: 0; position: fixed; top: 0; transition: left 0s ease-in-out .3s, margin 0s, opacity .3s; width: 100%; z-index: 2; }
#closecomment { color: #333; font-size: 1.2em; font-weight: 700; }
#contact-button { border-radius: 4px; box-shadow: 0 3px 8px -3px #333; display: block; height: 50px; line-height: 1.1em; margin-left: 10px; width: 104px; }
#contact-button i { display: block; font-size: 1.4em; padding-top: 8px; }

.contact-open #screen { left: -390px; }
.menu-open #menuOffScreen,
.contact-open #menuOffScreen { left: 0px; margin-left: -390px; opacity: 1; transition: left 0s, margin .6s, opacity .6s; }
.menu-open #menuOffScreen { margin-left: 240px; }
.contact-open #contact { margin-left: -390px; }

.meeting-button:before,
.meeting-button:after { border: 2px solid transparent; content: ""; height: 0; position: absolute; width: 0; }
.meeting-button:before { left: 0; top: 0; }
.meeting-button:after { bottom: 0; right: 0; }

.meeting-button:hover { color: #4a7; transition: color .8s; }
.meeting-button:hover:before,
.meeting-button:hover:after { height: 100%; width: 100%; }
.meeting-button:hover:before { border-right-color: #4a7; border-top-color: #4a7; transition: width 0.2s ease-out, height 0.2s ease-out 0.2s; }
.meeting-button:hover:after { border-bottom-color: #4a7; border-left-color: #4a7; transition: height 0.2s ease-out .6s, width 0.2s ease-out 0.4s; }

.stronger { font-size: 1.1em; font-weight: 700; margin-bottom: 22px; }
.ada-element { left: -9999px; position: absolute; top: -9999px; }

.cropped-corners { background: #E5F2FF; border-radius: 12px; margin-bottom: 26px; }
.cropped-corners h3 { border-radius: 12px 12px 0 0; margin: 0; padding-top: 12px; }
.cropped-corners > ul { padding: 26px 2.5% 20px; }
.cropped-corners > .padded { padding: 20px 28px 28px; }
.cropped-corners.green { background: #F0FBF4; }
.cropped-corners.green h3 { background: #096325; }
.cropped-corners h4 { color: #2A2B2D; font-weight: 700; }
.cropped-corners ul + h4 { margin-top: 26px; }
.cropped-corners a { word-wrap: break-word;  }

.card-list { display: flex; flex-wrap: wrap; justify-content: space-between; list-style-type: none; padding: 0; text-align: center;  }
.card-list h4 { color: #fff; font-size: 1em; font-weight: 700; margin-bottom: 6px; }
.card-list h4 span { display: block; font-size: 1.4em; margin: 12px 0 10px; text-transform: uppercase; }
.card-list li { background: #096325; border-radius: 8px; color: #fff; flex-grow: 1; max-width: 24%; padding: 22px 24px 28px; }
.card-list li:nth-of-type(2) { background: #096353; }
.card-list li:nth-of-type(3) { background: #094D63; }
.card-list li:nth-of-type(4) { background: #114271; }
.card-list li p { margin: 0; }
.card-list li img { display: block; height: 98px; margin: 0 auto 16px; width: auto; }
#addl-services .card-list li { background: #096325; }
#addl-services .card-list li:nth-of-type(1),
#addl-services .card-list li:nth-of-type(3),
#addl-services .card-list li:nth-of-type(6),
#addl-services .card-list li:nth-of-type(8){ background: #114271; }
#expansion li { background: #114271;max-width: 32%; }
#expansion li:nth-of-type(2) { background: #096325; }

#landfill-beyond { margin-top: 30px; }

.five-seven { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 24px; }
.five-seven > div { float: none; padding: 0; }
.five-seven .cropped-corners { margin: 0; padding-bottom: 18px; }
.five-seven .col-md-7 { background-image: url("../images/excavator.jpg"); background-size: cover; background-position: center; border-radius: 12px; width: 56.33333%; }
#env-responsibility .col-md-7 { background-image: url("../images/env-resp.jpg"); }

#map-area { height: 670px; position: relative; width: 100%; }
#map { height: 100%; width: 100%; }
#search-box { left: 8px; position: absolute; top: 8px; width: 300px; }

/* Lightbox */
.lightbox img { width: 100%; }
.lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; height: 0; left: -100%; margin: 0; position: absolute; top: 0; transition: height .4s, left 0s ease-in-out .4s; visibility: hidden; width: 100%; }
.lightbox > div { top: 80px; }
.lightbox > div .close-lightbox { background: 0; border: 0; font-size: 3em; display: none; position: absolute; right: 10px; top: 0; }
.lightbox > div .close-lightbox span { left: -9999px; position: absolute; }
.lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.lightbox.enhanced > button { height: 100%; left: 0; transition: height .6s, left 0s; visibility: visible; }
.lightbox.enhanced > div { background-color: #fff; border: 1px solid #333; box-shadow: 4px 13px 28px 0 #111; left: 6%; margin: 0; max-height: 80%; overflow: auto; position: absolute; top: 40px; transition: .8s; width: 86%; }
.lightbox.enhanced > div .close-lightbox { display: block; }

/* Modal Window */
.close-modal { display: none; }
.modal-window { display: none; height: 100%; left: 0; position: fixed; top: -100%; transition: 0; width: 100%; z-index: 5000; }
.modal-window.showing { top: 0; transition: top 1s; }
.modal-window > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: block; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }
.modal-title { padding: 6px 0; width: 90%; }
.modal-window > div { background-color: #fff; border: 1px solid #333; bottom: 50px; box-shadow: 4px 13px 28px 0 #111; left: 12%; margin: 0; overflow: auto; padding: 0 3% 28px; position: absolute; top: 40px; width: 76%; }
.modal-window > div > .close-modal { background: transparent; border: 0; font-size: 3em; line-height: .6em; position: absolute; right: 10px; top: 16px; }
.modal-window > div > .close-modal span { left: -9999px; position: absolute; }
.modal-window :focus { border-radius: 2px; outline: 2px groove #ddd; }
.modal-window .bottom-button { margin-top: 28px; text-align: center; }
.modal-window .bottom-button button { background: #114271; border: 0; border-radius: 8px; color: #fff; font-size: 1.3em; padding: 6px 12px; transition: background .2s; }
.modal-window .bottom-button button:hover { background: #09355e; }

#intro-popup h2 { color: #2A2B2D; font-weight: 700; text-align: center; width: 100%; }
#intro-popup h2 img { display: block; height: 120px; margin: 32px auto 18px; }
#intro-popup h3 { color: #2a2b2d; font-size: 1.2em; font-weight: 700; }
#intro-popup h2 + div > p { text-align: center; }
#intro-popup .top-row { display: flex; flex-wrap: wrap; justify-content: space-between; }
#intro-popup .top-row > div { background: #CEDCFC; flex-grow: 1; padding: 18px 20px; max-width: 49%; }
#intro-popup .form { background: #cedcfc; margin-top: 20px; padding: 18px 20px; }

/* MEDIA QUERIES */
@media screen and (max-height: 520px) {
    #langaugeselectcont { display: none; }
}

@media screen and (max-width: 1310px) {
    #menu { width: 20%; }
    #mainArea { width: 80%; }
    #slides > div { left: 20%; width: 80%; }
    .slide { width: 96%; }
    .slide.showing { margin-left: 2%; }
    .slide > div { width: 96%; margin: 0 auto; }
    #contact-toggle { right: 80px; }
    #nav-progress { width: 80%; }

    .card-list li img { height: 64px; }
    .card-list li { font-size: .9em; }
}

@media screen and (max-width: 1030px) {
    #menu { margin-left: -240px; position: relative; width: 240px; z-index: 2; }
    #menu div { height: 42%; }
    #menu ul li a { font-size: .9em; }
    #mainArea { width: 100%; }
    img.logo { display: block; width: 100%; margin: 0 auto; padding: 15px 20%; }
    h1 { font-size: .9em; padding-bottom: 14px; }

    #menu-toggle { display: block !important; left: 2%; top: 9px; }
    #corner-options { right: 2%; }
    .menu-open #screen { left: 240px; }
    #nav-progress { width: 100%; }
    #nav-progress a { width: 15%; }
    #nav-progress ul { width: 70%; }
    #nav-progress ul li a { border-width: 22px 4px; }

    #slides { height: 84%; top: 0; }
    #slides > div { left: 0; width: 100%; }
    .slide { height: 100%; width: 100%; }
    .slide.showing { margin-left: 0; }
    .slide > div { width: 96%; }
    .menu-open #slides > div { margin-left: 240px; }
    
    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { width: 260%; }
}

@media screen and (max-width: 992px) {
    .five-seven .col-md-5 { width: 100%; }
    .five-seven .col-md-7 { display: none; }

    #map-area { height: 360px; }
    #search-box { font-size: .8em; width: 220px; }
}

@media screen and (max-width: 690px) {
    h2 { font-size: 1.2em; }
    p { font-size: .9em; }
    li { font-size: 14px; }
    label { font-size: .9em;}

    #mainArea { overflow: hidden; }
    #menu { margin-left: -220px; width: 220px; }
    #menu ul li a { font-size: .9em; }
    .meeting-button { font-size: .8em; height: 36px; }
    #menu-toggle { left: 6px; padding-top: 4px; top: 6px; width: 52px; }
    #menu-toggle span { height: 2px; margin: 2px auto; width: 30%; }
    #contact-button { line-height: .8em; right: 8px; top: 8px; }
    #contact-button i { font-size: 1.2em; padding: 4px; }

    .menu-open #screen { left: 220px; }
    #contact { width: 260px; }
    #closecomment { font-size: 1em;}
    .contact-open #screen { left: -260px; }
    .menu-open #menuOffScreen,
    .contact-open #menuOffScreen { margin-left: -260px; }
    .menu-open #menuOffScreen { margin-left: 220px; }
    .contact-open #contact { margin-left: -260px; }

    .cropped-corners > ul { padding: 14px 3%;  }
    .card-list li { max-width: 49%; padding: 12px 16px 16px; }

    #corner-options { top: 6px; }
    #corner-options > a { margin-right: 1px; }
    #corner-options > a > img { height: 42px; }
    #contact-button { font-size: .8em; height: 36px; margin-left: 4px; }

    #slides { height: 100%; }
    #slides > div { top: 54px; }
    .slide h2 { font-size: 1.6em; }
    .slide h3 { font-size: 1.1em; }
    .menu-open #slides > div { margin-left: 220px; }
    .contact-open #slides > div { margin-left: -260px; }
    .slide { height: 100%; }
    .slide > div { padding: 26px 4%; }

    .modal-window > div { height: 90% !important; left: 5% !important; top: 5% !important; width: 90% !important; }
    #intro-popup .top-row > div { margin-top: 20px; max-width: 100%; }
}

@media screen and (max-width: 530px) {
    #slides > div { bottom: 56px; }
    
    #nav-progress { height: 38px; }
    #nav-progress a { border-right: 1px solid #aaa; width: 50%; }
    #nav-progress a:last-of-type { border: 0; }
    #nav-progress a i { font-size: 1.5em; padding-top: 8px; }
    #nav-progress ul { display: none; }

    #corner-options > a { display: none; }
    #corner-options > #contact-button { display: block; }
}

