/*
Theme Name: Sandstrom_47
Theme URI: http://underscores.me/
Author: Sandstrom Partners
Author URI: http://sandstrompartners.com
Description: Description
*/

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
}

html {
    background: #2b2b2b url('img/2b2b2b-noise.png') 0 0;
}
body {
/*    background: #2b2b2b url('img/2b2b2b-noise.png') 0 0;
*/    font-family: "Prensa Book";
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    transition:all .1s linear; -o-transition:all .1s linear; -moz-transition:all .1s linear; -webkit-transition:all .1s linear;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

img {
    height: auto;
    max-width: 100%;
}

#wrapper {
    position: relative;
/*    width: 450px;*/
    min-width: 320px;
    width: 100%;
    }
    .section-wrapper {
        margin: 0 auto;
    }
#global-header {
    /*padding: 10px 15px 10px 15px;*/
    padding: 12px 12px 15px;
}
    #logo {
        display: inline-block;
        height: auto;
        overflow: auto;
        width: 210px;
        }
    #logo img {
        height: auto;
        margin: 0 0 1px;
        width: 100%;
        }
    #logo img.dark {
        display: none;
        }
#global-header nav {
    margin: 0 -20px 0px -20px;
}
#global-header nav ul {
    background: #2b2b2b url('img/2b2b2b-noise.png') 0 0;
    background-color: rgba(43, 43, 43, 0.97);
    margin: 10px 0px -15px -20px;
    opacity: .97;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5000;
}
#global-header nav li {
    display: inline;
    border-bottom: 1px solid #2d2d2d;
    /*text-align: center;*/
}
#global-header nav a {
    color: #666;
    display: block;
    font-family: 'News Gothic';
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    min-width: 50px;
    padding: 0 30px 0 15px;
    /*text-align: center;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
    }
    #global-header nav a:hover,
    #global-header nav a:active,
    #global-header nav a:focus {
        background: #777;
        color: #2b2b2b;
        }
.navheader { 
    background: #9d9d9d;
    background: -moz-linear-gradient(top,  #9d9d9d 0%, #747474 83%, #747474 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d), color-stop(83%,#747474), color-stop(100%,#747474));
    background: -webkit-linear-gradient(top,  #9d9d9d 0%,#747474 83%,#747474 100%);
    background: -o-linear-gradient(top,  #9d9d9d 0%,#747474 83%,#747474 100%);
    background: -ms-linear-gradient(top,  #9d9d9d 0%,#747474 83%,#747474 100%);
    background: linear-gradient(to bottom,  #9d9d9d 0%,#747474 83%,#747474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#747474',GradientType=0 );
    color: #333;
    display: inline-block;
    font-family: 'News Gothic';
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding: 8px 8px 8px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #999999;
    vertical-align: middle;
    filter: dropshadow(color=#999999, offx=1, offy=1);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.slide-trigger {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;    
}
@media only screen and (max-width: 767px) {
    .slide-trigger { display: inline-block; }
        .no-js .slide-trigger { display: none; }
    #global-header nav ul { display: none; }
        .no-js .navigation { display: block; }
    /*#global-header nav ul { margin: 0 0; }*/
    #global-header nav li { float: none; }
    #global-header nav li a { /*border-bottom: 1px solid #fff;*/ }
#global-header nav #cotm { display: none; }
}

#main .section-wrapper {
    background: #f0f0f0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
    padding: 10px 10px 40px;
}
.home #main .section-wrapper {
    padding: 0 0 40px;
}
.home #main h1,
.home .intro-text {
    display: none;
}
.home .home-feature {
    margin: 0 auto;
    width: 100%;
}
.home #main h2 {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: normal;
    letter-spacing: .077em;
    line-height: 1;
    margin: 30px 0 0;
    padding: 0 30px;
    text-transform: uppercase;
}
.home #main h3 {
    font-family: 'News Gothic';
    font-size: 32px;
/*    font-size: 1.6875rem;*/
    font-weight: normal;
    line-height: 1;
    margin: 15px 0 20px;
    padding: 0 30px;
}
.home #main p {
    font-size: 20px;
/*    font-size: 1.125rem;*/
    line-height: 1.5;
    margin: .5em 0 .5em;
    padding: 0 30px;
}
.more-link {
    color: #993333;
    display: block; 
    font-size: 21px;
    font-size: 1.3125rem;
    font-variant: small-caps;
    padding: 10px 0 0;
    text-decoration: none;
}
.page-title {
    font-family: 'News Gothic';
    font-size: 32px;
/*    font-size: 1.6875rem;*/
    font-weight: normal;
    line-height: 1;
    margin: .5em 0 .5em;
    padding: 0;
}
    .page-client-list .col {
        font-family: 'News Gothic';
        padding: 0 2% 0 0;
        width: 90%;
    }
    .page-client-list .col h2 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.142em;
        margin-bottom: .5em;
        }
    .page-client-list .col ul {
        font-size: 16px;
        line-height: 1.6363em;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        }
    .page-client-list .col ul {
        padding: 0 0 10px;
    }
    .page-contact .entry-content p {
        margin-top: 0;
    }
    .page-contact .entry-content dt {
        font-family: 'News Gothic';
        font-size: 18px;
        padding-top: 5px;
        width: 140px;
        white-space: nowrap;
    }
    .page-contact .entry-content dd {
        font-family: 'News Gothic';
        line-height: 1.625;
        padding: 0 0 16px;
        margin: 0;
    }
    .page-contact .entry-content .title {
        font-size: .75em;
        text-transform: uppercase;
    }
    .page-contact .entry-content a:link,
    .page-contact .entry-content a:visited {
        color: #333;
        text-decoration: none;
    }
