@font-face {
    font-family: "theThin";
    src: url("Font/TitilliumWeb-ExtraLight.eot") format("embedded-opentype"), url("Font/TitilliumWeb-ExtraLight.woff") format("woff"), url("Font/TitilliumWeb-ExtraLight.ttf") format("truetype"), url("Font/TitilliumWeb-ExtraLight.svg") format("svg");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "theRegular";
    src: url("Font/TitilliumWeb-Regular.eot") format("embedded-opentype"), url("Font/TitilliumWeb-Regular.woff") format("woff"), url("Font/TitilliumWeb-Regular.ttf") format("truetype"), url("Font/TitilliumWeb-Regular.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "theSemibold";
    src: url("Font/TitilliumWeb-SemiBold.eot") format("embedded-opentype"), url("Font/TitilliumWeb-SemiBold.woff") format("woff"), url("Font/TitilliumWeb-SemiBold.ttf") format("truetype"), url("Font/TitilliumWeb-SemiBold.svg") format("svg");
    font-style: normal;
    font-weight: 700;
}

body {
    font-family: "theRegular","Tahoma","Verdana",sans-serif;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    color: #0A0014;
    -webkit-text-size-adjust: 100%;
}

.wrap {
    width: 94%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

a {
    color: #D1361C;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

#header {
    background: #403F4D url(header_bg.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0 100px;
}

    #header .logo {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 91;
    }

        #header .logo img {
            width: 80px;
            height: auto;
            display: block;
        }

        #header .logo.outer {
            z-index: 90;
            width: 80px;
            height: auto;
            left: 5px;
            top: 5px;
            position: absolute;
        }

    #header h1 {
        font-family: "theThin","Tahoma","Verdana",sans-serif;
        font-size: 36px;
        line-height: 52px;
        padding-left: 160px;
        margin-top: -10px;
    }

h2 {
    font-family: "theThin","Tahoma","Verdana",sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #D1361C;
}


@media screen and (max-width:939px) {
    #header {
        padding: 40px 0 50px;
    }

        #header h1 {
            padding-left: 0;
            padding-top: 120px;
        }
}

@media screen and (max-width:767px) {
    #header h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (max-width:600px) {
    #header {
        padding: 20px 0 40px;
    }

        #header h1 {
            font-size: 28px;
            line-height: 36px;
        }
}

@media screen and (max-width:480px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }

    #header {
        padding: 20px 0 40px;
    }

        #header h1 {
            font-size: 24px;
        }
}




#nav {
    background: #0A0014;
    color: #fff;
}

    #nav ul {
        padding-left: 145px;
    }

        #nav ul li {
            text-align: center;
            display: block;
            float: left;
        }

            #nav ul li a {
                font-family: "theSemibold","Tahoma","Verdana",sans-serif;
                text-transform: uppercase;
                letter-spacing: .5px;
                padding: 0 15px;
                line-height: 50px;
                color: #fff;
                display: block;
                -webkit-transition: all ease-in-out 300ms;
                -moz-transition: all ease-in-out 300ms;
                -ms-transition: all ease-in-out 300ms;
                transition: all ease-in-out 300ms;
            }

                #nav ul li a.login {
                    background: #5E6473;
                }

                #nav ul li a.pay {
                    background: #D1361C;
                }

        #nav ul .externals {
            float: right;
        }

        #nav ul li a.jumpy:hover {
            text-decoration: none;
            background: #2C2B38;
        }

        #nav ul li a.login:hover {
            text-decoration: none;
            background: #515664;
        }

        #nav ul li a.pay:hover {
            text-decoration: none;
            background: #B32710;
        }

@media screen and (max-width:939px) {
    #nav ul {
        padding-left: 0;
        margin-left: -15px;
    }
}

@media screen and (max-width:767px) {
    #nav ul {
        margin-left: -10px;
    }

        #nav ul li.about {
            display: none;
        }

        #nav ul li a {
            padding: 0 10px;
        }
}

@media screen and (max-width:600px) {
    #nav .wrap {
        width: 100%;
    }

    #nav ul > li {
        display: none;
    }

    #nav .externals {
        width: 100%;
    }

        #nav .externals li {
            padding: 0;
            width: 50%;
        }
}




#about {
    padding: 45px 0 90px;
    background: #ECEEF3;
    overflow: hidden;
}

    #about .text {
        /*width: 70%;*/
        position: relative;
        z-index: 2;
    }

    #about h2 {
        margin-bottom: 10px;
    }

    #about p {
        margin-bottom: 15px;
    }

    #about .gavel {
        position: absolute;
        left: 62%;
        top: -25px;
        width: 580px;
    }

