/* ===========================================
   ISANDRA Y. FERNANDEZ — Casebook (2010)
   960px fixed | float | Georgia + Verdana
   Deep Charcoal #2C3038 + Burnished Gold #B89650
   =========================================== */

/* Reset */
* { margin:0; padding:0; }
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.7;
    color: #333;
    background: #EDECEA;
}
img { border:0; }
a { color: #B89650; text-decoration: none; }
a:hover { color: #9A7B3E; text-decoration: underline; }

/* Layout */
.wrap {
    width: 960px;
    margin: 0 auto;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Helpers */
.ta-center { text-align: center; }
.mt12 { margin-top: 12px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb16 { margin-bottom: 16px; }
.bg-warm { background: #F8F7F5; }

/* ---- TOP BAR ---- */
#topbar {
    background: #2C3038;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #888;
}
#topbar .tb-left { float: left; }
#topbar .tb-right { float: right; }

/* ---- HEADER ---- */
#header {
    background: #fff;
    padding: 22px 0;
    border-bottom: 2px solid #B89650;
}
#header .hdr-left { float: left; }
#header .hdr-right { float: right; text-align: right; padding-top: 6px; }
.hdr-link { text-decoration: none; }
.hdr-link:hover { text-decoration: none; }
.hdr-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: normal;
    color: #2C3038;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.1;
}
.hdr-tagline {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #B89650;
    letter-spacing: 3px;
    margin-top: 4px;
}
.hdr-phone-sm {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    color: #2C3038;
    padding-top: 8px;
}

/* ---- NAVIGATION ---- */
#nav {
    background: #2C3038;
    height: 44px;
    line-height: 44px;
}
#nav ul {
    list-style: none;
    text-align: center;
}
#nav li {
    display: inline;
}
#nav li.sep {
    color: #444;
    font-size: 11px;
    margin: 0 6px;
}
#nav .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #CCC;
    text-decoration: none;
    padding: 0 14px;
}
#nav .nav-link:hover {
    color: #FFF;
    text-decoration: none;
}
#nav .nav-link.active {
    color: #B89650;
}

/* ---- HERO (Home) ---- */
#hero {
    position: relative;
    height: 440px;
    overflow: hidden;
    background: #2C3038;
}
.hero-photo {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(44,48,56,0.62);
}
.hero-logo {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -480px;
    z-index: 3;
}
.hero-logo .hdr-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
}
.hero-logo .hdr-tagline {
    font-size: 9px;
    color: #B89650;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.hero-logo .hdr-link { text-decoration: none; }
.hero-logo .hdr-link:hover { text-decoration: none; }
.hero-nav {
    position: absolute;
    top: 28px;
    right: 50%;
    margin-right: -480px;
    z-index: 3;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hero-nav .nav-link {
    color: #ccc;
    text-decoration: none;
}
.hero-nav .nav-link:hover,
.hero-nav .nav-link.active {
    color: #fff;
    text-decoration: none;
}
.hero-nav .nav-sep {
    color: #555;
    margin: 0 12px;
}
.hero-text {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 140px;
}
.hero-text h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}
.hero-sub {
    font-size: 13px;
    color: #CCC;
    margin-bottom: 16px;
}
.hero-info {
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}
.hi-sep {
    color: #B89650;
    margin: 0 14px;
}

/* ---- PAGE TITLE BAR (inner pages) ---- */
.page-titlebar {
    background: #2C3038;
    padding: 22px 0;
    border-bottom: 2px solid #B89650;
}
.page-titlebar h1,
.page-titlebar h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

/* ---- BUTTONS ---- */
.btn-gold {
    display: inline-block;
    background: #B89650;
    color: #fff;
    padding: 10px 28px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}
.btn-gold:hover {
    background: #A08540;
    color: #fff;
    text-decoration: none;
}
.btn-outline {
    display: inline-block;
    border: 1px solid #B89650;
    color: #B89650;
    padding: 9px 28px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
}
.btn-outline:hover {
    background: #B89650;
    color: #fff;
    text-decoration: none;
}
.btn-full {
    display: block;
    text-align: center;
}

/* ---- SECTION TITLES ---- */
.sec-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
    font-weight: normal;
    color: #2C3038;
    margin-bottom: 16px;
    text-align: center;
}
.sec-line {
    display: block;
    width: 60px;
    height: 2px;
    background: #B89650;
    margin: 10px auto 0;
}
.sec-title-left {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: normal;
    color: #2C3038;
    margin-bottom: 14px;
}
.sec-line-left {
    display: block;
    width: 50px;
    height: 2px;
    background: #B89650;
    margin-top: 8px;
}
.sec-intro {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
    color: #555;
    line-height: 1.8;
}