#global-footer {
    padding: 30px 4% 35px;
}
#global-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#global-footer p {
    color: #7a7a7a;
    color: #5a5a5a;
}
#global-footer .address {
    font-size: 15px;
/*    font-size: .875rem;*/
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0 0 30px;
    padding: 20px 0 0;
}
#global-footer span {
    display: block;
}
#global-footer .address .addr-name {
    font-size: 19px;
/*    font-size: 1.125rem;*/
    font-variant: small-caps;
}
#global-footer .tagline {
    font-size: 19px;
    font-size: 1.1875rem;
}
#global-footer .legal {
    font-family: 'News Gothic';
    font-size: 11px;
    /*font-size: .875rem;*/
    font-weight: 400;
    line-height: 1.335;
    margin: 0;
    text-transform: uppercase;
}
.button {
    background: #9d9d9d;
    background: -moz-linear-gradient(top,  #9d9d9d 0%, #747474 83%, #747474 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d), color-stop(83%,#747474), color-stop(100%,#747474));
    background: -webkit-linear-gradient(top,  #9d9d9d 0%,#747474 83%,#747474 100%);
    background: -o-linear-gradient(top,  #9d9d9d 0%,#747474 83%,#747474 100%);
    background: -ms-linear-gradient(top,  #9d9d9d 0%,#747474 83%,#747474 100%);
    background: linear-gradient(to bottom,  #9d9d9d 0%,#747474 83%,#747474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#747474',GradientType=0 );
    color: #333;
    display: block;
    font-family: 'News Gothic';
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 14px;
    padding: 14px 10px 14px 46px;
    position: relative;
    text-decoration: none; 
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #999999;
    filter: dropshadow(color=#999999, offx=1, offy=1);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    }
.btn-email:before, .btn-tel:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    }
    .btn-email:before {
        background: url('img/icon-mail.svg') no-repeat;
        background-size: contain;
        height: 21px;
        top: 11px;
        width: 24px;
        }
    .btn-tel:before {
        background: url('img/icon-phone.svg') no-repeat;
        background-size: contain;
        height: 32px;
        top: 8px;
        width: 25px;
        }
#global-footer #menu-footer {
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    }
    #menu-footer li {
        display: inline;
        border-bottom: none;
    }
    #menu-footer a {
        color: #7a7a7a;
        display: inline-block;
        font-family: 'News Gothic';
        font-size: 12px;
        /*font-size: .875rem;*/
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 1.25em;
        max-width: 35%;
        padding: 0 10px 0 0;
        text-decoration: none;
        text-shadow: 1px 1px 1px #222;
        filter: dropshadow(color=#222222, offx=1, offy=1);
        text-transform: uppercase;
        vertical-align: top;
        }
        #menu-footer a:hover,
        #menu-footer a:active,
        #menu-footer a:focus {
            background: none;
            color: #555;
            }


    #primary {
        padding: 0 10px;
        /*width: 70%;*/
    }
    
    #secondary {
        font-family: "News Gothic";
        padding-top: 25px;
    }
   #secondary .widget-wrapper {
        background: #fcfcfc;
        -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .15);
        box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .15);
        padding: 4px;
    }
    #secondary .widget {
        border: 1px solid #bebfaa;
        padding: 15px 15px 12px;
    }
    #secondary .widget-title,
    #secondary .widgettitle {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.625rem;
        margin: 0 0 10px;
        text-transform: uppercase;
    }
    #secondary .case-tags,
    #secondary .blog-2 {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 25px 35px 0 25px;
    }
    #secondary .blog-2 .widget {
        border: none;
        padding: 0 0 15px;
    }
    #secondary .blog-2 p {
        color: #999;
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
    }
    #secondary .case-url {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 25px 35px 0 25px;
    }
    #secondary ul { list-style-type: none; margin: 0; padding: 0; }
    #secondary li { padding: 0 0 5px 8px; }
    #secondary a:link,
    #secondary a:visited {
        color: #999;
        display: block;
        font-size: 16px;
        line-height: 1.25em;
        text-decoration: none;
    }
    #secondary a:hover,
    #secondary a:active {
        color: #2b2b2b;
    }
    #secondary a.mail-link:link,
    #secondary a.mail-link:visited {
        color: #666;
        padding: 0 0 9px;
    }
    #secondary a.mail-link:hover,
    #secondary a.mail-link:active {
        color: #2b2b2b;
    }