@media screen and (max-width:979px) {
    #about .gavel {
        width: 540px;
        height: auto;
        left: 62%;
        top: 0;
    }
}

@media screen and (max-width:800px) {
    #about .text {
        width: 100%;
    }

    #about .gavel {
        opacity: .15;
        left: 50%;
        margin-left: -250px;
        top: -15px;
    }
}

@media screen and (max-width:600px) {
    #about .gavel {
        display: none;
    }
}


#services {
    padding: 45px 0 70px;
    text-align: center;
}

    #services h2 {
        margin-bottom: 40px;
    }

    #services li {
        float: left;
        width: 30.333%;
        margin: 0 1.5%;
    }

        #services li img {
            width: 120px;
            height: auto;
            margin: 0 auto 10px;
        }

    #services h3 {
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 4px;
        font-family: "theThin","Tahoma","Verdana",sans-serif;
        color: #D1361C;
    }

@media screen and (max-width:939px) {
    #services li {
        width: 100%;
        float: none;
        margin: 0 0 32px;
    }

        #services li img {
            float: left;
            margin: 0 30px 0 0;
        }

        #services li .text {
            float: right;
            text-align: left;
            width: calc(100% - 150px);
        }
}

@media screen and (max-width:520px) {
    #services li {
        margin-bottom: 44px;
    }

        #services li img {
            float: none;
            margin: 0 0 12px 0;
            width: 100px;
        }

        #services li .text {
            float: none;
            width: 100%;
            text-align: center;
        }
}



#attorneys {
    color: #fff;
    background: #D1361C;
}

    #attorneys a {
        color: #fff;
    }

    #attorneys h2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        text-indent: 200%;
        overflow: hidden;
        white-space: nowrap;
    }

    #attorneys p {
        margin-bottom: 15px;
    }

    #attorneys .lefty {
        background: #403F4D;
        float: left;
        width: 50%;
        text-align: right;
        position: relative;
        z-index: 2;
    }

    #attorneys .righty {
        background: #D1361C;
        float: right;
        width: 50%;
    }

    #attorneys .name {
        background: rgba(0,0,0,0.2);
        padding: 15px 0 20px 50px;
        position: relative;
    }

    #attorneys .lefty .name {
        padding: 15px 50px 20px 0;
    }

    #attorneys .name h3 {
        font-family: "theThin","Tahoma","Verdana",sans-serif;
        font-size: 32px;
        line-height: 40px;
    }

    #attorneys .wrap {
        max-width: 430px;
        width: calc(94% - 50px);
        display: inline-block;
        padding: 30px 0 20px 50px;
    }

    #attorneys .lefty .wrap {
        padding-right: 50px;
        padding-left: 0;
    }

    #attorneys .email {
        clear: both;
        position: relative;
    }

        #attorneys .email .wrap {
            padding: 0 0 50px 50px;
        }

        #attorneys .email .lefty .wrap {
            padding-right: 50px;
            padding-left: 0;
        }

        #attorneys .email .mascot {
            margin-right: -24px;
            top: -10px;
        }

            #attorneys .email .mascot img {
                padding-top: 15px;
            }

        #attorneys .email.mobile {
            display: none;
        }

    #attorneys .mascot {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        right: 0;
        margin-right: -24px;
        background: #fff;
        text-align: center;
    }

        #attorneys .mascot.person img {
            padding-top: 9px;
        }


@media screen and (max-width:767px) {
    #attorneys .wrap {
        max-width: 940px;
        width: 94%;
        display: block;
        padding: 30px 0 50px !important;
    }

    #attorneys .lefty {
        float: none;
        width: 100%;
        text-align: left;
    }

    #attorneys .name {
        padding: 15px 0 20px 0 !important;
    }

        #attorneys .name h3 {
            width: 94%;
            margin: 0 auto;
        }

    #attorneys .righty {
        float: none;
        width: 100%;
    }

    #attorneys .mascot {
        display: none;
    }

    #attorneys .email {
        display: none;
    }

        #attorneys .email.mobile {
            display: block;
            padding: 30px 0 20px;
        }

            #attorneys .email.mobile a {
                border: 2px solid #fff;
                padding: 10px 20px 12px;
            }
}

@media screen and (max-width:350px) {
    #attorneys .name h3 {
        font-size: 28px;
    }
}



