a.button:link, a.button:visited, button {
    display: inline-block;
    padding: 15px 55px;
    border: 3px solid brand_red;
    background: none;
    color: brand_red;
    font-size: 24px;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}

a.button:link i, a.button:visited i, button i {
    margin: 0 5px 0 0;
    color: #444
}

a.button:hover, a.button:active, button:hover, button:active {
    background: brand_red;
    color: #fff
}

a.button-white:link, a.button-white:visited, button.white {
    padding: 12px 55px;
    border-color: #fff;
    color: #fff;
}

a.button-white:link i, a.button-white:visited i, button.white i {
    color: #fff
}

a.button-white:hover, button.white:hover {
    background: #fff;
    color: brand_green
}

a.button-edit:link, a.button-save:link, a.button-blue:link, a.button-edit:visited, a.button-save:visited, a.button-blue:visited {
    background: #86cfc8;
    border: 1px solid #76b7b1;
    color: #fff
}

.full-width {
    width: 100%
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clear {
    clear: all
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.no-wrap {
    white-space: nowrap
}

.hide {
    display: none
}

em {
    font-style: italic
}

p {
    float: left;
    width: 100%;
    margin: 0 0 1em 0
}

.bold, strong {
    font-weight: 700
}

a:link, a:active, a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: underline
}

h3 {
    float: left;
    margin: 0 0 1em 0;
    font-size: 16px;
    font-weight: 700
}

hr {
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 1em 0
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

a img {
    border: none
}

@font-face {
    font-family: Futura;
    font-style: normal;
    src: url("/fonts/futura-webfont.eot");
    src: url("/fonts/futura-webfont.svg") format('svg');
    src: url("/fonts/futura-webfont.eot") format('embedded-opentype');
    src: url("/fonts/futura-webfont.woff") format('woff');
    src: url("/fonts/futura-webfont.ttf") format('truetype')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    min-height: 100%
}

body {
    width: 100%;
    min-height: 100%;
    font: 18px/33px Futura, Arial, Helvetica, sans-serif;
    color: #282828
}

table {
    border-collapse: collapse
}

input, textarea {
    font: 12px Futura, Arial, Helvetica, sans-serif
}

.full-width {
    width: 100%
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clear {
    clear: all
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.no-wrap {
    white-space: nowrap
}

.hide {
    display: none
}

a.button:link, a.button:visited, button {
    display: inline-block;
    padding: 15px 55px;
    border: 3px solid #c41f2c;
    background: none;
    color: #c41f2c;
    font-size: 24px;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}

a.button:link i, a.button:visited i, button i {
    margin: 0 5px 0 0;
    color: #444
}

a.button:hover, a.button:active, button:hover, button:active {
    background: #c41f2c;
    color: #fff
}

a.button-white:link, a.button-white:visited, button.white {
    padding: 12px 55px;
    border-color: #fff;
    color: #fff;
}

a.button-white:link i, a.button-white:visited i, button.white i {
    color: #fff
}

a.button-white:hover, button.white:hover {
    background: #fff;
    color: #4ea3a3
}

a.button-edit:link, a.button-save:link, a.button-blue:link, a.button-edit:visited, a.button-save:visited, a.button-blue:visited {
    background: #86cfc8;
    border: 1px solid #76b7b1;
    color: #fff
}

em {
    font-style: italic
}

p {
    float: left;
    width: 100%;
    margin: 0 0 1em 0
}

.bold, strong {
    font-weight: 700
}

a:link, a:active, a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: underline
}

h3 {
    float: left;
    margin: 0 0 1em 0;
    font-size: 16px;
    font-weight: 700
}

hr {
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 1em 0
}

input[type="text"], input[type="password"], select, textarea {
    padding: 8px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.outer {
    height: 100%
}

.panel {
    float: left;
    width: 100%;
}

.panel .inner {
    width: 960px;
    margin: 0 auto
}

header {
    position: relative;
    z-index: 2;
    height: 160px;
    padding: 40px 0;
    background: #fff;
}

header .menu {
    float: right;
    margin: 20px 0;
}

header .menu i {
    color: #040707;
    font-size: 34px;
    line-height: 1em
}

header a.jobtracker:link, header a.jobtracker:visited {
    float: right;
    margin: 20px 25px 20px 0;
    text-decoration: underline
}

header a.jobtracker:hover {
    text-decoration: none
}

header.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    border-bottom: 3px solid #cfe4e2
}

.hero-home {
    height: 100vh;
    background: url("/images/hero-home.jpg") top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.hero-home .text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -480px;
    width: 960px;
    height: 500px;
    text-align: center
}

.hero-home h2 {
    width: 100%;
    font-size: 71px;
    line-height: 100px;
    color: #fff
}

.hero-home .phone {
    margin: 60px 0;
    color: #c41f2c;
    font-size: 68px;
}

.hero-home .phone i {
    margin: 0 30px 0 0
}

.hero-home .logo {
    position: absolute;
    top: -16px;
    left: 0;
    width: 533px;
    height: 360px;
    background: url("/images/logo.png") top center no-repeat;
    background-size: contain;
}

footer {
    position: relative;
    z-index: 2;
    padding: 80px 0;
    background: #efefef;
}

footer .left {
    float: left;
    width: 50%;
}

footer .left .instagram {
    margin-top: 20px;
}

footer .left .instagram a:link, footer .left .instagram a:visited {
    color: #3f729b;
    text-transform: uppercase
}

footer .left .instagram i {
    margin: 0 15px 0 0;
    font-size: 25px
}

footer .right {
    float: right;
    text-align: right;
    width: 50%;
}

footer .right p {
    float: right;
    clear: right;
    width: auto
}

footer .right .jobtracker {
    float: left;
    height: 100%
}

footer .right .license {
    float: right;
    margin-left: 60px;
    padding-left: 60px;
    border-left: 1px solid #7a7a7a;
}

footer .right .license p:last-child {
    margin-bottom: 0
}

.credit {
    padding: 25px 0;
    color: #ea5431;
}

.credit img {
    margin: 0 0 0 15px;
    vertical-align: -19px
}

nav {
    position: fixed;
    z-index: 11;
    right: 0;
    top: 0;
    width: 400px;
    max-width: 80%;
    height: 100%;
    background: #040707;
}

nav a:link, nav a:visited {
    float: left;
    width: 100%;
    padding: 20px 30px 20px 60px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
}

nav a:link.close, nav a:visited.close {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 10px 12px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5)
}

nav .title a:link, nav .title a:visited {
    padding-left: 30px;
    font-size: 24px;
    line-height: 1em
}

.corner {
    position: absolute;
    top: 25px;
    right: 25px;
}

.corner i {
    color: #c41f2c;
    font-size: 34px;
    line-height: 1em
}

.corner a.jobtracker:link, .corner a.jobtracker:visited {
    margin: 0 25px 0 0;
    vertical-align: top;
    color: #fff;
    text-decoration: underline
}

.corner a.jobtracker:hover {
    text-decoration: none
}

.intro {
    position: relative;
    padding: 100px 0;
    background: url("/images/intro.jpg") bottom center no-repeat;
}

.intro p {
    width: 430px;
    clear: left
}

.intro a {
    margin-top: 30px
}

.intro .guidedogs {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -480px;
}

.intro .guidedogs .wrap {
    position: relative;
    width: 315px;
    height: 259px;
    display: inline-block;
    text-align: left
}

.intro .guidedogs img {
    position: relative;
    z-index: 1
}

.intro .guidedogs p {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 60px;
    color: #6f3126
}

.services {
    padding: 100px 0 90px 0;
    background: #040707;
    text-align: center;
}

.services .service {
    display: inline-block;
    width: 180px;
    margin: 0 50px 50px 50px;
    padding: 225px 0 0 0;
    color: #ce545d;
    font-size: 25px;
    line-height: 1em;
    background: url("/images/services.png") 0 0 no-repeat;
    text-align: center
}

.services a.service:hover {
    text-decoration: none
}

.services .gas-fitting {
    margin: 0 80px;
    background-position: -338px 0
}

.services .leak-detection {
    background-position: -676px 0
}

.services a {
    margin-top: 50px
}

.testimonials {
    padding: 120px 0 100px 0;
    background: url("/images/testimonials.jpg") top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #5e5e5e;
    font-size: 25px;
    line-height: 1em;
    text-align: center;
}

.testimonials .testimonial {
    margin: 0 0 100px 0
}

.testimonials strong {
    display: block;
    margin: 0 0 25px 0;
    color: #040707;
    font-size: 31px;
    line-height: 1.4em
}

.affiliates {
    padding: 75px 0;
    background: #414040;
    color: #fff;
}

.affiliates img {
    float: left
}

.affiliates .left {
    float: left;
    width: 485px;
    margin: 0 105px 0 0;
    padding: 0 105px 0 0;
    border-right: 1px solid #8d8c8c;
}

.affiliates .left p {
    margin-top: 58px
}

.affiliates .right {
    float: right;
    width: 370px;
}

.affiliates .right p {
    margin-top: 30px
}

.hero {
    position: relative;
    z-index: 2;
}

.hero .hero-image {
    height: 100%
}

.left-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 0;
    margin: 0 238px 0 0;
    background: #040707;
}

.main {
    position: relative;
    z-index: 2;
    padding: 65px 20px 50px 20px;
}

.main .inner {
    position: relative;
    z-index: 2
}

.main .left {
    float: right;
    width: 220px;
}

.main .left .subnav {
    color: #fff;
    font-size: 18px;
}

.main .left .subnav a:link, .main .left .subnav a:visited {
    float: left;
    width: 100%;
    padding-left: 35px;
    color: #fff;
    margin: 0 0 30px 0
}

.main .left .subnav .title a:link, .main .left .subnav .title a:visited {
    padding-left: 0;
    font-size: 24px
}

.main .left .subnav .on a:link, .main .left .subnav .on a:visited {
    color: #414040
}

.main .middle {
    float: right;
    width: 650px;
    min-height: 400px;
    margin: 0 0 0 80px;
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    color: #282828;
}

.main .middle h1 {
    margin: -284px 0 185px 0;
    font-size: 99px;
    line-height: 1em;
    color: #fff
}

.main .middle h3 {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 10px
}

.main .middle ul {
    float: left;
    margin: 0 0 1em 20px;
    list-style: disc
}

.instagram:link, .instagram:visited {
    color: #42a5a4;
    text-transform: uppercase
}

.instagram i {
    margin: 0 15px 0 0;
    font-size: 25px
}

@media (max-width: 1020px) {
    .panel .inner {
        width: 100%;
        margin: 0;
        padding: 0 30px
    }

    footer {
        padding: 30px 0
    }

    .hero-home .text {
        position: relative;
        left: 0;
        top: 0;
        margin: 300px 0 0 0;
        width: 100%;
        height: auto
    }

    .services {
        padding: 0;
    }

    .services .service {
        margin: 30px
    }

    .services br {
        clear: both
    }

    .services a {
        margin: 30px 0
    }

    .affiliates {
        padding: 0;
        text-align: center;
    }

    .affiliates img {
        float: none
    }

    .affiliates .left, .affiliates .right {
        display: inline-block;
        width: auto;
        margin: 30px;
        padding: 0;
        float: none;
        border: 0
    }

    .intro .guidedogs {
        z-index: 1;
        margin: 0;
        right: 30px
    }

    .intro p {
        position: relative;
        z-index: 2
    }

    .hero {
        height: 300px !important
    }

    .left-bg {
        display: none
    }

    .main {
        padding: 0;
    }

    .main .left {
        display: none
    }

    .main .middle {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 0 30px 0;
    }

    .main .middle h1 {
        margin: -120px 0 50px 0
    }
}

@media (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto
    }

    header img {
        max-width: 75%
    }

    header.fixed {
        display: none !important
    }

    .hero-home {
        height: auto;
    }

    .hero-home .logo {
        position: relative;
        float: left;
        height: 0;
        padding-bottom: 26%;
        width: 50%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain
    }

    .hero-home .text {
        float: left;
        margin: 30px 0 0 0;
        padding: 0 30px;
    }

    .hero-home .text h2, .hero-home .text .phone {
        font-size: 48px;
        line-height: 1.4em
    }

    .hero-home .text .phone {
        margin: 30px 0
    }

    .hero-home .text .button {
        margin: 0 0 30px 0
    }

    .main .middle h1 {
        margin: -100px 0 60px 0;
        font-size: 64px;
        line-height: 1em
    }

    .intro {
        padding: 30px 0;
        background: none;
        text-align: center;
    }

    .intro p {
        width: 100%
    }

    .intro .guidedogs {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        float: left;
        width: 100%;
        text-align: center;
        border-top: 3px solid #efefef
    }

    footer {
        text-align: center;
    }

    footer .left, footer .right {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center
    }

    footer .right .jobtracker {
        margin: 0 0 1em 0;
        width: 100%;
        text-align: center;
    }

    footer .right .jobtracker a:link, footer .right .jobtracker a:visited {
        text-decoration: underline
    }

    footer .right .jobtracker a:hover {
        text-decoration: none
    }

    footer .right .license {
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%
    }

    footer .right p {
        width: 100%
    }

    .credit .inner {
        text-align: center
    }
}