.page-title {
    margin: 15px 0 15px;
    padding: 0;
}
.post-type-archive-work .page-title {
    margin-bottom: 30px;
    }
.single-work .page-title,
.post-type-archive-media-coverage .page-title {
    margin-bottom: 20px;
    }
.tax-case-tag .page-title,
.tax-case-tag .case-tag {
    display: inline-block;
    vertical-align: baseline;
    }
.tax-case-tag .case-tag,
.post-type-archive-media-coverage .page-title span,
.single-pressroom .page-title span,
.archive .page-title span {
    font-family: 'News Gothic';
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
    }
.page-contact .page-title {
    margin-bottom: 30px;
    }
.page-about .page-title {
    margin-bottom: 30px;
    }
    .post-type-archive-work .case-thumbs,
    .tax-case-tag .case-thumbs  {
        display: block;
        padding-top: 20px;
    }

    .post-type-archive-work #main .item,
    .tax-case-tag #main .item  {
        display: inline-block;
        /*display: table;*/
        margin: 0 10px 10px;
        overflow: auto;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 120px;
    }
    .post-type-archive-work #main .item a,
    .tax-case-tag #main .item a {
        /*background: #222;*/
        /*border: 1px solid #f00;*/
        display: table;
        /*display: block;*/
        height: 100%;
        vertical-align: middle;
        width: 100%;
        z-index: 2000;
    }
    .post-type-archive-work #main .item img,
    .tax-case-tag #main .item img {
        width: 100%;
    }

    .post-type-archive-work #main .item img,
    .tax-case-tag #main .item img {
        position: relative;
        z-index: 2000;
    }
    .post-type-archive-work #main .item h2,
    .tax-case-tag #main .item h2 {
        color: #2b2b2b;
        display: block;
        font-family: 'News Gothic';
        font-size: 14px;
        font-weight: normal;
        /*height: 100%;*/
        /*left: 0;*/
        line-height: 1.25;
        margin: 0 7%;
        padding: 4px 0 5px;
        /*position: absolute;*/
        /*top: 0;*/
        /*vertical-align: middle;*/
        /*width: 86%;*/
        /*z-index: 1000;*/
    }
    #work-copy {
        line-height: 1.625em;
        padding: 0 2% 15px 0;
    }
    #case-study-thumbs {
        padding: 0 0 15px;
        text-align: center;
    }
    #case-study-thumbs ul {
        margin: 0;
        padding: 0;
    }
    #case-study-thumbs li {
        display: inline-block;
        list-style-type: none;
        margin: 0 12px 12px 0;
        width: 40%;
    }
    #case-study-thumbs img {
        width: 100%;
    }
    #case-study-thumbs a {
        border: 1px solid #acae9a;
        display: block;
        height: 100%;
        width: 100%;
    }
    #project-credits {
        color: #999;
        font-family: 'News Gothic';
        font-size: .75em;
    }
        #project-credits a:link,
        #project-credits a:visited {
            border-bottom: 1px dotted #999;
            color: #999;
            text-decoration: none;
        }
    .page-about #primary {
        line-height: 1.625;
        }
    .page-about #primary ul {
        font-family: 'News Gothic';
    }
    .page-about a.sans:link,
    .page-about a.sans:visited {
        border-bottom: 1px dotted #999;
        color: #555;
        font-family: 'News Gothic';
        text-decoration: none;
    }
   .page-client-list .col {
        font-family: 'News Gothic';
        /*float: left;*/
        /*padding: 0 2% 18px 0;*/
        /*width: 50%;*/
    }
    .page-client-list .col h2 {
        font-size: 15px;
        font-weight: normal;
        line-height: 1em;
        margin-bottom: 10px;
        }
    .page-client-list .col h2 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.625em;
        margin-bottom: .5em;
        }
    .page-client-list .col ul {
        font-size: 14px;
        line-height: 1.625em;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        }
    .page-client-list .col ul {
        padding: 0 0 10px;
    }



body.blog .entry,
body.archive .entry,
body.category .entry {
    border-bottom: 1px solid #d5d5d5;
    margin: 15px 0 5px;
    padding: 20px 30px 25px 0;
    }

body.blog .page-title,
body.archive .page-title,
body.category .page-title,
body.single-post .page-title,
body.single-pressroom .page-title,  
body.single-post .page-title {
    color: #333;
    font-family: 'News Gothic';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    }
body.single-post .page-title,
body.single-pressroom .page-title {
    margin-bottom: 40px;
}


body.single .page-title a:link,
body.archive .page-title a:link,
body.category .page-title a:link,
body.single .page-title a:visited,
body.archive .page-title a:visited,
body.category .page-title a:visited {
    color: #333;
    text-decoration: none;
    }
