/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}

/*---:[ custom CSS ]:---*/
p, ul, ol, hr {
	margin-top:1em;
	margin-bottom: 1em;	
}
ul, ol {
	padding-left: 2em;	
}
img, iframe {
    display: inline;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
	margin-top: 2em;
}

.bx-wrapper img {
    display: block;
}

/** THEME
===================================*/

#attorneys .bx-wrapper .bx-viewport {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: right;
    font-size: 0;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    position: relative;
    margin-top: -30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #0c1925;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d16a27;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0;
    /*background: url(images/controls.png) no-repeat 0 -32px;*/
    width: 5em;
    height: 5em;
    background: #0C1925;
    -moz-box-shadow: 0 0 0.2em 0.1em rgba(255,255,255,0.1);
    -webkit-box-shadow:0 0 0.2em 0.1em rgba(255,255,255,0.1);
    box-shadow: 0 0 0.2em 0.1em rgba(255,255,255,0.1);
    -webkit-border-radius: 1px 0 0 1px; 
    -moz-border-radius: 1px 0 0 1px; 
    border-radius: 1px 0 0 1px; 

}

.bx-wrapper .bx-prev::before {
   content:"";
   position: absolute;
   right: 100%;
   top: 0;
   width: 0;
   height: 0;
   border-top: 1em solid transparent;
   border-right: 1em solid #0C1925;
   border-bottom: 1em solid transparent;
}

.bx-wrapper .bx-prev::after {
    content:"";
    position: absolute;
    right: 100%;
    top:-0.1em;
    width: 0;
    height: 0;
    border-top: 1.1em solid transparent;
    border-right: 1.1em solid rgba(255,255,255,0.2);
    border-bottom: 1.1em solid transparent;
    z-index:-1;
}

.bx-wrapper .bx-next {
    right: 0;
    /*background: url(images/controls.png) no-repeat 0 -32px;*/
    width: 5em;
    height: 5em;
    background: #0C1925;
    -moz-box-shadow: 0 0 0.2em 0.1em rgba(255,255,255,0.2);
    -webkit-box-shadow:0 0 0.2em 0.1em rgba(255,255,255,0.2);
    box-shadow: 0 0 0.2em 0.1em rgba(255,255,255,0.2);
}

.bx-wrapper .bx-next::before {
   content:"";
   position: absolute;
   left: 100%;
   top: 0;
   width: 0;
   height: 0;
   border-top: 1em solid transparent;
   border-left: 1em solid #0C1925;
   border-bottom: 1em solid transparent;
   -webkit-border-radius: 0 1px 1px 0; 
   -moz-border-radius: 0 1px 1px 0; 
    border-radius: 0 1px 1px 0; 
}