@media (max-width: 540px) {
    header, header.fixed {
        position: relative;
        display: block !important;
        border: 0;
    }

    header .jobtracker, header.fixed .jobtracker {
        display: none
    }

    .hero-home .logo {
        display: none;
        width: 100%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain
    }

    .hero-home .text h2, .hero-home .text .phone {
        font-size: 36px;
        line-height: 1.4em
    }

    .main .middle h1 {
        font-size: 48px;
        line-height: 1em
    }

    .guidedogs .wrap {
        max-width: 100%;
    }

    .guidedogs .wrap p {
        top: 20px;
        left: 0;
        width: 100%;
        text-align: center
    }
}

@media (max-height: 1050px) and (min-width: 1020px) {
    .hero-home .text {
        margin-top: -100px
    }
}

@media (max-width: 320px) {
    a.button:link, a.button:visited {
        white-space: normal
    }

    .hero-home .text .phone {
        font-size: 30px
    }
}

em {
    font-style: italic
}

p {
    float: left;
    width: 100%;
    margin: 0 0 1em 0
}

.bold, strong {
    font-weight: 700
}

a:link, a:active, a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: underline
}

h3 {
    float: left;
    margin: 0 0 1em 0;
    font-size: 16px;
    font-weight: 700
}

hr {
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 1em 0
}