body.single .page-title a:hover,
body.archive .page-title a:hover,
body.category .page-title a:hover,
body.single .page-title a:active,
body.archive .page-title a:active,
body.category .page-title a:active {
    text-decoration: underline;
}


body.single-post .hentry,
body.single-pressroom .hentry {
    margin-top: 15px;
    padding-bottom: 20px;
    }
body.blog #main h2.entry-title,
body.archive #main h2.entry-title,
body.category #main h2.entry-title {
    color: #333;
    display: inline-block;
    font-family: 'News Gothic';
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 8px;
    text-transform: uppercase;
    }
body.single-post .entry-title,
body.single-pressroom .entry-title,
body.post-type-archive-media-coverage .entry-title {
    color: #333;
    font-family: 'News Gothic';
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 8px;
    /*max-width: 540px;*/
    text-transform: uppercase;
    }
    .entry-title  a:link,
    .entry-title  a:visited {
        color: #333;
        padding: 0 0;
        text-decoration: none;
        }
    .entry-title  a:hover,
    .entry-title  a:active,
    .entry-title  a:focus {
        color: #666;
        outline: none;
        text-decoration: none;
        }
body.post-type-archive-media-coverage .more-link {
    padding: 0;
}

.archive-thumb {
    display: inline-block;
    float: left;
    height: 160px;
    margin: 3px 30px 0 0;
    position: relative;
    width: 160px;
    }
body.post-type-archive-pressroom .entry {
    clear: left;
    display: block;
    }
body.post-type-archive-pressroom .entry-content {
    margin-top: 9px;
    overflow: auto;
    
    }

body.single-post .entry-content h3 {
    color: #333;
    font-family: 'News Gothic';
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
/*  text-transform: uppercase; */
    }
.entry-meta {
    color: #666;
    font-family: 'News Gothic';
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 18px;
    text-transform: uppercase;
    }
.blog .entry-meta,
.archive .entry-meta,
.category .entry-meta {
    margin-bottom: 12px;
    }
    .entry-meta a:link,
    .entry-meta a:visited {
        color: #666;
        padding: 0 0;
        text-decoration: none;
        }
    .entry-meta a:hover,
    .entry-meta a:active,
    .entry-meta a:focus {
        color: #666;
        outline: none;
        text-decoration: underline;
        }
    .entry-meta .post-author {
        border-left: 1px solid #666;
        margin: 0 0 0 7px;
        padding: 0 0 0 8px;
        }

.entry-utility {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 0 0;
    text-transform: uppercase;
    }
    .blog .entry-utility,
    .archive .entry-utility,
    .category .entry-utility {
        color: #999;
        }
    .blog .entry-categories,
    .archive .entry-categories,
    .category .entry-categories {
/*        border-left: 1px solid #999;
        margin: 0 0 0 7px;
        padding: 0 0 0 8px;
*/        }
    .entry-categories a:link,
    .entry-categories a:visited,
    .post-comments a:link,
    .post-comments a:visited {
        color: #999;
        padding: 0 0;
        text-decoration: none;
        }
    .entry-categories a:hover,
    .entry-categories a:active,
    .entry-categories a:focus,
    .post-comments a:hover,
    .post-comments a:active,
    .post-comments a:focus {
        color: #666;
        outline: none;
        text-decoration: underline;
        }
.blog .entry-utility,
.archive .entry-utility,
.category .entry-utility {
    padding: 0;
    }
body.blog .entry-content p,
body.archive .entry-content p,
body.category .entry-content p,
body.single-post .entry-content p,
body.single-pressroom .entry-content p 
body.post-type-archive-media-coverage .entry-content p,
body.post-type-archive-pressroom .entry-content p,
body.single-pressroom .entry-content p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0 0 1em;
    padding: 0 40px 0 0;
    }
body.post-type-archive-media-coverage .entry .entry-content p {
    margin: 0;
    }
body.single-pressroom .release-image {
    margin-bottom: 20px;
}
body.single-pressroom .release-image img {
    width: 90%;
}
body.post-type-archive-media-coverage .more-link,   
body.post-type-archive-media-coverage .more-link,   
body.blog #main p a.more-link:link,
body.blog #main p a.more-link:visited,
body.archive #main p a.more-link:link,
body.archive #main p a.more-link:visited,
body.category #main p a.more-link:link,
body.category #main p a.more-link:visited {
    border: none;
    color: #993333;
    display: inline-block;
    padding: 0;
    }

body.category .entry-content img.size-full,
body.single-post .entry-content img.size-full {
    margin: 0 0 10px;
    }
body.category .entry-content .wp-caption-text,
body.single-post .entry-content .wp-caption-text {
    color: #999;
    font-family: 'News Gothic';
    font-size: 11px;
    margin: -5px 0 18px;
    }