.bx-wrapper .bx-next::after {
    content:"";
    position: absolute;
    left: 100%;
    top:-0.1em;
    width: 0;
    height: 0;
    border-top: 1.1em solid transparent;
    border-left: 1.1em solid rgba(255,255,255,0.2);
    border-bottom: 1.1em solid transparent;
    z-index:-1;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -3em;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

/**
 * 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 8/9.
 */

[hidden] {
    display: none;
}

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

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

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

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

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

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

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */

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

/**
 * 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.
 */

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

/**
 * 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 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 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;
}

/*font*/

/*roboto*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('/font/Roboto-Regular-webfont.eot');
    src: url('/font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Roboto-Regular-webfont.woff') format('woff'),
         url('/font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/font/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBold';
    src: url('/font/Roboto-Bold-webfont.eot');
    src: url('/font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Roboto-Bold-webfont.woff') format('woff'),
         url('/font/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/font/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoLight';
    src: url('/font/Roboto-Light-webfont.eot');
    src: url('/font/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Roboto-Light-webfont.woff') format('woff'),
         url('/font/Roboto-Light-webfont.ttf') format('truetype'),
         url('/font/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*neuton*/

/*

@font-face {
    font-family: 'NeutonRegular';
    src: url('/font/Neuton-Regular-webfont.eot');
    src: url('/font/Neuton-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Neuton-Regular-webfont.woff') format('woff'),
         url('/font/Neuton-Regular-webfont.ttf') format('truetype'),
         url('/font/Neuton-Regular-webfont.svg#NeutonRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeutonExtraLight';
    src: url('/font/Neuton-ExtraLight-webfont.eot');
    src: url('/font/Neuton-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Neuton-ExtraLight-webfont.woff') format('woff'),
         url('/font/Neuton-ExtraLight-webfont.ttf') format('truetype'),
         url('/font/Neuton-ExtraLight-webfont.svg#NeutonExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeutonLight';
    src: url('/font/Neuton-Light-webfont.eot');
    src: url('/font/Neuton-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Neuton-Light-webfont.woff') format('woff'),
         url('/font/Neuton-Light.ttf') format('truetype'),
         url('/font/Neuton-Light-webfont.svg#NeutonLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutonBold';
    src: url('/font/Neuton-Bold-webfont.eot');
    src: url('/font/Neuton-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Neuton-Bold-webfont.woff') format('woff'),
         url('/font/Neuton-Bold-webfont.ttf') format('truetype'),
         url('/font/Neuton-Bold-webfont.svg#NeutonBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeutonItalic';
    src: url('/font/Neuton-Italic-webfont.eot');
    src: url('/font/Neuton-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Neuton-Italic-webfont.woff') format('woff'),
         url('/font/Neuton-Italic-webfont.ttf') format('truetype'),
         url('/font/Neuton-Italic-webfont.svg#NeutonItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'NeutonExtraBold';
    src: url('/font/Neuton-ExtraBold-webfont.eot');
    src: url('/font/Neuton-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Neuton-ExtraBold-webfont.woff') format('woff'),
         url('/font/Neuton-ExtraBold-webfont.ttf') format('truetype'),
         url('/font/Neuton-ExtraBold-webfont.svg#NeutonExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeutonCursiveRegular';
    src: url('/font/NeutonCursive-Regular-webfont.eot');
    src: url('/font/NeutonCursive-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/NeutonCursive-Regular-webfont.woff') format('woff'),
         url('/font/NeutonCursive-Regular-webfont.ttf') format('truetype'),
         url('/font/NeutonCursive-Regular-webfont.svg#NeutonCursiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
/*Rokkit*/
/*
@font-face {
    font-family: 'RokkittRegular';
    src: url('/font/Rokkitt-webfont.eot');
    src: url('/font/Rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Rokkitt-webfont.woff') format('woff'),
         url('/font/Rokkitt-webfont.ttf') format('truetype'),
         url('/font/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*end fonts*/


body {
    margin:0;
    color:#132938;
    background:url('/img/linen.png');
}

a {text-decoration: none;}
nav a {
    font-family: "Rokkitt";
    font-weight: 700;
}
a:link {color:#d16a27;}     
a:visited {color:#d16a27;} 
a:hover {color:#d16a27;}  
a:active {color:#d16a27;}  

#menu-main-menu a:link, #menu-main-menu a:visited, #menu-main-menu a:hover, #menu-main-menu a:active, 
#menu-secondary-menu a:link, #menu-secondary-menu a:visited, #menu-secondary-menu a:hover, #menu-secondary-menu a:active, a p {
    color: #0c1925;
}
p, ul, ol {
    font-family: "Neuton", serif;
    font-weight: 200;
    font-size: 1.1em;
}
ul ul, ol ol, ul ol, ol ul, ul p, ol p, p ul, p ol {
    font-size: 1em;
}
.post_content, .archive_content {
    font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: "RobotoRegular", sans-serif;
    color:#d16a27;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 0.75em;
}
h1 {
    margin-top: 1em;
    font-size:2.25em;
}
h1.headline {
    text-transform: none;
}
.entry-content h1,
.post_content h1,
.archive_content h1,
.entry-content h2,
.post_content h2,
.archive_content h2,
.entry-content h3,
.post_content h3,
.archive_content h3,
.entry-content h4,
.post_content h4,
.archive_content h4,
.entry-content h5,
.post_content h5,
.archive_content h5,
.entry-content h6,
.post_content h6,
.archive_content h6,
.post_content + h2 {
    text-transform: none;
}
.group::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
header {
    position:relative;
    z-index:4;
}
header, section, footer, header nav, footer nav, #secondary-nav-wrap, #testimonials-articles {
    width:100%;
}
header nav ul, footer nav ul {
    list-style: none;
    display:inline-block;
    margin:0.5em 0 0 0;
}
header nav ul li::after, #bottom-nav ul li::after {
    content:"|";
    margin-left:1em;
}
header nav ul li:last-child::after, #bottom-nav ul li:last-child::after, #social-share-box li::after {
    content:"";
}
#social-share-box {
    max-height: 50px;
}
#social-share-box li {
    background:none;
}
header nav ul li, footer nav ul li {
    float:left;
    margin-right:1em;
    margin-bottom:0.5em;
}
header nav {
    text-transform: uppercase;
    font-weight: 600;
}
header nav a {
    font-family: "RobotoBold";
}
header nav ul {
    float:right;
}
section, aside {
    padding: 2em 0;
}
.
#secondary-nav-wrap {
    padding:0.1em 0;
}
.group::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.blue-bg hr, .white-bg hr  {
    color:#fff;background-color:#fff;
    border:#000 1px dashed;
    border-style: none none dashed;
    color:#fff;    
}
#inner-intro hr {
    margin-top:-1em;
}
.white-bg hr, nav.pagination {
    color:#ccc;
    border: #ccc 1px dashed;
    max-width: 1024px;
    width: 150%;
    margin-left: -25%;
}
nav.pagination {
    margin-left: 0;
    border-left: none;
    border-right: none;
    padding: 1em 0;
    width:100%;
}
.post_content div.attribution {
    border-top: #ccc 1px dashed;
    padding-top: 1em;
}
#video-center {
    /*remove -moz-box-shadow: -5px 0 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -5px 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 10px 5px rgba(0, 0, 0, 0.2);*/
}
#video-center a, figcaption {
    font-family: "Rokkitt";
    font-weight: 700;
    text-transform: uppercase;
    color:#d16a27;
    text-align: center;
}
#video-center .right {
    width:40em;
}
figure {
    margin:0;
}
figcaption {
    text-align: center;
}
#slideshow ul li img {
    max-height:275px;
    max-width:960px;
    margin-left: auto;
    margin-right: auto;
}
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
.center {
    text-align: center;
}


.next_posts {float:right;}
.mint, #call-today, #contact-info h2 {
    color:#8ac8a5;
}

*::-webkit-input-placeholder {
   color: #8ac8a5;
   text-transform: uppercase;
}

*::-moz-placeholder {  /* Firefox 19+ */
   color: #8ac8a5;  
   text-transform: uppercase;
}

*:-ms-input-placeholder {  
   color: #8ac8a5; 
   text-transform: uppercase; 
}

.orange, #call-today .phone, #call-today .phone a, #contact-info, .mint a, #popup-content a, #contact-address-phone a, 
.post_content blockquote, #crumbs span a, .post_content blockquote a, .post_content blockquote a:link, .post_content blockquote a:visited, 
.post_content blockquote a:hover, .post_content blockquote a:active, .post_content blockquote, #crumbs span a, .post_content blockquote a, 
#contact-info a:link, #contact-info a:visited, #contact-info a:hover, #contact-info a:active, .post_content a, #author-intro-text a, .archive_content a
{
    color:#d16a27;
}
.light-blue {
    color:#1f3c4d;
}
.med-blue, #intro h1 {
    color:#132938;
}
.dark-blue {
    color:#0c1925;
}
.uppercase {
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "RobotoRegular";
    letter-spacing: 0.15em;
}
.lowercase {
    text-transform: lowercase;
}
.no-case {
    text-transform: none;
}
#primary-nav {
    padding-bottom:1em;
}
#primary-nav ul {
    margin-top: 2em;
}
#secondary-nav {
    font-size:0.75em;
    position: relative;
    z-index: 99;
}
.inner-wrap {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    max-width:1024px;
    clear:both;
}
#intro article {
    padding:2em;
}
#intro h1 {
    font-size: 2.25em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin:0;
}
#slideshow {
    padding-top:0;
}
.white-dark-header {
    display: block;
    text-align: center;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    background: #0c1925;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0.4em;
    color: #fff;
    font-family: "RobotoLight";
    font-size: 1.5em;
}
.grey-bg {
    -moz-box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2), 5px 0 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2), 5px 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2), 5px 0 10px 2px rgba(0, 0, 0, 0.2);
}
.grey-bg, #secondary-nav-wrap, .category-page #articles-wrapper {
    background:#ccc;
    background:url('/img/soft_wallpaper.png');
}
.articles.category-page #articles-wrapper {
    background: none;
}
.grey-bg {
    -moz-box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2),
    5px 0 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2),
    5px 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2),
    5px 0 10px 2px rgba(0, 0, 0, 0.2);
    position: relative; 
    z-index: 2;
}
.white-bg {
    background:#fff;
    background:url('/img/linen.png');
    background-position: 0 -0.09em;
}
.blue-bg {
    color:#fff;
    color:rgba(255, 255, 255, 0.8);
    background:rgb(19,42,58);
    background: #203c4e; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #203c4e 0%, #1c3646 20%, #172b43 45%, #152c3b 65%, #142a39 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#203c4e), color-stop(20%,#1c3646), color-stop(45%,#172b43), color-stop(65%,#152c3b), color-stop(100%,#142a39)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #203c4e 0%,#1c3646 20%,#172b43 45%,#152c3b 65%,#142a39 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #203c4e 0%,#1c3646 20%,#172b43 45%,#152c3b 65%,#142a39 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #203c4e 0%,#1c3646 20%,#172b43 45%,#152c3b 65%,#142a39 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #203c4e 0%,#1c3646 20%,#172b43 45%,#152c3b 65%,#142a39 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203c4e', endColorstr='#142a39',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -moz-box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2),
    5px 0 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2),
    5px 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 10px 2px rgba(0, 0, 0, 0.2),
    5px 0 10px 2px rgba(0, 0, 0, 0.2);    
    position: relative; 
    z-index: 3;
}

