/*---:[ Thesis CSS reset ]:---*/
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

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;
    word-wrap: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}

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

/**
 * 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: center;
    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: transparent;
    border: 1px solid #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -1.2em;
    /*background: url(images/controls.png) no-repeat 0 -32px;*/
    width: 5em;
    height: 5em;
    background: #0C1925;
    -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.8em;
    /*background: url(images/controls.png) no-repeat 0 -32px;*/
    width: 5em;
    height: 5em;
    background: #0C1925;
}

.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,
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: 'usual', sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    overflow-x: hidden;
    width: 100%;
    background: #323232;
}

/* ==========================================================================
   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;
    margin-top: 1em;
    font-size: 2.25em;
}

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

a {
    text-decoration: none;
}

nav a {
    font-family: "usual", sans-serif;
    font-weight: 100;
}

a:link {
    color: #98694c;
}

a:visited {
    color: #98694c;
}

a:hover {
    color: #98694c;
}

a:active {
    color: #98694c;
}

#menu-main-menu a:link, #menu-main-menu a:visited, #menu-main-menu a:hover, #menu-main-menu a:active {
    color: #98694c;
    text-transform: none;
    font-weight: 200;
    font-size: 18px;
}

#menu-main-menu li::after {
    content: '/';
    font-family: "usual", sans-serif;
    font-weight: 100;
    color: #fff;
}

#menu-secondary-menu {
    padding-right: 23px;
    margin-top: 0;
}

#menu-secondary-menu a:link, #menu-secondary-menu a:visited, #menu-secondary-menu a:hover, #menu-secondary-menu a:active {
    color: #fff;
    font-family: "usual", sans-serif;
    font-size: 11px;
    font-weight: 200;
    text-transform: none;
}

a p {
    color: #0c1925;
}

p, ul, ol {
    font-family: "freight-display-pro", serif;
    font-weight: 200;
    font-size: 18px;
    color: #fff;
}

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 {
    font-family: "freight-display-pro", sans-serif;
    color: #98694c;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 0.75em;
    letter-spacing: 0.2rem;
}

h2 {
    letter-spacing: 1.5px;
}

.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#menu-main-menu li::after, #bottom-nav ul li::after {
    content: "/";
    margin-left: 1em;
    font-family: "usual", sans-serif;
    font-weight: 100;
}

header nav ul#menu-main-menu 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: 14px;
    margin-bottom: 4px;
    list-style: none;
}

header nav {
    text-transform: uppercase;
    font-weight: 600;
}

header nav a {
    font-family: "usual", sans-serif;
}

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 {
    padding-bottom: 40px;
}

#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 a, figcaption {
    font-family: "usual", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #98694c;
    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: #98694c;
}

*::-webkit-input-placeholder {
    color: #98694c;
    font-family: "usual", sans-serif;
    font-weight: 100;
    font-size: 16px;

}

*::-moz-placeholder { /* Firefox 19+ */
    color: #98694c;
    font-family: "usual", sans-serif;
    font-weight: 100;
    font-size: 16px;
}

*:-ms-input-placeholder {
    color: #98694c;
    font-family: "usual", sans-serif;
    font-weight: 100;
    font-size: 16px;

}

.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: #98694c;
}

.light-blue {
    color: #1f3c4d;
}

.med-blue, #intro h1 {
    color: #132938;
}

.dark-blue {
    color: #0c1925;
}

.uppercase {
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "freight-display-pro", serif;
    letter-spacing: 0.15em;
}

.lowercase {
    text-transform: lowercase;
}

.no-case {
    text-transform: none;
}

#primary-nav {
    padding-bottom: 1em;
    background: #323232;
}

#primary-nav ul {
    margin-top: 45px;
}

#secondary-nav {
    font-size: 0.75em;
    position: relative;
    z-index: 99;
    background: #2f2f2f;
}

.inner-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    clear: both;
}