#nav-below {
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    color: #666;
    font-family: 'News Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 27px;
    padding: 0 0 10px;
    text-transform: uppercase;
    /*width: 570px;*/
    }
    #nav-below a:link,
    #nav-below a:visited {
        color: #333;
        padding: 0;
        text-decoration: none;
        }
    #nav-below a:hover,
    #nav-below a:active,
    #nav-below a:focus {
        color: #666;
        outline: none;
        text-decoration: none;
        }
    .nav-previous {
        background: transparent url('img/arrow-prev.png') no-repeat center left;
        display: inline-block;
        padding: 10px 0 0 15px;
        }

    .nav-next {
        background: transparent url('img/arrow-next.png') no-repeat center right;
        display: inline-block;
        float: right;
        padding: 10px 15px 0 0;
        }
blockquote {
background:#efefef;
border-left:3px solid #ddd;
/*font-size: 15px;*/
font-style: italic;
margin: 15px 10px 15px 0;
padding: 0 40px 15px 20px;
quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ddd;
content:open-quote;
font-size: 50px;
line-height: 15px;
margin-right: 10px;
vertical-align: -30px;
}












/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden,
.screen-reader-text  {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.aligncenter {
    text-align: center;
}

/* ==========================================================================
   MEDIA QUERIES
   These override the primary (mobile first) styles.

    Breakpoints: 480+, 800+, 1024+, 1200+

   ========================================================================== */


@media only screen and (min-width: 480px) {
    #main .section-wrapper {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
        overflow: auto;
        padding: 10px 10px 40px;
    }
    .home .home-feature {
        display: inline-block;
        margin-bottom: 10px;
    }
    .home #main h2 {
        font-size: 11px;
        margin: 0;
        padding: 15px 10px 0;
    }
    .home #main h3 {
        font-size: 24px;
        margin: 10px 0 20px;
        padding: 0 10px;
    }
    .home #main p {
        font-size: 16px;
        font-size: 1rem;
        padding: 0 20px 0 10px;
    }
    .more-link {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: .5px;
    }
    @media only screen and (max-height: 320px){
        .home .home-feature {
            float: left;
            margin-right: 20px;
            max-width: 55%;
        }
        .home #main h3 {
            font-size: 24px;
            margin: 15px 0;
        }
        .home #main p {
            padding: 0 10px 0 10px;
        }
    }
}

@media only screen and (min-width: 768px) {
 html {
    /*background: #d0d0d0;*/
    transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear;
}
.section-wrapper {
    /*padding: 0 3%;*/
    width: 92%;
    max-width: 1000px;
}
#global-header {
    background: #d0d0d0;
    /*padding: 10px 15px 10px 15px;*/
    padding: 28px 0 25px 0;
}
    #global-header .section-wrapper {
        position: relative;
        width: 94%;
        max-width: 1000px;
    }
    #logo {
        border-right: 1px dotted #2b2b2b;
        display: inline-block;
        float: left;
        height: 22px;
        width: 210px;
        margin: 0 20px 0 0;
        padding: 0 30px 3px 0;
    }
    #logo img.light {
        display: none;
    }
    #logo img.dark {
        display: inline;
        height: 14px;
        width: 210px;
    }
    #global-header nav {    
        display: inline-block;
        margin: 0;
        padding: 3px 0 0;
    }
    #global-header nav ul {
        background: transparent;
        margin: 0;
        opacity: 1;
        position: relative;
        width: auto;
    }
    #global-header nav li {
        display: inline;
        border-bottom: none;
    }
    #global-header nav a {
        color: #4a4a4a;
        display: inline-block;
        font-family: 'News Gothic';
        font-size: 16px;
        /*font-size: .9375rem;*/
/*        font-size: 14px;
        font-size: .875rem;
*/        line-height: 1.25em;
            line-height: 20px;
        /*margin-bottom: -3px;*/
        padding: 0 10px 0;
            text-align: center;
        vertical-align: top;
        transition:none; -o-transition:none; -moz-transition:none; -webkit-transition:none;
    }
        #global-header nav a:hover,
        #global-header nav a:active,
        #global-header nav a:focus {
            background: none;
            color: #2b2b2b;
            color: #933;
            font-family: "Prensa";
            font-size: 17px;
            font-style: italic;
            line-height: 26px;
            margin: 0 0 -4px;
            }
        #global-header nav #cotm {
            background: #f0f0f0;
            border: 1px solid #bbb;
            color: #5b5b5b;
            -webkit-border-bottom-right-radius: 7px;
            -webkit-border-bottom-left-radius: 7px;
            -moz-border-radius-bottomright: 7px;
            -moz-border-radius-bottomleft: 7px;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
            font-size: 10px;
            font-weight: bold;
            line-height: 1;
            padding: 61px 0 7px;
            position: absolute;
            right: 0;
            text-align: center;
            text-transform: uppercase;
            top: -75px;
            width: 145px;
            transition:all .1s ease-out; -o-transition:all .1s ease-out; -moz-transition:all .1s ease-out; -webkit-transition:all .1s ease-out;
        }
        #global-header nav #cotm:hover,
        #global-header nav #cotm:active {
            color: #2b2b2b;
            font-family: "News Gothic";
            font-style: normal;
        }
        #cotm #swatch {
            background: #3b3b3b;
            color: rgba(255, 255, 255, 1);
            font-size: 13px;
            height: 41px;
            line-height: 1em;
            left: 10px;
            padding: 14px 0 0 0;
            position: absolute;
            text-shadow: none;