.video {
    float:right;
    margin-left: 1em;
    margin-top:2em;
}
.video img {
    width:195px;
    height:110px;
    margin-bottom: 1em;
    -moz-box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 10px 5px rgba(0, 0, 0, 0.1);
}
#logo {
    float:left;
    margin-top:-1.5em;
}
input, textarea {
    background: rgb(19,42,58);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    border-style: none;
    height: 2em;
    -moz-box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.1);    
    box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.1);
    color:#8ac8a5;
    font-family: "RobotoLight";
    padding-left:1em;
    padding-right: 0.5em;
    margin-bottom: 1em;
}
textarea {
    padding:1em;
    padding-right: 0;
    margin: 0 0 1em 0;   
    min-height:10em;
    width:100%;
    max-width: 33.333333em;
}
input[type="submit"] {
    padding:0;
    background-color:#404041;
    border-color:#0c1925;
    border-width: 0.4em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    height: 4em;
    width: 4em;
    color:rgb(217,104,25);
    text-transform: uppercase;
    font-size:0.9em;
    padding-right:0.01em;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
    max-width: 9.5em;
    margin-right:0.65em;
}
#contact input[type="tel"] {
    margin-right: 0;
}
#newsletter-email, li.newsletter-email input[type="email"] {
    max-width: 32em;
    width: 100%;
}

#call-today {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 1.5em;
    font-family: "RobotoRegular";    
    /*padding: 0.01em 0;*/
    box-shadow: inset 0 0.25em 0.1em #0c1925,
    inset 0 -0.25em 0.1em #0c1925;
}

.attorney {
    float:left;
}
.attorney figure ul {
	margin-top: 0;
}
.attorney img, #author img, .comment_list img.avatar, .articles-article img.thumb {
    max-width:200px;
    max-height:200px;
    height:100%;
    border: 8px solid rgba(255, 255, 255, 0.1);
    background-clip: padding-box!important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.articles-article img.thumb {
    float:right;
    margin-left: 8px;
}
.upcoming li {
    list-style: none;
    background: none!important;
}
.upcoming .thumbnail {
    float:left;
    margin-right: 1em;
}
.category-page .articles-article img.thumb {
    margin-left:1em;
}
.articles-article .excerpt {
    /*max-width: 18em;*/
}
.articles-article {
    padding-right: 1em;
    margin-top: 0;
    margin-bottom: 4em;
}
.articles-article h2, .articles-article h1, .articles-article h1.headline {
    margin-top: 0;
}
.articles-article h2 a, .articles-article h1 a, .articles-article h1.headline a {
    color: #d16a27;
}
.articles-article h1, .articles-article h1.headline {
    font-size: 1.5em;
    margin-bottom: 0.75em;
    text-align: left
}
.half-width {
    max-width:20em;
}
.margin-left {
    margin-left:2em;
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}
.roboto-bold {
    font-family: "RobotoBold";
    font-size:1.25em;
}
#attorneys ul {
    padding-left: 0;
    padding-bottom: 3em;
}
#attorneys ul li {
    color:rgba(255, 255, 255, 0.9);
    list-style: none;
    font-family: "Neuton", serif;
    font-weight: 200;
    text-transform: none;
}
#attorneys h1, #newsletter-contact h1 {
    text-align: center;
    color: #d16a27;
    font-family: "RobotoRegular";
}
#newsletter-contact h1, #contact h1, .newsletters #newsletter h1, .events #newsletter h1 {
    text-align: left;
    margin-bottom: 0.15em;
    font-size: 2.5em;
}
#featured-by h1 {
    text-align: center;
    text-transform: none;
    font-family: "Rokkitt";
    font-weight: 700;
    font-size: 2em;
}
#featured-by .inner-wrap {
    padding-top: 0;
}
#featured-by .fb {
    max-width: 960px;
    width:100%;
}
#attorneys p {
    font-family: "RobotoLight";
    text-align: center;
    margin-top: 1.75em;
    letter-spacing:0.12em;
    word-spacing: 0.3em;
}
#attorneys figcaption {
    text-align: left;
    margin-top:1em;
    margin-left: 8px;
}
#attorneys .bx-pager {
    display: none;
}
#testimonials-articles h1 {
    color: #d16a27;
    font-family: "RobotoRegular";
    font-size: 1.5em;
    text-transform: none;
    text-align: center;
}
#testimonials, #articles {
    max-width: 500px;
    padding-bottom: 5em;
    font-family: "Neuton", serif;
    font-weight: 200;;
}
#articles .post_excerpt {
    color:#fff;
    color:rgba(255,255,255,0.75);
	padding: 1em;
}
#articles .post_excerpt p, #articles .post_excerpt p a {
    color:#fff;
    color:rgba(255,255,255,0.75);
}
#articles .post_excerpt p a.readmore {
    color:#d16a27;
}
#articles li h2, #articles li p {
    margin-bottom: 0;
    padding-bottom: 0;
}
#articles li h2 {
    text-align: center;
}
#attorneys .bx-viewport {
    min-height: 300px;
}
#testimonials .bx-viewport, #articles .bx-viewport {
    background: #0c1925;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    box-shadow: inset 0 0 1px 3px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 1px 3px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 1px 3px rgba(255, 255, 255, 0.8);    
}
#articles ul li {
	padding: 1em 0;
}
#testimonials ul li {
	padding: 2em 0;
}
#testimonials ul li blockquote {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.75);
    padding: 0 2em;
    text-align: center;
}
#testimonials ul li figure::before, #testimonials ul li figure::after {
    font-family: "Neuton", serif;
    font-weight: 400;
    content:'\201C';
    color:#8ac8a5;
    position:absolute;
    top:0.2em;
    left:0.1em;
    font-size: 5em;
}
#testimonials ul li figure::after {
    content: '\201d';
    left:auto;
    right:0.1em;
}

