body {
    font-family: 'Lato', helvetica, arial, sans-serif;
}

hr {
    border-color: #eee;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/leaguespartan-bold.eot');
    src: url('../fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/leaguespartan-bold.woff2') format('woff2'),
        url('../fonts/leaguespartan-bold.woff') format('woff'),
        url('../fonts/leaguespartan-bold.ttf') format('truetype'),
        url('../fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-family: 'League Spartan';
    text-transform: uppercase;
}

h5 {
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
}

/* Header */

    #headerContainer {
        background: #f5f5f5;
    }
    
    #header {
        padding-top: 50px;
        position: relative;
    }
    
    @media only screen and (max-width: 840px) {
        
        #header {
            padding: 0;
            padding-top: 40px;
        }
        
    }
    
    /* Buttons */
    
        #headerButtons {
            position: absolute;
            top: 0;
            right: 60px;
        }
        
        #headerButtons a.gns-button {
            font-size: 14px;
            line-height: 24px;
            font-family: 'Montserrat', helvetica, arial, sans-serif;
            -webkit-border-top-right-radius: 0;
            -webkit-border-top-left-radius: 0;
            -moz-border-top-right-radius: 0;
            -moz-border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            padding: 8px 14px;
        }
        
        #emailButton {
            background: #000;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s;
        }
        
        #emailButton:hover {
            background: #333;
        }
        
        #phoneButton {
            text-transform: uppercase;
            background: #EE4422;
            margin-left: 10px;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s;
        }
        
        #phoneButton:hover {
            background: #f26c51;
        }
        
        @media only screen and (max-width: 840px) {
            
            #headerButtons {
                display: none;
            }
            
        }
    
    /* Logo */

        #logo {
            margin-top: -16px;
            display: block;
            float: left;
            width: 256px;
            height: 91px;
            background-image: url(../img/logo.png);
            background-size: cover;
        }
        
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            
            #logo {
                background-image: url(../img/logo_2x.png);
            }
            
        }
        
        @media only screen and (max-width: 840px) {
            
            #logo {
                float: none;
                margin-left: auto;
                margin-right: auto;
            }
            
        }
        
    /* Nav */

        #nav {
            float: right;
            margin-top: 45px;
        }
        
        #nav ul {
            list-style: none;
            overflow: hidden;
        }
        
        #nav li {
            display: block;
            margin-left: 30px;
            float: left;
        }
        
        #nav a,
        a#navToggle {
            font-size: 14px;
            line-height: 24px;
            color: #888;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'Montserrat', helvetica, arial, sans-serif;
            letter-spacing: 2px;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s;
        }
        
        #nav a:hover,
        a#navToggle:hover,
        #nav li.active a {
            color: #EE4422;
        }
        
        a#navToggle {
            display: none;
        }
        
        @media only screen and (max-width: 840px) {
            
            #nav {
                float: none;
                display: none;
                margin-top: 0;
            }
            
            #nav.visible {
                display: block;
            }
            
            #nav ul {
                margin: 0;
            }
            
            #nav li {
                float: none;
                margin-left: 0;
            }
            
            #nav a,
            a#navToggle {
                background: #fff;
                border-top: 1px solid #dedede;
                padding: 15px 20px;
                display: block;
            }
            
            a#navToggle {
                margin-top: 45px;
                display: block;
            }
            
        }
        
/* Heading */

    #pageHeading {
        background: #f5f5f5;
    }
    
    #pageHeading .gns-content {
        padding-top: 0;
    }
    
    @media only screen and (max-width: 750px) {
    
        #pageHeading {
            background: #fff;
            border-top: 1px solid #dedede;
            border-bottom: 1px solid #dedede;
        }
        
        #pageHeading .gns-content {
            padding-top: 40px;
        }
            
    }
    
/* Slider */

    #headerSlideshowBg {
        background: #f5f5f5;
        position: absolute;
        z-index: 1;
        height: 200px;
        width: 100%;
    }
    
    #headerSlideshowCont.gns-content {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #headerSlideshow {
        position: relative;
        z-index: 2;
    }

    #headerSlideshow {
        -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.20);
        box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.20);
    }

    #headerSlideshow .gns-sliderPrev,
    #headerSlideshow .gns-sliderNext {
        width: 68px;
        height: 68px;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        margin-top: 0;
        background-size: 68px 68px;
        background-color: #fff;
        opacity: 0.75;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s;
    }
    
    #headerSlideshow .gns-sliderPrev:hover,
    #headerSlideshow .gns-sliderNext:hover {
        opacity: 1;
    }

    #headerSlideshow .gns-sliderPrev {
        right: 68px;
        background-image: url(../img/sliderLeft.png);
    }
    
    #headerSlideshow .gns-sliderNext {
        background-image: url(../img/sliderRight.png);
    }
    
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        
        #headerSlideshow .gns-sliderPrev {
            background-image: url(../img/sliderLeft_2x.png);
        }
        
        #headerSlideshow .gns-sliderNext {
            background-image: url(../img/sliderRight_2x.png);
        }
        
    }
    
    .cvSlide {
        max-height: 350px;
        overflow: hidden;
        position: relative;
    }
    
    .cvSlideL,
    .cvSlideR {
        width: 50%;
        float: left;
        display: block;
        height: auto;
    }
    
    .slideBorder {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        width: 4px;
        height: 100%;
        margin-left: -2px;
        background: #fff;
        z-index: 5;
    }
    
    .cvSlide img {
        width: 100%;
        height: auto;
    }
    
    @media only screen and (max-width: 750px) {
    
        #headerSlideshowBg {
            display: none;
        }
        
        #headerSlideshowCont {
            padding: 0;
        }
        
        .cvSlide {
            max-height: 160px;
        }
        
    }
    
    