/*            text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.6);
            filter: dropshadow(color=#ffffff, offx=1, offy=1);
*/            top: 0;
            width: 125px;
        }
        #cotm #cms {
            display: block;
            font-size: 9px;
        }
        #global-header nav #cotm:hover {
            background: #fff;
            top: -28px;
        }   

    #main {
        background: #d0d0d0;
    }


    #main .section-wrapper {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
        overflow: auto;
        padding: 30px 50px 20px 30px;
    }
    .home #main .section-wrapper{
        padding: 30px 50px 20px 30px;
    }
    .home .home-feature {
        float: left;
        margin-right: 40px;
        width: 58%;
    }
    .home #main h2 {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .home #main h3 {
        font-size: 24px;
        margin: 10px 0 20px;
    }
    .home #main p {
        font-size: 15px;
        font-size: .937rem;
        padding: 0 40px 0 10px;
    }
    .more-link {
        font-size: 14px;
        /*font-size: .8125rem;*/
        padding: 15px 0;
    }









    #primary {
        float: left;
        min-height: 580px;
        padding-left: 20px;
        width: 70%;
    }
    /*.page-contact #primary,*/
    .page-contact .entry-content dt {
        float: left;
        font-family: 'Prensa';
        font-size: 15px;
        padding-top: 5px;
        text-align: right;
        text-transform: lowercase;
        width: 140px;
    }
    .page-contact .entry-content dd {
        padding: 0 0 16px 170px;
        margin: 0;
    }
    .page-client-list #primary { float: none; width: 100%; }
    .post-type-archive-work #primary { width: 73%; }
    .tax-case-tag #primary { width: 73%; }
    
    .post-type-archive-work #main .item,
    .tax-case-tag #main .item  {
        display: inline-block;
        /*display: table;*/
        margin: 0 20px 20px 0;
        overflow: auto;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 150px;
    }
    .post-type-archive-work #main .item a,
    .tax-case-tag #main .item a {
        background: #222;
        /*border: 1px solid #f00;*/
        display: table;
        /*display: block;*/
        height: 100%;
        vertical-align: middle;
        width: 100%;
        z-index: 2000;
    }
    .post-type-archive-work .case-thumbs,
    .tax-case-tag .case-thumbs  {
        display: block;
        padding-top: 20px;
    }

    .post-type-archive-work #main .item,
    .tax-case-tag #main .item  {
        display: inline-block;
        /*display: table;*/
        margin: 0 25px 25px 0;
        overflow: auto;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 120px;
    }
    .post-type-archive-work #main .item a,
    .tax-case-tag #main .item a {
        background: #222;
        /*border: 1px solid #f00;*/
        display: table;
        /*display: block;*/
        height: 100%;
        vertical-align: middle;
        width: 100%;
        z-index: 2000;
    }
    .post-type-archive-work #main .item img,
    .tax-case-tag #main .item img {
        width: 100%;
    }

    .post-type-archive-work #main .item a:hover > img, 
    .tax-case-tag #main .item a:hover > img,
    .post-type-archive-work #main .item a:focus > img, 
    .tax-case-tag #main .item a:focus > img {
            transition:all .2s ease-out; -o-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -webkit-transition:all .2s ease-out;
            opacity: .2;
    }
    .post-type-archive-work #main .item img,
    .tax-case-tag #main .item img {
        position: relative;
        z-index: 2000;
    }
    .post-type-archive-work #main .item h2,
    .tax-case-tag #main .item h2 {
        color: #f0f0f0;
        display: block;
        font-family: 'News Gothic';
        font-size: 16px;
        font-weight: normal;
        /*height: 100%;*/
        left: 0;
        line-height: 1.25;
        margin: 0 7%;
        padding: 42% 0 0 0;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 86%;
        z-index: 1000;
    }
    #case-study-thumbs {
        padding: 0 0 15px;
        text-align: left;
    }
    #case-study-thumbs ul {
        margin: 0;
        padding: 0;
    }
    #case-study-thumbs li {
        display: inline-block;
        list-style-type: none;
        margin: 0 15px 15px 0;
        width: 14%;
    }



    #secondary {
        font-family: "News Gothic";
        float: right;
        padding-top: 25px;
        width: 22%;
    }
    #secondary .widget {
        border: 1px solid #bebfaa;
        padding: 20px 30px 22px 20px;
    }
    #secondary ul { list-style-type: none; margin: 0; padding: 0; }
    #secondary li { padding: 0 0 5px 8px; }
    #secondary a:link,
    #secondary a:visited {
        font-size: 13px;
        line-height: 1.25em;
    }     
    #secondary .widget-title,
    #secondary .widgettitle {
        font-size: 15px;
        line-height: 1rem;
        margin: 0 0 10px;
    }
    #secondary .blog-2 p {
        font-size: 13px;
        line-height: 22px;
    }



    .page-client-list .col ul {
        font-size: 11px;
        line-height: 1.6363em;
        list-style-type: none;
        margin: 0;
        padding: 0 0 10px;
        text-transform: uppercase;
        }
    .page-client-list .col {
        float: left;
        font-family: 'News Gothic';
        padding: 0 3% 0 0;
        width: 22%;
    }
    .page-client-list .col h2 {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.142em;
        margin-bottom: .5em;
        }