#testimonials figcaption {
    text-transform: none;
    font-style: italic;
}
#newsletter-contact {
    padding-bottom: 4em;
}
    
.auto-margin, .post_content iframe {
    margin-right: auto;
    margin-left: auto;
}
.post_content p.auto-margin {
    max-width: 525px;
    display: block;
}
.post_content iframe {
    max-width: 525px;
    margin-top: 2em;
}
#download_frame {
    margin-left: 0;
}
#newsletter .auto-margin {
    max-width: 40em;
}

#newsletter, #contact {
    margin-right: auto;
    margin-left: auto;
    position:relative;
    display:inline-block;
}
#newsletter input[type="submit"], #comment-form-comments input[type="submit"] {
    float:right;
    margin-top: -5.5em;
    margin-right: 1em;
    z-index: 9999;
    position: relative;
}
.events #newsletter {
    font-size: 0.8em;
}
.events #main-wrapper > aside.grey-bg{
    padding-top: 0.5em;
    padding-bottom: 1em;
}
#comment-form-comments input[type="submit"] {
    font-size: 0.8em;
    padding: 1.5em 4em 2.5em 0.15em;
    margin-right: 2em;
    margin-top: -5em;
}

#newsletter-contact .inner-wrap {
    max-width:40em;
}
#contact input[type="submit"] {
    position: relative;
    margin-top: -4.5em;
    margin-left: 34em;
    display: block;
}
#associated-with {
    max-width:30em;
    margin-left: auto;
    margin-right: auto;
}
#associated-with > ul, #social-media > ul {
	padding-left:40px;
}
#associated-with ul li, #crumbs li {
    list-style: none;
    float:left;
}
#main-wrapper > footer {
    position:relative;
    z-index:4;
    background: #0c1925;
    color:#ffffff;
    color:rgba(255,255,255,0.6);
    moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 2em;
}
#main-wrapper > footer * {
    background-color: #0c1925;
}
#social-media {
    max-width:40em;
    padding:2em 0;
}
#payment {
    border-bottom: #d16a27 1px dashed;
    border-top: #8ac8a5 1px dashed;
}
#contact-info {
    float:right;
    background: #0c1925;
    margin-top:-5em;
    text-align: right;
    padding:1em;
}
#contact-info h2 {
    margin-bottom: 0;
    margin-top: 0.83em;
    text-transform: uppercase;
    color:#8ac8a5;
}
#disclaimer {
    float:left;
    max-width: 45em;
    margin-bottom: 2em;
}
#disclaimer a:link, #disclaimer #disclaimer a:visited, #disclaimer a:hover, #disclaimer a:active {color:#fff; color:rgba(255, 255, 255, 0.9);} 
#ma-contact-form p.disclaimer {
    margin-top: -30px;
    margin-left: 10px;
    font-family: "RobotoLight", sans-serif;
    font-size: 0.9em;
}


/*
#bottom-nav {
    position: absolute;
    bottom: 0;
    display: inline-block;
    max-width: 50em;
}
*/
#bottom-nav a, #bottom-nav a:link, #bottom-nav a:visited, #bottom-nav a:hover, #bottom-nav a:active, #bottom-nav .copyright {
  color:#8ac8a5;  
}
#bottom-nav .copyright {
    float:left;
    font-size: 0.75em;
    margin-top: 0.8em;
    padding-bottom: 1em;
}
.two-columns, .three-columns, .four-columns {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-before: always;
    break-before: column;  
}
.two-columns {
    -moz-column-count: 2;   
    -webkit-column-count: 2;
    column-count: 2;
    padding-top:2em;
    -moz-column-gap:2em;
    -webkit-column-gap:2em;
    column-gap:2em;
}
.three-columns {
    -moz-column-count: 3;   
    -webkit-column-count: 3;
    column-count: 3;
    padding-top:1em;

}
.four-columns {
    -moz-column-count: 4;   
    -webkit-column-count: 4;
    column-count: 4;
    padding-top:1em;
}
ul.two-columns {
    -moz-column-gap:8em;
    -webkit-column-gap:8em;
    column-gap:8em;
}
.two-columns > *, ul.two-columns li *:first-child, .three-columns > *, ul.three-columns li *:first-child, .four-columns > *, ul.four-columns li *:first-child {
    margin-top:0;
}

ul.two-columns li {
    margin-bottom:3em;
}
.services ul.two-columns li {
	margin-bottom:0;
}
ul.two-columns.mint-dots li:first-child, ul.four-columns.mint-dots li:first-child {
    margin-top: 0;
}
.services ul.two-columns p {
	margin-bottom: 3em;
}
.about-page .two-columns, .about-page section .inner-wrap .clearfix  {
    max-width:51em;
    padding-left:4em;
    padding-top: 0;
}
.about-page h1, .about-page h2 {
    margin-top:0;
}
.about-page h1 {
    font-size: 1.75em;
}
h1.headline, h1.archive_title {
    text-align:center;
    margin-bottom:1em;
    margin-top:1em;
    font-size:3em;
}
#articles h2.headline {
    margin-top: 1em;
    font-size: 1.25em;
}
#about-slider {
    max-width:1024px;
    margin:3em auto 4em auto;
}
#about-slider ul li img, #about-slider ul li  {
    -moz-border-radius:0.75em;
    -webkit-border-radius:0.75em;
    border-radius:0.75em;
}
#about-slider .bx-viewport {
    padding-bottom:20px;
}