/* Content */

    #content {
        margin-bottom: 15px;
    }
    
/* Footer Callout */

    #footerCallout {
        background: #EE4422;
        padding: 100px 60px;
        display: block;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        font-family: 'League Spartan';
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s;
    }
    
    #footerCallout:hover {
        text-decoration: none;
    }
    
    #footerCallout div {
        opacity: 1;
        width: 22px;
        height: 20px;
        background-image: url(../img/calloutArr.png);
        background-size: 22px 20px;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 3px;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s;
    }
    
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        
        #footerCallout div {
            background-image: url(../img/calloutArr_2x.png);
        }
        
    }
    
    #footerCallout:hover {
        background: #f26c51;
    }
    
    #footerCallout:hover div {
        margin-left: 15px;
        margin-right: -10px;
    }
    
/* Footer */

    #footer hr {
        margin: 0;
    }

    #footer.gns-content {
        padding-top: 0;
    }

    #footer .copyright {
        float: left;
        margin-top: 20px;
    }
    
    #footer .regPractitioner {
        float: right;
        width: 235px;
        height: 68px;
        display: block;
        background-image: url(../img/registered.png);
        background-size: 235px;
        height: 68px;
    }
    
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        
        #footer .regPractitioner {
            background-image: url(../img/registered_2x.png);
        }
        
    }
    
    @media only screen and (max-width: 750px) {
        
        #footer .copyright {
            float: none;
            margin-top: 0;
            margin-bottom: 25px;
            text-align: center;
            display: block;
        }
        
        #footer .regPractitioner {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }
        
    }
    
/* Home */

    @media only screen and (max-width: 650px) {

        .home-col {
            margin-bottom: 40px;
        }
        
        .home-col.last {
            margin-bottom: 0;
        }
        
    }
    
/* Precast */

    #precastGrid {
        width: 104%;
        margin-left: -2%;
        list-style: none;
        overflow: hidden;
        margin-bottom: -60px;
    }

    #precastGrid .precastItem {
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        display: block;
        margin-bottom: 4%;
    }
    
    @media only screen and (max-width: 750px) {
        
        #precastGrid {
            margin-bottom: -40px;
        }
        
        #precastGrid .precastItem {
            width: 96%;
            float: none;
            margin-bottom: 0;
            margin-bottom: 40px;
        }
        
    }
    
/* Projects */

    #projectsGrid {
        width: 104%;
        margin-left: -2%;
        list-style: none;
        margin-bottom: -4%;
    }

    #projectsGrid .project {
        float: left;
        width: 29.333%;
        margin-left: 2%;
        margin-right: 2%;
        display: block;
        position: relative;
        margin-bottom: 4%;
    }
    
    @media only screen and (max-width: 850px) {
        
        #projectsGrid .project {
            width: 46%;
        }
        
    }
    
    @media only screen and (max-width: 650px) {
    
        #projectsGrid {
            margin-bottom: -20px;
        }
        
        #projectsGrid .project {
            width: 100%;
            margin: 0;
            margin-bottom: 20px;
        }
        
    }
    
    .project img {
        width: 100%;
        height: auto;
    }
    
    .projInfo {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 68px;
        height: 68px;
        background-image: url(../img/info.png);
        background-size: 68px 68px;
        opacity: 0;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s;
    }
    
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        
        .projInfo {
            background-image: url(../img/info_2x.png);
        }
        
    }
    
    .project:hover .projInfo {
        opacity: 1;
    }
    
    @media only screen and (max-width: 650px) {
        
        .projInfo {
            opacity: 1;
        }
        
    }
    
    /* Popup styles in genus-lightbox.css */
    
/* Contact */

    @media only screen and (max-width: 650px) {
        
        #contactForm {
            margin-top: 40px;
        }
        
    }

    #contactForm .gns-field {
        font-size: 16px;
        line-height: 26px;
        color: #555;
        text-decoration: none;
        font-family: 'Lato', helvetica, arial, sans-serif;
    }
    
    #contactForm label {
        font-size: 14px;
        line-height: 24px;
        font-family: 'Montserrat', helvetica, arial, sans-serif;
        color: #333;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }

    #contactForm .gns-button {
        margin-top: 30px;
        background: #EE4422;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Montserrat', helvetica, arial, sans-serif;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s;
    }
    
    #contactForm input.gns-button:hover {
        background: #f26c51;
    }