/*    .page-client-list .col ul {
        font-size: 11px;
        line-height: 1.6363em;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        }
*/

    #global-footer {
        background: #2b2b2b url('img/2b2b2b-noise.png') 0 0;
        padding: 0;
    }
    #nav-sec, #menu-footer {
        /*display: inline-block;*/
        float: left;
        margin: 0;
    }
    #global-footer #menu-footer {
        margin: 0;
        padding: 0;
    }

    #global-footer p {
        color: #5a5a5a;
    }
    #global-footer .contacts {
        display: none;
    }
    #global-footer .section-wrapper {
        padding: 30px 0;
        position: relative;
        width: 94%;
    }
    #global-footer .address {
        clear: left;
        /*display: block;*/
        /*float: left;*/
        font-size: 12px;
        /*font-size: .75rem;*/
        letter-spacing: .5px;
        line-height: 20px;
        line-height: 1rem;
        margin: 0 0 15px;
        min-width: 33%;
        padding: 10px 0 0;
        text-shadow: 1px 1px 1px #222;
        filter: dropshadow(color=#222222, offx=1, offy=1);
    }
    #global-footer .address .addr-name {
        font-size: 16px;
        /*letter-spacing: .5px;*/
        line-height: 1.2em;
    }
    #global-footer .tagline {
        /*clear: left;*/
        /*display: block;*/
        /*float: right;*/
        /*color: #555;*/
        font-size: 16px;
        /*font-size: .875rem;*/
        letter-spacing: .5px;
        margin: 0 0 20px;
        /*max-width: 60%;*/
        position: absolute;
        right: 0;
        text-align: right;
        text-shadow: 1px 1px 1px #222;
        filter: dropshadow(color=#222222, offx=1, offy=1);
        top: 26px;
        vertical-align: top;
    }
    #global-footer .legal {
        color: #5a5a5a;
        /*display: block;*/
        /*float: right;*/
        font-family: 'News Gothic';
        font-size: 10px;
        /*font-size: .875rem;*/
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 1.335;
        margin: 0;
        position: absolute;
        right: 0;
        text-shadow: 1px 1px 1px #222;
        filter: dropshadow(color=#222222, offx=1, offy=1);
        text-transform: uppercase;
        top: 66px;
    }
}
@media only screen and (min-width: 1025px) {
    .home #main h2 {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .home #main h3 {
        font-size: 27px;
        margin: 10px 0 20px;
    }
    .home #main p {
        font-size: 16px;
        /*font-size: .937rem;*/
        padding: 0 20px 0 10px;
    }
    .more-link {
        font-size: 15px;
        /*font-size: .8125rem;*/
        padding: 10px 0;
    }
    .post-type-archive-work #main .item,
    .tax-case-tag #main .item  {
        display: inline-block;
        /*display: table;*/
        margin: 0 20px 20px 0;
        overflow: auto;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 160px;
    }

    #secondary .widget-title,
    #secondary .widgettitle {
        font-size: 16px;
        line-height: 1rem;
        margin: 0 0 10px;
    }

}
@media only screen and (min-width: 1200px) {
    /* Style adjustments for viewports that meet the condition */
}


/* YoxView v2.0 CSS file */
#yoxview .yoxview_bottom{ bottom: 0; }
#yoxview .yoxview_right{ float: right; }
#yoxview .yoxview_left{ float: left; }