#prior-coverage h1 {
    font-family: "Rokkitt";
    font-weight: 700;
    color: #0c1925;
}
#prior-coverage p {
    text-transform: uppercase;
    font-family: "RobotoRegular";
    font-size: 1.4em;
    max-width: 25em;
    color: #d16a27;
    line-height: 1.25em;
}
#prior-coverage ul {
    padding-left: 0;
}
#prior-coverage ul li, 
.client-confidentiality section ul li, 
ul.mint-dots li, 
div.mint-dots ul li ul li, 
#related-posts ul li, 
.awards section ul li {
    margin:1em 0;
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAYUlEQVQYV2NkIBIwIqvrOrnEh+EfYzpYjOn/zDLzmC0webjCruNLNzMwMvigWPCfYUuZZbQvSAysEGzSf8bNWF3B+N8XZDJEITbTYLqgppKokFircVqP7hmYc4gKHkLhDgBx4DQLDsudSAAAAABJRU5ErkJggg==');
    background-position: left center;
    background-repeat: no-repeat;
    background-clip: padding-box;
    list-style:none;
    padding-left:20px;
}
#related-posts ul li {
    background: none;
}
#prior-coverage ul li:first-child {
	margin-top:0;
}
#related-posts ul li {
    background-position: left 0.2em;
    margin-top: 0;
    list-style: none;
}
#related-posts ul li h4 {
    text-transform: none;
    margin-bottom: 0.25em;
}
#related-posts ul li p {
    margin-top: 0;
}
div.mint-dots ul li ul li {
    font-family: "Neuton", serif;
    font-weight: 400;
    margin:0.5em auto;
}
.mint-dots a {
    color:#d16a27;
}
#inner-intro p {
    font-size: 1.2em;
}
#inner-intro .mint {
    text-align: center;
    font-size: 1.5em;
    font-family: "RobotoRegular";
}
#recent-coverage {
    font-family: "RobotoRegular";
}
#recent-coverage li {
    margin-bottom: 4em;
}
#recent-coverage h2 {
    margin-top: 0;
}
#recent-coverage h2 a {
    color:#d16a27;
}
#recent-coverage strong {
    line-height:  1.5em;
}
#recent-coverage .date {
    margin-top: 1em;
    display: block;
}
#client-confidentiality h1, #international-clients h1  {
    margin-bottom: 0;
    font-family: "Rokkitt";
    font-weight: 700;
}
#international-clients h1 {
    text-align: center;
    text-transform: none;
}
#client-confidentiality p {
    margin-top: 0;
}
#international-clients h2 {
    margin-top: 0;
}
#attorney-list {
    max-width: 49em;
    min-height: 700px;
}
#attorney-list li {
    float:left;
    text-align: center;
    line-height: 1.25em;
    list-style: none;
    background: none;
    margin-right:95px;
    margin-bottom:2em;
}
#attorney-list li:nth-child(3n){
    margin-right: 0;
}
#attorney-list img, .upcoming .thumbnail img{
    border: 8px solid transparent;
    background-clip: padding-box!important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.6em;
}
#attorney-list a {
    color:#d16a27;
    text-transform: uppercase;
}
#attorney-list .mint {
    text-transform: uppercase;
    font-family: "Rokkitt";
    font-weight: 700;
}
#attorney-list .specialty {
    font-family: "Neuton", serif;
    font-weight: 200;
}
#google-map-contain {
    padding:0;
    height: 400px;
    color:#132938;
}
#popup-content {
    min-width:20em;
}
#popup-content .right {
    margin-left:1em;
}
#contact-address-phone h2 {
    color:#132938;
    font-family: "Rokkitt";
    font-weight: 700;
}
#contact-address-phone > div {
    border-right:1px dashed #132938;
    text-align: center;
    padding: 0 4.25em;
    color:#d16a27;
    line-height: 1.4em;
    padding-bottom: 2em;
    float:left;
}
#contact-address-phone > div:last-child {
    border-right: none;
}
#contact-address-phone p {
    font-family: "RobotoRegular";    
}

#contact-address-phone .mint{
    text-transform: uppercase;
}
#contact-address-phone .fax {
    margin-top:1em;
}

#ma-contact-form p, #newsletter p {
    margin:0;
    padding:0;
}
.post_content, .archive_content {
    padding: 2em 0;
    max-width: 50em;
    margin-left: auto;
    margin-right:auto;
}
.post_content strong, .archive_content strong {
    font-family: "Neuton", serif;
    font-weight: 700;
}
.post_content img, .archive_content img {
    margin-left: auto;
    margin-right: auto;
    max-width: 525px;
    display: block;
    border: 8px solid rgba(255, 255, 255, 0.1);
    background-clip: padding-box!important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.post_content img.alignright {
    float:right;
    margin-left:2em;
}
.post_content img.alignleft {
    float:left;
    margin-right:2em;
}
.attorney-page blockquote {
    padding: 1em 1.25em 2em 1em;
    font-style: italic;
    font-size: 1.5em;
    text-align: center;
}

.post_content blockquote, .archive_content blockquote {
    background:#000;
    background:rgba(0,0,0,0.6);
    margin:2em 0;
    padding: 1em 4em;
    color:#fff;
    position: relative;
}
.post_content blockquote::after, 
.post_content blockquote::before {
    font-family: "Neuton", serif;
    font-weight: 200;
    content:'\201C';
    color:#fff;
    position:absolute;
    top:0.01em;
    left:0.1em;
    font-size: 5em;
}
.post_content blockquote::after {
    content: '\201d';
    left:auto;
    right:0.1em;
    bottom:0.01em;
}
#crumbs {
    display: inline;
    text-align: left;
}
#crumbs span {
    font-family: "Neuton", serif;
    font-weight: 200;
}
#crumbs span a {
    font-weight: 200;
}
#related-posts ul, 
.results section ul li p {
    margin-top: 0;
    margin-bottom: 0.5em;
    max-width: 800px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}
.results section ul li h2 {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.results section ul li strong {
    font-family: "Neuton", serif;
    font-weight: 700;
}
#related-posts h2 {
    text-transform: lowercase;
    text-align: center;
    font-family: "RobotoLight";
    font-size: 2em;
}