#contact {
    background: #0A0014 url(../img/map.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
    margin: 5px 0;
    padding: 30px 0 60px;
}

    #contact .mascot {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin: 0 auto 30px;
        background: #fff;
        text-align: center;
    }

        #contact .mascot img {
            padding-top: 11px;
        }

    #contact .card {
        background: #fff;
        max-width: 500px;
        padding-top: 15px;
        margin: 0 auto;
    }

        #contact .card address {
            margin: 12px 0 14px;
        }

        #contact .card .directions {
            text-transform: uppercase;
            font-family: "theSemibold","Tahoma","Verdana",sans-serif;
        }

        #contact .card .bits {
            background: #F4F5F7;
            margin-top: 24px;
            padding-bottom: 10px;
        }

    #contact .bits li {
        width: 33.333%;
        float: left;
        padding: 20px 0;
    }

    #contact .bits .bit4 {
        float: none;
        clear: both;
        width: 100%;
        padding-top: 0;
    }

    #contact .bits dt {
        text-transform: uppercase;
        font-family: "theSemibold","Tahoma","Verdana",sans-serif;
        color: #979DAC;
        display: block;
    }

    #contact .bits dd {
        display: block;
    }

        #contact .bits dd a {
            color: #D1361C;
        }

@media screen and (max-width:480px) {
    #contact {
        padding: 40px 0 100px;
    }

        #contact .wrap {
            width: 100%;
        }

        #contact .mascot {
            margin-bottom: 40px;
        }

        #contact .bits li,
        #contact .bits .bit4 {
            width: 50%;
            float: left;
            clear: none;
            padding: 20px 0;
        }

        #contact .bits .bit3,
        #contact .bits .bit4 {
            padding-top: 0;
        }
}



footer {
    background: #0A0014;
    color: #fff;
    padding: 35px 0 40px;
}

    footer a {
        color: #fff;
    }

    footer .left {
        float: left;
        width: 72%;
    }

        footer .left span {
            display: block;
            font-size: 14px;
            line-height: 20px;
            margin-top: 4px;
            color: #979DAC;
        }

    footer .right {
        float: right;
        text-align: right;
        width: 28%;
    }

@media screen and (max-width:480px) {
    footer {
        padding-bottom: 0;
    }

        footer .wrap {
            width: 100%;
        }

        footer .left {
            float: none;
            width: 92%;
            text-align: center;
            padding: 0 4% 40px;
        }

        footer .right {
            width: 100%;
            float: none;
            text-transform: uppercase;
            font-family: "theSemibold","Tahoma","Verdana",sans-serif;
            background: #D1361C;
            display: block;
            color: #fff !important;
            text-align: center;
            line-height: 50px;
        }

            footer .right a {
                width: 100%;
                line-height: 50px;
                display: block;
            }
}




#pay_us {
    background: #0a0014;
}

    #pay_us h1 {
        font-size: 48px;
        padding: 20px 0 10px 0;
        border-bottom: 2px solid #fff;
        margin-left: 160px;
    }

    #pay_us form {
        padding-left: 160px;
    }

    #pay_us input {
        -webkit-appearance: none;
        border-radius: 0;
    }

        #pay_us input[type="text"] {
            font-family: "theRegular","Tahoma","Verdana",sans-serif;
            font-size: 20px;
            line-height: 50px;
            margin: 25px 0 15px;
            padding: 0 15px;
            border: none;
            width: 270px;
        }

        #pay_us input[type="submit"] {
            font-family: "theSemibold","Tahoma","Verdana",sans-serif;
            text-transform: uppercase;
            letter-spacing: .5px;
            padding: 0 30px;
            font-size: 20px;
            line-height: 50px;
            color: #fff;
            display: block;
            background: #D1361C;
            border: none;
            transition: all ease-out 200ms;
        }

        #pay_us input[type="text"]:focus {
            outline: none;
            box-shadow: inset 0 -4px 0 #D1361C;
        }

        #pay_us input[type="submit"]:focus {
            background: #B32710;
            outline: none;
        }

    #pay_us header {
        height: 300px;
        background-repeat: repeat;
        background-size: contain;
    }

    #pay_us .error_msg {
        padding-top: 24px;
    }

@media screen and (max-width:939px) {
    #pay_us header {
        height: auto;
        padding-bottom: 80px;
    }
}

@media screen and (max-width:767px) {
    #pay_us h1 {
        margin-left: 0;
        padding-top: 160px;
        border-bottom: 0;
    }

    #pay_us form {
        padding-left: 0;
    }

    #pay_us header {
        height: auto;
        padding-bottom: 80px;
    }
}

@media screen and (max-width:480px) {
    #pay_us h1 {
        line-height: 48px;
    }

    #pay_us input {
        width: calc(100% - 30px) !important;
    }

        #pay_us input[type="submit"] {
            width: 100% !important;
            padding: 0;
        }
}