#intro article {
    padding: 20px 0;
}

#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: "freight-display-pro", serif;
    font-size: 1.5em;
}

.grey-bg,
#secondary-nav-wrap,
.category-page #articles-wrapper {
    background: #ccc;
}

.articles.category-page #articles-wrapper {
    background: none;
}

.articles-article h2 {
    margin-bottom: 0;
}

.grey-bg {
    position: relative;
    z-index: 2;
    background: #323232;
}

.dgray-bg {
    background: #323232;
    color: #fff;
}

.white-bg {
    background: #ffffff;
}

.white-bg p,
.white-bg ul,
.white-bg ol,
.white-bg span {
    color: #323232;
}

.gray-bg p,
.gray-bg ul,
.gray-bg ol,
.gray-bg span {
    color: #323232;
}

.gray-bg {
    background: #e7e7e7;
}

.blue-bg {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    background: #323232;
    position: relative;
    z-index: 3;
}

.video {
    float: right;
    margin-left: 1em;
    margin-top: 2em;
}

.video img {
    width: 195px;
    height: 110px;
    margin-bottom: 1em;
}

#logo-link {
    position: relative;
    margin-top: 10px;
    display: block;
    float: left;
}

#we-represent {
    padding-bottom: 45px;
}

#we-represent h2 {
    color: #fff;
    font-size: 24px;
    font-family: "usual", sans-serif;
    font-weight: 100;
    text-align: center;
    margin-top: 20px;
}

.services #main-wrapper #we-represent ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.services #main-wrapper .two-columns h2 {
    margin-top: 40px;
    margin-bottom: 0;
}

#we-represent ul li {
    float: left;
    margin-left: 70px;
    color: #98694c;
    font-size: 18px;
    font-family: 'freight-display-pro';
    font-weight: 100;
    text-align: center;
}

.large-quote {
    font-size: 30px;
    text-align: center;
    font-family: "usual", sans-serif;
    font-weight: 100;
    color: #323232;
    display: block;
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 60px;
}

.large-quote p {
    font-family: "usual", sans-serif;
    color: #323232;
}

.large-quote a {
    font-weight: 400;
}

#logo {
    float: left;
    height: 54px;
    width: 176px;
}

#logo-link span {
    font-family: "usual", sans-serif;
    font-weight: 200;
    display: inline-block;
    margin-bottom: -20px;
    padding-top: 35px;
    padding-left: 15px;
    text-transform: none;
    font-size: 18px;
    color: #98694c;
}

#logo-link:hover {
    color: #98694c;
}

#contact-intro {
    padding-top: 0;
}

#contact-intro h3 {
    font-family: 'usual', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

#contact-intro address {
    font-family: 'freight-display-pro', serif;
    font-weight: 100;
    font-size: 24px;
    color: #98694c;
    font-style: normal;
    line-height: 1.25em;
    letter-spacing: 0.25rem;
    margin-bottom: 40px;
}

#contact-intro .contact {
    font-size: 24px;
    font-family: 'freight-display-pro', serif;
    color: #98694c;
    font-style: normal;
    letter-spacing: 0.2rem;
}

#contact-intro .contact .marker {
    font-family: 'usual', sans-serif;
    color: #fff;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 100;
}

#contact-intro .read-more {
    margin-top: 80px;
    margin-bottom: 40px;
}

input,
textarea,
#contact .gform_wrapper .ginput_container input,
#contact .gform_wrapper textarea {
    background: #e9e9e9;
    border-style: none;
    height: 2em;
    color: #98694c;
    font-family: "freight-display-pro", serif;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%;
}

#contact .gform_title {
    display: none;
}

#contact .gform_wrapper textarea {
    padding-top: 1em;
    padding-left: 0.5em;
}

#contact .gform_wrapper ul li.gfield {
    clear: none;
    margin-right: 4px;
}

body.home #contact .gform_wrapper ul li.gfield {
    margin-right: 4px;
}