/* ---- WELCOME (Home) ---- */
#welcome {
    background: #fff;
    padding: 40px 0;
}
.welcome-left {
    float: left;
    width: 580px;
}
.welcome-left p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 14px;
}
.welcome-right {
    float: right;
    width: 340px;
}
.welcome-cta {
    margin-top: 22px;
}

/* ---- SERVICE CARDS (Home preview) ---- */
#svc-preview {
    padding: 40px 0 44px;
}
.svc-row {
    margin-bottom: 20px;
}
.svc-card {
    float: left;
    width: 293px;
    margin-right: 40px;
    margin-bottom: 0;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #E8E6E2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 148px;
}
.svc-card.last { margin-right: 0; }
.svc-card h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    color: #2C3038;
    margin-bottom: 8px;
    font-weight: normal;
}
.svc-card p {
    color: #555;
    line-height: 1.7;
    font-size: 11px;
}
.svc-card .btn-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
    color: #B89650;
    text-decoration: none;
    border-bottom: 1px solid #B89650;
    padding-bottom: 1px;
}
.svc-card .btn-more:hover {
    color: #9A7B3E;
    border-color: #9A7B3E;
    text-decoration: none;
}

/* ---- SERVICES TABLE (Services page) ---- */
#services-main {
    background: #fff;
    padding: 40px 0 44px;
}
.svc-tbl {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.svc-tbl tr.svc-tbl-hdr td {
    background: #2C3038;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    padding: 10px 14px;
    font-weight: normal;
}
.svc-tbl td {
    padding: 10px 14px;
    border-bottom: 1px solid #E8E6E2;
    font-size: 12px;
    color: #444;
    line-height: 1.7;
    vertical-align: top;
}
.svc-tbl-name {
    font-weight: bold;
    color: #2C3038;
    width: 180px;
    font-size: 12px;
}
.svc-tbl tr.alt td {
    background: #FAFAF8;
}

/* Services page layout */
.svc-left {
    float: left;
    width: 580px;
}
.svc-right {
    float: right;
    width: 340px;
}

/* Who We Serve */
.serve-col-half {
    float: left;
    width: 270px;
    margin-right: 40px;
}
.serve-col-half:last-child { margin-right: 0; }
.serve-col-half h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    color: #2C3038;
    margin-bottom: 6px;
    font-weight: normal;
}
.serve-col-half p {
    color: #555;
    line-height: 1.7;
    font-size: 11px;
}

/* ---- FACTS STRIP ---- */
#facts {
    background: #2C3038;
    padding: 28px 0;
}
.fact-col {
    float: left;
    width: 320px;
    text-align: center;
}
.fact-val {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    color: #B89650;
}
.fact-lbl {
    display: block;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* ---- CTA BAND ---- */
#cta-band {
    background: #F8F7F5;
    padding: 36px 0 40px;
    border-top: 1px solid #E8E6E2;
    border-bottom: 1px solid #E8E6E2;
}
#cta-band h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: normal;
    color: #2C3038;
    margin-bottom: 8px;
}
#cta-band p {
    color: #666;
    margin-bottom: 18px;
}

/* ---- ABOUT PAGE ---- */
#about-main {
    background: #fff;
    padding: 40px 0 50px;
}
.about-left {
    float: left;
    width: 580px;
}
.about-left p {
    margin-bottom: 14px;
    color: #444;
    line-height: 1.8;
}
.about-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    color: #2C3038;
    font-weight: normal;
}
.about-lead {
    font-size: 13px;
    color: #333;
    line-height: 1.9;
    border-left: 3px solid #B89650;
    padding-left: 16px;
    margin-bottom: 18px;
}
.about-right {
    float: right;
    width: 340px;
}