#yoxview_popupWrap
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}
#yoxview
{
    position: absolute;
    font-family: Arial, Sans-Serif;
    z-index: 999;
/*  border: solid 1px #999; */
    padding:  16px 16px 40px;
    margin-top: -16px;
    margin-left: -16px;
    overflow: visible;
    font-size: 10pt;
}
#yoxview a img, #yoxview_infoPanel a img{ border: none; }
#yoxview a:focus{ outline: none; }
#yoxview div.yoxview_imgPanel{ position: absolute; top: 16px; left: 16px; margin: 0;  }
#yoxview div.yoxview_mediaPanel
{ 
    position: absolute; 
    top: 0; left: 0; 
    background: #191919; 
    width: 100%; 
    height: 100% 
}
#yoxview .yoxview_ctlBtn
{
    position: absolute; 
    z-index: 3;
    display: block;
    margin-top: -22px;
    text-decoration: none;
    outline: none;
    width: 50%;
    height: 100%;
}
#yoxview .yoxview_ctlBtn img
{
    position: absolute;
    border: none;
    top: 50%;
    margin-top: -22px;
}
#yoxview a.yoxview_ctlBtn:focus, #yoxview a.yoxview_ctlBtn:active{ outline: none; outline: none;}
#yoxview .yoxview_notification
{
    width: 59px; 
    height: 59px; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-top: -30px;
    margin-left: -30px;
    z-index: 4;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    display: none;
}

#yoxview #yoxview_ajaxLoader img
{
    padding: 13px;
}
#yoxview .yoxview_popupBarPanel
{
    bottom: 0;
    position: absolute;
    z-index: 4;
    min-height: 90px;
    width: 100%;
    right: 0;
}
#yoxview #yoxview_menuPanel
{ 
    width: 145px; 
    height: 42px; 
    padding-top: 0px;
    padding-right: 9px;
    position: absolute; 
    right: 0;
    background: url(images/sprites.png) no-repeat left -77px;
    background: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    top: -42px;
}

#yoxview #yoxview_menuPanel a
{ 
    display: block; 
    width: 45px; 
    float: right; 
    text-align: center; 
    font-size: 0.8em; 
    position: relative;
    margin-top: -5px;
    padding-bottom: 13px;
    text-decoration: none;
    font-family: Arial, Sans-Serif;
}
#yoxview #yoxview_menuPanel a span{ color: White; display: block; margin-bottom: 3px;  }
#yoxview #yoxview_menuPanel a.last{ margin-left: 0; }
#yoxview #yoxview_menuPanel a:focus{ outline: none; }
#yoxview_infoPanel
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: White;
    z-index: 2;
    overflow: hidden;
}
#yoxview_infoPanel #yoxview_infoPanelBack
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
#yoxview_infoPanel #yoxview_infoPanelContent
{
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
#yoxview_infoPanel span#yoxview_count
{
    display: block;
    width: 55px;
    font-size: 11px;
    float: left;
    margin-left: 7px;
    text-align: center;
    padding-top: 8px;
    color: #666;
}
#yoxview_infoPanel #yoxview_infoText
{
    margin: 0 55px;
    font-size: 15pt;
    padding: 5px 0;
    text-align: center;
}
#yoxview_infoPanel #yoxview_infoText #yoxview_infoTextDescription
{
    margin-top: 1em;
    font-size: 10pt;
    padding-bottom: 0.5em;
    max-height: 200px;
    overflow: auto;
    padding-right: 10px;
}
#yoxview_infoPanel #yoxview_infoText a, #yoxview .yoxview_error a{ color: #a7d557; text-decoration: none; outline: none; }
#yoxview_infoPanel #yoxview_infoText a:hover, #yoxview .yoxview_error a:hover{ color: #d5eeaa }
#yoxview_infoPanel a.yoxviewInfoLink
{
    display: none;
    opacity: 0.8;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
#yoxview_infoPanel a.yoxviewInfoLink:hover{ opacity: 1 }
#yoxview #yoxview_helpPanel
{
    display: none;
    width: 201px;
    height: 312px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -171px;
    margin-left: -111px;
    z-index: 5;
    color: White;
    padding: 20px;
    padding-top: 10px;
    cursor: pointer;
}
#yoxview #yoxview_helpPanel h1{ font-family: Arial Black, Arial, Sans-Serif; font-size: 1em; }
#yoxview #yoxview_helpPanel p{ margin-top: 80px; }
#yoxview #yoxview_helpPanel span#yoxview_closeHelp{ display: block; position: absolute; bottom: 20px; left: 0; text-align: center; width: 100%; }
#yoxview .yoxview_error
{
    display: block;
    text-align: center;
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 14pt;
    top: 41%;
    width: 100%;
    height: 20%;
    position: absolute;
    padding: 10px;
}
#yoxview .yoxview_error .errorUrl{ font-size: 10pt; }
#yoxview .yoxview_top{ top: 0; width: 50%; }
#yoxview .yoxview_element{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: none; background: #333; }

.yoxview-thumbnails a
{
    float: left;
    margin: 4px;
    /* For thumbnails opacity: */
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.yoxview-thumbnails a:hover
{
    /* For thumbnails opacity: */
    opacity: 1;
    filter: alpha(opacity=100);
}
.yoxview-thumbnails a img
{ 
    /* Set white borders around the thumbnails, instead of the browser's default Blue: */
    border: solid 1px #ffffff;
}
.yoxview-thumbnails-details{ margin-bottom: 1em; }
.yoxview-thumbnails-details h2{ margin-bottom: 0; padding: 0; font-size: 1.2em; font-weight: bold;}



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}