body .gform_wrapper .gform_footer {
    clear: none;
    margin: 0;
    padding: 0;
}

#contact #field_1_3,
#contact #field_1_4 {
    margin-right: 0;
    padding-right: 0;
}

#contact .gform_wrapper textarea {
    width: 100%;
    max-width: 100%;
}

textarea {
    padding: 1em;
    padding-right: 0;
    margin: 0 0 1em 0;
    min-height: 10em;
    width: 100%;
    max-width: 35em;
}

input[type="submit"] {
    color: #fff;
    background: #98694c;
    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: 10em;
    margin-right: 0.65em;
}

#newsletter-email {
    max-width: 34em;
    width: 100%;
}

#newsletter .gform_body {
    float: left;
    width: 70%;
    clear: none;
}

#newsletter .gform_footer {
    float: right;
    width: 28%;
    clear: none;
    margin-top: 0;
    padding-top: 6px;
}

#newsletter input[type="submit"] {
    float: right;
    width: 100%;
    height: 35px;
    font-family: "usual", sans-serif;
    font-weight: 100;
    text-transform: none;
    text-align: left;
    margin-top: 2px;
    padding-left: 15px;
}

#call-today {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 1.5em;
    font-family: "freight-display-pro", serif;
}

.attorney {
    float: left;
}

.attorney figure ul {
    margin-top: 0;
}

.attorney img,
#author img,
#comments img.avatar,
.articles-article img.thumb {
    max-width: 200px;
    max-height: 200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.articles-article img.thumb {
    float: right;
}

.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: #98694c;
}

.articles-article h1,
.articles-article h1.headline {
    font-size: 1.5em;
    margin-bottom: 0.75em;
    text-align: left
}

#articles-wrapper .two-columns .articles-article:first-child h1::before,
#articles-wrapper .two-columns .articles-article:first-child h1.headline::before {
    content: '';
}

.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: "freight-display-pro", serif;
    font-size: 1.25em;
}

#intro {
    background: #323232;
}

#attorneys {
    padding-top: 32px;
    padding-bottom: 60px;
    background: #e9e9e9;
}

#attorneys ul {
    padding-left: 0;
    margin-bottom: 30px;
}

#attorneys ul li {
    color: rgba(255, 255, 255, 0.9);
    list-style: none;
    font-family: "freight-display-pro", serif;
    font-weight: 200;
    text-transform: none;
}

#attorneys p {
    font-family: "usual", sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: justify;
    color: #98694c;
    word-spacing: 1px;
    letter-spacing: 0.75px;
}

#attorneys figcaption {
    text-align: left;
    margin-top: 1em;
    margin-left: 8px;
}

#attorneys .bx-pager {
    display: none;
}

#attorneys h1,
#newsletter-contact h1 {
    text-align: left;
    color: #98694c;
    font-family: "freight-display-pro", serif;
    font-size: 32px;
    text-transform: none;
    margin-top: 0;
}

#newsletter-contact h1, #contact h1, .newsletters #newsletter h1, .events #newsletter h1 {
    text-align: left;
    margin-bottom: 0.15em;
    font-size: 32px;
}

#featured-by {
    background: #e9e9e9;
}

#featured-by h1 {
    text-align: left;
    text-transform: none;
    font-family: "freight-display-pro", serif;
    font-weight: 100;
    font-size: 32px;
    margin-top: 60px;
}

#featured-by .inner-wrap {
    padding-top: 0;
}

#featured-by .fb {
    width: 100%;
    margin-bottom: 20px;
}

#testimonials-articles h1 {
    color: #fff;
    font-family: "freight-display-pro", serif;
    font-size: 32px;
    text-transform: none;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
}

#testimonials, #articles {
    max-width: 500px;
    padding-bottom: 5em;
    font-family: "freight-display-pro", serif;
    font-weight: 200;
}