.awards section p {
    font-family: "Rokkitt";
    font-weight: 700;
    text-transform: uppercase;
}
#author {
    max-width:200px;
    text-align: center;
    line-height: 2em;
}
#author .name {
    font-family: "RobotoBold";
    font-size: 1.5em;
    line-height: 1em;
    display: block;
}
#comment-form-comments {
    padding: 2em 0;
    max-width: 40em;
}
#comment-form-comments input[type="text"], #comment-form-comments input[type="tel"], #comment-form-comments input[type="email"] {
    text-align: left;
    width:10em;
}
#comment-form-comments textarea {
    max-width: 37.5em;
    margin-top: 0;
}
#comment-form-comments h1 {
    text-align: center;
}
#comment-form-comments .three-columns {
    padding-top:0;
}
.post_content, .post_content div, .post_content ul li, .archive_content ul li, .archive_content div, .archive_content {
    font-family: "Neuton", serif;
    font-weight: 200;
}
.comment_list {
    padding-left: 0;
    margin-top: 2em;
}
.comment_list .comment {
    width: 37em;
}
#commentform .three-columns p, #commentform .three-columns p input {
    margin-bottom: 0;
}
.comment_list li {
    list-style: none;
    margin-bottom: 2em;
    display:inline-block;
    position: relative;
}
.comment_list .comment_text {
    max-width: 18em;
    background: #414042;
    color:rgba(255,255,255,0.8);
    padding:1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}
.comment_list .author-info-wrap {
    max-width: 8em;
    padding:0 0.5em;
}
.comment_list .comment-author-wrap {
    position: absolute;
    bottom: 0;
    max-width: 20em;
}
.comment_list .comment.even .comment-author-wrap, .comment_list .comment.even .comment-author-wrap .avatar, .comment_list .comment.odd .comment_text, .comment_list .comment.odd .comment-author-wrap .author-info-wrap  {
    float:right;
}
.comment_list .comment.odd .comment-author-wrap, .comment_list .comment.odd .comment-author-wrap .avatar, .comment_list .comment.even .comment_text, .comment_list .comment.even .comment-author-wrap .author-info-wrap {
    float:left;
}
.comment_list .comment.even .comment-author-wrap .avatar {
    margin-left: 0em;
}
.comment_list .comment.odd .comment-author-wrap .avatar {
    margin-right: 0.5em;
}
.comment_list .comment.even .comment-author-wrap {
    right: 0;
}
.comment_list .comment.odd .comment-author-wrap {
    left: 0;
}
.comment_list .comment_author {
    font-weight: bold;
}
#author-intro-text {
    border-top: 1px dashed rgba(255,255,255,0.25);
    border-bottom: 1px dashed rgba(255,255,255,0.75);   
    padding: 2em 4em;
    font-family: "Neuton", serif;
    font-weight: 200;
}

#author-social-media {
    text-align: center;
}
#author-social-media h2 {
    text-transform: none;
    font-family: "Rokkitt";
    font-weight: 700;
}
.attorney-page .post_image {
    margin-left:2em;
    max-width: 960px;
    margin-right:auto;
    margin-bottom: 3em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    width:100%;
    height:100%;
    max-height:375px;
}
.maureen.attorney-page .post_image {
    margin-left: auto;
    margin-right: auto;
}
.two-columns .post_content, .two-columns .post_content > * {
    padding-top: 0;
    margin-top:0;
}

.wpcf7-response-output {
    padding-top:2em;
    display: block;
}

ul.three-columns li {
    margin-top: 0;
}

#payment img {
    max-width: 612px;
}
#intro .right figure {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
#social-crumbs {
    padding: 0.5em 0 0.5em 0;
}
#social-breadcrumbs {
    max-width: 55em;
}
#social-share-box, nav.breadcrumbs, #social-share-box li {
    padding-left: 0;
}
#social-share-box, #social-share-box ul {
    clear: both;
    list-style: none;
    margin:0;
}
#social-share-box li {
    float: left;
    margin: 0.5em 1em 0.25em 0;
}
#social-share-box li.facebook {
    width: 53px;
    overflow: hidden;
    margin-right: 0;
}
nav.breadcrumbs {
    clear: left;
}
#featured-by section:first-child {
    padding-bottom: 0;
    padding-top: 1em;
}
#featured-by section:last-child {
    padding-bottom: 3em;
}
.post_content hr, .archive_content hr {
    width: 100%;
    margin-left:0;
}
#primary-nav .inner-wrap select {
    display:none;
}
div.attribution {
    padding-bottom: 2em;
}
p.attribution a img {
    margin-right:2em;
}
#post-author-wrap h1 {
    font-size: 1.75em;
}
#post-author-wrap a {
    color:#132938;
}
#author-recent li a {
    font-family: "Neuton", serif;
    font-weight: 200;
    color: #d16a27;
}
table,table tr td:nth-child(2n), table tr:nth-child(2n){
    background-color: rgba(0,0,0,0.05);
}
table tr td {
    padding: 0.5em;
}
#child-pages {
    max-width: 800px; 
}
#child-pages ul {
    padding: 0;
    list-style: none;
}
#child-pages ul p {
    font-size: 0.9em;
}
#child-pages ul a:visited , #child-pages ul a:link {
    color:#d16a27;
}
.category-breadcrumbs, nav.breadcrumbs {
    max-width: 880px;
    font-family: "RobotoRegular", sans-serif;
}
.category-breadcrumbs a {
    text-transform: uppercase;
    font-family: "RobotoRegular", sans-serif;
}
.category-breadcrumbs a::after {
    content: ' \00BB' ;
    color:#132938;
}
.category-breadcrumbs a:last-child, #crumbs span:last-child {

}
.category-breadcrumbs a:last-child::after  {
    content: '';
}
#contact.interior {
    display: block;
    max-width: 40em;
}
.sprites { background-image: url(/img/sprites.png); background-color: transparent; background-repeat: no-repeat; }
a.sprites { display:block; width:64px; height:64px;}
.eventbrite64 { background-position: 0 0; }
.facebook64 { background-position: -65px 0; }
.googleplus64 { background-position: -130px 0; }
.linkedin64 { background-position: -195px 0; }
.quora64 { background-position: -260px 0; }
.twitter64 { background-position: -325px 0; }
.youtube64 { background-position: -390px 0; }

#menu-footer-menu li {
    font-size: 0.75em;
    margin-bottom: 0;
    display:inline;
}
#menu-footer-menu li:last-child {
    margin-right: 0;
    width:160px;
}
#menu-footer-menu li a {
    font-family: sans-serif;
}
#results-credentials {
    max-width: 51em;
    padding-left: 4em;
}
#results-credentials .half-width, .about-page section .half-width {
    max-width: 24.5em;
}