/* Education / Bar tables */
.edu-tbl {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 4px;
}
.edu-tbl td {
    padding: 12px 14px;
    border-bottom: 1px solid #E8E6E2;
    font-size: 12px;
    color: #333;
    vertical-align: top;
}
.edu-tbl tr.alt td {
    background: #FAFAF8;
}
.edu-degree {
    font-weight: bold;
    color: #2C3038;
    width: 190px;
}
.edu-school {
    color: #444;
}
.edu-loc {
    font-size: 11px;
    color: #888;
}

/* About list */
.about-list {
    list-style: none;
    padding: 0;
}
.about-list li {
    padding: 6px 0 6px 18px;
    position: relative;
    color: #444;
    border-bottom: 1px solid #F0EEEB;
}
.about-list li:before {
    content: "\25C6";
    position: absolute;
    left: 0;
    color: #B89650;
    font-size: 10px;
    top: 7px;
}

/* Info table (sidebar) */
.info-tbl {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.info-tbl tr.info-hdr td {
    background: #2C3038;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    padding: 10px 14px;
    font-weight: normal;
}
.info-tbl td {
    padding: 9px 14px;
    border-bottom: 1px solid #E8E6E2;
    font-size: 12px;
    color: #444;
}
.info-tbl .lbl {
    font-weight: bold;
    color: #2C3038;
    width: 100px;
}
.info-tbl tr.alt td {
    background: #F5F4F1;
}

/* Sidebar box */
.sidebar-box {
    background: #F8F7F5;
    border: 1px solid #E8E6E2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 18px;
}
.sidebar-box h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    color: #2C3038;
    margin-bottom: 12px;
    font-weight: normal;
    border-bottom: 1px solid #E0DEDA;
    padding-bottom: 8px;
}
.sb-row {
    margin-bottom: 10px;
    overflow: hidden;
}
.sb-ico {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #B89650;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 1px;
    margin-right: 4px;
}
.sb-row span:last-child {
    display: block;
    margin-left: 24px;
    font-size: 12px;
    color: #444;
    line-height: 1.5;
}
.sb-text {
    font-size: 12px;
    color: #555;
    line-height: 1.7;
}

/* ---- CONTACT ---- */
#contact-main {
    background: #fff;
    padding: 40px 0 50px;
}
.contact-left {
    float: left;
    width: 530px;
}
.contact-right {
    float: right;
    width: 390px;
}
.contact-box {
    background: #2C3038;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 28px 26px;
    color: #CCC;
}
.contact-box h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    color: #B89650;
    margin-bottom: 20px;
    font-weight: normal;
}
.cb-row {
    margin-bottom: 16px;
    overflow: hidden;
}
.cb-ico {
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 11px;
    font-weight: bold;
    color: #2C3038;
    background: #B89650;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 2px;
}
.cb-row div {
    margin-left: 30px;
    font-size: 12px;
    line-height: 1.6;
}
.cb-row strong {
    color: #fff;
}

/* Form */
label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #2C3038;
    margin-bottom: 4px;
}
input[type="text"],
select,
textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
    border-color: #B89650;
    outline: none;
}
textarea { resize: vertical; }
.form-pair { margin-bottom: 12px; }
.f-half {
    float: left;
    width: 252px;
}
.f-half:first-child { margin-right: 26px; }
.form-full { margin-bottom: 14px; }
.btn-submit {
    display: inline-block;
    background: #B89650;
    color: #fff;
    padding: 10px 30px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn-submit:hover {
    background: #A08540;
}
#formStatus {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
#formStatus.success {
    background: #DFF0D8;
    color: #3C763D;
    border: 1px solid #D6E9C6;
    display: block;
}
#formStatus.error {
    background: #F2DEDE;
    color: #A94442;
    border: 1px solid #EBCCD1;
    display: block;
}
.form-disc {
    margin-top: 14px;
    font-size: 10px;
    color: #888;
    line-height: 1.6;
    font-style: italic;
}

