/*
Theme Name: Aiello, Harris, Marth, Tunnero, Pastor & Schiffman, P.C.
Theme URI: 
Description: 
Author: Kate Compton
Version: 1.0
License: free
License URI: 
Tags: none
template: twentyfourteen
*/


.header-logo img {
    max-width: 331px!important;
    height:auto!important;
}



/* -- FONTS -- */

@import url(https://fonts.googleapis.com/css?family=Raleway:700,400);

/* RALEWAY http://www.google.com/fonts#UsePlace:use/Collection:Raleway */
/*
@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway/Raleway-Regular.ttf);
    }
*/
* {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}


.ge-hide-field {
    display: none;
}



/*====== New Rating =========*/


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.popupReviewContent {
    background: #f1f1f1;
}

.stepBox.yelpbox a:before {
    content: '';
    background: url(images/review_yelp.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 64px;
    position: absolute;
    left: 11px;
    top: 9px;
    background-size: 100%;
}

.stepBox.facebookbox a:before {
    content: '';
    background: url(https://aielloharris.com/wp-content/uploads/2019/11/review_fb.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 64px;
    position: absolute;
    left: 11px;
    top: 9px;
    background-size: 100%;
}

.stepBox.googlebox a:before {
    content: '';
    background: url(https://aielloharris.com/wp-content/uploads/2019/11/review_google.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 64px;
    position: absolute;
    left: 11px;
    top: 9px;
    background-size: 100%;
    transition: 0.5s ease-in-out;
}

.copyclip:hover {
    background: #f1f1f1;
    transition: 0.5s ease-in-out;
}

.stepBox.copyclip.copied-done:before {
    content: '';
    background: url(https://aielloharris.com/wp-content/uploads/2019/11/copy-clip-checked.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 64px;
    position: absolute;
    left: 11px;
    top: 9px;
    background-size: 100%;
}

.stepBox.copyclip:before {
    content: '';
    background: url(https://aielloharris.com/wp-content/uploads/2019/11/copy-clip.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 64px;
    position: absolute;
    left: 11px;
    top: 9px;
    background-size: 100%;
}

.second_step_review {
    color: #fff;
    padding: 25px 45px;
}

.second_step_review h3 {
    color: #1b2335;
    font-size: 27px;
    margin-bottom: 8px;
    letter-spacing: -0.8px;
    font-weight: 900;
}

.copyclip {
    background: #fff;
    color: #000;
    padding: 20px 22px 34px 78px;
    width: 270px;
    margin-bottom: 9px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 21px;
    cursor: pointer;
}

.stepBox a {
    background: #fff;
    color: #000;
    padding: 20px 22px 34px 78px;
    width: 270px;
    margin-bottom: 9px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 21px;
    display: flex;
}


.steps_review h4 {
    color: #1e2129;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.step1 {
    margin-bottom: 25px;
}

.second_step_review p {
    font-size: 15px;
    line-height: 27px;
    color: #000;
}
.step1 h4, .step2 h4 {
    background: transparent !important;
    border: none !important;
}
.paginations ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.paginations ul li {
    margin-right: 2px;
}

.paginations ul li span,
.paginations ul li a {
    display: flex;
    flex-flow: column;
    background: #214090;
    color: #fff;
    padding: 7px 15px;
}

.paginations ul li .current {
    background: #ba0000;
}

.paginations ul li span:hover,
.paginations ul li a:hover {
    background: #ba0000;
    transition: 0.5s ease-in-out;
}


.reviewsList .reviewsContentlIst strong {
    font-weight: bold;
    font-size: 17px;
    display: flex;
    width: 100%;
    margin-top: 13px;
    color: #ba0000;
    text-transform: uppercase;
}

.reviewsList {
    display: flex;
    flex-flow: column;
}

.reviewsList .reviewsContentlIst {
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 20px 40px;
}

.reviewsContentlIst .ratingStar {
    display: flex;
    flex-flow: column;
    margin-bottom: 2px;
    margin-top: 4px;
}

.reviewsContentlIst .ratingStar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
}

.reviewsContentlIst .ratingStar ul li {
    margin-right: 5px;
    color: #e6d615;
    font-size: 21px;
    line-height: 14px;
}

.reviewsContentlIst .ratingStar ul li.star-off {
    opacity: 0.2;
    color: #000;
}

.reviewsContentlIst .title {
    font-size: 21px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #191616;
    letter-spacing: -0.1px;
}

.reviewsContentlIst p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.loader-form {
    position: absolute;
    right: 30px;
}

.popupReviewContent h4 {
    color: #1a64ac !important;
    font-weight: 900;
    font-size: 30px !important;
    border-bottom: 1px solid #fff;
    padding: 14px 0 4px 0 !important;
    background: #fff;
    margin: 0 0 0 0 !important;
}

.popupReviewContent h4 + p {
    background: #fff;
    margin: 0;
    padding: 0px 0 20px 0 !important;
}

.popupReviewContent h1 {
    color: #fff;
    text-align: center;
    font-size: 33px;
    margin-top: 15px;
}

.close_poup:hover {
    transform: rotate(180deg);
}

.close_poup {
    position: absolute;
    top: -17px;
    right: -19px;
    background: #d82b2b;
    z-index: 11111;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}


.rating-stars h3 {
    color: #080808 !important;
    font-size: 25px !important;
    margin-right: 17px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.fieldForm.rating-stars {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 25px;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.fieldForm.rating-stars {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}

.fieldForm button[type="submit"] {
    background: #797878;
    border: none;
    margin-top: 3px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    color: #fff;
    font-size: 17px;
}

.body-popup:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000000c2;
    z-index: 99999999999999999999;
}

.popupReviewForm {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999999999;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 50px;
}

.popupReviewForm .popupReviewContent {
    background: #efefef;
    width: 470px;
    height: auto;
    transition: 0.5s ease-in-out;
    position: relative;
    margin-top: 0px;
}

.popupReviewForm.active_popup {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in-out;
}

.button_review {
    position: fixed;
    right: -68px;
    top: 50%;
    z-index: 99999999;
    transform: rotate(90deg);
}

.note {
    color: #020202;
    font-size: 15px;
    margin-bottom: 3px;
    text-align: center;
}

.button_review button {
    background: #214090;
    border: none;
    border-radius: 0;
    padding: 8px 19px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
}

.button_review button i {
    margin-right: 7px;
    margin-left: 5px;
}

.button_review button:hover {
    background: #b90100;
    transition: 0.5s ease-in-out;
}

.fieldForm {
    padding: 0 30px 12px 30px;
    display: flex;
    flex-flow: column;
}

.fieldForm label {
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.fieldForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;

}

.fieldForm input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.fieldForm input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

.fieldForm input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.fieldForm input:focus {
    background: #ffffff !important;
}

.fieldForm input {
    height: 47px;
    padding: 0 15px;
    background: #ffffff !important;
    border: none;
    border-radius: 5px;
    color: #000 !important;
}

.fieldForm textarea {
    height: 105px;
    background: #ffffff;
    border: none;
    border-radius: 4px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;
    margin-bottom: 0 !important;
}

ul#stars {
    margin-top: 0;
    margin-bottom: 0;
}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 25px;
    color: #e6d615;
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #635f2d;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #284ca9;
}

/*=========== Reviews Ends Here =========*/

/* -- NORMALIZE.css -- */

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

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

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

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

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

p,
pre {
    margin: 1em 0;
}

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

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

q {
    quotes: none;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

dd {
    margin: 0 0 0 40px;
}

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

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

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

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

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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






/* -- BASE STYLES -- */

html,
button,
input,
select,
textarea {
    font: 13px "Raleway", Arial, Helvetica, sans-serif;
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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






/* -- GRID -- */

body {
    min-width: 1040px;
}

.container-12 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 960px;
    width: 1040px;
    box-sizing: border-box;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
}

.push-1,
.pull-1,
.push-2,
.pull-2,
.push-3,
.pull-3,
.push-4,
.pull-4,
.push-5,
.pull-5,
.push-6,
.pull-6,
.push-7,
.pull-7,
.push-8,
.pull-8,
.push-9,
.pull-9,
.push-10,
.pull-10,
.push-11,
.pull-11 {
    position: relative;
}


.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.grid-1 {
    width: 6.25%;
}

.grid-2 {
    width: 14.58%;
}

.grid-3 {
    width: 22.92%;
}

.grid-4 {
    width: 31.25%;
}

.grid-5 {
    width: 39.58%;
}

.grid-6 {
    width: 47.92%;
}

.grid-7 {
    width: 56.25%;
}

.grid-8 {
    width: 64.58%;
}

.grid-9 {
    width: 72.92%;
}

.grid-10 {
    width: 81.25%;
}

.grid-11 {
    width: 89.58%;
}

.grid-12 {
    width: 97.92%;
}

.prefix-1 {
    padding-left: 8.33%;
}

.prefix-2 {
    padding-left: 16.67%;
}

.prefix-3 {
    padding-left: 25%;
}

.prefix-4 {
    padding-left: 33.33%;
}

.prefix-5 {
    padding-left: 41.67%;
}

.prefix-6 {
    padding-left: 50%;
}

.prefix-7 {
    padding-left: 58.33%;
}

.prefix-8 {
    padding-left: 66.67%;
}

.prefix-9 {
    padding-left: 75%;
}

.prefix-10 {
    padding-left: 83.33%;
}

.prefix-11 {
    padding-left: 91.67%;
}

.suffix-1 {
    padding-right: 8.33%;
}

.suffix-2 {
    padding-right: 16.67%;
}

.suffix-3 {
    padding-right: 25%;
}

.suffix-4 {
    padding-right: 33.33%;
}

.suffix-5 {
    padding-right: 41.67%;
}

.suffix-6 {
    padding-right: 50%;
}

.suffix-7 {
    padding-right: 58.33%;
}

.suffix-8 {
    padding-right: 66.67%;
}

.suffix-9 {
    padding-right: 75%;
}

.suffix-10 {
    padding-right: 83.33%;
}

.suffix-11 {
    padding-right: 91.67%;
}

.push-1 {
    left: 8.33%;
}

.push-2 {
    left: 16.67%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.33%;
}

.push-5 {
    left: 41.67%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.33%;
}

.push-8 {
    left: 66.67%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.33%;
}

.push-11 {
    left: 91.67%;
}

.pull-1 {
    left: -8.33%;
}

.pull-2 {
    left: -16.67%;
}

.pull-3 {
    left: -25%;
}

.pull-4 {
    left: -33.33%;
}

.pull-5 {
    left: -41.67%;
}

.pull-6 {
    left: -50%;
}

.pull-7 {
    left: -58.33%;
}

.pull-8 {
    left: -66.67%;
}

.pull-9 {
    left: -75%;
}

.pull-10 {
    left: -83.33%;
}

.pull-11 {
    left: -91.67%;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after,
.container-12:before,
.container-12:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after,
.container-12:after {
    clear: both;
}

.clearfix,
.container-12 {
    zoom: 1;
}


/* ========= M Viewport (769-1024) (iPad, landscape) ========= */

@media screen and (min-width: 769px) and (max-width: 1040px) {

    body {
        min-width: 10px;
    }

    .container-12 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-M-1 {
        width: 6.25%;
    }

    .grid-M-2 {
        width: 14.58%;
    }

    .grid-M-3 {
        width: 22.92%;
    }

    .grid-M-4 {
        width: 31.25%;
    }

    .grid-M-5 {
        width: 39.58%;
    }

    .grid-M-6 {
        width: 47.92%;
    }

    .grid-M-7 {
        width: 56.25%;
    }

    .grid-M-8 {
        width: 64.58%;
    }

    .grid-M-9 {
        width: 72.92%;
    }

    .grid-M-10 {
        width: 81.25%;
    }

    .grid-M-11 {
        width: 89.58%;
    }

    .grid-M-12 {
        width: 97.92%;
    }

    .prefix-M-1 {
        padding-left: 8.33%;
    }

    .prefix-M-2 {
        padding-left: 16.67%;
    }

    .prefix-M-3 {
        padding-left: 25%;
    }

    .prefix-M-4 {
        padding-left: 33.33%;
    }

    .prefix-M-5 {
        padding-left: 41.67%;
    }

    .prefix-M-6 {
        padding-left: 50%;
    }

    .prefix-M-7 {
        padding-left: 58.33%;
    }

    .prefix-M-8 {
        padding-left: 66.67%;
    }

    .prefix-M-9 {
        padding-left: 75%;
    }

    .prefix-M-10 {
        padding-left: 83.33%;
    }

    .prefix-M-11 {
        padding-left: 91.67%;
    }

    .suffix-M-1 {
        padding-right: 8.33%;
    }

    .suffix-M-2 {
        padding-right: 16.67%;
    }

    .suffix-M-3 {
        padding-right: 25%;
    }

    .suffix-M-4 {
        padding-right: 33.33%;
    }

    .suffix-M-5 {
        padding-right: 41.67%;
    }

    .suffix-M-6 {
        padding-right: 50%;
    }

    .suffix-M-7 {
        padding-right: 58.33%;
    }

    .suffix-M-8 {
        padding-right: 66.67%;
    }

    .suffix-M-9 {
        padding-right: 75%;
    }

    .suffix-M-10 {
        padding-right: 83.33%;
    }

    .suffix-M-11 {
        padding-right: 91.67%;
    }

    .push-M-1 {
        left: 8.33%;
    }

    .push-M-2 {
        left: 16.67%;
    }

    .push-M-3 {
        left: 25%;
    }

    .push-M-4 {
        left: 33.33%;
    }

    .push-M-5 {
        left: 41.67%;
    }

    .push-M-6 {
        left: 50%;
    }

    .push-M-7 {
        left: 58.33%;
    }

    .push-M-8 {
        left: 66.67%;
    }

    .push-M-9 {
        left: 75%;
    }

    .push-M-10 {
        left: 83.33%;
    }

    .push-M-11 {
        left: 91.67%;
    }

    .pull-M-1 {
        left: -8.33%;
    }

    .pull-M-2 {
        left: -16.67%;
    }

    .pull-M-3 {
        left: -25%;
    }

    .pull-M-4 {
        left: -33.33%;
    }

    .pull-M-5 {
        left: -41.67%;
    }

    .pull-M-6 {
        left: -50%;
    }

    .pull-M-7 {
        left: -58.33%;
    }

    .pull-M-8 {
        left: -66.67%;
    }

    .pull-M-9 {
        left: -75%;
    }

    .pull-M-10 {
        left: -83.33%;
    }

    .pull-M-11 {
        left: -91.67%;
    }

}


/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {

    body {
        min-width: 10px;
    }

    .container-12 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-S-1 {
        width: 6.25%;
    }

    .grid-S-2 {
        width: 14.58%;
    }

    .grid-S-3 {
        width: 22.92%;
    }

    .grid-S-4 {
        width: 31.25%;
    }

    .grid-S-5 {
        width: 39.58%;
    }

    .grid-S-6 {
        width: 47.92%;
    }

    .grid-S-7 {
        width: 56.25%;
    }

    .grid-S-8 {
        width: 64.58%;
    }

    .grid-S-9 {
        width: 72.92%;
    }

    .grid-S-10 {
        width: 81.25%;
    }

    .grid-S-11 {
        width: 89.58%;
    }

    .grid-S-12 {
        width: 97.92%;
    }

    .prefix-S-1 {
        padding-left: 8.33%;
    }

    .prefix-S-2 {
        padding-left: 16.67%;
    }

    .prefix-S-3 {
        padding-left: 25%;
    }

    .prefix-S-4 {
        padding-left: 33.33%;
    }

    .prefix-S-5 {
        padding-left: 41.67%;
    }

    .prefix-S-6 {
        padding-left: 50%;
    }

    .prefix-S-7 {
        padding-left: 58.33%;
    }

    .prefix-S-8 {
        padding-left: 66.67%;
    }

    .prefix-S-9 {
        padding-left: 75%;
    }

    .prefix-S-10 {
        padding-left: 83.33%;
    }

    .prefix-S-11 {
        padding-left: 91.67%;
    }

    .suffix-S-1 {
        padding-right: 8.33%;
    }

    .suffix-S-2 {
        padding-right: 16.67%;
    }

    .suffix-S-3 {
        padding-right: 25%;
    }

    .suffix-S-4 {
        padding-right: 33.33%;
    }

    .suffix-S-5 {
        padding-right: 41.67%;
    }

    .suffix-S-6 {
        padding-right: 50%;
    }

    .suffix-S-7 {
        padding-right: 58.33%;
    }

    .suffix-S-8 {
        padding-right: 66.67%;
    }

    .suffix-S-9 {
        padding-right: 75%;
    }

    .suffix-S-10 {
        padding-right: 83.33%;
    }

    .suffix-S-11 {
        padding-right: 91.67%;
    }

    .push-S-1 {
        left: 8.33%;
    }

    .push-S-2 {
        left: 16.67%;
    }

    .push-S-3 {
        left: 25%;
    }

    .push-S-4 {
        left: 33.33%;
    }

    .push-S-5 {
        left: 41.67%;
    }

    .push-S-6 {
        left: 50%;
    }

    .push-S-7 {
        left: 58.33%;
    }

    .push-S-8 {
        left: 66.67%;
    }

    .push-S-9 {
        left: 75%;
    }

    .push-S-10 {
        left: 83.33%;
    }

    .push-S-11 {
        left: 91.67%;
    }

    .pull-S-1 {
        left: -8.33%;
    }

    .pull-S-2 {
        left: -16.67%;
    }

    .pull-S-3 {
        left: -25%;
    }

    .pull-S-4 {
        left: -33.33%;
    }

    .pull-S-5 {
        left: -41.67%;
    }

    .pull-S-6 {
        left: -50%;
    }

    .pull-S-7 {
        left: -58.33%;
    }

    .pull-S-8 {
        left: -66.67%;
    }

    .pull-S-9 {
        left: -75%;
    }

    .pull-S-10 {
        left: -83.33%;
    }

    .pull-S-11 {
        left: -91.67%;
    }

}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {

    body {
        min-width: 10px;
    }

    .container-12 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-XS-1 {
        width: 6.25%;
    }

    .grid-XS-2 {
        width: 14.58%;
    }

    .grid-XS-3 {
        width: 22.92%;
    }

    .grid-XS-4 {
        width: 31.25%;
    }

    .grid-XS-5 {
        width: 39.58%;
    }

    .grid-XS-6 {
        width: 47.92%;
    }

    .grid-XS-7 {
        width: 56.25%;
    }

    .grid-XS-8 {
        width: 64.58%;
    }

    .grid-XS-9 {
        width: 72.92%;
    }

    .grid-XS-10 {
        width: 81.25%;
    }

    .grid-XS-11 {
        width: 89.58%;
    }

    .grid-XS-12 {
        width: 97.92%;
    }

    .prefix-XS-0 {
        padding-left: 0px;
    }

    .prefix-XS-1 {
        padding-left: 8.33%;
    }

    .prefix-XS-2 {
        padding-left: 16.67%;
    }

    .prefix-XS-3 {
        padding-left: 25%;
    }

    .prefix-XS-4 {
        padding-left: 33.33%;
    }

    .prefix-XS-5 {
        padding-left: 41.67%;
    }

    .prefix-XS-6 {
        padding-left: 50%;
    }

    .prefix-XS-7 {
        padding-left: 58.33%;
    }

    .prefix-XS-8 {
        padding-left: 66.67%;
    }

    .prefix-XS-9 {
        padding-left: 75%;
    }

    .prefix-XS-10 {
        padding-left: 83.33%;
    }

    .prefix-XS-11 {
        padding-left: 91.67%;
    }

    .suffix-XS-0 {
        padding-right: 0px;
    }

    .suffix-XS-1 {
        padding-right: 8.33%;
    }

    .suffix-XS-2 {
        padding-right: 16.67%;
    }

    .suffix-XS-3 {
        padding-right: 25%;
    }

    .suffix-XS-4 {
        padding-right: 33.33%;
    }

    .suffix-XS-5 {
        padding-right: 41.67%;
    }

    .suffix-XS-6 {
        padding-right: 50%;
    }

    .suffix-XS-7 {
        padding-right: 58.33%;
    }

    .suffix-XS-8 {
        padding-right: 66.67%;
    }

    .suffix-XS-9 {
        padding-right: 75%;
    }

    .suffix-XS-10 {
        padding-right: 83.33%;
    }

    .suffix-XS-11 {
        padding-right: 91.67%;
    }

    .push-XS-0 {
        left: 0px;
    }

    .push-XS-1 {
        left: 8.33%;
    }

    .push-XS-2 {
        left: 16.67%;
    }

    .push-XS-3 {
        left: 25%;
    }

    .push-XS-4 {
        left: 33.33%;
    }

    .push-XS-5 {
        left: 41.67%;
    }

    .push-XS-6 {
        left: 50%;
    }

    .push-XS-7 {
        left: 58.33%;
    }

    .push-XS-8 {
        left: 66.67%;
    }

    .push-XS-9 {
        left: 75%;
    }

    .push-XS-10 {
        left: 83.33%;
    }

    .push-XS-11 {
        left: 91.67%;
    }

    .pull-XS-0 {
        left: 0px;
    }

    .pull-XS-1 {
        left: -8.33%;
    }

    .pull-XS-2 {
        left: -16.67%;
    }

    .pull-XS-3 {
        left: -25%;
    }

    .pull-XS-4 {
        left: -33.33%;
    }

    .pull-XS-5 {
        left: -41.67%;
    }

    .pull-XS-6 {
        left: -50%;
    }

    .pull-XS-7 {
        left: -58.33%;
    }

    .pull-XS-8 {
        left: -66.67%;
    }

    .pull-XS-9 {
        left: -75%;
    }

    .pull-XS-10 {
        left: -83.33%;
    }

    .pull-XS-11 {
        left: -91.67%;
    }

}






/* -- CUSTOM STYLES -- */




/* MEDIA QUERIES - for reference */

/* ========= M Viewport (769-1024) (iPad, landscape) ========= */

@media screen and (min-width: 769px) and (max-width: 1040px) {}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {}




/* body styles */

body {
    font-size: 13px;
    /*
    color:#555;
    */
    color: #000;
    /*
    background: url(img/body-bg.png) top center repeat #efefef;
    background:#042858;
    */
    background: #ccc;
}

img {
    max-width: 100%;
}

/* ========= M Viewport (769-1024) (iPad, landscape) ========= */
@media screen and (min-width: 769px) and (max-width: 1040px) {
    body {
        font-size: 12px;
    }
}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {
    body {
        font-size: 12px;
    }
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    body {
        font-size: 14px;
    }
}

/* mobile menu */

.mobile-menu {
    border-top: 2px solid #1a64ac;
    border-bottom: 2px solid #1a64ac;
    background: #fff;
    text-align: center;
}

.mobile-menu .grid-2,
.mobile-menu .grid-8 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.mobile-menu img.mobile-logo {
    float: left;
}

.mobile-menu .phone {
    text-align: center;
    color: #1a64ac;
    padding: 0px 0px 15px 0px;
    font-size: 88%;
}

.mobile-menu .phone a {
    color: #1a64ac;
    text-decoration: none;
}

.mobile-menu .phone img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.mobile-menu .phone .phone-details {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 139%;
}

.mobile-menu .phone em {
    display: block;
    font-style: normal;
}

.mobile-menu .phone strong {
    display: block;
    font-size: 147%;
}

.mobile-menu .email {
    margin: 0px 0px 10px 0px;
    padding: 15px 0px;
    border-top: 2px solid #1a64ac;
    border-bottom: 2px solid #1a64ac;
}

.mobile-menu .email a {
    display: block;
    color: #1a64ac;
    text-decoration: none;
}

.mobile-menu .email a img {
    margin-right: 5px;
}

.mobile-menu b {
    display: block;
    padding: 10px 0px;
    font-size: 93%;
    line-height: 116%;
    color: #1a64ac;
}

.mobile-menu .mobile-phone {
    display: block;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    font-size: 93%;
}

.mobile-menu a.toggle-menu {
    display: block;
    float: right;
    padding: 10px 0px;
}

.mobile-menu .toggling-menu {
    display: none;
    text-align: left;
    border-top: 2px solid #1a64ac;
    background: #fff;
}

.mobile-menu .toggling-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mobile-menu .toggling-menu ul li {
    display: block;
    margin: 0px;
    padding: 0px;
}

.mobile-menu .toggling-menu form ul li {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
}

.mobile-menu .toggling-menu form {
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #1a64ac;
    background: #eee;
}

.mobile-menu .toggling-menu form input[type=search],
.mobile-menu .toggling-menu form input[type=text] {
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
    border-radius: 3px;
}

.mobile-menu .toggling-menu form input[type=submit] {
    border: none;
    background: url(img/icon-search.png) center no-repeat;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -999em;
}

.mobile-menu .toggling-menu ul li a,
.mobile-menu .toggling-menu ul li a:visited {
    display: block;
    padding: 10px;
    color: #1a64ac;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-menu .toggling-menu ul li a:hover,
.mobile-menu .toggling-menu ul li a:active,
.mobile-menu .toggling-menu ul li a:focus {
    background: #1a64ac;
    color: #fff;
    text-decoration: none;
}

/* header */

header.main {
    border-top: 2px solid #1a64ac;
    background: #fff;
}

/* live help */

.header-live-help {
    padding: 55px 0px 0px 0px;
    font-size: 123%;
}

.header-live-help.ppc {
    padding-top: 50px;
}

.header-live-help img {
    display: inline-block;
    vertical-align: middle;
}

.header-live-help .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
    padding: 3px 3px 7px 3px;
    border-bottom: 1px solid #cacaca;
}

.header-live-help .sub-text {
    display: block;
    text-align: center;
    font-size: 77%;
    font-weight: bold;
    padding: 3px 15px 0 0;
}

.header-live-help.ppc .sub-text {
    padding-top: 10px;
    font-size: 100%;
}

.header-live-help b {
    font-weight: bold;
    text-transform: uppercase;
    color: #042858;
}

.header-live-help i {
    padding: 0px 0px 0px 5px;
    font-style: normal;
    font-weight: bold;
    color: #248aed;
}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {

    .header-live-help {
        font-size: 100%;
    }

}

/* search */

.header-search {
    padding: 10px 0px;
}

.header-search ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header-search ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

.header-search form {
    display: inline-block;
    background: #e5e5e5;
}

.header-search input[type=text],
.header-search input[type=search] {
    border: none;
    background: none;
    margin: 0px;
    padding: 5px 10px;
    width: 130px;
    width: 85%;
    color: #686868;
    font-size: 88%;
}

.header-search input[type=submit] {
    margin: 0px;
    padding: 0px;
    border: none;
    background: url(img/icon-search.png) center no-repeat;
    width: 25px;
    height: 21px;
    overflow: hidden;
    text-indent: -999em;
}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {

    .header-search input[type=text],
    .header-search input[type=search] {
        width: 100px;
    }

}

/* logo */

.header-logo {
    padding: 25px 0px;
    text-align: center;
}

/* phone */

.header-phone {
    padding: 35px 0px;
    text-align: right;
    word-wrap: break-word;
}

.header-phone.ppc {
    padding-top: 40px;
    text-align: center;
}

.header-phone i {
    display: block;
    margin: 5px 0px;
    font-style: normal;
    font-weight: bold;
    color: #042858;
    text-transform: uppercase;
}

.header-phone.ppc i {
    margin: 0;
    font-size: 116%;
}

.header-phone b {
    display: inline-block;
    background: #ebebeb;
    margin: 5px 0px;
    padding: 5px 20px;
    font-weight: bold;
    color: #1a64ac;
    font-size: 182%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.header-phone a {
    color: #1a64ac;
    text-decoration: none;
}

/* ========= M Viewport (769-1024) (iPad, landscape) ========= */

@media screen and (min-width: 769px) and (max-width: 1040px) {
    .header-phone b {
        font-size: 139%;
    }
}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {
    .header-phone b {
        font-size: 139%;
    }
}

/* nav */

nav.main {
    background: #1a64ac;
    text-align: center;
}

nav.main .grid-12 {
    position: relative;
    z-index: 85;
}

nav.main ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav.main ul li {
    position: relative;
    z-index: 90;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

nav.main ul li:hover {
    z-index: 95;
}

nav.main ul li.aop,
nav.main ul li.aop:hover,
nav.main ul li.mega,
nav.main ul li.mega:hover {
    position: inherit;
}

nav.main ul li a,
nav.main ul li a:visited {
    display: block;
    padding: 15px 20px;
    height: 48px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

nav.main ul li a:hover,
nav.main ul li a:active,
nav.main ul li a:focus,
nav.main ul li:hover a {
    background: #042858;
    color: #fff;
    text-decoration: none;
}

/* ========= M Viewport (769-1024) (iPad, landscape) ========= */

@media screen and (min-width: 769px) and (max-width: 1040px) {

    nav.main ul li a,
    nav.main ul li a:visited {
        padding: 17px 10px;
        font-size: 93%;
    }
}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {

    nav.main ul li a,
    nav.main ul li a:visited {
        padding: 17px 7px;
        font-size: 88%;
    }
}

/* default drop/flyout nav */

nav.main ul ul {
    display: none;
    position: absolute;
    z-index: 98;
    top: 48px;
    left: 0px;
    width: 100%;
    font-size: 93%;
    background: #042858;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, .5);
}

nav.main ul li.attorneys ul {
    width: 200%;
    margin-left: -50%;
}

nav.main ul li:hover ul {
    display: block;
}

nav.main ul li:hover ul li {
    position: relative;
    z-index: 99;
    display: block;
}

nav.main ul li:hover ul li a {
    position: relative;
    z-index: 100;
    display: block;
    padding: 8px 10px;
    text-transform: none;
    height: auto;
}

nav.main ul li:hover ul li a:hover,
nav.main ul li:hover ul li:hover a {
    background: #011d43;
}

nav.main ul ul ul,
nav.main ul li:hover ul ul {
    display: none;
}

nav.main ul ul li:hover ul {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    font-size: 100%;
}

nav.main ul ul li:hover ul li a {
    background: #011d43;
}

nav.main ul ul li:hover ul li a:hover,
nav.main ul ul li:hover ul li:hover a {
    background: #001634;
}

nav.main ul ul ul ul,
nav.main ul li:hover ul li:hover ul ul {
    display: none;
}

nav.main ul li:hover ul li:hover ul li:hover ul {
    display: block;
}

nav.main ul ul li:hover ul ul li a {
    background: #001634;
}

nav.main ul ul li:hover ul ul li a:hover,
nav.main ul ul li:hover ul ul li:hover a {
    background: #000f23;
}

nav.main ul ul ul ul ul,
nav.main ul li:hover ul li:hover ul li:hover ul ul,
nav.main ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: none;
}

/* aop nav */

nav.main ul li.aop ul {
    clear: both;
    text-align: left;
    line-height: 154%;
}

nav.main ul li.aop:hover ul {}

nav.main ul li.aop:hover ul li {
    position: relative;
    z-index: 99;
    display: block;
    float: left;
    width: 25%;
    overflow: visible;
    padding: 0px;
    box-sizing: border-box;
    color: #fff;
}

nav.main ul li.aop:hover ul li:hover {
    z-index: 102;
}

nav.main ul li.aop:hover ul li a,
nav.main ul li.aop:hover ul li a:visited {
    position: relative;
    z-index: 101;
    display: block;
    padding: 8px 10px;
    background: none;
    color: #fff;
}

nav.main ul li.aop:hover ul li a:hover,
nav.main ul li.aop:hover ul li a:active,
nav.main ul li.aop:hover ul li a:focus,
nav.main ul li.aop:hover ul li:hover a {
    background: #011d43;
    color: #fff;
    text-decoration: none;
}

nav.main ul li.aop:hover ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 103;
    top: 0px;
    left: 100%;
    background: #011d43;
    width: 100%;


    box-shadow: 7px 7px 7px rgba(0, 0, 0, .5);

}

nav.main ul li.aop:hover ul li:hover ul li {
    display: block;
    float: none;
    width: 100%;
}


nav.main ul li.aop:hover ul li:hover ul ul {
    display: none;
}

nav.main ul li.aop:hover ul li:hover ul li:hover ul {
    display: block;
}

nav.main ul li.aop:hover ul li:hover ul li:hover ul ul {
    display: none;
}

/*
                nav.main ul li.aop:hover ul li:hover ul li:hover ul li:hover ul { display:block; }
                */

nav.main ul li.aop:hover ul li:hover ul li a:hover,
nav.main ul li.aop:hover ul li:hover ul li:hover a {
    background: #001634;
}

nav.main ul li.aop:hover ul li:hover ul ul li a {
    background: #001634;
}

nav.main ul li.aop:hover ul li:hover ul ul li a:hover,
nav.main ul li.aop:hover ul li:hover ul ul li:hover a {
    background: #000f23;
}

nav.main ul li.aop:hover ul ul ul ul,
nav.main ul li.aop:hover li:hover ul li:hover ul li:hover ul ul,
nav.main ul li.aop:hover li:hover ul li:hover ul li:hover ul li:hover ul {
    display: none;
}





/* mega nav */

nav.main ul li.mega ul {
    clear: both;
    text-align: left;
    font-size: 93%;
    line-height: 154%;
}

nav.main ul li.mega:hover ul {}

nav.main ul li.mega:hover ul li {
    display: block;
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}

nav.main ul li.mega:hover ul li:hover {
    background: #001634;
}

nav.main ul li.mega:hover ul li a,
nav.main ul li.mega:hover ul li a:visited {
    display: block;
    padding: 0px;
    background: none;
    color: #9bceff;
}

nav.main ul li.mega:hover ul li a b {
    /*
                    color:#1a64ac;
                    */
    color: #fff;
    display: block;
    padding: 0px 0px 4px 0px;
}

nav.main ul li.mega:hover ul li a address {
    display: block;
    padding: 4px 0px 0px 0px;
    font-style: normal;
}

nav.main ul li.mega:hover ul li a i {
    /*
                    color:#1a64ac;
                    */
    color: #399dff;
    display: block;
    padding: 4px 0px 0px 0px;
    font-style: normal;
    font-size: 93%;
}

nav.main ul li.mega:hover ul li a:hover,
nav.main ul li.mega:hover ul li a:active,
nav.main ul li.mega:hover ul li a:focus {
    color: #d8ecff;
    /*
                text-decoration:underline;
                */
    text-decoration: none;
}

/* marketing area */

.marketing-area {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.marketing-images {
    position: relative;
    z-index: 1;
    text-align: center;
}

.marketing-overlay {
    position: absolute;
    z-index: 85;
    top: 0px;
    left: 0px;
    width: 100%;
}

.marketing-overlay .container-12,
.marketing-overlay .grid-12 {
    position: relative;
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .marketing-overlay {
        position: relative;
    }

    .marketing-overlay .container-12 {
        padding: 0px;
    }
}

/* homepage slider */

.homepage-slider {
    position: relative;
}

.homepage-slider ul.slides li {
    display: none;
    min-height: 40px;
}

.homepage-slider ul.slides li:first-child {
    display: block;
}

.homepage-slider .flex-direction-nav {
    position: absolute;
    z-index: 45;
    top: 50%;
    width: 100%;
    list-style: none;
    margin: -27px 0px 0px 0px;
    padding: 0px;
}

.homepage-slider .flex-direction-nav li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.homepage-slider .flex-direction-nav a {
    position: absolute;
    z-index: 50;
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    overflow: hidden;
    text-indent: -999em;
    opacity: 0.65;
    border-radius: 50%;
}

.homepage-slider .flex-direction-nav a.flex-prev {
    left: 20px;
    background: url(img/flexslider-bg-direction-nav.png) left no-repeat #fff;
}

.homepage-slider .flex-direction-nav a.flex-next {
    right: 20px;
    background: url(img/flexslider-bg-direction-nav.png) right no-repeat #fff;
}

.homepage-slider .flex-direction-nav a.flex-next:hover,
.homepage-slider .flex-direction-nav a.flex-prev:hover {
    opacity: 1;
}

.homepage-slider .flex-control-nav {
    position: absolute;
    /*bottom:70px;*/
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.homepage-slider .flex-control-nav li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.homepage-slider .flex-control-paging li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    text-indent: -999em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

.homepage-slider .flex-control-paging li a:hover {
    background: #042858;
    cursor: pointer;
}

.homepage-slider .flex-control-paging li a.flex-active {
    background: #1a64ac;
}

.homepage-slider ul.slides li .slide-content {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.homepage-slider ul.slides li img {
    position: relative;
    z-index: 1;
    clear: both;
}

.homepage-slider ul.slides li .slider-text {
    position: absolute;
    z-index: 99999999;
    bottom: 10px;
    left: 10px;
    bottom: 40px;
    left: 40px;
    padding: 20px;
    background: #1a64ac;
    background: rgba(1, 84, 160, .9);
    color: #fff;
    max-width: 30%;
    font-size: 147%;
}

/* ========= M Viewport (769-1024) (iPad, landscape) ========= */
@media screen and (min-width: 769px) and (max-width: 1040px) {
    .homepage-slider .flex-control-nav {
        bottom: 10px;
    }
}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {
    .homepage-slider .flex-control-nav {
        bottom: 10px;
    }
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .homepage-slider .flex-control-nav {
        bottom: 10px;
    }

    .homepage-slider ul.slides li .slider-text {
        display: none;
    }
}

/* subpage imagery */

.subpage-imagery {
    margin: 0px auto;
    max-width: 1040px;
    text-align: left;
}

.subpage-imagery img {
    width: 1040px;
    height: 315px;
}

@media screen and (min-width: 10px) and (max-width: 1040px) {
    .subpage-imagery img {
        width: auto;
        height: auto;
    }
}

/* quick contact form */

.qc-form {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 50px;
    max-width: 35%;
    max-width: 30%;
    oveflow: hidden;
    /*
    padding: 15px 25px 25px 25px;
    padding:25px;
    */
    padding: 20px;
    background: #1a64ac;
    background: rgba(1, 84, 160, .9);
    color: #fff;
    text-align: left;
}

.qc-form .qc-heading {
    margin-top: -10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.qc-form .validation_error {
    display: none;
    padding: 5px;
    background: #750000;
    color: #fff;
    font-weight: bold;
}


.qc-form li.gform_validation_container {
    display: none;
}

.qc-form .validation_message {
    position: absolute;
    top: -5px;
    left: -50%;
    width: 50%;
    margin: 5px 0px 0px -5px;
    padding: 5px;
    background: #cc0000;
    color: #fff;
    font-size: 88%;
    box-sizing: border-box;
}

.qc-form .validation_message.instruction {
    margin: 5px 0px 0px -10px;
    left: -100%;
}

.qc-form .floating-bbb {
    position: absolute;
    top: 0px;
    left: -123px;
}

.qc-form h2 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 225%;
}

.qc-form p {
    margin: 5px 0px 15px 0px;
    padding: 0px;
}

.qc-form .gform_heading {
    display: none;
}

.qc-form form {
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.qc-form form ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.qc-form form ul li {
    position: relative;
    display: block;
    /*
        margin:5px 0px;
        */
    margin: 3px 0;
    padding: 0px;
}

.qc-form form label {
    display: none;
}

.qc-form form li.captcha label {
    display: block;
}


.lt-ie9 .qc-form form label {
    display: block;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

.qc-form form input,
.qc-form form textarea,
.qc-form form select {
    margin: 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    width: 100%;
}

.qc-form form select {
    width: auto;
}

.qc-form form select#form_reactor_country_code {
    float: left;
    width: 30%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.qc-form form input#form_reactor_phone_number {
    float: right;
    width: 68%;
}

.qc-form form textarea {
    /*
        height:65px;
        */
    height: 45px;
    overflow-y: auto;
}

.qc-form form input::-webkit-input-placeholder {
    color: #666;
}

.qc-form form input:-moz-placeholder {
    color: #666;
}

.qc-form form input::-moz-placeholder {
    color: #666;
}

.qc-form form input:-ms-input-placeholder {
    color: #666;
}

.qc-form form textarea::-webkit-input-placeholder {
    color: #666;
}

.qc-form form textarea:-moz-placeholder {
    color: #666;
}

.qc-form form textarea::-moz-placeholder {
    color: #666;
}

.qc-form form textarea:-ms-input-placeholder {
    color: #666;
}

.qc-form .gfield_captcha_container {
    clear: both;
    display: inline-block;
}

.qc-form .gfield_captcha_container img,
.qc-form .gfield_captcha_container .gfield_captcha_input_container {
    display: inline-block;
}

.qc-form .gfield_captcha_input_container.simple_captcha_small {
    margin-left: 4px;
}

.qc-form .gfield_captcha_container img {
    float: left;
    height: 27px;
    width: auto;
    margin-top: 2px;
}

.qc-form .gfield_captcha_container img:nth-child(3) {
    margin-right: 5px;
}

.qc-form .gfield_captcha_container .gfield_captcha_input_container {
    display: inline-block;
    width: 195px;
}

.qc-form .gfield_captcha_input_container.simple_captcha_small {
    width: 155px;
}

.qc-form .gform_footer {
    clear: both;
    /*
        text-align:right;
        */
    text-align: center;
    padding: 0px;
}

.qc-form form input[type=submit] {
    /*
        float:right;
        */
    padding: 10px 30px;
    width: auto;
    text-transform: uppercase;
    border: none;
    background: #000;
    color: #fff;
}

.qc-form form input[type=submit]:hover,
.qc-form form input[type=submit]:active,
.qc-form form input[type=submit]:focus {
    background: #042858;
    color: #fff;
}

/* ========= M Viewport (769-1024) (iPad, landscape) ========= */
@media screen and (min-width: 769px) and (max-width: 1040px) {
    .qc-form {
        padding: 10px 20px;
        max-width: 35%;
    }

    .qc-form h2 {
        font-size: 197%;
    }

    .qc-form p {
        margin: 3px 0px;
    }

    .qc-form form textarea {
        height: 28px;
    }

    .qc-form .gfield_captcha_container img {
        height: 20px;
    }

    .qc-form .qc-heading {
        margin: 0;
    }
}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {
    .qc-form {
        padding: 10px 15px;
        max-width: 40%;
    }

    .qc-form h2 {
        font-size: 174%;
    }

    .qc-form p {
        margin: 3px 0px;
    }

    .qc-form form textarea {
        height: 28px;
    }

    .qc-form .gfield_captcha_container img {
        height: 20px;
    }

    .qc-form .qc-heading {
        margin: 0;
    }
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .qc-form {
        display: none;
        position: relative;
        z-index: 1;
        top: 0px;
        right: 0px;
        max-width: none;
    }

    .qc-form h2 {
        font-size: 154%;
    }

    .qc-form .floating-bbb {
        display: none;
        position: relative;
        top: 0px;
        left: 0px;
        float: right;
        max-width: 33%;
    }

    .qc-form .validation_message,
    .qc-form .validation_message.instruction {
        position: relative;
        margin: 5px 0px 0px 0px;
        width: 100%;
        left: 0px;
        top: 0px;
    }

    .qc-form .qc-heading {
        margin: 0;
    }
}

/* toggling QC */

.toggle-qc {
    border-top: 2px solid #1a64ac;
    border-bottom: 2px solid #1a64ac;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 88%;
}

.toggle-qc img {
    margin-right: 5px;
}

.toggle-qc a {
    display: block;
    padding: 10px 5px;
    color: #1a64ac;
    text-decoration: none;
}

.toggle-qc a b {
    display: inline-block;
    vertical-align: middle;
}

.toggle-qc ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.toggle-qc ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px 5px;
    border-left: 2px solid #ccc;
}

.toggle-qc ul li:first-child {
    padding-left: 0px;
    border-left: none;
}

/* scrolling media */

.scrolling-media-section {
    position: relative;
    z-index: 20;
    /*
    top:-60px;
    margin-bottom:-60px;
    */
    text-align: center;
}

.scrolling-media-section .container-12 {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.scrolling-media-section h2,
.scrolling-media-section p.title {
    margin: 0px 0px 15px 0px;
    font-weight: normal;
    font-size: 100%;
    text-transform: uppercase;
}

.scrolling-media-section p {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.scrolling-media-section a,
.scrolling-media-section a:visited {
    font-weight: bold;
    color: #1a64ac;
    text-decoration: none;
}

.scrolling-media-section a:hover,
.scrolling-media-section a:active,
.scrolling-media-section a:focus {
    color: #1a64ac;
    text-decoration: underline;
}

.scrolling-media-section .scrolling-media {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin: 15px 0px 0px 0px;
}

.scrolling-media-section .scrolling-media img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    padding: 0px;
}

.scrolling-media-section .grid-12 {
    /*
            border-bottom:4px solid #dedede;
            padding-bottom:20px;
            */
    border: none;
    padding-bottom: 0px;
}

/*
            body.home .scrolling-media-section .grid-12 {
                border:none;
                padding-bottom:0px;
                }
            */

/* case results */

.case-results-buckets {
    position: relative;
    z-index: 20;
    /*
    top:-60px;
    margin-bottom:-60px;
    */
}

.case-results-buckets .container-12 {
    padding-bottom: 15px;
    background: #042858;
    color: #fff;
}

.case-results-buckets h2 {
    margin: 0px 0px 15px 0px;
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 116%;
}

.case-results-buckets b {
    display: block;
    font-weight: bold;
    font-size: 189%;
}

.case-results-buckets i {
    display: block;
    font-style: normal;
    font-size: 116%;
}

.case-results-buckets small {
    display: block;
    margin: 15px 0px 0px 0px;
    font-size: 77%;
}

@media screen and (min-width: 10px) and (max-width: 1040px) {
    .case-results-buckets {
        top: 0px;
        margin-bottom: 0px;
    }
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {

    .case-results-buckets {
        font-size: 77%;
        padding: 0px;
    }

    .case-results-buckets .grid-XS-6:nth-child(2n+1) {
        clear: both;
    }

    .case-results-buckets h2 {
        margin: 0px;
    }

    .case-results-buckets b {
        padding-top: 15px;
    }

}

/* mid-section */

.mid-section {
    position: relative;
    z-index: 50;
    /*
    margin-top:-170px;
    */
}

body.home .mid-section {
    margin-top: 0px;
}

.mid-section .container-12 {
    padding-top: 20px;
    /*
        padding-bottom:50px;
        */
    padding-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

body.home .mid-section .container-12 {
    padding-bottom: 0px;
}


@media screen and (min-width: 10px) and (max-width: 699px) {
    .mid-section {
        margin-top: 0px;
    }
}

/* tagline */

.site-tagline {
    /*
    margin:0px;
    */
    margin: 0px 0px 20px 0px;
    padding: 10px 15px;
    text-align: center;
    background: #1a64ac;
    color: #fff;
    font-size: 147%;
    /*
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    */
}

/*
    body.home .site-tagline { 
        margin-bottom:20px; 
        border:none;
        }
    */

footer.main .site-tagline {
    margin: 0px;
}

/* marketing buckets */

.marketing-buckets {
    padding: 15px 15px 20px 15px;
    background: #e2e2e2;
    text-align: center;
    /*
    height:100px;
    */
    height: 90px;
}

.marketing-buckets h2,
.marketing-buckets .h2 {
    margin: 0px;
    pading: 0px;
    color: #1a64ac;
    font-weight: bold;
    font-size: 139%;
}

.marketing-buckets h3,
.marketing-buckets .h3 {
    /*
        margin:0px 0px 25px 0px;
        */
    margin: 0px 0px 20px 0px;
    pading: 0px;
    font-weight: normal;
    font-size: 100%;
}

.marketing-buckets p {
    /*
        margin:0px 0px 15px 0px;
        */
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.marketing-buckets.awards p {
    margin: 0px;
}

.marketing-buckets a,
.marketing-buckets a:visited {
    color: #000;
    text-decoration: none;
}

.marketing-buckets a:hover,
.marketing-buckets a:active,
.marketing-buckets a:focus {
    color: #042858;
    text-decoration: underline;
    color: #1a64ac;
    text-decoration: none;
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .marketing-buckets {
        clear: both;
        margin: 10px 0px;
    }
}

/* sidebar */

aside.sidebar {
    padding: 25px 0px;
    font-size: 93%;
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    aside.sidebar {
        padding: 25px 0px 25px 14px;
        font-size: 93%;
    }
}

/* other sites (sidebar) */

nav.sidebar-sites {
    padding: 20px 34px 37px 20px;
    background: url(img/sidebar-site-nav-bg.png) bottom right no-repeat;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

nav.sidebar-sites h2 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
}

nav.sidebar-sites ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav.sidebar-sites ul li {
    display: block;
    margin: 0px;
    padding: 0px;
}

nav.sidebar-sites ul li a,
nav.sidebar-sites ul li a:visited {
    display: block;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

nav.sidebar-sites ul li:nth-child(1) a,
nav.sidebar-sites ul li.criminal a {
    /*background:#000;*/
    background: #c10c0a;
}

nav.sidebar-sites ul li:nth-child(2) a,
nav.sidebar-sites ul li.personal a {
    /*background:#e40000;*/
    background: #009933;
}

nav.sidebar-sites ul li:nth-child(3) a,
nav.sidebar-sites ul li.employmenta {
    /*background:#2697b3;*/
    background: #0b3e80;
}

nav.sidebar-sites ul li a:hover,
nav.sidebar-sites ul li a:active,
nav.sidebar-sites ul li a:focus {
    color: #042858;
    background: #fff;
    text-decoration: none;
}

/* Review Us / Client Testimonials */

.sidebar-review,
.sidebar-testimonials {
    margin: 20px 14px 0px 0px;
    text-align: center;
}

.sidebar-review a,
.sidebar-testimonials a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #1a64ac;
    text-transform: uppercase;
}

.sidebar-review a:hover,
.sidebar-testimonials a:hover {
    color: #fff;
    background: #042858;
}

/* sidebar widgets */

.sidebar-widget {
    position: relative;
    z-index: 1;
    margin: 20px 0px 0px 0px;
    padding: 10px 24px 27px 10px;
    background: url(img/sidebar-widget-bg.png) bottom right no-repeat;
}

.sidebar-widget h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 100%;
    color: #1a64ac;
    text-transform: uppercase;
}

.sidebar-case-results h2 {
    margin-bottom: 0px;
}

.sidebar-widget h3,
.sidebar-widget h2.testimonial_rotator_slide_title {
    /*
        margin:0px;
        */
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 100%;
    /*
        color:#666;
        */
    color: #000;
    text-transform: uppercase;
}

.sidebar-widget .testimonial_rotator_wrap {
    margin: 0px;
    padding: 0px;
}

.sidebar-widget .slide.testimonial_rotator_slide {
    margin-top: 0px !important;
}

.sidebar-widget h2+h3 {
    /*
        margin:-10px 0px 0px 0px;
        */
    margin: -10px 0px 10px 0px;
}

.sidebar-widget p {
    margin: 10px 0px;
    padding: 0px;
}

.sidebar-widget a.more {
    position: relative;
    bottom: -27px;
    display: inline-block;
    margin: -27px 0px 0px -10px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #1a64ac;
    text-transform: uppercase;
}

.sidebar-widget a.more:hover {
    color: #fff;
    background: #042858;
}

.sidebar-video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.sidebar-video .video-container iframe,
.sidebar-video .video-container object,
.sidebar-video .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar-phone ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar-phone ul li {
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .sidebar-video img {
        width: 100%;
    }
}

/* content */

.content {
    min-height: 1px;
    padding: 25px 0px;
    /*
    color:#555;
    color:#222;
    */
    color: #000;
    font-weight: 500;
    font-size: 116%;
}
.content #breadcrumbs {
		margin:0 0 20px 0;
		padding: 20px 0;
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		color:#444;
		font-size:77%;
		}
.content .breadcrumbs {
    margin: 0 0 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 77%;
}

.content .agm_google_maps {
    max-width: 100%;
    overflow-x: hidden;
}

.content .agm_google_maps>div {
    max-width: 100%;
    overflow-x: hidden;
}

.content a,
.content a:visited {
    /*
        color:#1a64ac;
        */
    color: #042858;
    text-decoration: underline;
}

.content a:hover,
.content a:active,
.content a:focus {
    color: #1a64ac;
    text-decoration: underline;
}

.content .ppc-sched-container {
    padding: 20px 0;
    text-align: center;
}

.content a.ppc-schedule,
.content a.ppc-schedule:visited {
    display: inline-block;
    padding: 10px 15px;
    font-size: 147%;
    text-transform: uppercase;
    background: #042858;
    color: #fff;
    text-decoration: none;
}

.content a.ppc-schedule:hover,
.content a.ppc-schedule:active,
.content a.ppc-schedule:focus {
    background: #1a64ac;
    color: #fff;
    text-decoration: none;
}

.content h1 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #1a64ac;
    font-size: 147%;
}

.content h2 {
    margin: 0px 0px 5px -20px;
    padding: 22px 0px 0px 20px;
    color: #1a64ac;
    background: url(img/heading-hexagon.png) top left no-repeat;
    min-height: 50px;
    font-size: 139%;
}

.content h3 {
    margin: 20px 0px 5px 0px;
    padding: 0px;
    color: #1a64ac;
    font-size: 116%;
}

.content h4 {
    margin: 20px 0px 5px 0px;
    padding: 0px;
    color: #1a64ac;
    font-size: 100%;
}

.content h5 {
    margin: 20px 0px 5px 0px;
    padding: 0px;
    font-size: 93%;
    color: #1a64ac;
}

.content p {
    margin: 5px 0px 20px 0px;
    padding: 0px;
    line-height: 174%;
}

.content p.pull {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 139%;
    line-height: 162%;
}

.content ul,
.content ol {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.content ul>li,
.content ol>li {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 174%;
}

.content .gform_wrapper {
    clear: both;
    width: 75%;
    margin: 0 0 0 12%;
    padding: 25px 0 40px 0;
}

.content form ul {
    list-style: none;
    margin: 5px 0px 20px 0px;
    padding: 0px;
}

.content form ul li {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.content form ul li.gform_validation_container {
    display: none;
}

.content form ul li label {
    display: block;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.content form ul li input,
.content form ul li textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #efefef;
    color: #000;
    padding: 8px;
    box-sizing: border-box;
}

.content form ul li textarea {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.content form li.captcha {
    text-align: center;
}

.content form .gfield_captcha_container img,
.content form .gfield_captcha_container input,
.content form .gfield_captcha_input_container {
    display: inline;
    width: auto;
}

.content form .gfield_captcha_input_container {
    margin-left: 20px;
}

.content form .gform_footer {
    text-align: center;
    padding-bottom: 30px;
}

.content form input[type=submit] {
    padding: 10px 30px;
    width: auto;
    text-transform: uppercase;
    border: none;
    background: #000;
    color: #fff;
}

.content form input[type=submit]:hover,
.content form input[type=submit]:active,
.content form input[type=submit]:focus {
    background: #042858;
    color: #fff;
}

/* form error messaging */

.content form .validation_error {
    clear: both;
    display: inline-block;
    padding: 5px 10px;
    background: #750000;
    color: #fff;
    font-weight: bold;
}

.content form .validation_message {
    clear: both;
    display: inline-block;
    width: auto;
    margin: 5px 0px 0px 0px;
    padding: 5px 10px;
    background: #cc0000;
    color: #fff;
    box-sizing: border-box;
}

.content form .validation_message.instruction {
    display: block;
}





/* call tracking metrics - form styles */

.content form.edit_form_reactor {
    clear: both;
    width: 75%;
    margin: 0 0 0 12%;
    padding: 25px 0 40px 0;
}

.qc-form form.edit_form_reactor .honeypot,
.content form.edit_form_reactor .honeypot {
    display: none !important;
}

.content form.edit_form_reactor .field {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.content form.edit_form_reactor label {
    display: block;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: bold;
}

.content form.edit_form_reactor input,
.content form.edit_form_reactor textarea,
.content form.edit_form_reactor select {
    border: 1px solid #ccc;
    background: #efefef;
    color: #000;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
}

.content form.edit_form_reactor .phone-picker select {
    width: 25%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.content form.edit_form_reactor .phone-picker .combobox-container {
    display: inline-block;
    float: right;
    width: 73%;
}


/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .content form.edit_form_reactor {
        margin-left: 0;
        width: 100%;
    }

    .content form.edit_form_reactor .phone-picker select {
        width: 35%;
    }

    .content form.edit_form_reactor .phone-picker .combobox-container {
        width: 63%;
    }
}


.content form.edit_form_reactor textarea {
    max-width: 100% !important;
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.content form.edit_form_reactor .field.submit-button {
    text-align: center;
}

.content form.edit_form_reactor input[type=submit] {
    padding: 10px 30px;
    width: auto;
    text-transform: uppercase;
    border: none;
    background: #000;
    color: #fff;
}

.content form.edit_form_reactor input[type=submit]:hover,
.content form.edit_form_reactor input[type=submit]:active,
.content form.edit_form_reactor input[type=submit]:focus {
    background: #042858;
    color: #fff;
}





.content ul.video-grid {
    display: block;
    clear: both;
    list-style: none;
    margin: 5px 0px 20px 0px;
    padding: 0px;
}

.content ul.video-grid video {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
}

.content ul.video-grid li {
    position: relative;
    z-index: 1;
    margin: 0px 1% 10px 0px;
    padding: 0px;
    display: inline;
    float: left;
    width: 48.5%;
    overflow: hidden;
}

.content ul.video-grid li:nth-child(2n) {
    margin-right: 0px;
}

.content ul.video-grid li:nth-child(2n+1) {
    clear: both;
}


/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {

    .content ul.video-grid li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .content ul.video-grid li:nth-child(3n),
    .content ul.video-grid li:nth-child(2n) {
        margin-right: 0px;
    }

    .content ul.video-grid li:nth-child(3n+1),
    .content ul.video-grid li:nth-child(2n+1) {
        clear: both;
    }

}

.content ul.atty-grid {
    display: block;
    clear: both;
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.content ul.atty-grid li {
    position: relative;
    z-index: 1;
    margin: 0px 1% 5px 0px;
    padding: 0px;
    display: inline;
    float: left;
    width: 32.5%;
    overflow: hidden;
}

.content ul.atty-grid li:nth-child(3n) {
    margin-right: 0px;
}

.content ul.atty-grid li:nth-child(3n+1) {
    clear: both;
}

.content ul.atty-grid li a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 93%;
    line-height: 116%;
}

.content ul.atty-grid li a b {
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 7px 5px;
    width: 100%;
    box-sizing: border-box;
    background: #1a64ac;
    background: rgba(1, 84, 160, 1);
    font-weight: normal;
    color: #fff;
    font-size: 93%;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: .75;
}

.content ul.atty-grid li a:hover b {
    opacity: 1;
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {

    .content ul.atty-grid li {
        width: auto;
        max-width: 100%;
        margin-right: 2%;
    }
    .content ul.atty-grid ul.atty-grid li{width:100%;}
.content ul.atty-grid ul.atty-grid li img{
        width:100%;
        max-height:430px;
        height:auto;
    }
    .content ul.atty-grid li:nth-child(3n) {
        margin-right: 2%;
    }

    .content ul.atty-grid li:nth-child(2n) {
        margin-right: 0px;
    }

    .content ul.atty-grid li:nth-child(3n+1) {
        clear: none;
    }

    .content ul.atty-grid li:nth-child(2n+1) {
        clear: both;
    }

    .content ul.atty-grid li a b {
        opacity: 1;
    }

}

/* attorney grid - homepage section */

.featured-atty {
    text-align: center;
    border-top: 4px solid #ddd;
    padding: 20px 0px 20px 0px;
    color: #000;
}

.featured-atty h2 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 139%;
    color: #1a64ac;
    text-transform: uppercase;
}

.featured-atty ul.atty-grid {
    display: block;
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px;

    text-align: center;

    /*
        background:#ddd;
        padding:10px;
        */

}

.featured-atty ul.atty-grid li {
    position: relative;
    z-index: 1;
    margin: 0px 1% 5px 0px;
    padding: 0px;

    /*
            display:inline;
            float:left;
            width:15.6%;
            */

    display: inline-block;

    /*width:15.2%;*/
    width: 18%;

    overflow: hidden;
}

.featured-atty ul.atty-grid li:nth-child(5n) {
    margin-right: 0px;
}

.featured-atty ul.atty-grid li:nth-child(5n+1) {
    clear: both;
}

.featured-atty ul.atty-grid li a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 93%;
    line-height: 116%;
}

.featured-atty ul.atty-grid li a b {
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    background: #1a64ac;
    background: rgba(1, 84, 160, 1);
    font-weight: normal;
    color: #fff;
    font-size: 93%;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: .75;
}

.featured-atty ul.atty-grid li a:hover b {
    opacity: 1;
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {

    .featured-atty ul.atty-grid li {
        /*
                width:49%;
                */
        width: 48%;
    }

    .featured-atty ul.atty-grid li:nth-child(2n) {
        margin-right: 0px;
    }

    .featured-atty ul.atty-grid li:nth-child(5n) {
        margin-right: 1%;
    }

    .featured-atty ul.atty-grid li:nth-child(2n+1) {
        clear: both;
    }

    .featured-atty ul.atty-grid li:nth-child(5n+1) {
        clear: none;
    }

}

/* footer */

footer.main {
    text-align: center;
}

/* footer sub-sections */

.footer-sub {
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #fff;
    padding: 35px 0px;
}

.footer-sub.buckets {
    background: #fff;
}

.footer-sub.disclaimers {
    background: #042858;
    color: #fff;
}

.footer-sub.awards {
    /*
        background:#eee;
        background:#1a64ac;
        border-top:2px solid #042858;
        */
    border-top: 2px solid #bbb;
    background: #fff;
}

.footer-sub.addresses {
    background: #e2e2e2;
}

/* footer logo */

.footer-logo {
    border-top: 4px solid #ddd;
    padding: 30px 0px;
    text-align: center;
}

.footer-logo b {
    display: block;
    padding: 20px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 174%;
    color: #1a64ac;
}

.footer-logo i {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 154%;
    color: #042858;
}

.footer-logo ul {
    list-style: none;
    margin: 0px;
    padding: 15px 0px 0px 0px;
}

.footer-logo ul li {
    display: inline-block;
    margin: 0px;
    /*
        padding:0px 10px;
        */
    padding: 0px 15px;
    border-left: 1px solid #ccc;
}

.footer-logo ul li:first-child {
    border-left: none;
}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .footer-logo ul li {
        display: block;
        margin: 0px;
        padding: 0px;
        border: none;
    }
}


/* footer awards */

.footer-awards {
    text-transform: uppercase;
    /*
    color:#fff;
    */
}

.footer-awards p {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

/*
    .footer-awards img {
        background:#fff;
        border:5px solid #fff;
        }
    */

.footer-awards ul {
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.footer-awards ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 0px 10px;
    padding: 0px;
}

.footer-awards a,
.footer-awards a:visited {
    font-weight: bold;
    text-transform: none;
    /*
        color:#9bceff;
        */
    color: #1a64ac;
    text-decoration: none;
}

.footer-awards a:hover,
.footer-awards a:active,
.footer-awards a:focus {
    color: #0073e2;
    text-decoration: none;
    /*
        color:#d8ecff;
        text-decoration:underline;
        */
}

.footer-awards .scrolling-awards {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin: 15px 0px 0px 0px;
    white-space: nowrap;
}

.footer-awards .scrolling-awards img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    padding: 0px;
}

/* footer media */

.footer-media {
    text-transform: uppercase;
}

.footer-media p {
    margin: 0px;
    padding: 0px;
}

.footer-media ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-media ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    padding: 0px;
}

.footer-media .scrolling-media {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin: 15px 0px 0px 0px;
}

.footer-media .scrolling-media img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    padding: 0px;
}

/* footer addresses */

.footer-addresses {
    text-align: left;
}

.footer-addresses .firm-name {
    display: block;
    text-align: center;
    /*
        color:#fff;
        */
    color: #042858;
    font-weight: bold;
    font-size: 131%;
    padding-bottom: 20px;
}

.footer-addresses nav {
    margin: 0px;
    padding: 0px;
}

.footer-addresses ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-addresses ul li,
.footer-addresses .contact-box {
    display: inline;
    float: left;
    width: 24%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 5px 1% 5px 0px;
    padding: 10px;
    background: #1a64ac;
    color: #fff;
    /*min-height:122px;*/
    min-height: 108px;
}

.footer-addresses ul li:nth-child(4n+1) {
    clear: both;
}

.footer-addresses ul li a,
.footer-addresses ul li a:visited,
.footer-addresses .contact-box a,
.footer-addresses .contact-box a:visited {
    display: block;
    font-size: 88%;
    color: #9bceff;
    text-decoration: none;
}

.footer-addresses .contact-box a {
    font-size: 100%;
    display: inline;
}

.footer-addresses .contact-box .live-help-call-out {
    display: block;
    margin-bottom: 13px;
    font-weight: bold;
}

.footer-addresses .contact-box .live-help-call-out a {
    color: #fff;
    text-decoration: none;
}

/*
        .footer-addresses ul li span {
            padding-right:5px;
            }
        */

.footer-addresses ul li a:hover,
.footer-addresses ul li a:active,
.footer-addresses ul li a:focus,
.footer-addresses .contact-box a:hover,
.footer-addresses .contact-box a:active,
.footer-addresses .contact-box a:focus {
    /*
            background:#042858;
            */
    color: #d8ecff;
    /*
            text-decoration:underline;
            */
    text-decoration: none;
}

.footer-addresses ul li a i,
.footer-addresses ul li a:visited i,
.footer-addresses ul li a:hover i,
.footer-addresses ul li a:active i,
.footer-addresses ul li a:focus i {
    display: block;
    font-style: normal;
    font-size: 88%;
    padding: 7px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
}

.footer-addresses b {
    display: block;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-addresses address {
    display: block;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.footer-addresses address div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ========= M Viewport (769-1024) (iPad, landscape) ========= */

@media screen and (min-width: 769px) and (max-width: 1040px) {}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {
    .footer-addresses {
        font-size: 77%;
    }

    .footer-addresses .grid-3:nth-child(2n+1) {
        clear: both;
    }

    .footer-addresses ul li,
    .footer-addresses .contact-box {
        margin-right: 2%;
        padding: 7px;
        width: 48%;
        /*min-height:120px;*/
        min-height: 90px;
    }

    .footer-addresses ul li:nth-child(2n-1) {
        clear: both;
    }
}

/* footer disclaimer */

.footer-disclaimer {
    font-size: 88%;
    text-align: left;
}

.footer-disclaimer .llm-logo {
    float: right;
}

.footer-disclaimer .cm-logo {
    font-weight: bold;
    font-size: 147%;
    float: right;
}

.footer-disclaimer p {
    margin: 15px 0px;
    padding: 0px;
}

.footer-disclaimer a,
.footer-disclaimer a:visited {
    font-weight: bold;
    color: #9bceff;
    text-decoration: none;
}

.footer-disclaimer .links a {
    font-size: 123%;
}

.footer-disclaimer a:hover,
.footer-disclaimer a:active,
.footer-disclaimer a:focus {
    color: #d8ecff;
    text-decoration: none;
}





/* == BLOG / POST STYLES == */

header.entry-header {}

header.entry-header .cat-links {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

header.entry-header .cat-links a {
    text-decoration: none;
}

header.entry-header .cat-links a:before {
    position: relative;
    content: ", ";
}

header.entry-header .cat-links a:first-child:before {
    position: relative;
    content: "Category: ";
    font-weight: bold;
}

header.entry-header .entry-meta {
    display: block;
    margin-top: 15px;
}

header.entry-header .entry-meta .entry-date {
    display: block;
}

header.entry-header .entry-meta .entry-date a {
    text-decoration: none;
}

header.entry-header .entry-meta .byline {
    clear: both;
    display: block;
}

header.entry-header .entry-meta .byline a::before {
    display: inline;
    position: relative;
    content: "By: ";
}

header.entry-header .entry-meta .byline a {
    text-decoration: none;
}

header.entry-header .entry-meta .edit-link {
    display: block;
}

header.entry-header .entry-meta .edit-link a {
    text-decoration: none;
}


footer.entry-meta {
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    border-top: 2px dashed #ddd;
}

footer.entry-meta .tag-links a {
    text-decoration: none;
}

footer.entry-meta .tag-links a:before {
    position: relative;
    content: ", ";
}

footer.entry-meta .tag-links a:first-child:before {
    position: relative;
    content: "Tagged: ";
    font-weight: bold;
}

nav.post-navigation h1 {
    display: none;
}

nav.post-navigation .nav-links {}

nav.post-navigation .nav-links a {
    display: block;
    text-decoration: none;
}

nav.post-navigation .nav-links a span {
    font-weight: bold;
}

nav.post-navigation .nav-links a span::after {
    position: relative;
    content: ": ";
}





/* -- FLEXSLIDER -- */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides>li:first-child {
    display: block;
}






/* -- SMOOTH SCROLL -- */

/* Invisible left hotspot */
.scrollingHotSpotLeft {
    display: none;
}

/* Visible left hotspot */
.scrollingHotSpotLeftVisible {
    display: none;
}

/* Invisible right hotspot */
.scrollingHotSpotRight {
    display: none;
}

/* Visible right hotspot */
.scrollingHotSpotRightVisible {
    display: none;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
Overflow is hidden because you don't want to show all of the scrollable area.*/

.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
}







/* -- HELPERS -- */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ========= M Viewport (769-1024) (iPad, landscape) ========= */
@media screen and (min-width: 769px) and (max-width: 1040px) {

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

    .show-M {
        display: inherit !important;
        visibility: visible;
    }

}

/* ========= S Viewport (700-768) (iPad, Portrait) ========= */

@media screen and (min-width: 700px) and (max-width: 768px) {

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

    .show-S {
        display: inherit !important;
        visibility: visible;
    }

}

/* ========= XS Viewport (10-699) (MOBILE/Smartphone) ========= */

@media screen and (min-width: 10px) and (max-width: 699px) {

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

    .show-XS {
        display: inherit !important;
        visibility: visible;
    }

}








/* -- PRINT STYLES -- */

@media print {

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

    img,
    video {
        max-width: 100% !important;
        height: auto !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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

}



a.callout {
    display: block;
    margin: 0px;
    width: 100%;
    padding: 5px 0 10px;
    height: 40px;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    border-top: 1px solid #ff8737;
    border-bottom: 1px solid #ca2800;
    background: #fc5a0a !important;
}

a.callout img {
    height: 45px;
    width: 45px;
    padding-left: 15px;
}

a.callout span {
    display: block;
    float: right;
    margin: none;
    color: #fff;
    font-size: 22px;
    padding: 8px;
    width: 68%;
    font-weight: 600;
}

@media screen and (max-width: 650px) {
    a.callout {
        display: block;
    }
}

@media screen and (max-width: 650px) {

    .footer-disclaimer {

        margin-bottom: 45px !important;
    }
}

@media screen and (min-width: 650px) {
    a.callout {
        display: none;
    }
}

.home #breadcrumbs {display:none;}

/* Little Fix for /attorneys/ images */
.content ul.atty-grid ul.atty-grid li img{
    height: auto;
    aspect-ratio: 15/10;
}

/* Little Fix for /attorneys/ images */

/* Change colour of call button on mobile */
    a.callout[href] {
        border: none !important;
       background: #1a64ac !important;
    }
/* Change colour of call button on mobile */

@media (min-width:800px){
    section.marketing-area .homepage-slider{
        min-height:240px;
    }
}
@media (min-width:1040px){
    section.marketing-area .homepage-slider{
        min-height:315px;
    }
}