#bottom-nav .copyright, #menu-footer-menu {
    float: left;
    clear: both;
    padding-left: 0;
}
span.call-today {display:none;}

#thesis_launcher {z-index:9999;}
#thesis_launcher input[type="submit"] {
    border-radius: 0;
    font-size: 12px;
    width:auto;
    padding:1em;
}
.post_content img.no-frills {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

article footer .inner-wrap {
    max-width: 880px;
    margin-bottom: 3em;
}

.event-date {
	font-weight:400;
}
div#newsletter #newsletter-submit {
    margin-right: -35px;
}
div#newsletter #wpcf7-f18655-p18653-o1 {
    margin-top: -40px;
    margin-bottom: 40px;
}
div#newsletter #wpcf7-f18655-p18653-o1 input[type="submit"] {
    margin-top: -0.8em;
    margin-left: -0.75em;
} 
.newsletters #newsletter {
    display:block;
    max-width: 560px;
    margin-top:200px;
    margin-bottom: 225px;
}
.category-page #contact {
    padding-bottom: 4em;
}
#business-law {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    max-width:900px;
    margin-bottom: 4em;
}
#business-law h1 {
    color: #132938;
    font-size:2.5em;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
#business-law .align-right {
    float: right;
}
aside#more-info {
    padding: 0 1em;
    text-align: center;
    margin-left: 1em;
    border-left: 1px solid rgba(0,0,0,0.1);
}
#more-info h2 {
    margin-top: 0;
    text-transform: none;
}
.securities #common-claims {
    padding-top: 0.5em;
}
.securities .social-media {
    list-style: none;
    float:right;
    margin-top: 0;
    margin-right: 175px;
}
.securities .social-media li {
    float:left;
    text-transform: uppercase;
    font-family: "RobotoRegular", sans-serif;
    color: #d16a27;
    font-weight: 400;
}
.securities .social-media li:first-child {
    margin-right:1em;
    margin-top:1em;
}
.securities .social-media li img {
    height:48px;
    width:48px;
}
.securities .sprites {
    /*background-size: 75%;*/
}
.securities .social-media li a.sprites {
    height:48px;
    width:48px;
}
.securities #intro {
    padding-bottom: 0;
}
.quarter {
	width:215px;
	margin:0;
	margin-right:40px;
}
.quarter p {
	/*display: block;
	background-color: orange;
	border-radius: 15px;
	padding: 5px 0;*/
}

#meet-mark {
    padding-top: 0;
    padding-bottom: 0;
}
#mark-text {
    padding: 2em 300px 2em 4em;
    background: url('/redesign/wp-content/thesis/skins/ma-redesign/images/mark-santi.png') right bottom no-repeat;
}
.securities #intro .half-width p {
    margin-top: 2em;
}
.securities .quarter p a, .securities #intro .half-width p a {
    display: block;
    background: #d16a27;
    border-radius: 25px;
    color: #152c3b;
    padding: 1em 1em;
    font-size: 14px;
    position:absolute;
    bottom:0;
}
.securities #intro .half-width p a {
    position: relative;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    margin: 2em 2em 2em 0;
    padding-top: 0.25em;
    padding-bottom: 0.5em;
    color: #FAFAFA;
    word-spacing: 0.15em;
    letter-spacing: 0.1em;
}

.securities footer #social-media {max-width: 17em;}
.securities footer #social-media ul {padding-left: 22px;}
.securities .inner-wrap#set-width {
    max-width: 880px;
}
.credit {
    margin-top: 1em;
    background-color: rgba(0,0,0,0.1);
    padding: 0.5em;
    display: block;
}
.industries ul.two-columns img {
    max-width: 100%;
}
.industries ul.two-columns p {
    display: inline-block;
}
.industries .post_content {
    padding-top: 0;
}
.blog article {
    padding-bottom: 3em;
    border-bottom: #ccc 2px dashed;
}
.blog article h1 {
    text-align: left;
    font-size: 2em;
}
.blog article .post_content + .post_content {
    padding-top: 0;
    padding-bottom: 0;
}
.blog article .post_content > h2 {
    margin-top: 0;
}
.blog article .post_content > h1 {
    margin-bottom: 0.1em;
}
.blog article .post_date {
    font-weight: 400;
}
ul.nested-list ul {
    margin-top: 0;
    margin-bottom: 0;
}

img[src^="http://www.eventbrite.com/"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.full-screen .post_content {
	max-width: 100%;
}

a.read-more {
    display:block;
}


ul#gform_fields_1 {
    padding-left: 0;
    margin-top: 0;
}
.gform_fields {
    list-style: none;
    padding-left: 0;
}
#gform_wrapper_1 .gform_heading, .gform_validation_container, .gform_hidden {
    display:none;
}
.gform_confirmation_message {
    padding: 5em;
}
.relauth {
    float:left;
    margin-top: 9px;
    margin-left: 15px;
}

/* ==========================================================================
   HEADER BIO PICS
   ========================================================================== */
   
   .attorney-pic-thumb-wrap {
       overflow: hidden;
       margin: 10px;
    }
    .attorney-pic-thumb-box {
       float: left;
       position: relative;
       width: 20%;
       padding-bottom: 20%;
    }
    .attorney-pic-thumb-boxInner {
       position: absolute;
       left: 10px;
       right: 10px;
       top: 10px;
       bottom: 10px;
       overflow: hidden;
    }
    .attorney-pic-thumb-boxInner img {
       width: 100%;
    }
    .attorney-pic-thumb-boxInner .attorney-pic-thumb-titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: -50px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       padding: 10px;
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }

    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .attorney-pic-thumb-box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .attorney-pic-thumb-box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .attorney-pic-thumb-box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .attorney-pic-thumb-box {
          width: 25%;
          padding-bottom: 25%;
       }
    }


/*MEDIA QUERIES*/