/* ---- FOOTER ---- */
#footer {
    background: #1E2228;
    padding: 22px 0;
    text-align: center;
}
.ft-copy {
    font-size: 11px;
    color: #777;
    margin-bottom: 4px;
}
.ft-addr {
    font-size: 10px;
    color: #555;
    margin-bottom: 10px;
}
.ft-disc {
    font-size: 9px;
    color: #444;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ---- 404 PAGE ---- */
#error-main {
    background: #fff;
    padding: 50px 0 60px;
}
.error-content {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
.error-code {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 72px;
    color: #B89650;
    line-height: 1;
    margin-bottom: 12px;
}
.error-msg {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 8px;
}
.error-help {
    font-size: 12px;
    color: #777;
    margin-bottom: 24px;
}
.error-tbl {
    margin: 0 auto 28px;
    text-align: left;
}
.error-tbl .lbl a {
    color: #B89650;
    font-weight: bold;
    text-decoration: none;
}
.error-tbl .lbl a:hover {
    text-decoration: underline;
}
.error-cta {
    margin-top: 10px;
}

/* ===========================================
   RESPONSIVE
   =========================================== */
@media screen and (max-width: 980px) {
    .wrap { width: auto; padding: 0 20px; }

    /* Hero */
    #hero { height: auto; min-height: 360px; }
    .hero-logo {
        position: relative;
        top: auto; left: auto;
        margin-left: 0;
        text-align: center;
        padding: 20px 20px 0;
    }
    .hero-nav {
        position: relative;
        top: auto; right: auto;
        margin-right: 0;
        text-align: center;
        padding: 12px 20px 0;
    }
    .hero-text { padding-top: 30px; padding-bottom: 30px; }
    .hero-text h2 { font-size: 24px; }
    .hero-info { font-size: 11px; }
    .hi-sep { margin: 0 8px; }

    /* Two-column layouts */
    .welcome-left, .welcome-right,
    .about-left, .about-right,
    .svc-left, .svc-right,
    .contact-left, .contact-right {
        float: none;
        width: auto;
    }
    .welcome-right,
    .about-right,
    .svc-right,
    .contact-right {
        margin-top: 24px;
    }

    /* Service cards */
    .svc-card {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .svc-card.last { margin-right: 0; }

    /* Serve columns */
    .serve-col-half {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 14px;
    }

    /* Form halves */
    .f-half {
        float: none;
        width: auto;
        margin-bottom: 12px;
    }
    .f-half:first-child { margin-right: 0; }

    /* Facts strip */
    .fact-col {
        float: none;
        width: auto;
        margin-bottom: 16px;
    }
    .fact-col:last-child { margin-bottom: 0; }

    /* Services table */
    .svc-tbl-name { width: 140px; }

    /* Error page */
    .error-code { font-size: 56px; }
}

@media screen and (max-width: 600px) {
    .wrap { padding: 0 14px; }

    /* Top bar */
    #topbar { height: auto; line-height: 1.6; padding: 6px 14px; text-align: center; }
    #topbar .tb-left, #topbar .tb-right { float: none; display: block; }

    /* Header */
    #header { text-align: center; padding: 16px 0; }
    #header .hdr-left, #header .hdr-right { float: none; text-align: center; }
    .hdr-name { font-size: 22px; }
    .hdr-phone-sm { padding-top: 6px; font-size: 14px; }

    /* Nav */
    #nav { height: auto; line-height: 1; padding: 10px 0; }
    #nav .nav-link { padding: 6px 10px; display: inline-block; font-size: 11px; }
    #nav li.sep { display: none; }

    /* Hero */
    #hero { min-height: 300px; }
    .hero-logo .hdr-name { font-size: 18px; }
    .hero-nav .nav-link { font-size: 10px; }
    .hero-nav .nav-sep { margin: 0 6px; }
    .hero-text h2 { font-size: 20px; }
    .hero-sub { font-size: 12px; }
    .hero-info span { display: block; margin-bottom: 4px; }
    .hi-sep { display: none; }

    /* Page titlebar */
    .page-titlebar h1 { font-size: 18px; }

    /* Section titles */
    .sec-title { font-size: 20px; }
    .sec-title-left { font-size: 18px; }

    /* Services table - stack cells */
    .svc-tbl td { display: block; width: auto; }
    .svc-tbl-name { width: auto; padding-bottom: 2px; }

    /* Info tables */
    .info-tbl .lbl { width: 80px; }

    /* Contact box */
    .contact-box { padding: 20px 16px; }

    /* Buttons */
    .btn-gold, .btn-outline { display: block; text-align: center; margin-bottom: 8px; }
    .btn-outline { margin-left: 0; }

    /* Footer */
    .ft-disc { font-size: 9px; }

    /* Error */
    .error-code { font-size: 48px; }
}