#testimonials .bx-wrapper::before,
#articles .bx-wrapper::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #98694c;
}

#articles .post_excerpt {
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    padding: 1em;
}

#articles .post_excerpt p,
#articles .post_excerpt p a {
    color: #98694c;
}

#articles .bx-wrapper .post_excerpt p {
    display: none;
}

#articles .bx-wrapper h2 {
    font-family: "usual", sans-serif;
    line-height: 32px;
}

#articles .bx-wrapper .post_excerpt a.read-more {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#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 {
}

#articles ul li {
    padding: 1em 0;
}

#testimonials ul li {
    padding: 0.8em 0;
}

#testimonials ul li blockquote {
    color: #98694c;
    padding: 0 2em;
    text-align: center;
    font-family: "usual", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 32px;
}

#testimonials ul li figure::before, #testimonials ul li figure::after {
    color: #98694c;
    position: absolute;
    left: 0.1em;
}

#testimonials ul li figure::after {
    left: auto;
    right: 0.1em;
}

#testimonials figcaption {
    text-transform: none;
    font-size: 24px;
    font-family: "usual", sans-serif;
    font-weight: 100;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

#newsletter-contact {
    padding-bottom: 4em;
    background: #fff;
    margin-top: 30px;
}

.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;
}

#comment-form-comments input[type="submit"] {
    float: right;
    margin-top: -5.25em;
    z-index: 9999;
    position: relative;
}

.gform_wrapper .gfield.newsletter-email input {
    padding-left: 0.5em;
    font-family: "freight-display-pro", serif;
}

body .form_wrapper .gform_footer {
    clear: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.events #newsletter {
    font-size: 0.8em;
    margin-bottom: 40px;
}

.events #main-wrapper > aside.grey-bg {
    padding-top: 0.5em;
    padding-bottom: 1em;
}

#comment-form-comments input[type="submit"] {
    font-size: 0.8em;
    width: 80px;
    height: 80px;
    margin-top: -98px;
}

#newsletter-contact .inner-wrap {
    max-width: 40em;
}

.left-half {
    max-width: 50%;
}

#contact input[type="submit"] {
    position: relative;
    display: block;
    float: left;
    width: 235px;
    height: 45px;
    font-family: "usual", sans-serif;
    text-transform: none;
    font-weight: 100;
    text-align: left;
    padding: 10px 15px;
}

#associated-with {
    padding-bottom: 40px;
}

#associated-with > ul {
    padding-left: 0;
}

#footer-disclaimer {
    margin-top: 40px;
    margin-bottom: 20px;
}

#footer-disclaimer p {
    font-size: 16px;
    color: #98694c;
}

#footer-disclaimer a {
    color: #fff;
}

#social-media > ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 275px;
    height: 60px;
    list-style: none;
}

#social-media > ul > li {
    float: left;
    margin-right: 14px;
}

.social-icon {
    display: block;
    height: 45px;
    width: 45px;
    background-size: 100%;
}

.facebook-icon {
    background-image: url('./images/facebook.png');
}

.linkedin-icon {
    background-image: url('./images/linkedin.png');
}

.twitter-icon {
    background-image: url('./images/twitter.png');
}

.eventbrite-icon {
    background-image: url('./images/eventbrite.png');
}

#associated-with ul li, #crumbs li {
    list-style: none;
    float: left;
}

#main-wrapper > footer {
    position: relative;
    z-index: 4;
    background: #323232;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 2em;
}

#social-media {
    padding: 2em 0;
}

#payment {
    border-bottom: #98694c 1px dashed;
    border-top: #98694c 1px dashed;
}

#contact-info {
    float: right;
    background: #323232;
    margin-top: -5em;
    text-align: right;
    padding: 1em;
}

#contact-info h2 {
    margin-bottom: 0;
    margin-top: 0.83em;
    text-transform: uppercase;
    color: #98694c;
}

