﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

i {
    font-family: 'FontAwesome';
    font-style: inherit;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .attorneyDetailHeader {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * 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/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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"],
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;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*************************************************************

RESPONSIVE SCREEN SIZES

*************************************************************/
/*************************************************************

FONTS AND SIZES

*************************************************************/
/*************************************************************

COLOR PALETTE

*************************************************************/
/*************************************************************

WRAPPER PADDING

*************************************************************/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

html {
    font-size: 52.5%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 52.5%;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 62.5%;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 62.5%;
    }
}

body {
    background: #f1f1f1;
    color: #555;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

ul ul,
ol ul,
ol ul,
ol ol {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

li {
    margin-bottom: 0.4em;
    line-height: 1.2;
}

p,
ul,
ol {
    margin-bottom: 1.6em;
}

a, a:visited {
    color: #8CC63F;
    text-decoration: none;
}

    a:hover, a:visited:hover {
        color: #74A92D;
        text-decoration: underline;
    }

/*
h1, .attorneyDetailHeader,
.h1 {
    margin: 0 0 0.2em;
    font-size: 3.5rem;
    color: #005F7F;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    h1, .attorneyDetailHeader,
    .h1 {
        font-size: 5rem;
    }
}*/


h1,
.h1,
.attorneyDetailHeader {
    margin: 0 0 0.2em;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    h1,
    .h1,
    .attorneyDetailHeader {
        font-size: 3rem;
    }
}

h2,
.h2 {
    margin: 0 0 0.2em;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

/*
h2,
.h2 {
    margin: 0 0 0.2em;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    h2,
    .h2 {
        font-size: 3rem;
    }
}
*/

h3,
.h3 {
    margin: 0 0 0.2em;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #003C4B;
}

h4,
.h4 {
    color: #555;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
}

/*
h4,
.h4 {
    margin: 0 0 0.2em;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}*/

.text-xs {
    font-size: 1.4rem;
}

.text-sm {
    font-size: 1.6rem;
}

.text-lg {
    font-size: 2rem;
}

.text-xl {
    font-size: 2.2rem;
}

.text-dark {
    color: #111;
}

.text-light {
    color: #aaa;
}

.text-ex-light {
    color: #ccc;
}

.line-height-compact {
    line-height: 1.2;
}

.line-height-wide {
    line-height: 1.8;
}

.line-height-wider {
    line-height: 2;
}

.fontStack2 {
    font-family: "Montserrat", sans-serif;
}

.fontStack3 {
    font-family: "Playfair Display", serif;
}

.clearfix, .newsTeaser::after, .helpContainer::after, .teaseBoxContainer::after, .pagination::after, .relatedNewsBoxContainer::after, .servicesIndustriesTeaseContent::after, .servicesIndustriesTeaseIconContainer::after, header:after, .topSearch::after, .iTabs::after, .iSolutionsBtnContainer::after, .attorneyFilterAlpha::after, .attoryFilterDropContainer::after, .attorneyBoxContainer::after, .attorneyBoxServices::after, .attorneyDetailTopBar::after, .attorneyDetailSocial::after, .attorneyDetailSocialBtnContainer::after, .attorneyDetailHonorContainer::after, .serviceBoxContainer::after, .newsFilterRow::after, .newsListContainer::after, .newsListItem::after, .locationsContainer::after, .locationBox::after, .wrapper:after, .searchResultsWrapper:after, .newsListItem:after {
    content: "";
    display: table;
    clear: both;
}

/*************************************************************

BUTTONS

*************************************************************/
a.btn, .contactForm input[type="submit"],
a:visited.btn,
.contactForm input[type="submit"]:visited,
.btn,
.ktc-default-section input[type="submit"],
.customAdminPage .duallistbox td input[type="button"] {
    display: inline-block;
    background: #cfcfcf;
    padding: 0.5em 1.4em;
    color: #555;
    margin: 0 0 0.3em;
    text-align: center;
    border-radius: 80px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
    a.btn, .contactForm input[type="submit"],
    a:visited.btn,
    .contactForm input[type="submit"]:visited,
    .btn,
    .ktc-default-section input[type="submit"],
    .customAdminPage .duallistbox td input[type="button"] {
        padding: 0.7em 2.4em;
    }
}

a.btn:hover, .contactForm input[type="submit"]:hover,
a:visited.btn:hover,
.contactForm input[type="submit"]:visited:hover,
.btn:hover,
.ktc-default-section input[type="submit"]:hover,
.customAdminPage .duallistbox td input[type="button"]:hover {
    background: #bbb;
    text-decoration: none;
    color: #FFF;
}

a.btnFull,
a:visited.btnFull,
.btnFull {
    padding: 9px 25px;
    display: block;
}

a.btnPrimary, .contactForm input[type="submit"],
a:visited.btnPrimary,
.contactForm input[type="submit"]:visited,
.btnPrimary {
    background: #003C4B;
    color: #fff;
}

    a.btnPrimary:hover, .contactForm input[type="submit"]:hover,
    a:visited.btnPrimary:hover,
    .contactForm input[type="submit"]:visited:hover,
    .btnPrimary:hover {
        background: #002832;
        color: #fff;
    }

a.btnSecondary,
a:visited.btnSecondary,
.btnSecondary {
    background: #005F7F;
    color: #fff;
}

    a.btnSecondary:hover,
    a:visited.btnSecondary:hover,
    .btnSecondary:hover {
        background: #00465E;
        color: #fff;
    }

a.btnAccent2,
a:visited.btnAccent2,
.btnAccent2,
.ktc-default-section input[type="submit"] {
    background: #8CC63F;
    color: #fff;
}

    a.btnAccent2:hover,
    a:visited.btnAccent2:hover,
    .btnAccent2:hover,
    .ktc-default-section input[type="submit"]:hover {
        background: #74A92D;
        color: #fff;
    }

a.btnWhiteGhost,
a:visited.btnWhiteGhost,
.btnWhiteGhost {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

    a.btnWhiteGhost:hover,
    a:visited.btnWhiteGhost:hover,
    .btnWhiteGhost:hover {
        background: rgba(255, 255, 255, 0.2);
    }

/*************************************************************

FORMS

*************************************************************/
.contactForm {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2em;
    /* CHECKBOX STYLING*/
    /* RADIO BUTTON STYLING*/
}

    .contactForm label {
        display: block;
        margin: 0 0 0.4em;
    }

    .contactForm input[type="text"], .contactForm textarea {
        width: 100%;
        padding: 0 11px;
        border: 1px solid #cfcfcf;
        -webkit-appearance: none;
        border-radius: 0;
        line-height: 1.2;
        margin: 0 0 1em;
        height: 35px;
        line-height: 35px;
    }

    .contactForm select {
        width: 100%;
        height: 35px;
    }

    .contactForm textarea {
        height: 150px;
    }

    .contactForm input[type="submit"] {
        border: none;
    }

    .contactForm input[type="checkbox"] {
        display: none;
    }

        .contactForm input[type="checkbox"] + label {
            display: block;
            margin: 0 0 1em;
            cursor: pointer;
            text-align: left;
            padding: 0 0 0 35px;
            position: relative;
        }

            .contactForm input[type="checkbox"] + label:before {
                border: 2px solid #003C4B;
                content: "";
                display: inline-block;
                font-family: FontAwesome;
                height: 16px;
                margin: 0 9px 0 0;
                vertical-align: top;
                padding: 0;
                width: 25px;
                height: 25px;
                line-height: 20px;
                cursor: pointer;
                text-align: center;
                font-size: 20px;
                position: absolute;
                left: 0;
                top: 0;
            }

        .contactForm input[type="checkbox"]:checked + label::before {
            background: #fff;
            color: #666;
            content: "\f00c";
            text-align: center;
            color: #fff;
            background: #003C4B;
        }

    .contactForm input[type="radio"] {
        display: none;
    }

        .contactForm input[type="radio"] + label {
            display: block;
            margin: 0 0 1em;
            cursor: pointer;
            text-align: left;
            padding: 0 0 0 35px;
            position: relative;
        }

            .contactForm input[type="radio"] + label:before {
                border: 2px solid #003C4B;
                content: "";
                display: inline-block;
                font-family: FontAwesome;
                height: 16px;
                margin: 0 9px 0 0;
                vertical-align: top;
                padding: 0;
                width: 25px;
                height: 25px;
                border-radius: 25px;
                line-height: 20px;
                cursor: pointer;
                text-align: center;
                font-size: 20px;
                position: absolute;
                left: 0;
                top: 0;
            }

        .contactForm input[type="radio"]:checked + label::before {
            background: #fff;
            color: #666;
            text-align: center;
            color: #fff;
            background: #003C4B;
        }

    .contactForm .dropDownBox {
        border: 1px solid #cfcfcf;
        margin: 0 0 1em;
    }

.dropDownBox {
    position: relative;
}

    .dropDownBox::after {
        content: "\f107";
        font-family: FontAwesome;
        pointer-events: none;
        position: absolute;
        right: 11px;
        top: 50%;
        font-size: 1.4em;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .dropDownBox select {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        margin: 0;
        padding: 0 9px;
    }

        .dropDownBox select::-ms-expand {
            display: none;
        }

.bodyPullQuote, main blockquote {
    background: #f1f1f1;
    padding: 15px;
    border-left: 9px solid #2EB0C9;
    margin: 0 0 1.6em;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
}

@media only screen and (min-width: 992px) {
    .bodyPullQuote, main blockquote {
        padding: 30px;
    }
}

.bodyPullQuote p:last-child, main blockquote p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   ANGLES
   ========================================================================== */
.angle {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    display: block;
}

@media only screen and (min-width: 768px) {
    .angle {
        height: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .angle {
        height: 65px;
    }
}

@media only screen and (min-width: 1200px) {
    .angle {
        height: 80px;
    }
}

.angle.top {
    top: 0;
}

.angle.bottom {
    bottom: 0;
}

/* ==========================================================================
   SOCIAL LINKS
   ========================================================================== */
a.socialLink,
a:visited.socialLink {
    display: inline-block;
    border-radius: 50px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    color: #fff;
    background: #2EB0C9;
}

    a.socialLink:hover,
    a:visited.socialLink:hover {
        background: #1F91A7;
    }

/* ==========================================================================
   NEWS TEASER
   ========================================================================== */
.newsTeaser {
    max-width: 550px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.iRowNewsTease .bx-wrapper {
    max-width: 550px !important;
    margin: 0 auto;
    box-shadow: 0px 0px;
}

.iRowNewsTease .bx-wrapper .bx-prev {
    right: 100%;
    left: auto;
}

.iRowNewsTease .bx-wrapper .bx-next {
    left: 100%;
    right: auto;
}


@media only screen and (min-width: 992px) {
    .iRowNewsTease .bx-wrapper {
        max-width: 875px !important;
    }
}


@media only screen and (min-width: 992px) {
    .newsTeaser {
        max-width: 875px;
    }
}

.newsTeaserDate {
    background: #005F7F;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    width: 15.25424%;
    float: left;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .newsTeaserDate {
        width: 12%;
    }
}

.newsTeaserDate::after {
    content: "";
    display: block;
    padding: 0 0 100%;
}

.newsTeaserDateInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.2;
}

.newsTeaserMonth {
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
    .newsTeaserMonth {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .newsTeaserMonth {
        font-size: 2.4rem;
    }
}

.newsTeaserDay {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .newsTeaserDay {
        font-size: 4.4rem;
    }
}

.newsTeaserContent {
    width: 83.05085%;
    float: right;
    margin-right: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: 0 0 0 1em;
}

    .newsTeaserContent h2 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        color: #003C4B;
        font-size: 1.8rem;
        margin: 0 0.4;
        line-height: 1.2;
    }

@media only screen and (min-width: 768px) {
    .newsTeaserContent h2 {
        margin: 0 0 1.2em;
    }
}

@media only screen and (min-width: 992px) {
    .newsTeaserContent h2 {
        font-size: 2.8rem;
        margin: 0 0 0.4em;
    }
}

.newsTeaserContent h2 a, .newsTeaserContent h2 a:visited {
    color: #003C4B;
}

    .newsTeaserContent h2 a:hover, .newsTeaserContent h2 a:visited:hover {
        text-decoration: none;
        color: #2EB0C9;
    }

a.newsTeaserAction,
a:visited.newsTeaserAction {
    display: block;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    a.newsTeaserAction,
    a:visited.newsTeaserAction {
        display: inline-block;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    a.newsTeaserAction,
    a:visited.newsTeaserAction {
        font-size: 1.8rem;
    }
}

a.newsTeaserAction:hover,
a:visited.newsTeaserAction:hover {
    text-decoration: none;
}

a.newsTeaserAction::after,
a:visited.newsTeaserAction::after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 0 0 4px;
}

@media only screen and (min-width: 992px) {
    a.newsTeaserAction::after,
    a:visited.newsTeaserAction::after {
        margin: 0 0 0 9px;
    }
}

/* ==========================================================================
   HELP CONTAINER
   ========================================================================== */
.helpContainer {
    text-align: center;
}

@media print {
    .helpContainer {
        max-width: 500px;
        margin: 0 auto;
    }
}

.helpContainer a.btn, .helpContainer .contactForm input[type="submit"], .contactForm .helpContainer input[type="submit"] {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .helpContainer a.btn, .helpContainer .contactForm input[type="submit"], .contactForm .helpContainer input[type="submit"] {
        width: auto;
        display: inline-block;
        margin: 0 1em;
    }
}

.helpContainer a.btn::after, .helpContainer .contactForm input[type="submit"]::after, .contactForm .helpContainer input[type="submit"]::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin: 0 0 0 7px;
    font-weight: normal;
}

.helpContainer a.btn.phone::after, .helpContainer .contactForm input.phone[type="submit"]::after, .contactForm .helpContainer input.phone[type="submit"]::after {
    content: "\f095";
}

.helpContainer a.btn.email::after, .helpContainer .contactForm input.email[type="submit"]::after, .contactForm .helpContainer input.email[type="submit"]::after {
    content: "\f0e0";
}

.helpContainer a.btn.locations::after, .helpContainer .contactForm input.locations[type="submit"]::after, .contactForm .helpContainer input.locations[type="submit"]::after {
    content: "\f041";
}

@media screen and (min-width: 500px) {
    .helpContainer a.btn.viewOnMobile, .helpContainer .contactForm input.viewOnMobile[type="submit"], .contactForm .helpContainer input.viewOnMobile[type="submit"] {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .helpContainer a.btn.viewOnNonMobile, .helpContainer .contactForm input.viewOnNonMobile[type="submit"], .contactForm .helpContainer input.viewOnNonMobile[type="submit"] {
        display: none;
    }
}

.helpHeader {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #003C4B;
    padding-bottom: 1em;
    margin: 0 0 1em;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .helpHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .helpHeader {
        font-size: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .helpHeader {
        padding-bottom: 0.6em;
        margin-bottom: 0.6em;
    }
}

.helpHeader::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 2px solid #003C4B;
    width: 215px;
}

/* ==========================================================================
   TEASE BOXES
   ========================================================================== */
@media only screen and (min-width: 992px) {
    .teaseBoxContainer {
        display: flex;
        justify-content: center;
    }
}

@media print {
    .teaseBoxContainer {
        display: flex;
        justify-content: center;
    }
}

.teaseBox {
    margin: 0 0 3em;
}

@media only screen and (min-width: 768px) {
    .teaseBox {
        max-width: 550px;
        margin: 0 auto 3em;
    }
}

@media only screen and (min-width: 992px) {
    .teaseBox {
        max-width: 1000px;
        width: 31.33333%;
        float: left;
        margin: 0 1%;
    }
}

@media only screen and (min-width: 1200px) {
    .teaseBox {
        width: 30.33333%;
        margin: 0 1.5%;
    }
}

@media print {
    .teaseBox {
        width: 31.333%;
        margin: 0 1%;
    }
}

.teaseBox:last-child {
    margin-bottom: 0;
}

.teaseBoxTitle {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #2EB0C9;
    text-align: center;
    margin: 0 0 0.4em;
}

@media only screen and (min-width: 992px) {
    .teaseBoxTitle {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .teaseBoxTitle {
        font-size: 5rem;
    }
}

@media only screen and (min-width: 992px) {
    .teaseBoxTitle {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .teaseBoxTitle {
        font-size: 3rem;
    }
}

.teaseBoxContent {
    background: #fff;
    padding: 0 1em;
    margin: 0 0 0.8em;
}

@media only screen and (min-width: 1200px) {
    .teaseBoxContent {
        padding: 0 2em;
    }
}

.teaseBoxRow {
    border-bottom: 1px solid #e8e8e8;
    padding: 1em 0;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .teaseBoxRow {
        min-height: 130px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .teaseBoxRow {
        padding: 1.8em 0;
    }
}

.teaseBoxRow:last-child {
    border: none;
}

.teaseBoxRow.event {
    padding-right: 25%;
}

@media only screen and (min-width: 992px) {
    .teaseBoxRow.event {
        padding-right: 35%;
    }
}

.teaseBoxDate {
    color: #aaa;
}

.teaseBoxCaption,
a.teaseBoxCaption,
a:visited.teaseBoxCaption {
    font-family: "Montserrat", sans-serif;
    color: #555;
}

    .teaseBoxCaption:hover,
    a.teaseBoxCaption:hover,
    a:visited.teaseBoxCaption:hover {
        color: #8CC63F;
        text-decoration: none;
    }

.teaseBoxSubCaption {
    color: #aaa;
}

.teaseBoxEventDate {
    position: absolute;
    top: 50%;
    right: 1em;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

a.teaseBoxAction,
a:visited.teaseBoxAction {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

    a.teaseBoxAction::after,
    a:visited.teaseBoxAction::after {
        content: "\f101";
        font-family: FontAwesome;
        display: inline-block;
        margin: 0 0 0 4px;
        font-weight: normal;
    }


.teaseBox.home {
    padding: 30px;
    background: white;
    padding-bottom: 80px;
    position: relative;
}

.teaseBox.home .btn {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
    font-family: "Roboto", sans-serif !important;
}

.home .teaseBoxTitle {
    color: #005F7F;
}

.home {
    font-family: "Roboto", sans-serif !important;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
    text-align: center;
    padding: 1em 0;
    display: block;
}

@media print {
    .pagination {
        display: none;
    }
}

.pagination a, .pagination a:visited,
.pagination span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid transparent;
    vertical-align: top;
}

@media only screen and (min-width: 992px) {
    .pagination a, .pagination a:visited,
    .pagination span {
        margin: 0 3px 11px;
    }
}

.pagination a, .pagination a:visited {
    color: #555;
}

    .pagination a:hover, .pagination a:visited:hover {
        background: #fff;
        color: #2EB0C9;
        border-color: #2EB0C9;
        text-decoration: none;
    }

    .pagination a.active, .pagination a:visited.active {
        background: #2EB0C9;
        border-color: #2EB0C9;
        color: #fff;
    }

.pagination span {
    color: #9b9b9b;
}

    .pagination span.active {
        background: #2EB0C9;
        border-color: #2EB0C9;
        color: #fff;
    }

.paginationFirst::after {
    content: "\f100";
    font-family: FontAwesome;
    display: inline-block;
}

.paginationPrev::after {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
}

.paginationNext::after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
}

.paginationLast::after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
}

/* ==========================================================================
   RELATED NEWS ROW
   ========================================================================== */
.relatedNewsRow {
    background: url(../images/textureLines.png);
    padding: 2em 0;
}

@media only screen and (min-width: 1200px) {
    .relatedNewsRow {
        padding: 4em 0;
    }
}

@media print {
    .relatedNewsRow {
        display: none;
    }
}

.relatedNewsTitle {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    color: #2EB0C9;
    text-align: center;
    position: relative;
    padding-bottom: 1em;
    margin: 0 0 1.4em;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) {
    .relatedNewsTitle {
        padding-bottom: 0.6em;
        margin-bottom: 1.6em;
    }
}

.relatedNewsTitle::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 2px solid #2EB0C9;
    width: 215px;
}

@media only screen and (min-width: 768px) {
    .relatedNewsBoxContainer {
        display: -ms-flexbox;
        display: flex;
    }
}

a.relatedNewsBox,
a:visited.relatedNewsBox {
    display: block;
    background: #fff;
    color: #555;
    font-family: "Montserrat", sans-serif;
    padding: 1em;
    margin: 0 0 2em;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    a.relatedNewsBox,
    a:visited.relatedNewsBox {
        width: 31.33333%;
        margin: 0 1% 2em;
    }
}

@media only screen and (min-width: 992px) {
    a.relatedNewsBox,
    a:visited.relatedNewsBox {
        font-size: 1.6rem;
        padding: 1em 2em;
    }
}

@media only screen and (min-width: 1200px) {
    a.relatedNewsBox,
    a:visited.relatedNewsBox {
        width: 30.3333%;
        margin: 0 1.5% 2em;
    }
}

a.relatedNewsBox:hover,
a:visited.relatedNewsBox:hover {
    color: #2EB0C9;
    text-decoration: none;
}

.relatedNewsBoxDate {
    color: #aaa;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

a.relatedNewsViewAll,
a:visited.relatedNewsViewAll {
    display: block;
    text-align: center;
    color: #2EB0C9;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

    a.relatedNewsViewAll::after,
    a:visited.relatedNewsViewAll::after {
        content: "\f101";
        font-family: FontAwesome;
        display: inline-block;
        margin: 0 0 0 7px;
        font-weight: normal;
    }

    a.relatedNewsViewAll:hover,
    a:visited.relatedNewsViewAll:hover {
        color: #1F91A7;
        text-decoration: none;
    }

/* ==========================================================================
   SERVICES AND INDUSTRIES TEASE ROW
   ========================================================================== */
.teaseServicesIndustriesRow {
    position: relative;
}

@media print {
    .teaseServicesIndustriesRow {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .servicesIndustriesTeaseContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.servicesIndustriesTeaseBox {
    margin: 0 0 3em;
}

@media only screen and (min-width: 768px) {
    .servicesIndustriesTeaseBox {
        width: 48%;
        margin: 0 1%;
    }
}

@media only screen and (min-width: 1200px) {
    .servicesIndustriesTeaseBox {
        width: 46%;
        margin: 0 2%;
    }
}

.servicesIndustriesTeaseBox:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .servicesIndustriesTeaseBox a.btn, .servicesIndustriesTeaseBox .contactForm input[type="submit"], .contactForm .servicesIndustriesTeaseBox input[type="submit"] {
        margin-top: 1em;
    }
}

.servicesIndustriesTeaseTitle {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #2EB0C9;
    text-align: center;
    margin: 0 0 0.6em;
}

@media only screen and (min-width: 992px) {
    .servicesIndustriesTeaseTitle {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .servicesIndustriesTeaseTitle {
        font-size: 5rem;
    }
}

.servicesIndustriesTeaseContent {
    background: #fff;
    text-align: center;
    padding: 2em 1em;
}

.servicesIndustriesTeaseIconContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.servicesIndustriesTeaseIcon,
a:visited.servicesIndustriesTeaseIcon {
    width: 48%;
    margin: 0 1% 2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #555;
    font-size: 1.4rem;
}

@media only screen and (min-width: 992px) {
    a.servicesIndustriesTeaseIcon,
    a:visited.servicesIndustriesTeaseIcon {
        font-size: 1.4rem;
    }
}

a.servicesIndustriesTeaseIcon .icon,
a:visited.servicesIndustriesTeaseIcon .icon {
    max-width: 50%;
    margin: 0 auto 0.2em;
}

@media only screen and (min-width: 992px) {
    a.servicesIndustriesTeaseIcon .icon,
    a:visited.servicesIndustriesTeaseIcon .icon {
        max-width: 40%;
    }
}

a.servicesIndustriesTeaseIcon .icon::after,
a:visited.servicesIndustriesTeaseIcon .icon::after {
    content: "";
    display: block;
    padding: 0 0 100%;
}

a.servicesIndustriesTeaseIcon .icon.hover,
a:visited.servicesIndustriesTeaseIcon .icon.hover {
    display: none;
}

a.servicesIndustriesTeaseIcon:hover,
a:visited.servicesIndustriesTeaseIcon:hover {
    text-decoration: none;
}

    a.servicesIndustriesTeaseIcon:hover .title,
    a:visited.servicesIndustriesTeaseIcon:hover .title {
        color: #8CC63F;
    }

    a.servicesIndustriesTeaseIcon:hover .icon,
    a:visited.servicesIndustriesTeaseIcon:hover .icon {
        display: none;
    }

        a.servicesIndustriesTeaseIcon:hover .icon.hover,
        a:visited.servicesIndustriesTeaseIcon:hover .icon.hover {
            display: block;
        }

@media screen and (min-width: 768px) {
    a.servicesIndustriesTeaseIcon .title {
        min-height: 40px;
    }
}

/* ==========================================================================
   STRY INFORMED
   ========================================================================== */
.stayInformedRow {
    background: #2EB0C9;
    text-align: center;
    padding: 2em 0;
}

@media only screen and (min-width: 992px) {
    .stayInformedRow {
        font-size: 3rem;
    }
}

@media print {
    .stayInformedRow {
        display: none;
    }
}

/* ==========================================================================
   LEADER
   ========================================================================== */
p.leader {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
    line-height: 1.2;
    margin: 0 0 0.8em;
}

@media only screen and (min-width: 992px) {
    p.leader {
        margin-top: 31px;
    }
}

/* ==========================================================================
   SEARCH RESULTS
   ========================================================================== */
.searchResultsWrapper {
    padding-top: 2em;
    max-width: 850px !important;
}

.searchResultCount {
    color: #aaa;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

    .searchResultCount span {
        color: #2EB0C9;
    }

.searchResult {
    padding: 1em 0;
    border-bottom: 1px solid #979797;
}

.searchResult img {
    display:none;
}

    .searchResult:last-child {
        border-bottom: none;
    }

.searchGroup{
    padding-top: 25px;
}

.searchGroupHeading {
    font-size: 2.5rem;
}

@media only screen and (min-width: 992px) {
    .searchResult {
        padding: 1em 0;
    }
}

.searchResult h2 a, .searchResult h2 a:visited {
    color: #005F7F;
}

.searchResult p:last-child {
    margin-bottom: 0;
}

a.searchResultAction,
a:visited.searchResultAction {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

    a.searchResultAction::after,
    a:visited.searchResultAction::after {
        content: "\f101";
        display: inline-block;
        font-family: FontAwesome;
        margin: 0 0 0 5px;
    }

/*************************************************************

STANDARD STYLEGUIDE STYLES

*************************************************************/
.styleWrapper {
    font-family: "Roboto", sans-serif;
    background: #fff;
}

a.guideLink,
a:visited.guideLink {
    color: #999;
    text-decoration: none;
}

a:hover.guideLink,
a:visited:hover.guideLink {
    color: #333;
}

.styleWrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 35px 25px 0 25px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .styleWrapper {
        padding-left: 250px;
    }
}

.styleWrapper section {
    margin: 0 0 100px;
}

    .styleWrapper section.guideLastSection {
        margin-bottom: 0;
    }

.styleMenu {
    position: fixed;
    top: 29px;
    left: 0;
    width: 200px;
    text-align: right;
    bottom: 0;
    font-size: 1.4rem;
    font-family: 'Raleway', sans-serif;
    display: none;
}

@media only screen and (min-width: 992px) {
    .styleMenu {
        display: block;
    }
}

.styleMenu a {
    display: block;
    margin: 0 0 11px;
    text-align: right;
    padding: 5px 15px;
    border-right: 4px solid transparent;
}

    .styleMenu a:hover {
        background: #f8f8f8;
        text-decoration: none;
    }

    .styleMenu a.guideLinkOn {
        background: #efefef;
        color: #222;
        border-color: #aaa;
    }

    .styleMenu a.bkLink {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
    }

        .styleMenu a.bkLink:hover {
            background: transparent;
        }

.styleMenu .bkBadge {
    height: 35px;
    width: auto;
    margin: 0 0 0 0;
    opacity: .8;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

    .styleMenu .bkBadge:hover {
        opacity: 1;
    }

.guideStyleToggle {
    text-align: right;
    margin: 0 15px 11px 0;
    cursor: pointer;
    color: #999;
}

    .guideStyleToggle span {
        display: inline-block;
        padding: 3px 9px;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

        .guideStyleToggle span:hover {
            background: #fafafa;
        }

        .guideStyleToggle span.toggleOn {
            background: #00A4E4;
            color: #fff;
            border-color: #00A4E4;
        }

            .guideStyleToggle span.toggleOn:before {
                content: "\f00c";
                font-family: FontAwesome;
                margin: 0 5px 0 0;
            }

.guideTag {
    position: relative;
    background: #00A4E4;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1px 4px;
    display: inline-block;
    color: #fff;
    margin: 0 9px;
    display: none;
    border: 1px solid #fff;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.mainHeader {
    font-size: 8rem;
    line-height: 8.4rem;
    margin: 0 0 25px;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 3rem;
    line-height: 3.4rem;
}

@media only screen and (min-width: 992px) {
    .mainHeader {
        font-size: 8rem;
        line-height: 8.4rem;
        margin-bottom: 45px;
    }
}

.mainHeader span {
    color: #aaa;
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.styleHeader {
    border-bottom: 1px solid #333;
    padding: 9px 0;
    margin: 0 0 35px;
    text-align: center;
    font-weight: 700;
    color: #333;
    position: relative;
    text-transform: uppercase;
    font-size: 1.6rem;
    clear: both;
    font-family: 'Raleway', sans-serif;
}

    .styleHeader:after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin: 0 0 0 -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #333;
    }

    .styleHeader .guideLink {
        position: absolute;
        right: 0;
        top: 50%;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin: -12px 0 0;
        font-size: 1.6rem;
    }

.colorBoxWrapper {
    width: 31.3333%;
    margin: 0 1% 25px;
    float: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .colorBoxWrapper {
        width: 23%;
    }
}

@media only screen and (min-width: 992px) {
    .colorBoxWrapper {
        width: 18%;
    }
}

.colorBox {
    width: 100%;
    height: 90px;
    border-radius: 3px;
    background: #ccc;
    display: block;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
}

@media only screen and (min-width: 992px) {
    .colorBox {
        height: 110px;
    }
}

.colorBox-Light {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 31px;
    background: #ddd;
}

.colorBox-Dark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 31px;
    background: #bbb;
}

.colorTitle {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.colorHex {
    color: #aaa;
    font-family: 'Raleway', sans-serif;
}

.colorBoxGray {
    height: 50px;
}

.clearer {
    clear: both;
}

/*************************************************************

UNIQUE STYLEGUIDE STYLES

*************************************************************/
.colorBox-Primary {
    background: #003C4B;
}

    .colorBox-Primary .colorBox-Light {
        background: #00586E;
    }

    .colorBox-Primary .colorBox-Dark {
        background: #002832;
    }

.colorBox-Secondary {
    background: #005F7F;
}

    .colorBox-Secondary .colorBox-Light {
        background: #007AA3;
    }

    .colorBox-Secondary .colorBox-Dark {
        background: #00465E;
    }

.colorBox-Accent1 {
    background: #2EB0C9;
}

    .colorBox-Accent1 .colorBox-Light {
        background: #4DCDE6;
    }

    .colorBox-Accent1 .colorBox-Dark {
        background: #1F91A7;
    }

.colorBox-Accent2 {
    background: #8CC63F;
}

    .colorBox-Accent2 .colorBox-Light {
        background: #A8E556;
    }

    .colorBox-Accent2 .colorBox-Dark {
        background: #74A92D;
    }

.colorBox-Gray-Ex-Dark {
    background: #525252;
}

.colorBox-Gray-Dark {
    background: #bbb;
}

.colorBox-Gray-Medium {
    background: #cfcfcf;
}

.colorBox-Gray-Light {
    background: #e8e8e8;
}

.colorBox-Gray-Ex-Light {
    background: #f1f1f1;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
    background: #003C4B;
    padding: 11px 0;
}

@media only screen and (min-width: 768px) {
    header {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
}

@media only screen and (min-width: 992px) {
    header {
        padding: 1em 0;
    }
}

@media print {
    header {
        background: #fff;
    }
}

@media only screen and (min-width: 1400px) {
    header .wrapper, header .searchResultsWrapper, header .newsListItem {
        padding: 0 45px;
    }
}

/* ==========================================================================
   MENU TOGGLE
   ========================================================================== */
.menuToggle {
    cursor: pointer;
    float: right;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .menuToggle {
        display: none;
    }
}

@media print {
    .menuToggle {
        display: none;
    }
}

.menuToggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 26px;
}

/* ==========================================================================
   LOGO
   ========================================================================== */
.logo {
    float: left;
}

@media only screen and (min-width: 992px) {
    .logo {
        padding: 24px 0 0;
    }
}

.logo img {
    display: block;
    height: 40px;
    width: auto;
}

@media only screen and (min-width: 992px) {
    .logo img {
        height: 55px;
    }
}

@media only screen and (min-width: 1200px) {
    .logo img {
        height: 72px;
    }
}

@media print {
    .logo img {
        display: none;
    }
}

img.logoPrint,
img.hideonscreen {
    display: none;
}

@media print {
    img.logoPrint,
    img.hideonscreen {
        display: block;
        width: 200px;
        height: auto;
    }
}

/* ==========================================================================
   TOP LINKS
   ========================================================================== */
@media only screen and (min-width: 992px) {
    .topLinks {
        float: right;
    }
}

/* ==========================================================================
   TOP SEARCH
   ========================================================================== */
.topSearch {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .topSearch {
        float: left;
        width: auto;
    }
}

@media print {
    .topSearch {
        display: none;
    }
}

.topSearch input[type="text"], .topSearch .contactForm textarea, .contactForm .topSearch textarea {
    width: 83.05085%;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
}

@media only screen and (min-width: 992px) {
    .topSearch input[type="text"], .topSearch .contactForm textarea, .contactForm .topSearch textarea {
        height: 35px;
        line-height: 35px;
        background: #FFF;
        text-align: right;
        color: #fff;
        font-size: 1.4rem;
        font-family: "Montserrat", sans-serif;
        padding: 0 0 0 1em;
        background: #fff;
        color: #9b9b9b;
        border-radius: 25px 0 0 25px;
        outline: none;
    }

        .topSearch input[type="text"]::-webkit-input-placeholder, .topSearch .contactForm textarea::-webkit-input-placeholder, .contactForm .topSearch textarea::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #fff;
            opacity: 1;
        }

        .topSearch input[type="text"]::-moz-placeholder, .topSearch .contactForm textarea::-moz-placeholder, .contactForm .topSearch textarea::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
            opacity: 1;
        }

        .topSearch input[type="text"]:-ms-input-placeholder, .topSearch .contactForm textarea:-ms-input-placeholder, .contactForm .topSearch textarea:-ms-input-placeholder {
            /* IE 10+ */
            color: #fff;
            opacity: 1;
        }

        .topSearch input[type="text"]:-moz-placeholder, .topSearch .contactForm textarea:-moz-placeholder, .contactForm .topSearch textarea:-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
            opacity: 1;
        }
}

@media only screen and (min-width: 992px) {
    .topSearch input[type="text"]:focus, .topSearch .contactForm textarea:focus, .contactForm .topSearch textarea:focus {
        background: #fff;
        color: #9b9b9b;
        border-radius: 25px 0 0 25px;
        outline: none;
    }

        .topSearch input[type="text"]:focus::-webkit-input-placeholder, .topSearch .contactForm textarea:focus::-webkit-input-placeholder, .contactForm .topSearch textarea:focus::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #9b9b9b;
            opacity: 1;
        }

        .topSearch input[type="text"]:focus::-moz-placeholder, .topSearch .contactForm textarea:focus::-moz-placeholder, .contactForm .topSearch textarea:focus::-moz-placeholder {
            /* Firefox 19+ */
            color: #9b9b9b;
            opacity: 1;
        }

        .topSearch input[type="text"]:focus:-ms-input-placeholder, .topSearch .contactForm textarea:focus:-ms-input-placeholder, .contactForm .topSearch textarea:focus:-ms-input-placeholder {
            /* IE 10+ */
            color: #9b9b9b;
            opacity: 1;
        }

        .topSearch input[type="text"]:focus:-moz-placeholder, .topSearch .contactForm textarea:focus:-moz-placeholder, .contactForm .topSearch textarea:focus:-moz-placeholder {
            /* Firefox 18- */
            color: #9b9b9b;
            opacity: 1;
        }
}

.topSearch input[type="submit"] {
    width: 16.94915%;
    float: right;
    margin-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: #8CC63F url(../images/iconSearchWhite.png) 50% 50% no-repeat;
    color: #fff;
    text-indent: -9999px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .topSearch input[type="submit"] {
        height: 35px;
        line-height: 35px;
        /*background: transparent url(../images/iconSearchWhite.png) 50% 50% no-repeat;*/
        background: #fff url(../images/iconSearchGray.png) 50% 50% no-repeat;
        border-radius: 0 25px 25px 0;
    }
}

.topSearch input[type="submit"]:hover {
    background: #74A92D;
}

@media only screen and (min-width: 992px) {
    .topSearch input[type="submit"]:hover {
        background: transparent url(../images/iconSearchWhite.png) 50% 50% no-repeat;
    }
}

.topSearch input[type="submit"].on {
    background: #fff url(../images/iconSearchGray.png) 50% 50% no-repeat;
    border-radius: 0 25px 25px 0;
}

.topSearch .predictiveSearchResults {
    padding: 5px 0;
    position: absolute;
    top: 50px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #003C4B;
    border-radius: 5px;
    margin-right: 10px;
}

    .topSearch .predictiveSearchResults a {
        margin-bottom: 5px;
        padding: 5px;
    }

        .topSearch .predictiveSearchResults a:hover {
            color: #fff !important;
            background-color: #003C4B;
            text-decoration: none;
        }

/* ==========================================================================
   TOP TRANSLATE
   ========================================================================== */
.topTranslate {
    display: block;
    text-align: center;
    padding: 1em;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) {
    .topTranslate {
        float: left;
        padding: 5px 0 0;
        margin: 0 1em;
        font-size: 1.4rem;
    }
}

@media print {
    .topTranslate {
        display: none;
    }
}

/* ==========================================================================
   TOP SOCIAL
   ========================================================================== */
.topSocial {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .topSocial {
        float: left;
    }
}

@media print {
    .topSocial {
        display: none;
    }
}

.topSocial a.socialLink {
    display: inline-block;
    margin: 0 0.2em;
}

.preFooter {
    background: #003C4B;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2em 0;
}

@media print {
    .preFooter {
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    .preFooter .wrapper, .preFooter .searchResultsWrapper, .preFooter .newsListItem {
        padding: 0 45px;
    }
}

.preFooter a, .preFooter a:visited {
    color: #fff;
}

    .preFooter a:hover, .preFooter a:visited:hover {
        text-decoration: none;
        color: #2EB0C9;
    }

.preFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .preFooter ul {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .preFooter li {
        display: inline-block;
        margin: 0 1em;
    }
}

@media only screen and (min-width: 992px) {
    .preFooter li {
        margin: 0 0 0 1em;
    }
}

.preFooter li a, .preFooter li a:visited {
    display: block;
    text-align: center;
    padding: 0.6em 0;
}

.footerLogo {
    display: block;
    width: 150px;
    margin: 0 auto 2em;
}

@media only screen and (min-width: 992px) {
    .footerLogo {
        float: left;
        width: 175px;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .footerLogo {
        width: 230px;
    }
}

@media only screen and (min-width: 992px) {
    .subFooterMenu {
        float: right;
    }
}

@media only screen and (min-width: 1200px) {
    .subFooterMenu {
        padding: 11px 0 0;
    }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
    padding: 2em 0;
    text-align: center;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    background: url(../images/textureLines.png);
}

@media only screen and (min-width: 1200px) {
    footer {
        font-size: 1.2rem;
        padding: 3em 0;
    }
}

@media only screen and (min-width: 1400px) {
    footer .wrapper, footer .searchResultsWrapper, footer .newsListItem {
        padding: 0 45px;
    }
}

footer a, footer a:visited {
    color: #555;
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    .footerLeft {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%;
        text-align: left;
    }
}

.footerSocial {
    margin: 0 0 2em;
}

@media print {
    .footerSocial {
        display: none;
    }
}

.footerSocial a.socialLink {
    margin: 0 0.2em;
}

@media only screen and (min-width: 992px) {
    .footerSocial a.socialLink {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .footerRight {
        width: 66.10169%;
        float: right;
        margin-right: 0;
        text-align: right;
    }
}

@media only screen and (min-width: 1400px) {
    .footerRight {
        width: 59.32203%;
        float: right;
        margin-right: 0;
    }
}

.mainNav {
    position: fixed;
    background: #003C4B;
    top: 0;
    right: -1000px;
    bottom: 0;
    width: 300px;
    z-index: 100;
    font-family: "Montserrat", sans-serif;
    transition: right 0.2s ease-out;
    overflow: auto;
}

.mainNav.on{
    right: 0;
}

@media only screen and (min-width: 992px) {
    .mainNav {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        overflow: visible;
        background: transparent;
        float: right;
        margin: 11px 0 0;
        clear: right;
    }
}

@media print {
    .mainNav {
        display: none;
    }
}

.mainNav ul {
    list-style: none;
    margin: 2em 0 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
}

@media only screen and (min-width: 992px) {
    .mainNav ul {
        border: none;
        margin: 0;
        clear: none;
    }
}

.mainNav li {
    margin: 0;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .mainNav li {
        display: inline-block;
    }
}

.mainNav li a, .mainNav li a:visited {
    display: block;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 2.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 992px) {
    .mainNav li a, .mainNav li a:visited {
        font-size: 1.6rem;
        border: none;
        text-transform: uppercase;
        padding: 0.6em 11px;
    }
}

@media only screen and (min-width: 1200px) {
    .mainNav li a, .mainNav li a:visited {
        font-size: 1.8rem;
    }
}

.mainNav li a:hover, .mainNav li a:visited:hover {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.mainNav li ul {
    display: none;
    margin: 0;
    border: none;
}

@media only screen and (min-width: 992px) {
    .mainNav li ul {
        position: absolute;
        left: 0;
        top: 100%;
        background: #003C4B;
        width: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .mainNav li li {
        display: block;
    }
}

.mainNav li li a, .mainNav li li a:visited {
    font-size: 1.8rem;
    border: none;
    padding: 0.6em 3em;
}

@media only screen and (min-width: 992px) {
    .mainNav li li a, .mainNav li li a:visited {
        text-transform: none;
        padding: 9px 11px;
        font-size: 1.6rem;
    }
}

.downToggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .downToggle {
        display: none;
    }
}

.downToggle:hover {
    background: rgba(255, 255, 255, 0.2);
}

.downToggle::after {
    content: "\f107";
    font-family: FontAwesome;
}

.downToggle.on::after {
    content: "\f106";
}

.iHero {
    position: relative;
    max-height: 800px;
}

@media print {
    .iHero {
        display: none;
    }
}

.iHero::after {
    content: "";
    display: block;
    padding: 0 0 50%;
}

@media only screen and (min-width: 768px) {
    .iHero::after {
        padding: 0 0 45%;
    }
}

.iHeroCaption {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    .iHeroCaption {
        -ms-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
    }
}

@media print {
    .iHeroCaption .btn, .iHeroCaption .ktc-default-section input[type="submit"], .ktc-default-section .iHeroCaption input[type="submit"], .iHeroCaption .customAdminPage .duallistbox td input[type="button"], .customAdminPage .duallistbox td .iHeroCaption input[type="button"] {
        display: none;
    }
}

.iHeroCaptionLeader {
    font-family: "Playfair Display", serif;
    font-size: 6vw;
}

@media only screen and (min-width: 992px) {
    .iHeroCaptionLeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iHeroCaptionLeader {
        font-size: 4.8rem;
    }
}

.iHeroCaptionHeader {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 8vw;
    margin: 0 0 0.4em;
}

@media only screen and (min-width: 992px) {
    .iHeroCaptionHeader {
        font-size: 7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iHeroCaptionHeader {
        font-size: 9rem;
    }
}

/* ==========================================================================
   INDEX ROWS
   ========================================================================== */
.iRow, .teaseServicesIndustriesRow, .attorneyLandingRow {
    position: relative;
    padding: 4em 0;
}

@media only screen and (min-width: 992px) {
    .iRow, .teaseServicesIndustriesRow, .attorneyLandingRow {
        padding: 7em 0;
    }
}

@media only screen and (min-width: 1200px) {
    .iRow, .teaseServicesIndustriesRow, .attorneyLandingRow {
        padding: 8em 0;
    }
}

.iRow.compressed, .compressed.teaseServicesIndustriesRow, .compressed.attorneyLandingRow {
    padding: 2em 0;
}

@media only screen and (min-width: 992px) {
    .iRow.compressed, .compressed.teaseServicesIndustriesRow, .compressed.attorneyLandingRow {
        padding: 3em 0;
    }
}

@media print {
    .iRowNewsTease {
        display: none;
    }
}

@media print {
    .iTeaseBoxes {
        display: none;
    }
}

/* ==========================================================================
   TAB CONTAINER
   ========================================================================== */
.iTabContainer {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 1em;
}

@media only screen and (min-width: 768px) {
    .iTabContainer {
        padding: 3em;
    }
}

@media only screen and (min-width: 992px) {
    .iTabContainer {
        padding: 4em;
    }
}

@media only screen and (min-width: 1200px) {
    .iTabContainer {
        max-width: 1184px;
        margin: 0 auto;
        padding: 5em 6em;
    }
}

@media only screen and (min-width: 1400px) {
    .iTabContainer {
        padding: 6em 9em;
    }
}

.iTabHeader {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #005F7F;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .iTabHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iTabHeader {
        font-size: 5rem;
    }
}

.iTabSubHeader {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #005F7F;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .iTabSubHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iTabSubHeader {
        font-size: 5rem;
    }
}

.iTabs {
    padding: 2em 0 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    .iTabs {
        margin: 0 0 2em;
    }
}

@media only screen and (min-width: 992px) {
    .iTabs {
        padding-top: 3em;
        margin: 0 0 3em;
    }
}

@media print {
    .iTabs {
        display: none;
    }
}

.iTab {
    width: 25%;
    text-align: center;
    border-bottom: 3px solid #555;
    cursor: pointer;
    /*&:nth-child(1) {

		.iTabIcon {
			background: url(../images/iTab1.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&.on {

			.iTabIcon {
				background: url(../images/iTab1-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(2) {

		.iTabIcon {
			background: url(../images/iTab2.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&.on {

			.iTabIcon {
				background: url(../images/iTab2-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(3) {

		.iTabIcon {
			background: url(../images/iTab3.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&.on {

			.iTabIcon {
				background: url(../images/iTab3-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(4) {

		.iTabIcon {
			background: url(../images/iTab4.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&.on {

			.iTabIcon {
				background: url(../images/iTab4-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}*/
}

    .iTab .iTabIcon.basic {
        display: block;
    }

    .iTab .iTabIcon.hover {
        display: none;
    }

@media only screen and (min-width: 992px) {
    .iTab:hover {
        background: #f1f1f1;
    }
}

.iTab.on {
    border-color: #8CC63F;
}

    .iTab.on .iTabIcon.basic {
        display: none;
    }

    .iTab.on .iTabIcon.hover {
        display: block;
    }

.iTabIcon {
    width: 60%;
    margin: 0 auto 0.4em;
}

@media only screen and (min-width: 768px) {
    .iTabIcon {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) {
    .iTabIcon {
        max-width: 75px;
        margin-bottom: 0.6em;
        padding: 0.4em 0;
    }
}

.iTabIcon::after {
    content: "";
    display: block;
    padding: 0 0 100%;
}

.iTabTitle {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
    margin: 0 0 0.8em;
}

@media only screen and (min-width: 768px) {
    .iTabTitle {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iTabTitle {
        font-size: 1.8rem;
    }
}

.on .iTabTitle {
    color: #8CC63F;
}

.iTabContentBox {
    display: none;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .iTabContentBox {
        padding: 0 0 0 38%;
    }
}

@media only screen and (min-width: 992px) {
    .iTabContentBox {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 40%;
    }
}

.iTabContentBox.on {
    display: block;
}

.iTabContentThumb {
    margin: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    .iTabContentThumb {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 35%;
        margin: 0;
    }
}

@media print {
    .iTabContentThumb {
        display: none;
    }
}

.iTabContentThumb::after {
    content: "";
    display: block;
    padding: 0 0 45%;
}

a.iTabAction2,
a:visited.iTabAction2 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #005F7F;
}

    a.iTabAction2::after,
    a:visited.iTabAction2::after {
        content: "\f101";
        font-family: FontAwesome;
        display: inline-block;
        margin: 0 0 0 4px;
        font-weight: normal;
    }

    a.iTabAction2:hover,
    a:visited.iTabAction2:hover {
        color: #007AA3;
    }

@media print {
    .iTabContent {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* ==========================================================================
   SOLUTIONS
   ========================================================================== */
@media only screen and (min-width: 992px) {
    .iRowSolutions.iRow .wrapper, .iRowSolutions.teaseServicesIndustriesRow .wrapper, .iRowSolutions.attorneyLandingRow .wrapper, .iRowSolutions.iRow .searchResultsWrapper, .iRowSolutions.teaseServicesIndustriesRow .searchResultsWrapper, .iRowSolutions.attorneyLandingRow .searchResultsWrapper, .iRowSolutions.iRow .newsListItem, .iRowSolutions.teaseServicesIndustriesRow .newsListItem, .iRowSolutions.attorneyLandingRow .newsListItem {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }
}

.iSolutionsLeft {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .iSolutionsLeft {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    .iSolutionsLeft {
        width: 40%;
        text-align: left;
        margin: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .iSolutionsLeft {
        padding-left: 45px;
    }
}

@media print {
    .iSolutionsLeft {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.iSolutionsHeader {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #005F7F;
}

@media only screen and (min-width: 992px) {
    .iSolutionsHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iSolutionsHeader {
        font-size: 5rem;
    }
}

.iSolutionsSubHeader {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #005F7F;
    position: relative;
    padding-bottom: 1em;
    margin: 0 0 1em;
}

@media only screen and (min-width: 992px) {
    .iSolutionsSubHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iSolutionsSubHeader {
        font-size: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iSolutionsSubHeader {
        padding-bottom: 0.6em;
        margin-bottom: 0.6em;
    }
}

.iSolutionsSubHeader::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 2px solid #005F7F;
    width: 215px;
}

@media only screen and (min-width: 992px) {
    .iSolutionsSubHeader::after {
        left: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.iSolutionsRight {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .iSolutionsRight {
        width: 50%;
    }
}

@media only screen and (min-width: 1400px) {
    .iSolutionsRight {
        width: 40%;
    }
}

.iSolutionsRight a.btn, .iSolutionsRight .contactForm input[type="submit"], .contactForm .iSolutionsRight input[type="submit"],
.iSolutionsRight a:visited.btn,
.iSolutionsRight .contactForm input[type="submit"]:visited, .contactForm .iSolutionsRight input[type="submit"]:visited {
    display: block;
}

.iSolutionsBtnContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .iSolutionsBtnContainer {
        margin: 0 0 2em;
    }
}

@media print {
    .iSolutionsBtnContainer {
        display: none;
    }
}

@media print {
    a.iSolutionsAction {
        max-width: 500px;
        margin: 0 auto;
    }
}

a.iSolutionBtn,
a:visited.iSolutionBtn {
    width: 33.33333%;
    display: block;
    text-transform: uppercase;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 2em;
    /*&:nth-child(1) {

		.iSolutionBtnIcon {
			background: 50% 50% no-repeat;
			background-size: contain;
		}

		&:hover {

			.iSolutionBtnIcon {
				background: 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(2) {

		.iSolutionBtnIcon {
			background: url(../images/solutionIcon2.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&:hover {

			.iSolutionBtnIcon {
				background: url(../images/solutionIcon2-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(3) {

		.iSolutionBtnIcon {
			background: url(../images/solutionIcon3.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&:hover {

			.iSolutionBtnIcon {
				background: url(../images/solutionIcon3-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(4) {

		.iSolutionBtnIcon {
			background: url(../images/solutionIcon4.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&:hover {

			.iSolutionBtnIcon {
				background: url(../images/solutionIcon4-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(5) {

		.iSolutionBtnIcon {
			background: url(../images/solutionIcon5.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&:hover {

			.iSolutionBtnIcon {
				background: url(../images/solutionIcon5-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}

	&:nth-child(6) {

		.iSolutionBtnIcon {
			background: url(../images/solutionIcon6.png) 50% 50% no-repeat;
			background-size: contain;
		}

		&:hover {

			.iSolutionBtnIcon {
				background: url(../images/solutionIcon6-on.png) 50% 50% no-repeat;
				background-size: contain;
			}
		}
	}*/
}

@media only screen and (min-width: 768px) {
    a.iSolutionBtn,
    a:visited.iSolutionBtn {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    a.iSolutionBtn,
    a:visited.iSolutionBtn {
        padding: 0 1.6em;
        font-size: 1.4rem;
    }
}

a.iSolutionBtn .iSolutionBtnIcon,
a:visited.iSolutionBtn .iSolutionBtnIcon {
    background: 50% 50% no-repeat;
    background-size: contain;
}

    a.iSolutionBtn .iSolutionBtnIcon.hover,
    a:visited.iSolutionBtn .iSolutionBtnIcon.hover {
        display: none;
    }

a.iSolutionBtn:hover,
a:visited.iSolutionBtn:hover {
    color: #8CC63F;
    text-decoration: none;
}

    a.iSolutionBtn:hover .iSolutionBtnIcon.hover,
    a:visited.iSolutionBtn:hover .iSolutionBtnIcon.hover {
        display: block;
    }

    a.iSolutionBtn:hover .iSolutionBtnIcon.basic,
    a:visited.iSolutionBtn:hover .iSolutionBtnIcon.basic {
        display: none;
    }

.iSolutionBtnIcon {
    width: 60%;
    margin: 0 auto 0.8em;
}

@media only screen and (min-width: 768px) {
    .iSolutionBtnIcon {
        width: 35%;
    }
}

@media only screen and (min-width: 992px) {
    .iSolutionBtnIcon {
        max-width: 80px;
        width: 50%;
    }
}

.iSolutionBtnIcon::after {
    content: "";
    display: block;
    padding: 0 0 100%;
}

/* ==========================================================================
   INTRO
   ========================================================================== */
.iRowIntro {
    color: #fff;
    text-align: center;
}

.iIntroContainer {
    max-width: 860px;
    margin: 0 auto;
}

@media print {
    .iIntroContainer {
        max-width: 500px;
    }
}

.iIntroIcons {
    display: block;
    width: 150px;
    margin: 0 auto 1em;
}

@media only screen and (min-width: 768px) {
    .iIntroIcons {
        width: 250px;
        margin: 0 auto 2em;
    }
}

@media only screen and (min-width: 992px) {
    .iIntroIcons {
        width: 400px;
    }
}

.iIntroHeader {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .iIntroHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iIntroHeader {
        font-size: 5rem;
    }
}

.iIntroSubHeader {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff;
    position: relative;
    padding-bottom: 1em;
    margin: 0 0 1em;
}

@media only screen and (min-width: 992px) {
    .iIntroSubHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iIntroSubHeader {
        font-size: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .iIntroSubHeader {
        padding-bottom: 0.6em;
        margin-bottom: 0.6em;
    }
}

.iIntroSubHeader::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 2px solid #fff;
    width: 215px;
}

.subBanner {
    position: relative;
}

@media print {
    .subBanner {
        height: 100px;
        padding: 25px 0 0;
    }
}

.subBanner::after {
    content: "";
    display: block;
    padding: 0 0 28%;
}

.subBanner::before {
    content: "";
    background: rgba(0, 95, 127, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subBanner.alt::after {
    padding: 0 0 31%;
}

.subBanner.alt::before {
    background: rgba(0, 60, 75, 0.4);
}

.subBanner.alt2::after {
    padding: 0 0 31%;
}

@media only screen and (min-width: 992px) {
    .subBanner.alt2::after {
        padding: 0 0 38%;
    }
}

@media only screen and (min-width: 1400px) {
    .subBanner.alt2::after {
        padding: 0 0 34%;
    }
}

.subBannerCaption {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1100px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .subBannerCaption {
        top: 71%;
    }
}

@media print {
    .subBannerCaption {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
        margin: 0 auto;
    }
}

.alt2 .subBannerCaption {
    top: 50%;
}

@media only screen and (min-width: 768px) {
    .alt2 .subBannerCaption {
        top: 65%;
    }
}

.subBannerCaption h1, .subBannerCaption .attorneyDetailHeader {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .subBannerCaption h1, .subBannerCaption .attorneyDetailHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .subBannerCaption h1, .subBannerCaption .attorneyDetailHeader {
        font-size: 5rem;
    }
}

.subBannerCaption .subBannerCaptionSubHeader {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .subBannerCaption .subBannerCaptionSubHeader {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .subBannerCaption .subBannerCaptionSubHeader {
        font-size: 5rem;
    }
}

.subBannerCaption .subBannerCaptionSubHeader a, .subBannerCaption .subBannerCaptionSubHeader a:visited {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}

    .subBannerCaption .subBannerCaptionSubHeader a:hover, .subBannerCaption .subBannerCaptionSubHeader a:visited:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

.topAngle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

@media only screen and (min-width: 768px) {
    .topAngle {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .topAngle {
        height: 160px;
    }
}

@media only screen and (min-width: 1200px) {
    .topAngle {
        height: 190px;
    }
}

@media only screen and (min-width: 1400px) {
    .topAngle {
        height: 220px;
    }
}

/* ==========================================================================
   INTERIOR CONTAINER
   ========================================================================== */
.interiorContainer {
    padding: 25px 0 0;
}

@media only screen and (min-width: 992px) {
    .interiorContainer {
        padding: 45px;
    }
}

@media print {
    .interiorContainer {
        padding: 0 200px;
    }
}

/* ==========================================================================
   MAIN
   ========================================================================== */
@media only screen and (min-width: 768px) {
    main {
        width: 66.10169%;
        float: left;
        padding: 0 45px 0 0;
    }
}

@media only screen and (min-width: 768px) {
    main.attorneyDetail {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        float: none;
        padding: 0 0 2em;
    }
}

@media only screen and (min-width: 992px) {
    main.attorneyDetail {
        width: 66.10169%;
        float: left;
        padding: 0 45px 2em 0;
    }
}

main ul li {
    line-height: 1.5;
}

/* ==========================================================================
   ASIDE
   ========================================================================== */
@media only screen and (min-width: 768px) {
    aside {
        width: 32.20339%;
        float: right;
        margin-right: 0;
        margin-top: -25px;
    }
}

@media only screen and (min-width: 992px) {
    aside {
        margin-top: -45px;
    }
}

aside.attorneyDetailAside {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    aside.attorneyDetailAside {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%;
        padding: 100px 0 0;
    }
}

@media only screen and (min-width: 992px) {
    aside.attorneyDetailAside .attorneyDetailHeader {
        font-size: 2.2rem;
    }
}

aside > a.asidePrint {
    display: none;
}

@media only screen and (min-width: 992px) {
    aside > a.asidePrint {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        margin-top: -50px;
        background: #005F7F;
        text-align: center;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }
}

aside > a.asidePrint:hover {
    color: #fff;
    background: #00465E;
    text-decoration: none;
}

a.asideTopAction,
a:visited.asideTopAction {
    background: #8CC63F;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1em;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    a.asideTopAction,
    a:visited.asideTopAction {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1400px) {
    a.asideTopAction,
    a:visited.asideTopAction {
        font-size: 3rem;
    }
}

@media print {
    a.asideTopAction,
    a:visited.asideTopAction {
        display: none;
    }
}

a.asideTopAction:hover,
a:visited.asideTopAction:hover {
    text-decoration: none;
    background: #74A92D;
}

.asideBox {
    margin: 0 0 2em;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 0 15px 1em;
}

.asideBox.additionalServices {
    box-shadow: 0px 0px;
    padding: 20px 0px;
}

.asideBox.additionalServices.bordered {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.asideBox.additionalServices .asideBoxHeader {
    margin: 0;
    margin-top: -20px;
}

    .asideBox .attorneyBox {
        margin-top: 15px;
        width: 98%;
        font-size: 1.4rem;
        background: #fff;
        position: relative;
        padding: 1em 1em 1em;
        float: none;
        height: auto;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    }

.asideBox .attorneyBox:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.asideBox .attorneyBox .attorneyBoxContent {
    padding-right: 120px;
}

.attorneyBoxContact {
    font-size: 1.1em;
    padding-bottom: 4px;
}

.attorneyBoxContact.phone::before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: normal;
}

.attorneyBoxContact.email::before{
    content: "\f0e0";
        font-family: FontAwesome;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: normal;
}

.relatedProf {
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 0.8em;
    line-height: 1.2;
}

.relatedProf .relatedLink,
    .relatedProf .relatedLink:visited    {
    color: #005F7F;
}

@media only screen and (min-width: 992px) {
    .asideBox {
        padding: 0 30px 2em;
    }
}

@media only screen and (min-width: 1200px) {
    .asideBox {
        padding: 0 45px 2.4em;
    }
}

.asideBox.asideShare {
    background: #8CC63F;
    color: #fff;
    box-shadow: none;
    padding-top: 1em;
}

@media only screen and (min-width: 992px) {
    .asideBox.asideShare {
        padding-top: 2em;
    }
}

@media only screen and (min-width: 1200px) {
    .asideBox.asideShare {
        padding-top: 2.4em;
    }
}

.asideBox ul {
    list-style: none;
    padding: 0;
    margin: 40px 20px;
}

.asideBox li {
    background: url(../images/bulletGreen.png) no-repeat 0 3px;
    background-size: 15px auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1em;
    padding: 0 0 0 25px;
}

@media only screen and (min-width: 992px) {
    .asideBox li {
        margin: 0 0 1.6em;
    }
}

@media only screen and (min-width: 1200px) {
    .asideBox li {
        margin: 0 0 2em;
    }
}

.asideBox li:last-child {
    margin-bottom: 0;
}

.asideBox a, .asideBox a:visited {
    color: #555;
}

    .asideBox a.btn, .asideBox .contactForm input[type="submit"], .contactForm .asideBox input[type="submit"],
    .asideBox a:visited.btn,
    .asideBox .contactForm input[type="submit"]:visited, .contactForm .asideBox input[type="submit"]:visited {
        display: block;
        color: #fff;
    }

.asideBox p:last-child {
    margin-bottom: 0;
}

.asideBoxHeader {
    background: url(../images/asideHeaderBg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0.6em 0 1em;
    margin: 0 -15px 0.8em;
}

@media only screen and (min-width: 768px) {
    .asideBoxHeader {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 992px) {
    .asideBoxHeader {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (min-width: 1200px) {
    .asideBoxHeader {
        margin-left: -45px;
        margin-right: -45px;
    }
}

@media only screen and (min-width: 1400px) {
    .asideBoxHeader {
        font-size: 3rem;
    }
}

@media print {
    .mainShareBox {
        display: none;
    }
}

.attorneyLandingRow {
    background: url(../images/textureLines.png);
    padding: 2em 0;
}

@media only screen and (min-width: 992px) {
    .attorneyLandingRow {
        padding: 3em 0 6em;
    }
}

/* ==========================================================================
   FILTER BAR
   ========================================================================== */
.attorneyFilterBar {
    background: #2EB0C9;
    padding: 2em 0;
}

@media print {
    .attorneyFilterBar {
        display: none;
    }
}

.attorneyFilterBar .wrapper {
    text-align: center;
}

.attorneyFilterBar .attoryFilterDropContainer {
    margin-left: auto;
}

    .attorneyFilterBar .attoryFilterDropContainer .dropDownBox {
        margin-left: auto;
        margin-right: 10px;
    }


    .attorneyFilterBar .attoryFilterDropContainer #FilterIndustry,
    .attorneyFilterBar .attoryFilterDropContainer #FilterService {
        margin-left: 0;
        margin-right: auto;
    }

.attorneyFilterAlphaTitle {
    text-align: center;
    text-transform: uppercase;
    color: #003C4B;
    border-bottom: 1px solid #003C4B;
    padding: 0 0 0.6em;
    margin: 0 0 1.4em;
    font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
    .attorneyFilterAlphaTitle {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1400px) {
    .attorneyFilterAlphaTitle {
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto;
    }
}

.attorneyFilterAlpha {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 1em;
}

    .attorneyFilterAlpha ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 0;
    }

    .attorneyFilterAlpha li {
        margin: 0 2px 2px;
        display: inline-block;
        font-size: 1.8rem;
        border: 1px solid #1F91A7;
    }

@media only screen and (min-width: 992px) {
    .attorneyFilterAlpha li {
        border: none;
    }
}

.attorneyFilterAlpha li.on a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
}

.attorneyFilterAlpha a, .attorneyFilterAlpha a:visited,
.attorneyFilterAlpha span {
    display: block;
    color: #003C4B;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) {
    .attorneyFilterAlpha a, .attorneyFilterAlpha a:visited,
    .attorneyFilterAlpha span {
        width: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .attorneyFilterAlpha a, .attorneyFilterAlpha a:visited,
    .attorneyFilterAlpha span {
        font-size: 3rem;
        width: 35px;
    }
}

.attorneyFilterAlpha a:hover, .attorneyFilterAlpha a:visited:hover,
.attorneyFilterAlpha span:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

.attorneyFilterAlpha span {
    color: #1F91A7;
}

    .attorneyFilterAlpha span:hover {
        background: transparent;
    }

@media only screen and (min-width: 768px) {
    .attoryFilterDropContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto;
    }
}

.attoryFilterDropContainer .dropDownBox {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    .attoryFilterDropContainer .dropDownBox {
        width: 31.33333%;
        margin: 0 1% 1em;
    }
}

.attoryFilterDropContainer .dropDownBox::after {
    content: "\f103";
    color: #8CC63F;
}

.attoryFilterDropContainer .dropDownBox select {
    text-transform: uppercase;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
}

@media only screen and (min-width: 992px) {
    .attoryFilterDropContainer .dropDownBox select {
        height: 50px;
        line-height: 50px;
    }
}

.attoryFilterDropContainer .dropDownBox option {
    text-transform: none;
    font-weight: normal;
}

.attoryFilterDropContainer input[type="text"], .attoryFilterDropContainer .contactForm textarea, .contactForm .attoryFilterDropContainer textarea {
    display: block;
    height: 35px;
    line-height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    padding: 0 11px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    .attoryFilterDropContainer input[type="text"], .attoryFilterDropContainer .contactForm textarea, .contactForm .attoryFilterDropContainer textarea {
        width: 31.33333%;
        margin: 0 1% 1em;
    }
}

@media only screen and (min-width: 768px){
    .attoryFilterDropContainer input[type="text"]{
        width: 71%;
    }
}


@media only screen and (min-width: 992px) {
    .attoryFilterDropContainer input[type="text"], .attoryFilterDropContainer .contactForm textarea, .contactForm .attoryFilterDropContainer textarea {
        height: 50px;
        line-height: 50px;
    }
}

.attoryFilterDropContainer input[type="submit"] {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: #8CC63F;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding: 0 11px;
}

@media only screen and (min-width: 768px) {
    .attoryFilterDropContainer input[type="submit"] {
        width: 25%;
        margin: 0 1% 1em;
    }
}

@media only screen and (min-width: 992px) {
    .attoryFilterDropContainer input[type="submit"] {
        height: 50px;
        line-height: 50px;
    }
}

.attoryFilterDropContainer input[type="submit"]:hover {
    background: #74A92D;
}

.attoryFilterDropContainer .filterError {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.attoryFilterDropContainer select,
.attoryFilterDropContainer input[type=text],
.attoryFilterDropContainer .dropDownBox select {
    font-size: 12px;
    line-height: 1.5em;
    white-space: normal;
}
/* ==========================================================================
   ATTORNEY BOXES
   ========================================================================== */
@media print {
    .attorneyBoxContainer {
        display: block;
    }
}

.attorneyBox {
    width: 48%;
    margin: 0 1% 2em;
    font-size: 1.4rem;
    background: #fff;
    position: relative;
    padding: 1em 1em 55px;
    height: 300px;
    float: left;
}
.searchResultsWrapper .attorneyBox {
    border: 1px solid #e8e8e8;
}

.searchResultsWrapper .attorneyBoxContainer h2 {
    font-size: 2.5rem;
}

.attorneyBoxUrl { cursor: pointer; }

@media only screen and (min-width: 768px) {
    .attorneyBox {
        width: 31.33333%;
        height: 320px;
    }

    .searchResultsWrapper .attorneyBox {
        width: 46.99999%;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyBox {
        font-size: 1.2rem;
        padding-bottom: 75px;
        height: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    .attorneyBox {
        padding: 25px 121px 75px 40px;
        height: 230px;
    }
}

@media print {
    .attorneyBox {
        height: 230px;
        width: 31.333333%;
    }
}

.attorneyNoRecords {
    background: #FFF;
    padding: 20px 20px 10px 20px;
    margin: 0 0 15px 0;
}

.attorneyBoxContent {
    position: relative;
}

.attorneyBoxThumb {
    border-radius: 200px;
    overflow: hidden;
    max-width: 50%;
    margin: 0 auto 1em;
}

@media only screen and (min-width: 1200px) {
    .attorneyBoxThumb {
        position: absolute;
        top: 25px;
        right: 21px;
        width: 100px;
    }
}

@media print {
    .attorneyBoxThumb {
        position: absolute;
        top: 25px;
        right: 21px;
        width: 100px;
    }
}

.attorneyBoxThumb::after {
    content: "";
    display: block;
    padding: 0 0 100%;
}

.attorneyBoxName {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #005F7F;
    margin: 0 0 0.8em;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    .attorneyBoxName {
        font-size: 1.8rem;
    }
}

.attorneyBoxTitle {
    font-weight: 700;
    margin: 0 0 0.8em;
}

@media only screen and (min-width: 992px) {
    .attorneyBoxTitle {
        font-size: 1.4rem;
    }
}

.attorneyBoxServices {
    line-height: 1.2;
    margin: 0 0 0.4em;
    position: relative;
    color: #9b9b9b;
}

    .attorneyBoxServices span {
        display: inline-block;
    }

        .attorneyBoxServices span::after {
            content: ",";
            margin: 0 3px 0 0;
        }

        .attorneyBoxServices span:nth-child(n+5)::after {
            content: "";
        }

        .attorneyBoxServices span:nth-child(n+6) {
            display: none;
        }

        .attorneyBoxServices span:last-child::after {
            content: "";
        }

a.attorneyBoxAction,
a:visited.attorneyBoxAction {
    display: block;
    background: #e8e8e8;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #9B9B9B;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.8em;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    a.attorneyBoxAction,
    a:visited.attorneyBoxAction {
        font-size: 1.8rem;
    }
}

a.attorneyBoxAction::after,
a:visited.attorneyBoxAction::after {
    content: "\f101";
    font-family: FontAwesome;
    margin: 0 0 0 5px;
    display: inline-block;
}

.attorneyBoxUrl:hover .attorneyBoxAction,
a.attorneyBoxAction:hover,
a:visited.attorneyBoxAction:hover {
    background: #8CC63F;
    color: #fff;
    text-decoration: none;
}

.attorneyBoxServiceMore {
    cursor: pointer;
    display: none;
}

    .attorneyBoxServiceMore > span {
        text-transform: uppercase;
        color: #2EB0C9;
        font-weight: 700;
        position: relative;
        display: block;
    }

        .attorneyBoxServiceMore > span::after {
            content: "\f055";
            font-family: FontAwesome;
            display: inline-block;
            margin: 0 0 0 5px;
        }

    .attorneyBoxServiceMore.on {
        display: none;
    }

@media only screen and (min-width: 992px) {
    .attorneyBoxServiceMore.active {
        cursor: default;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyBoxServiceMore.active > span {
        color: #4a4a4a;
    }
}

.attorneyBoxServiceMore.active > span::after {
    content: "\f056";
}

.attorneyBoxServiceMore:hover {
    color: #1F91A7;
}

.attorneyBoxMoreServices {
    display: none;
    color: #9b9b9b;
}

@media only screen and (min-width: 992px) {
    .attorneyBoxMoreServices {
        position: absolute;
        background: #fff;
        z-index: 5;
        width: 380px;
        padding: 2em;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px);
        border-top: 2px solid #4a4a4a;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyBoxMoreServices::before {
        content: "";
        position: absolute;
        left: 25px;
        top: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #4a4a4a;
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

.attorneyBoxMoreServices.on {
    display: block;
}

.attorneyBoxMoreServices strong {
    display: block;
}

.attorneyBoxMoreServices span {
    display: inline-block;
}

    .attorneyBoxMoreServices span::after {
        content: ",";
        margin: 0 3px 0 0;
    }

    .attorneyBoxMoreServices span + strong {
        margin-top: 1em;
    }

.attorneyBoxServicesClose {
    display: none;
}

@media only screen and (min-width: 992px) {
    .attorneyBoxServicesClose {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        background: #4a4a4a;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyBoxServicesClose:hover {
        background: #2EB0C9;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyBoxServicesClose::after {
        content: "\f00d";
        font-family: FontAwesome;
        display: inline-block;
    }
}

/* ==========================================================================
   TOP BAR
   ========================================================================== */
.attorneyDetailTopBar {
    background: url(../images/textureLines.png);
    padding: 2em 0;
}

@media only screen and (min-width: 992px) {
    .attorneyDetailTopBar {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyDetailTopBar .wrapper, .attorneyDetailTopBar .searchResultsWrapper, .attorneyDetailTopBar .newsListItem {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1400px) {
    .attorneyDetailTopBar .wrapper, .attorneyDetailTopBar .searchResultsWrapper, .attorneyDetailTopBar .newsListItem {
        padding-left: 370px;
    }
}

.attorneyDetailTopBar h3 {
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0.6em;
    margin: 0 0 0.6em;
    color: #555;
    font-size: 2rem;
}

@media only screen and (min-width: 992px) {
    .attorneyDetailTopBar h3 {
        padding: 0 0 1em;
        margin: 0 0 0.8em;
    }
}

@media only screen and (min-width: 1200px) {
    .attorneyDetailTopBar h3 {
        font-size: 3rem;
        padding: 0 0 0.8em;
    }
}

.attorneyDetailTopBar h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 2px solid #9b9b9b;
}

.attorneyDetailMug {
    margin: 0 auto 2em;
    border: 5px solid #fff;
    border-radius: 300px;
    max-width: 50%;
}

@media only screen and (min-width: 768px) {
    .attorneyDetailMug {
        float: left;
        width: 28.33333%;
        margin: 0 5% 2em 0;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyDetailMug {
        width: 20%;
        margin-top: -35px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media only screen and (min-width: 1400px) {
    .attorneyDetailMug {
        width: 330px;
        margin: 0;
        float: none;
        position: absolute;
        left: 0;
        top: -60px;
        border-width: 8px;
    }
}

@media print {
    .attorneyDetailMug {
        width: 20%;
        margin-top: -35px;
        margin-right: 5%;
        float: left;
    }
}

.attorneyDetailMug::after {
    content: "";
    display: block;
    padding: 0 0 100%;
}

.attorneyDetailIndustries {
    width: 50%;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 0 1em 2em 0;
}

@media only screen and (min-width: 768px) {
    .attorneyDetailIndustries {
        width: 31.33333%;
        margin: 0 2% 2em 0;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyDetailIndustries {
        width: 23%;
        padding: 3em 1em 2em 0;
        margin: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .attorneyDetailIndustries {
        width: 33.3333%;
    }
}

@media print {
    .attorneyDetailIndustries {
        width: 20%;
        padding: 3em 1em 2em 0;
        margin: 0;
        float: left;
    }
}

.attorneyDetailIndustries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attorneyDetailIndustries li {
    margin: 0;
}

    .attorneyDetailIndustries li a, .attorneyDetailIndustries li a:visited {
        display: block;
        padding: 0.5em 0;
        color: #555;
    }

.attorneyDetailServices {
    width: 50%;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 0 1em 2em 0;
}

@media only screen and (min-width: 768px) {
    .attorneyDetailServices {
        width: 31.33333%;
        margin: 0 2% 2em 0;
    }
}

@media only screen and (min-width: 992px) {
    .attorneyDetailServices {
        width: 23%;
        padding: 3em 1em 2em 0;
        margin: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .attorneyDetailServices {
        width: 33.3333%;
    }
}

@media print {
    .attorneyDetailServices {
        width: 20%;
        padding: 3em 1em 2em 0;
        margin: 0;
        float: left;
    }
}

.attorneyDetailServices ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attorneyDetailServices li {
    margin: 0;
    /*
		&:nth-child(n+5) {
			display: none;
		}
        */
}

    .attorneyDetailServices li a, .attorneyDetailServices li a:visited {
        display: block;
        padding: 0.5em 0;
        color: #555;
    }

.attorneyDetailServices.on li:nth-child(n+5) {
    display: block;
}

.attorneyDetailServicesMore {
    display: none;
}

    .attorneyDetailServicesMore.on {
        display: block;
        color: #005F7F;
        padding: 0.5em 0;
        cursor: pointer;
    }

        .attorneyDetailServicesMore.on:hover {
            color: #2EB0C9;
        }

        .attorneyDetailServicesMore.on::after {
            content: "\f055";
            font-family: FontAwesome;
            display: inline-block;
            margin: 0 0 0 5px;
        }

        .attorneyDetailServicesMore.on.active::after {
            content: "\f056";
        }

.attorneyDetailContact {
    clear: both;
    background: #8CC63F;
    color: #fff;
    padding: 4em 1em 2em;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
}

@media only screen and (min-width: 992px) {
    .attorneyDetailContact {
        width: 23%;
        float: left;
        clear: none;
        padding: 3em 1em 2em;
        font-size: 1.6rem;
        text-align: left;
    }
}

@media only screen and (min-width: 1400px) {
    .attorneyDetailContact {
        width: 33.3333%;
        padding: 3em 3em 2em;
    }
}

@media print {
    .attorneyDetailContact {
        width: 29%;
        float: left;
        clear: none;
        padding: 3em 1em 2em;
        font-size: 1.6rem;
    }
}

.attorneyDetailContact h3 {
    color: #fff;
}

    .attorneyDetailContact h3::after {
        border-color: #fff;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

@media only screen and (min-width: 992px) {
    .attorneyDetailContact h3::after {
        left: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media print {
    .attorneyDetailContact h3::after {
        left: 50%;
        margin-left: -50px;
        transform: translate(0, 0);
    }
}

.attorneyDetailContact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attorneyDetailContact li {
    margin: 0;
}

.attorneyDetailContact a, .attorneyDetailContact a:visited {
    color: #fff;
    display: block;
    padding: 0.5em 0;
}

    .attorneyDetailContact a.phone::before,
    .attorneyDetailContact a:visited.phone::before {
        content: "\f095";
        font-family: FontAwesome;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: normal;
    }

    .attorneyDetailContact a.fax::before,
    .attorneyDetailContact a:visited.fax::before,
    .attorneyDetailContact span.fax::before {
        content: "\f1ac";
        font-family: FontAwesome;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: normal;
    }

    .attorneyDetailContact a.email::before,
    .attorneyDetailContact a:visited.email::before {
        content: "\f0e0";
        font-family: FontAwesome;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: normal;
    }

    .attorneyDetailContact a.vcard,
    .attorneyDetailContact a:visited.vcard {
        margin: 0 0 1em;
    }

@media print {
    .attorneyDetailContact a.vcard,
    .attorneyDetailContact a:visited.vcard {
        display: none;
    }
}

.attorneyDetailContact a.vcard::before,
.attorneyDetailContact a:visited.vcard::before {
    content: "\f022";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: normal;
}

a#hypEmail {
    display: inline-block;
}

@media print {
    a#hypEmail {
        display: none;
    }
}

a#hypEmailPrint {
    display: none;
}

@media print {
    a#hypEmailPrint {
        display: inline-block;
    }
}

a.detailDownload,
a:visited.detailDownload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #005F7F;
    text-transform: uppercase;
    padding: 0.5em 0;
}

@media only screen and (min-width: 992px) {
    a.detailDownload,
    a:visited.detailDownload {
        font-size: 1.4rem;
        text-align: center;
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@media only screen and (min-width: 1400px) {
    a.detailDownload,
    a:visited.detailDownload {
        font-size: 1.8rem;
        padding: 0.7em 0;
    }
}

@media print {
    a.detailDownload,
    a:visited.detailDownload {
        display: none;
    }
}

a.detailDownload:hover,
a:visited.detailDownload:hover {
    background: #00465E;
    text-decoration: none;
}

a.detailDownload::after,
a:visited.detailDownload::after {
    content: "\f019";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: normal;
}

@media print {
    .attorneyDetailSocial {
        display: none;
    }
}

.attorneyDetailSocialTitle {
    font-weight: 400;
    margin: 0 0 0.4em;
}

@media only screen and (min-width: 992px) {
    .attorneyDetailSocialTitle {
        text-align: center;
    }
}

.attorneyDetailSocialBtnContainer {
    text-align: center;
}

    .attorneyDetailSocialBtnContainer a, .attorneyDetailSocialBtnContainer a:visited {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        color: #8CC63F;
        border-radius: 40px;
        padding: 0;
        margin: 0 5px;
    }

@media only screen and (min-width: 992px) {
    .attorneyDetailSocialBtnContainer a, .attorneyDetailSocialBtnContainer a:visited {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
}

@media only screen and (min-width: 1400px) {
    .attorneyDetailSocialBtnContainer a, .attorneyDetailSocialBtnContainer a:visited {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.attorneyDetailSocialBtnContainer a:hover, .attorneyDetailSocialBtnContainer a:visited:hover {
    background: rgba(255, 255, 255, 0.8);
}

h1.attorneyDetailHeader, .attorneyDetailHeader {
    text-transform: uppercase;
    position: relative;
    padding: 20px 0 0.6em;
    margin: 0 0 0.6em;
    font-size: 3rem;
    color: #555;
}

    h1.attorneyDetailHeader::after, .attorneyDetailHeader::after {
        content: "";
        display: block;
        width: 215px;
        border-bottom: 2px solid #003C4B;
        position: absolute;
        left: 0;
        bottom: 0;
    }

@media print {
    .attorneyDetailShareContainer {
        display: none;
    }
}

@media print {
    main.attorneyDetail {
        padding: 0 100px;
    }
}

main.attorneyDetail ul {
    list-style: none;
    padding-left: 0;
}

/* ==========================================================================
   ATTORNEY DETAIL BOTTOM
   ========================================================================== */
.attorneyDetailBottom {
    padding-top: 2em;
    padding-bottom: 2em;
}

@media print {
    .attorneyDetailBottom main.attorneyDetail {
        padding: 0 100px;
    }
}

.attorneyDetailBottom main.attorneyDetail ul {
    list-style: none;
    padding-left: 0;
}

.attorneyDetailHeader {
    font-weight: 700;
}

p + .attorneyDetailHeader {
    margin-top: 2em;
}

/* ==========================================================================
   ATTORNEY DETAIL HONOR CONTAINER
   ========================================================================== */
.attorneyDetailAside .attorneyDetailHeader {
    text-align: center;
}

    .attorneyDetailAside .attorneyDetailHeader:after {
        position: absolute;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

.attorneyDetailHonorContainer {
    text-align: center;
    font-size: 0;
}

@media only screen and (min-width: 992px) {
    .attorneyDetailHonorContainer {
        padding: 1em 0;
    }
}

span.attorneyDetailHonor,
a.attorneyDetailHonor,
a:visited.attorneyDetailHonor {
    font-size: 1.8rem;
    width: 50%;
    display: block;
    margin: 0 auto 1em;
    text-align: center;
    font-weight: 700;
    padding: 0;
    line-height: 1.2;
    color: #555;
}

@media only screen and (min-width: 992px) {
    span.attorneyDetailHonor,
    a.attorneyDetailHonor,
    a:visited.attorneyDetailHonor {
        font-size: 1.4rem;
    }
}

a.attorneyDetailHonor:hover,
a:visited.attorneyDetailHonor:hover {
    color: #2EB0C9;
    text-decoration: none;
}

.attorneyDetailIcon {
    width: 80%;
    margin: 0 auto 0.8em;
}

@media only screen and (min-width: 992px) {
    .attorneyDetailIcon {
        max-width: 130px;
    }
}

.attorneyDetailIcon::after {
    content: "";
    display: block;
    padding: 0 0 100%;
}

.industryLandingHelpRow.iRow.compressed, .industryLandingHelpRow.compressed.teaseServicesIndustriesRow, .industryLandingHelpRow.compressed.attorneyLandingRow,
.industryLandingHelpRow {
    background: #f5f5f5;
}

@media only screen and (min-width: 1200px) {
    .industryLandingHelpRow.iRow.compressed, .industryLandingHelpRow.compressed.teaseServicesIndustriesRow, .industryLandingHelpRow.compressed.attorneyLandingRow,
    .industryLandingHelpRow {
        padding: 4.4em 0;
    }
}

.serviceLandingContainer {
    position: relative;
}

.industryLandingRow {
    position: relative;
}

.serviceBoxContainer {
    padding: 2em 0;
}

@media only screen and (min-width: 992px) {
    .serviceBoxContainer {
        padding: 3em 0;
    }
}

@media only screen and (min-width: 1200px) {
    .serviceBoxContainer {
        padding: 4em 0;
    }
}

a.serviceBox,
a:visited.serviceBox {
    border-bottom: 4px solid transparent;
    color: #555;
    font-weight: 700;
    float: left;
    line-height: 1.2;
    margin-bottom: 2em;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
    text-align: center;
    width: 48%;
}

@media only screen and (min-width: 992px) {
    a.serviceBox,
    a:visited.serviceBox {
        margin-bottom: 3em;
        width: 23%;
    }
}

a.serviceBox:nth-child(2n + 1),
a:visited.serviceBox:nth-child(2n + 1) {
    clear: both;
}

@media only screen and (min-width: 992px) {
    a.serviceBox:nth-child(2n + 1),
    a:visited.serviceBox:nth-child(2n + 1) {
        clear: none;
    }

    a.serviceBox:nth-child(4n + 1),
    a:visited.serviceBox:nth-child(4n + 1) {
        clear: left;
    }
}

a.serviceBox:hover,
a:visited.serviceBox:hover {
    color: #8CC63F;
    border-color: #8CC63F;
    text-decoration: none;
}

    a.serviceBox:hover .serviceBoxIcon.basic,
    a:visited.serviceBox:hover .serviceBoxIcon.basic {
        display: none;
    }

    a.serviceBox:hover .serviceBoxIcon.hover,
    a:visited.serviceBox:hover .serviceBoxIcon.hover {
        display: block;
    }

/*
a.serviceBox,
a:visited.serviceBox {
  width: 49.15254%;
  float: left;
  text-align: center;
  text-transform: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  color: #555;
  font-weight: 700;
  margin-bottom: 2em;
  padding: 0 1em;
  line-height: 1.2; }
  a.serviceBox:nth-child(2n + 1),
  a:visited.serviceBox:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  a.serviceBox:nth-child(2n + 2),
  a:visited.serviceBox:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 768px) {
    a.serviceBox,
    a:visited.serviceBox {
      width: 32.20339%;
      float: left; }
      a.serviceBox:nth-child(3n + 1),
      a:visited.serviceBox:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      a.serviceBox:nth-child(3n + 2),
      a:visited.serviceBox:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      a.serviceBox:nth-child(3n + 3),
      a:visited.serviceBox:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 992px) {
    a.serviceBox,
    a:visited.serviceBox {
      width: 23.72881%;
      float: left;
      margin-bottom: 3em; }
      a.serviceBox:nth-child(4n + 1),
      a:visited.serviceBox:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      a.serviceBox:nth-child(4n + 2),
      a:visited.serviceBox:nth-child(4n + 2) {
        margin-left: 25.42373%;
        margin-right: -100%;
        clear: none; }
      a.serviceBox:nth-child(4n + 3),
      a:visited.serviceBox:nth-child(4n + 3) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; }
      a.serviceBox:nth-child(4n + 4),
      a:visited.serviceBox:nth-child(4n + 4) {
        margin-left: 76.27119%;
        margin-right: -100%;
        clear: none; } }
  a.serviceBox:hover,
  a:visited.serviceBox:hover {
    color: #8CC63F;
    border-color: #8CC63F;
    text-decoration: none; }
    a.serviceBox:hover .serviceBoxIcon.basic,
    a:visited.serviceBox:hover .serviceBoxIcon.basic {
      display: none; }
    a.serviceBox:hover .serviceBoxIcon.hover,
    a:visited.serviceBox:hover .serviceBoxIcon.hover {
      display: block; }
 */
.serviceBoxIcon {
    margin: 0 auto;
    width: 65%;
    max-width: 110px;
}

    .serviceBoxIcon::after {
        content: "";
        display: block;
        padding: 0 0 100%;
    }

    .serviceBoxIcon.hover {
        display: none;
    }

.serviceBoxTitle {
    margin: 0 0 0.6em;
}

@media only screen and (min-width: 992px) {
    .serviceBoxTitle {
        margin: 0 0 1.4em;
    }
}

@media print {
    .industryLandingHelpRow {
        display: none;
    }
}

.newsFilterRow {
    background: #2EB0C9;
    padding: 2em 0;
}

@media only screen and (min-width: 768px) {
    .newsFilterRow {
        padding: 2em 0 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .newsFilterRow {
        padding: 4em 0;
    }
}

@media print {
    .newsFilterRow {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .newsFilterRow .wrapper, .newsFilterRow .searchResultsWrapper, .newsFilterRow .newsListItem {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.newsFilterRow .dateSelectorBox, .newsFilterRow .dateSelectorBoxTB {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 1em;
    height: 35px;
    line-height: 35px;
    padding: 0 11px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .newsFilterRow .dateSelectorBox, .newsFilterRow .dateSelectorBoxTB {
        width: 31.33333%;
        margin: 0 1% 1em;
    }
}

@media only screen and (min-width: 992px) {
    .newsFilterRow .dateSelectorBox, .newsFilterRow .dateSelectorBoxTB {
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .newsFilterRow .dateSelectorBox, .newsFilterRow .dateSelectorBoxTB {
        margin: 0 1% 0;
        width: 15.6666%;
    }
}

.newsFilterRow .dateSelectorBox::after, .newsFilterRow .dateSelectorBoxTB::after {
    content: "\f073";
    display: block;
    font-family: FontAwesome;
    color: #8CC63F;
    position: absolute;
    right: 11px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.newsFilterRow .dateSelectorBoxTB {
    background: #FFF url(../images/icon-cal.png) no-repeat 97% 50%;
}

.newsFilterRow .dropDownBox {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    .newsFilterRow .dropDownBox {
        width: 31.33333%;
        margin: 0 1% 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .newsFilterRow .dropDownBox {
        margin: 0 1% 0;
        width: 15.6666%;
    }
}

.newsFilterRow .dropDownBox::after {
    content: "\f103";
    color: #8CC63F;
}

.newsFilterRow .dropDownBox select {
    text-transform: uppercase;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
}

@media only screen and (min-width: 992px) {
    .newsFilterRow .dropDownBox select {
        height: 50px;
        line-height: 50px;
    }
}

.newsFilterRow .dropDownBox option {
    text-transform: none;
    font-weight: normal;
}

.newsFilterRow input[type="text"], .newsFilterRow .contactForm textarea, .contactForm .newsFilterRow textarea {
    display: block;
    height: 35px;
    line-height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    padding: 0 11px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin: 0 0 1em;
}

@media only screen and (min-width: 768px) {
    .newsFilterRow input[type="text"], .newsFilterRow .contactForm textarea, .contactForm .newsFilterRow textarea {
        width: 31.33333%;
        margin: 0 1% 1em;
    }
}

@media only screen and (min-width: 992px) {
    .newsFilterRow input[type="text"], .newsFilterRow .contactForm textarea, .contactForm .newsFilterRow textarea {
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .newsFilterRow input[type="text"], .newsFilterRow .contactForm textarea, .contactForm .newsFilterRow textarea {
        margin: 0 1% 0;
        width: 15.6666%;
    }
}

.newsFilterRow input[type="submit"] {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: #8CC63F;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding: 0 11px;
}

@media only screen and (min-width: 768px) {
    .newsFilterRow input[type="submit"] {
        width: 31.33333%;
        margin: 0 1% 1em;
    }
}

@media only screen and (min-width: 992px) {
    .newsFilterRow input[type="submit"] {
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .newsFilterRow input[type="submit"] {
        margin: 0 1% 0;
        width: 9.6666%;
    }
}

.newsFilterRow input[type="submit"]:hover {
    background: #74A92D;
}

/* ==========================================================================
   NEWS LIST
   ========================================================================== */
.newsListRow {
    padding: 2em 0;
}

@media only screen and (min-width: 992px) {
    .newsListRow {
        padding: 3em 0;
    }
}

.newsListRow:nth-child(even) {
    background: url(../images/textureLines.png);
}

.newsListRowInner {
    max-width: 861px;
    margin: 0 auto;
}

.newsListItem {
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .hasImage .newsListItem {
        padding-left: 31%;
    }
}

@media only screen and (min-width: 992px) {
    .hasImage .newsListItem {
        padding-left: 36%;
    }
}

@media only screen and (min-width: 1400px) {
    .hasImage .newsListItem {
        padding-left: 42%;
        min-height: 240px;
    }
}

@media print {
    .hasImage .newsListItem {
        padding-left: 36%;
    }
}

.newsListItem h2 a, .newsListItem h2 a:visited {
    color: #555;
}

.newsListThumb {
    margin: 0 auto 1em;
    max-width: 200px;
}

@media only screen and (min-width: 768px) {
    .newsListThumb {
        max-width: 1000px;
        width: 25%;
        position: absolute;
        top: 0;
        left: 25px;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    .newsListThumb {
        left: 45px;
        width: calc(34% - 45px);
    }
}

@media only screen and (min-width: 1400px) {
    .newsListThumb {
        left: 0;
        width: calc(45% - 45px);
    }
}

@media print {
    .newsListThumb {
        max-width: 1000px;
        width: 25%;
        position: absolute;
        top: 0;
        left: 25px;
        margin: 0;
        left: 45px;
        width: calc(34% - 45px);
    }
}

.newsListThumb::after {
    content: "";
    display: block;
    padding: 0 0 70%;
}

p.newsListItemDate {
    color: #aaa;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.newsListItemTags,
.newsDetailTags {
    text-align: right;
}

    .newsListItemTags a, .newsListItemTags a:visited,
    .newsDetailTags a,
    .newsDetailTags a:visited {
        color: #2EB0C9;
        font-weight: 700;
        display: inline-block;
        text-decoration: underline;
    }

        .newsListItemTags a::after, .newsListItemTags a:visited::after,
        .newsDetailTags a::after,
        .newsDetailTags a:visited::after {
            content: ",\00a0";
            display: inline-block;
        }

        .newsListItemTags a:last-child::after, .newsListItemTags a:visited:last-child::after,
        .newsDetailTags a:last-child::after,
        .newsDetailTags a:visited:last-child::after {
            content: "";
        }

        .newsListItemTags a:hover, .newsListItemTags a:visited:hover,
        .newsDetailTags a:hover,
        .newsDetailTags a:visited:hover {
            color: #1F91A7;
        }

    .newsListItemTags span,
    .newsDetailTags span {
        margin-right: 5px;
    }

.newsDetailTags {
    text-align: left;
}

/* ==========================================================================
   NEWS DETAIL
   ========================================================================== */
.newsDetailDate {
    color: #aaa;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-top: -15px;
}

@media only screen and (min-width: 992px) {
    .newsDetailDate {
        margin-top: -35px;
    }
}

.mainShareBox {
    margin-bottom: 10px;
}

.ktc-default-section {
    padding-top: 25px;
    border-top:1px solid black;
}



    .ktc-default-section input[type="text"], .ktc-default-section input[type="email"], .ktc-default-section .contactForm textarea, .contactForm .ktc-default-section textarea, .ktc-default-section textarea, .ktc-default-section select {
        width: 90%;
        padding: 10px;
        border: 1px solid #f1f1f1;
        background: #F5F5F5;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        border-radius: 0;
        margin-bottom: 10px;
    }

        .ktc-default-section input[type="text"]:focus, .ktc-default-section input[type="email"]:focus, .ktc-default-section .contactForm textarea:focus, .contactForm .ktc-default-section textarea:focus, .ktc-default-section textarea:focus, .ktc-default-section select:focus {
            border: 1px solid #E4E4E4;
            background: #fff;
        }

    .ktc-default-section label {
        padding: 0 0 5px 0;
        display: block;
    }

.ktc-default-section .ktc-checkbox label {
    padding: 0 0 5px 0;
    display: inline-block;
}

.ktc-default-section .ktc-radio {
    margin-top:30px;
    margin-bottom:20px;
}

.ktc-default-section .ktc-radio input {
    display:inline;
}

.ktc-default-section .ktc-radio label {
    padding: 0 0 5px 0;
    display:inline;
}




        .ktc-default-section label.lblRequired:before {
            content: '* ';
            padding-left: 5px;
            color: #D00;
        }

    main input[type="submit"] {
        background: #8CC63F;
        color: white;
        padding: 10px 20px;
        text-transform: uppercase;
        letter-spacing: .05em;
        appearance: none;
        -webkit-appearance: none;
        border: 0px;
        margin: 10px 0px;
        border-radius: 4px;

    }

    .ktc-default-section #cbEmailLists label {
        display: inline-block;
        margin-left: 10px;
    }

    .ktc-default-section p.emailListsContainer {
        margin-bottom: .1em;
    }

.valSummary {
    background: #005F7F;
    padding: 15px 15px 15px 15px;
    margin: 0 0 25px 0;
    border-radius: 2px;
    color: #FFF;
}

    .valSummary ul {
        margin: 8px 0;
    }

.locationsContainer {
    padding: 2em 0;
}

@media only screen and (min-width: 768px) {
    .locationsContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media print {
    .locationsContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.locationBox {
    margin: 0 0 4em;
}

@media only screen and (min-width: 768px) {
    .locationBox {
        width: 48%;
        margin: 0 1% 4em;
    }
}

@media only screen and (min-width: 992px) {
    .locationBox {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .locationBox {
        font-size: 1.6rem;
        padding: 0 1em 0 0;
    }
}

@media only screen and (min-width: 1400px) {
    .locationBox {
        font-size: 1.8rem;
        margin-bottom: 6em;
    }
}

@media print {
    .locationBox {
        width: 48%;
        margin: 0 1% 4em;
    }
}

@media only screen and (min-width: 992px) {
    .locationBoxLeft {
        width: 55%;
        float: left;
    }
}

@media only screen and (min-width: 1400px) {
    .locationBoxLeft {
        width: 50%;
    }
}

@media print {
    .locationBoxLeft {
        width: 55%;
        float: left;
    }
}

.locationBoxMap {
    position: relative;
    margin: 0 0 0.6em;
    background: #EAEAEA;
}

    .locationBoxMap::after {
        content: "";
        display: block;
        padding: 0 0 100%;
    }

    .locationBoxMap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (min-width: 992px) {
    .locationBoxRight {
        width: 40%;
        float: right;
    }
}

@media only screen and (min-width: 1400px) {
    .locationBoxRight {
        width: 44%;
    }
}

@media print {
    .locationBoxRight {
        width: 40%;
        float: right;
    }
}

.locationName {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #005F7F;
    margin: 0 0 0.6em;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    .locationName {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1400px) {
    .locationName {
        font-size: 3rem;
    }
}

a.locationPhone,
a:visited.locationPhone {
    display: block;
    color: #555;
}

    a.locationPhone::before,
    a:visited.locationPhone::before {
        content: "\f098";
        font-family: FontAwesome;
        margin: 0 5px 0 0;
        display: inline-block;
        color: #005F7F;
    }

a.locationFax,
a:visited.locationFax,
span.locationFax {
    display: block;
    color: #555;
    margin: 0 0 1em;
}

    a.locationFax::before,
    a:visited.locationFax::before,
    span.locationFax::before {
        content: "\f1ac";
        font-family: FontAwesome;
        margin: 0 5px 0 0;
        display: inline-block;
        color: #005F7F;
    }

a.locationDirections,
a:visited.locationDirections {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

@media only screen and (min-width: 1400px) {
    a.locationDirections,
    a:visited.locationDirections {
        margin: 0 0 0.2em;
    }
}

a.locationDirections::after,
a:visited.locationDirections::after {
    content: "\f101";
    font-family: FontAwesome;
    margin: 0 0 0 5px;
    display: inline-block;
}

a.locationPeople,
a:visited.locationPeople {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 0 1em;
}

    a.locationPeople::after,
    a:visited.locationPeople::after {
        content: "\f101";
        font-family: FontAwesome;
        margin: 0 0 0 5px;
        display: inline-block;
    }

.locationBoxShow {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #005F7F;
    cursor: pointer;
}

    .locationBoxShow:hover {
        color: #007AA3;
    }

    .locationBoxShow::after {
        content: "\f055";
        font-family: FontAwesome;
        margin: 0 0 0 5px;
        display: inline-block;
    }

    .locationBoxShow.active::after {
        content: "\f056";
    }

.locationBoxServices {
    display: none;
    padding: 1em 0;
    clear: both;
}

@media only screen and (min-width: 1200px) {
    .locationBoxServices {
        font-size: 1.4rem;
    }
}

.locationBoxServices.on {
    display: block;
}

.locationBoxServices strong {
    display: block;
}

.locationBoxServices a + strong {
    margin-top: 0.6em;
}

.locationBoxServices a, .locationBoxServices a:visited {
    color: #555;
    text-decoration: underline;
}

    .locationBoxServices a::after, .locationBoxServices a:visited::after {
        content: ",\00a0";
        display: inline-block;
    }

    .locationBoxServices a:last-child::after, .locationBoxServices a:visited:last-child::after {
        content: "";
    }

.customAdminPage {
    background: #FFF;
    padding: 20px 30px;
    color: #333;
    border: 1px solid #E4E4E4;
}

    .customAdminPage .chkPageList input[type="checkbox"] {
        margin-right: 7px;
    }

    .customAdminPage .btnPrimary {
        background: #003C4B;
        color: #fff;
    }

        .customAdminPage .btnPrimary:hover {
            background: #002832;
            color: #fff !important;
        }

    .customAdminPage .duallistbox {
        width: 600px;
        border-collapse: collapse;
        margin-bottom: 25px;
    }

        .customAdminPage .duallistbox td {
            width: 200px;
        }

            .customAdminPage .duallistbox td input[type="button"] {
                border-radius: 4px;
                margin-bottom: 10px;
                padding-right: 0;
                padding-left: 0;
                width: 120px;
            }

            .customAdminPage .duallistbox td label {
                display: block;
                font-family: "Montserrat", sans-serif;
                font-weight: bold;
                text-align: center;
            }

            .customAdminPage .duallistbox td select {
                width: 195px;
            }

@media screen {
    .hideonscreen {
        display: none !important;
    }
}

.wide {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    position: relative;
    transition: transform 0.2s ease-out;
    z-index: 2;
    overflow: hidden;
}

    .wide.nudged {
        -webkit-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
    }

.wrapper, .searchResultsWrapper, .newsListItem {
    max-width: 1696.25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

    .wrapper:after, .searchResultsWrapper:after, .newsListItem:after {
        content: " ";
        display: block;
        clear: both;
    }

@media only screen and (min-width: 768px) {
    .wrapper, .searchResultsWrapper, .newsListItem {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .wrapper, .searchResultsWrapper, .newsListItem {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 1400px) {
    .wrapper, .searchResultsWrapper, .newsListItem {
        padding-left: 0;
        padding-right: 0;
    }
}

.wrapper.sm, .searchResultsWrapper, .newsListItem {
    max-width: 1300px;
}

.mainShade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
}

    .mainShade.on {
        opacity: 1;
        pointer-events: auto;
    }

div.CMSEditableRegionEdit div textarea {
    color: #000;
}

.ktc-default-sectionGroup {
    margin-bottom: 20px;
}

.ktc-default-section .emailListsContainer label {
    display: inline-block;
    margin-left: 5px;
}

.ktc-default-section #uniSelectorState {
    margin-top: 20px;
}

.attorneyDetailContact--Sidebar {
    float: none;
    padding: 1em;
    width: 100%;
    margin-top:25px;
    margin-bottom:25px;
}

.attorneyDetailContact--Sidebar h2 {
    font-size: 2.4rem;
    text-transform: uppercase;
}

.attorneyDetailContact--Sidebar h3 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: .8rem;
    position: relative;
    padding-bottom: .8rem;
    text-transform: uppercase;
}

.attorneyDetailContact--Sidebar h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 2px solid #FFF;
}

.attorneyDetailContact--Sidebar h3::after {
    border-color: #fff;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (min-width: 992px) {
    .attorneyDetailContact--Sidebar h3::after {
        left: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.attorneyDetailContact--Sidebar .attorneyPhoto img { max-width: 100%; }

.banner {
    text-align: center;
    background: #8CC63F;
    padding: 10px;
}


.banner a {
    color: white;
}

.banner a:hover{
    color: white;
}

.field-validation-error{
    color: red;
    font-weight: 600;
}

.intro-text {
    padding:15px 0 20px 0;
}

.intro-text p:last-child{
    margin-bottom: 0;
}

.service-title {
    font-size: 1.75em;
    border-bottom: 2px solid;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display:flex;
    align-items: end;
}

.expand-all {
    font-size: 18px;
    margin-left: auto;
    padding-bottom: 2px;
    cursor: pointer;
    font-weight: 600;
}

.service-item {
    margin-bottom: 10px;
    display: block;
}

.service-item > a {
    display: block;
}

.service-item a, .service-item span {
    font-size: 1.1em;
    color: #0f4756;
    font-weight: 500;
}

.service-item a:hover {
    color: #74A92D;
}

.service-item .sub-services{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}


.service-item .sub-services a {
    padding-top: 0px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-weight: 400;
    padding-left: 15px;
    display: block;
}

.service-item .service-toggle {
    position: relative;
    cursor: pointer;
}

.service-item .service-toggle i {
    color: #0f4756;
}

.service-item .service-toggle i:hover {
    color: #8CC63F;
    text-decoration: underline;
}

.service-item.active .sub-services {
    max-height: 400px;
    transition: max-height 0.3s ease;
}


.slideWrapper {
    position: relative;
    max-width: 992px;
}

.bxPrev {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    font-size: 40px;
}

.bxPrev a {
    color: #6F6F6F;
}

.bxNext {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    font-size: 40px;
}

.bxNext a {
    color: #6F6F6F;
}

.controls a:hover {
    text-decoration: none;
}

.fixed {
    max-width: 175px;
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 100;
}

.fixed .block-boxes {
    background: #8CC63F;
    padding: 15px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px rgba(255,255,255,0);
    display: block;
}

.fixed a {
    color: white;
    text-decoration: none;
}

.form-field iframe {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}