@media only screen and (max-width : 1000px) {
    #mark-text {
        padding-left:2em;
    }
    .newsletters #newsletter h1 {
        text-align: center;
    }
    .comment_list .comment {
        max-width: 80%;
    }
    #comment-form-comments textarea {
        max-width: 80%;
    }
    .comment_list .avatar {
        display: none;
    }
    .comment_list .comment-author-wrap, .comment_list .comment.odd .comment-author-wrap, .comment_list .author-info-wrap, .comment_list .comment.even .comment-author-wrap, .comment_list .comment.even .comment-author-wrap .avatar, .comment_list .comment.odd .comment_text, .comment_list .comment.odd .comment-author-wrap .author-info-wrap {
        position: relative;
        float: none;
    }
    .comment_list .commment_text {
        margin-left: auto;
        margin-right: auto;
    }
    .comment_list .comment-author-wrap {
        margin-bottom: 1em;
    }
    #commentform .three-columns p {
        margin-bottom: 1em;
    }
    #related-posts ul {
        padding-left: 1em;
    }
    h1.archive_title, article h1.headline {
        font-size: 2em;
    }
    #main-wrapper .post_content img, #main-wrapper .post_archive img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    #main-wrapper .archive_content img, #main-wrapper .post_content img {
        width: 90%;
    }
    #main-wrapper .archive_content img.no-stretch, #main-wrapper .post_content img.no-stretch,  #main-wrapper .archive_content img.no-frills,
    #main-wrapper .post_content img.no-frills, #main-wrapper .post_content img.alignright, #main-wrapper .archive_content img.alignright,
    #main-wrapper .post_content img.alignleft, #main-wrapper .archive_content img.alignleft {
    	width: auto;
    }
    .attorney-page #main-wrapper img.post_image {
        /*max-width: 90%!important;*/
        margin-left: auto;
        margin-right: auto;
    }
    #testimonials, #articles, #intro .right, #intro .left {
        float:none;
        margin-right: auto;
        margin-left: auto;
    }
    #intro .left {
        text-align: center;
    }
    #intro .left h1 {
        font-size: 2em;
    }
    #intro .right img , #payment img, .post_content img, .archive_content img, .post_content iframe, .archive_content iframe {
        width:100%;
    }    
    .post_content img, .archive_content img, .post_content iframe, .archive_content iframe {
        max-width: 525px;
    }
    .post_content img, .archive_content img {
    	height:100%;
    }
    #contact-info {
        margin-top: 0;
        float:left;
        text-align: left;
        padding-left: 0;
    }
    #newsletter-email, #contact textarea, li.newsletter-email input[type="email"] {
        width: auto;
        max-width: 12em;
    }
    .inner-wrap {
        padding:0 1em;
    }
    section.inner-wrap {
        padding: 0;
    }
    #social-breadcrumbs {
        padding:0;
    }
    /*article .white-bg, article .grey-bg {
        padding:1em;
    }*/
    hr, .white-bg hr, .blue-bg hr {
        width:100%;
        margin-left: auto;
    }

    #newsletter input[type="submit"], #comment-form-comments input[type="submit"], #contact input[type="submit"] {
        float:none;
        margin-left: auto;
        margin-right: auto;
        max-width: 5em;
        position: relative;
    }

    .two-columns, .three-columns, .four-columns {
        -moz-column-count: 1;   
        -webkit-column-count: 1;
        column-count: 1;
    }
    #associated-with ul {
        padding-left:1em;
    }
    #associated-with ul li {
        max-width:6em;
        float:none;
        margin-right: auto;
        margin-left: auto;
    }
    #associated-with ul li:nth-child(2) {
        max-width:12em;
    }
    #contact input[type="text"] {
        max-width: 90%;
    }
    #newsletter input[type="submit"]{
        margin-left:0em;
        margin-top:-0.5em;
    }
    #contact textarea {
        max-width: 93%;
    }
    #newsletter-contact p, #newsletter .wpcf7 {
        display: block;
        max-width: 23em;
        margin-left: auto;
        margin-right: auto;
        float:none;
    }
    #contact input[type="submit"], #contact.interior input[type="submit"] {
        position: relative;
        top:auto;
        right: auto;
        margin-left: 12em;
    }    
    .about-page .two-columns {
        padding-left: 0;
    }
    #about-slider ul li img {
        width: 600px;
    }
    #contact-address-phone > div {
        border-right: none;
        float:none;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px dashed #132938;
        max-width: 20em;
    }
    #contact-address-phone > div:last-child {
        border-bottom: none;
    }
    #attorney-list {
        max-width: 33em;
    }
    #attorney-list li:nth-child(3n){
        margin-right: 95px;
    }
        #attorney-list li:nth-child(2n){
        margin-right: 0;
    }
	#ma-contact-form p.disclaimer {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

}
@media only screen and (min-width: 0px) and (max-width: 900px) {
    #mark-text {
        padding-left:0.5em;
    }
	.about-page section .right.half-width {
		float:left;
	}
}
@media only screen and (min-width: 0px) and (max-width: 795px) {
    .newsletters #newsletter h1 {
        text-align: left;
    }
    .post_content blockquote, .archive_content blockquote {
        padding:4em 1em;
    }
    #child-pages .right, #child-pages .left {
        float:none;
        max-width: 30em;
        margin-left: auto;
        margin-right: auto;
    }
    #author-intro-text {
        padding:2em 1em;
    }
    #secondary-nav-wrap, #primary-nav .inner-wrap ul {
        display:none;
    }
    #logo, #primary-nav .inner-wrap select {
        float:none;
        clear:both;
        display:block;
        max-width: 300px;
        margin:2em auto;
    }
    #main-wrapper > header {
        padding-top:2em;
    }
    #attorneys .bx-wrapper .bx-controls {
        display:none;
    }
    #attorneys .bx-viewport li.attorney ul {
        padding-bottom: 1em;
    }
    #about-slider ul li img {
        width: 320px;
    }
    #social-breadcrumbs {
        padding: 0 1em;
    }
    span.call-today {display:inline;}
    #call-today {padding: 1em 0;}

	#business-law .align-left, #business-law .align-right, #business-law {
		float: none;
		text-align:center;
	}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
     #mark-text {
        padding-right:0.5em;
        padding-bottom: 350px;
        background-position: bottom center;
    }
    #main-wrapper .archive_content img.no-frills, #main-wrapper .post_content img.no-frills,
    #main-wrapper .post_content img.alignright, #main-wrapper .archive_content img.alignright,
    #main-wrapper .post_content img.alignleft, #main-wrapper .archive_content img.alignleft {
    	width: 80%;
    	float:none;
    }
    #attorney-list li,
    #attorney-list li:nth-child(2n),
    #attorney-list li:nth-child(3n) {
        display: block;
        width: 200px;
        position: relative;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}