#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-left: 20px;
    font-family: "usual", sans-serif;
    font-size: 12px;
    color: #323232;
    float: left;
    margin-top: 0px;
}

#bottom-nav a, #bottom-nav a:link, #bottom-nav a:visited, #bottom-nav a:hover, #bottom-nav a:active, #bottom-nav .copyright {
    color: #98694c;
}

#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-bottom: 1em;
    margin-top: 0;
}

ul.two-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 #main-wrapper ul.two-columns {
    list-style: none;
}

.services ul.two-columns p {
    margin-bottom: 30px;
    font-size: 18px;
}

.services #main-wrapper ul {
    color: #323232;
    font-size: 18px;
    list-style: disc;
    padding-left: 20px;
}

.about-page .two-columns, .about-page section .inner-wrap .clearfix {
}

.about-page h1, .about-page h2 {
    margin-top: 0;
}

.about-page h1 {
    font-size: 24px;
    margin-bottom: 0;
}

h1.usual.brown.bar-brown {
}

h1.headline, h1.archive_title {
    text-align: left;
    margin-bottom: 0;
    font-size: 48px;
    text-transform: none;
    color: #fff;
    font-family: "freight-display-pro", serif;
    display: block;
    margin-top: 20px;
    font-weight: 100;
}

h1.headline::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-bottom: 40px;
}

#articles h2.headline {
    margin-top: 0.2em;
    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;
}

#jux-photo img {
    width: 100%;
    max-width: 100%;
}

#about-slider .bx-viewport {
    padding-bottom: 20px;
}

#prior-coverage h1 {
    font-family: "usual", sans-serif;
    font-weight: 100;
    color: #0c1925;
}

#prior-coverage p {
    text-transform: uppercase;
    font-family: "freight-display-pro", serif;
    font-size: 1.4em;
    max-width: 25em;
    color: #98694c;
    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 {
    list-style: disc;
}

#prior-coverage ul li:first-child {
    margin-top: 0;
}

#related-posts ul li {
    background-position: left 0.2em;
    margin-top: 0;
}

#related-posts ul li h4 {
    text-transform: none;
    margin-bottom: 0.25em;
}

#related-posts ul li p {
    margin-top: 0;
}

#related-posts .read-more {
    margin-top: 15px;
}

div.mint-dots ul li ul li {
    font-family: "freight-display-pro", serif;
    font-weight: 400;
    margin: 0.5em auto;
}

.mint-dots a {
    color: #98694c;
}

#inner-intro p {
    font-size: 18px;
}

.font16,
#inner-intro p.font16 {
    font-size: 16px;
}

.font48,
#inner-intro p.font48 {
    font-size: 48px;
    line-height: 1.25em;
}

#inner-intro .mint {
    text-align: center;
    font-size: 1.5em;
    font-family: "freight-display-pro", serif;
}

#recent-coverage {
    font-family: "freight-display-pro", serif;
}

#recent-coverage li {
    margin-bottom: 4em;
}

#recent-coverage h2 {
    margin-top: 0;
}

#recent-coverage h2 a {
    color: #98694c;
}

#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: "usual", sans-serif;
    font-weight: 100;
}

#international-clients h1 {
    text-align: center;
    text-transform: none;
}

#client-confidentiality p {
    margin-top: 0;
}

#international-clients h2 {
    margin-top: 0;
}

#attorney-list {
    min-height: 700px;
    padding-left: 0;
}

#attorney-list li {
    text-align: left;
    line-height: 1.25em;
    list-style: none;
    background: none;
    margin-bottom: 2em;
    min-height: 335px;
}

#attorney-list li:nth-child(3) {
    margin-right: 0;
}

#attorney-list img,
.upcoming .thumbnail img {
}

#attorney-list a {
    color: #98694c;
    font-size: 24px;
}

#attorney-list .title {
    font-family: "usual", sans-serif;
    font-weight: 100;
    font-size: 16px;
}

