body {
    font: 14px/25px "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #0C2E3D;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: rgba(255, 255, 255, 0.1) 0 -1px 1px;
    background: #2AB6F2 url(../../assets/backgrounds/pattern.png) top left repeat;
}
    h1 {
        font-family: "ff-masala-web-1" ,"ff-masala-web-2", sans-serif;
        font-weight: 800;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 50px;
        letter-spacing: -1px;
    }
    
    h2 {
        font-family: "ff-masala-web-1" ,"ff-masala-web-2", sans-serif;
        font-weight: 800;
        font-size: 30px;
        line-height: 30px;
        margin: 10px 0 5px;
    }
    
    .jobs h3 {
        line-height: 20px;
        font-weight: bold;
    }
    
    p {
        
    }
    
    ul li {
        background: transparent url(../../assets/backgrounds/bullet.png) 0 11px no-repeat;
        margin-left: -10px;
        padding-left: 10px;
    }
    
    a {
        color: #FFFFFF;
        font-weight:bold;
        text-decoration:none;
    }

    a:hover {
        text-decoration:underline;
    }   
    
    hr {
        margin: 50px 0;
        border-top-color: #51C3F5;
        border-top-color: rgba(255, 255, 255, 0.15);
    }
    
    #wrap {
        width: 960px;
        margin: 0 auto;
        background: transparent url(../../assets/backgrounds/glow_256.png) top center no-repeat;
    }
    
    #header {
        text-align: center;
        margin: 0 10px;
    }    
        .logo {
            text-indent: -115px;
            font-family: "ff-masala-web-1", "ff-masala-web-2", sans-serif;
            font-weight: 800;
            font-size: 25px;
            letter-spacing: 1px;
            font-style: italic;
            color: #FFFFFF;
            height: 185px;
            padding-top: 65px;
            overflow: hidden;
            text-shadow: rgba(0, 0, 0, 0.35) 0 -1px 0;
        }
            .logo img {
                vertical-align: middle;
                margin: -15px 20px 0 20px;
            }
            
        .jobs .logo, .thanks .logo {
            text-indent: -259px;
        }
    
    .section {
        width: 960px;
        overflow: hidden;
    }
        .section .column {
            float: left;
            margin: 0 10px;
        }
        .section.three .column {
            width: 300px;
        }
        .section.two .column {
            width: 460px;
        }
        .section.one .column {
            width: 940px;
        }
        
        .jobs .section.one, .thanks section.one {
            margin-bottom: 80px;
        }
        .jobs .section.one h2, .thanks section.one h2 {
            margin-bottom: 15px;
        }
        .jobs .section.one p, .thanks .section.one p {
            line-height: 40px;
            font-family: "ff-masala-web-1" ,"ff-masala-web-2", sans-serif;
            font-weight: 800;
            font-size: 30px;
            color: #FFFFFF;
        }
        .jobs .section.two p {
            line-height: 20px;
            margin-bottom: 20px;
        }
    
    .center {
        text-align: center;
    }
    
    .subscribe {
        margin: 30px 0 0;
        vertical-align: top;
        overflow: hidden;
    }
        .subscribe span {
            vertical-align: top;
            display: table;
            display: inline-block;
            line-height: 0;
            border: 2px solid #2DA6D9;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }
        .subscribe input {
            height: 20px;
            width: 440px;
            border: 1px solid #2A8CB7;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            line-height: 0;
            font-size: 16px;
            padding: 10px;
        }
        .subscribe input.submit {
            background: #258BB5;
            border: none;
            width: auto;
            height: 44px;
            color: #FFFFFF;
            font-weight: 600;
            line-height: 25px;
            padding: 0 15px;
            font-family: "ff-masala-web-1" ,"ff-masala-web-2", sans-serif;
            text-transform: uppercase;
        }
        .subscribe input.submit:hover {
            background: #000;
            opacity: 0.75;
            border: none;
        }
    
    .hiring {
        position: absolute;
        z-index: 100;
        height: 250px;
        width: 101px;
        margin-left: 770px;
        background: transparent url(../../assets/backgrounds/jobs_256.png) top left no-repeat;
        overflow: hidden;
    }
        .hiring a {
            height: 250px;
            width: 101px;
            display: block;
            text-indent: -10000px;
            overflow: hidden;
        }
    
    #nav {
        font-family: "ff-masala-web-1" ,"ff-masala-web-2", sans-serif;
        font-weight: 800;
        text-align: center;
        font-size: 30px;
        margin: 50px 0 100px;
    }
        #nav a {
            text-decoration: none;
        }
        #nav a:hover {
            text-decoration: underline;
        }
    
    #footer {
        text-align: center;
        font-size: 11px;
        color: #FFFFFF;
        margin-bottom: 150px;
    }