#attorney-list .title::before {
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 10px;
    height: 1px;
    background: #323232;
}

#attorney-list .specialty {
    font-family: "usual", sans-serif;
    font-weight: 100;
    font-size: 16px;
}

.google-map-contain {
    padding: 0;
    height: 400px;
    color: #132938;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

#popup-content {
    min-width: 20em;
    color: #323232;
    padding: 10px;
    background: #e7e7e7;
}

#popup-content p {
    color: #323232;
}

#popup-content .right {
    margin-left: 10px;
    float: left;
}

#popup-content .left img {
    max-width: 100px;
}

#popup-content .right img {
    max-width: 100px;
}

#contact-address-phone h2 {
    color: #132938;
    font-family: "usual", sans-serif;
    font-weight: 100;
}

#contact-address-phone > div {
    border-right: 1px dashed #132938;
    text-align: center;
    padding: 0 4.25em;
    color: #98694c;
    line-height: 1.4em;
    padding-bottom: 2em;
    float: left;
}

#contact-address-phone > div:last-child {
    border-right: none;
}

#contact-address-phone p {
    font-family: "freight-display-pro", serif;
}

#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-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;
}

.post_content img.alignright {
    float: right;
    margin-left: 2em;
}

.post_content img.alignleft {
    float: left;
    margin-right: 2em;
}

.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: "freight-display-pro", 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: "usual", sans-serif;
    font-weight: 100;
}

#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-weight: 700;
}

#related-posts h2 {
    text-transform: lowercase;
    text-align: center;
    font-family: "freight-display-pro", serif;
    font-size: 2em;
}

.awards section p {
    font-family: "usual", sans-serif;
    font-weight: 100;
}

#author {
    max-width: 200px;
    text-align: center;
    line-height: 2em;
}

#author .name {
    font-family: "RobotoBold";
    font-size: 1.5em;
    line-height: 2em;
}

#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;
    color: #98694c;
}

#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: "freight-display-pro", serif;
    font-weight: 200;
}

#comments {
    padding-left: 0;
    margin-top: 2em;
}

#comments .comment {
    width: 37em;
}

#commentform .three-columns p, #commentform .three-columns p input {
    margin-bottom: 0;
}

#comments li {
    list-style: none;
    margin-bottom: 2em;
    display: inline-block;
    position: relative;
}

#comments .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;
}

#comments .author-info-wrap {
    max-width: 8em;
    padding: 0 0.5em;
}

#comments .comment-author-wrap {
    position: absolute;
    bottom: 0;
    max-width: 20em;
}

#comments .comment.even .comment-author-wrap, #comments .comment.even .comment-author-wrap .avatar, #comments .comment.odd .comment_text, #comments .comment.odd .comment-author-wrap .author-info-wrap {
    float: right;
}

#comments .comment.odd .comment-author-wrap, #comments .comment.odd .comment-author-wrap .avatar, #comments .comment.even .comment_text, #comments .comment.even .comment-author-wrap .author-info-wrap {
    float: left;
}

#comments .comment.even .comment-author-wrap .avatar {
    margin-left: 0em;
}

#comments .comment.odd .comment-author-wrap .avatar {
    margin-right: 0.5em;
}

#comments .comment.even .comment-author-wrap {
    right: 0;
}

#comments .comment.odd .comment-author-wrap {
    left: 0;
}

#comments .comment_author {
    font-weight: bold;
}

#author-intro-text {
    font-family: "freight-display-pro", serif;
    font-weight: 200;
    padding-bottom: 60px;
}

#author-intro-text p {
    color: #98694c;
}

#author-intro-text .contact {
    font-size: 18px;
    color: #98694c;
    margin-bottom: 0;
}

#author-intro-text .contact .marker {
    color: #fff;
    padding-right: 4px;
    font-family: 'usual', sans-serif;
    font-weight: 100;
    font-size: 14px;
}

#author-social-media {
    text-align: center;
}

#author-social-media h2 {
    text-transform: none;
    font-family: "usual", sans-serif;
    font-weight: 100;
}

.attorney-page .post_image {
    width: 100%;
    height: 100%;
}

#attorney-info h2 {
    font-size: 28px;
    font-family: "usual", sans-serif;
    font-weight: 100;
}

#attorney-info .post_content h2:first-child::before {
    content: none;
}

#attorney-info h2::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #98694c;
    margin-top: 50px;
    margin-bottom: 50px;
}

.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: 5px 15px;
}

#social-breadcrumbs {
}

#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;
    list-style: none;
}

#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;
    text-transform: capitalize;
}

#post-author-wrap a {
    color: #98694c;
}

#post-author-wrap iframe {
    margin-top: 20px;
}

#author-recent li a {
    font-family: "freight-display-pro", serif;
    font-weight: 200;
    color: #98694c;
}

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: #98694c;
}

.white-bg .category-breadcrumbs, .white-bg nav.breadcrumbs {
    color: #323232;
}

.category-breadcrumbs, nav.breadcrumbs {
    font-family: 'usual', sans-serif;
    color: #fff;
}

.category-breadcrumbs a {
    text-transform: capitalize;
    font-family: "usual", sans-serif;
    font-weight: 100;
}

.category-breadcrumbs a::after {
    content: ' \00BB';
    color: #132938;
}

.category-breadcrumbs a:last-child,
#crumbs span:last-child {
    color: #fff;
}

.white-bg #crumbs span:last-child {
    color: #323232;
}

.category-breadcrumbs a:last-child:first-child,
#crumbs span:last-child:first-child {
    color: #98694c;
}

.category-breadcrumbs a:last-child::after {
    content: '';
}

#contact.interior {
    display: block;
    max-width: 40em;
}

#social-media-wrap {
    background-color: #98694c;
}

#footer {
    background: #323232;
}

iframe[name="google_conversion_frame"] {
    height:1px!important;
}

#footer h3 {
    font-family: "usual", sans-serif;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0;
}

#footer address,
#footer .contact {
    color: #fff;
    font-weight: 100;
    font-style: normal;
    font-size: 16px;
    font-family: 'freight-display-pro';
}

#footer address {
    font-family: 'freight-display-pro';
    margin-bottom: 15px;
    font-size: 16px;
}

#footer .contact a,
#footer .contact a:hover {
    color: #fff;
}

#footer .contact .marker {
    color: #98694c;
    padding-right: 5px;
    font-family: "usual", sans-serif;
    font-weight: 100;
}

.footer-social ul {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

.footer-social a,
.footer-social a:hover {
    color: #fff;
    font-size: 16px;
}

#menu-footer-menu ul {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

#menu-footer-menu ul li {
    list-style: none;
}

#menu-footer-menu a,
#menu-footer-menu a:hover {
    color: #fff;
    font-family: "usual", sans-serif;
    font-weight: 100;
    font-size: 14px;
}

#results-credentials {
    max-width: 51em;
    padding-left: 4em;
}

#results-credentials .half-width, .about-page section .half-width {
    max-width: 45%;
}

#bottom-nav .copyright, #menu-footer-menu {
    padding-left: 0;
    list-style: none;
    margin-top: 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;
}

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: "freight-display-pro", sans-serif;
    color: #98694c;
    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;
}

.home #intro {
    padding-bottom: 80px;
}

.home #intro .learn-more-box {
    max-width: 800px;
}

.home #intro h2 {
    font-family: "freight-display-pro", serif;
    font-weight: 100;
    font-size: 48px;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    margin-top: 50px;
}

.home #intro p {
    color: #98694c;
    font-size: 24px;
}

.securities #intro {
    padding-bottom: 0;
    background: #fff;
}

.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('/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: #98694c;
    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: 258px;
}

.securities footer #social-media ul {
    padding-left: 22px;
}

.securities .inner-wrap#set-width {
    max-width: 880px;
}

span.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 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;
}

a.read-more {
    border: 1px solid #98694c;
    background: transparent;
    clear: both;
    float: none;
    width: fit-content;
    color: #fff;
    margin: 0 auto 40px;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-family: "usual", sans-serif;
    font-weight: 100;
    margin-top: 15px;
}

a.read-more:hover {
    color: #fff;
}

.gray-bg a.read-more,
.white-bg a.read-more {
    color: #323232;
}

.learn-more-box {
    max-width: 725px;
}

.learn-more-box a.read-more {
    margin-top: 60px;

}

.learn-more-box p {
}

.learn-more-box::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

#quick-brief {
    padding-bottom: 60px;
}

#quick-brief p {
    color: #98694c;
    font-size: 24px;
}

.usual {
    font-family: 'usual', sans-serif;
    font-weight: 100;
}

.brown {
    color: #98694c;
}

.white {
    color: #fff;
}

.bar-brown::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #98694c;
    margin-top: 5px;
    margin-bottom: 45px;
}

#about-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

#about-content p {
    font-size: 18px;
}

#homepage-attorneys img {
    margin-bottom: 20px;
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 1015px) {
    #mark-text {
        padding-left: 2em;
    }

    .newsletters #newsletter h1 {
        text-align: center;
    }

    #comments .comment {
        max-width: 80%;
    }

    #comment-form-comments textarea {
        max-width: 80%;
    }

    #comments .avatar {
        display: none;
    }

    #comments .comment-author-wrap, #comments .comment.odd .comment-author-wrap, #comments .author-info-wrap, #comments .comment.even .comment-author-wrap, #comments .comment.even .comment-author-wrap .avatar, #comments .comment.odd .comment_text, #comments .comment.odd .comment-author-wrap .author-info-wrap {
        position: relative;
        float: none;
    }

    #comments .commment_text {
        margin-left: auto;
        margin-right: auto;
    }

    #comments .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 !important;
        height: auto !important;
        max-width: 100% !important;
    }

    #main-wrapper .archive_content img, #main-wrapper .post_content img {
        width: 90% !important;
    }

    .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 {
        height: 100%;
        max-width: 525px;
    }

    #contact-info {
        margin-top: 0;
        float: left;
        text-align: left;
        padding-left: 0;
    }

    #newsletter-email, #contact textarea {
        width: auto;
        max-width: 11em;
    }

    .inner-wrap {
        padding-left: 15px;
    }

    section.inner-wrap {
        padding: 0;
    }

    #social-breadcrumbs {
        padding: 0;
    }

    hr, .white-bg hr, .blue-bg hr {
        width: 100%;
        margin-left: auto;
    }

    #comment-form-comments input[type="submit"], #contact input[type="submit"] {
        max-width: 100px;
    }

    #newsletter input[type="submit"] {
        /*margin-top:-0.5em;*/
    }

    .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 {
    }

    #associated-with ul li:nth-child(2) {
        max-width: 12em;
    }

    #contact input[type="text"] {
        max-width: 90%;
    }

    #newsletter input[type="submit"] {
        /*margin-left:-1em;*/
    }

    #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"] {
    }

    .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 {
    }

    #attorney-list li:nth-child(3) {
        margin-right: 4em;
    }

    #attorney-list li:nth-child(2) {
        margin-right: 0;
    }

    #ma-contact-form p.disclaimer {
        margin-top: -20px;
    }

}

@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;
    }
}

@media only screen and (min-width: 1015px ) {

    #testimonials .bx-wrapper li {
        border-right: 1px solid #98694c;
    }
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1c1063ee6418d186e88288bbe5c3ec56)
 * Config saved to config.json and https://gist.github.com/1c1063ee6418d186e88288bbe5c3ec56
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    margin-right: -15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}