@font-face {
    font-family: 'MuseoSlab';
    src: url(//www.keystonelaw.com/wp-content/themes/conscious/assets/css/../fonts/museo_slab_100-webfont.woff2) format("woff2"), url(//www.keystonelaw.com/wp-content/themes/conscious/assets/css/../fonts/museo_slab_100-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@-webkit-keyframes hippyshake {
    0% {
        transform: translateX(2px)
    }

    20% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-2px)
    }

    60% {
        transform: translateX(0)
    }

    80% {
        transform: translateX(2px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes hippyshake {
    0% {
        transform: translateX(2px)
    }

    20% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-2px)
    }

    60% {
        transform: translateX(0)
    }

    80% {
        transform: translateX(2px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes loading {
    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes loading {
    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-in-left {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-right {
    from {
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right {
    from {
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(40%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(40%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-in-down {
    from {
        opacity: 0;
        transform: translateY(-40%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-in-down {
    from {
        opacity: 0;
        transform: translateY(-40%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fade-out-right {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes fade-out-right {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes fade-out-right-and-away {
    0% {
        height: auto;
        transform: translateX(0);
        opacity: 1
    }

    99% {
        height: auto;
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        opacity: 0;
        height: 0
    }
}

@keyframes fade-out-right-and-away {
    0% {
        height: auto;
        transform: translateX(0);
        opacity: 1
    }

    99% {
        height: auto;
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        opacity: 0;
        height: 0
    }
}

@-webkit-keyframes fade-out-left {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes fade-out-left {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes vertical-rotate-in {
    0% {
        opacity: 0;
        transform: rotateY(90deg)
    }

    1% {
        opacity: 1;
        transform: rotateY(90deg)
    }

    100% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@keyframes vertical-rotate-in {
    0% {
        opacity: 0;
        transform: rotateY(90deg)
    }

    1% {
        opacity: 1;
        transform: rotateY(90deg)
    }

    100% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@-webkit-keyframes svg-grey-to-green {
    from {
        fill: #212121
    }

    to {
        fill: #bfd913
    }
}

@keyframes svg-grey-to-green {
    from {
        fill: #212121
    }

    to {
        fill: #bfd913
    }
}

@-webkit-keyframes svg-green-to-grey {
    from {
        fill: #bfd913
    }

    to {
        fill: #212121
    }
}

@keyframes svg-green-to-grey {
    from {
        fill: #bfd913
    }

    to {
        fill: #212121
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes results-enter {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

@keyframes results-enter {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

.main .service-tab#lawyers .staff-cards:after,
.main .service-tab#team .staff-cards:after,
.main .tab-panels-panel#lawyers .staff-cards:after,
.main .tab-panels-panel#team .staff-cards:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden
}

.hidden,
.cms-toolbar,
.mobile-ui,
.header .menu-toggle,
.header .nav,
.header .header-buttons,
.header .mobile-nav-container,
.header .inner *,
.hero .inner *,
.main .latest-keynotes,
.main .tab-nav,
.main .profile-ctas,
.main .button,
.pre-footer,
.footer,
.search-container,
.social-icons,
.footer-links,
.cookies,
.region-picker-wrapper {
    display: none
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loading p {
    color: #fff
}

.loading .dot {
    width: 14px;
    height: 14px;
    margin: 0 7px;
    background: #fff
}

.loading p {
    margin: 0;
    text-align: center
}

.loading .dot {
    display: inline-block;
    transform: scale(0);
    border-radius: 50%;
    -webkit-animation: loading 1s ease infinite;
    animation: loading 1s ease infinite
}

.loading .dot:nth-child(2) {
    -webkit-animation: loading 1s ease infinite .3s;
    animation: loading 1s ease infinite .3s
}

.loading .dot:nth-child(3) {
    -webkit-animation: loading 1s ease infinite .6s;
    animation: loading 1s ease infinite .6s
}

.content ul,
.content ol {
    padding: 0 0 0 1.5rem;
    margin: 0 0 1.5rem
}

.content ul {
    list-style: none;
    padding: 0
}

.content ul li {
    margin: 0;
    padding: 0 0 15px 20px;
    position: relative
}

.content ul li:before {
    content: '';
    height: 4px;
    width: 4px;
    background: #bfd913;
    color: #bfd913;
    position: absolute;
    top: 14px;
    left: 0
}

.content ol {
    list-style: decimal
}

.content ol li {
    margin-bottom: 1.5rem
}

ul,
ol,
.content ul[class] {
    list-style: none;
    padding: 0;
    margin: 0
}

.button {
    border: none;
    background: #bfd913;
    font-size: 1.1rem;
    color: #212531;
    text-align: center;
    transition: all .3s ease-out
}

.button:hover {
    background: #343639;
    color: #fff
}

body {
    color: #212531;
    font-family: "Lato", "Helvetica Neue", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 300
}

@media only screen and (min-width:60em) {
    body {
        font-size: 1.1rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: inline-block;
    margin: 0 0 1.5rem;
    color: #212531;
    font-family: "Lato", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 10px
}

h1,
.h1 {
    font-size: 1.7rem
}

@media only screen and (min-width:60em) {

    h1,
    .h1 {
        font-size: 2.8rem
    }
}

h2,
.h2 {
    font-size: 1.5rem
}

@media only screen and (min-width:60em) {

    h2,
    .h2 {
        font-size: 2.2rem
    }
}

h3,
.h3 {
    font-size: 1.3rem
}

@media only screen and (min-width:60em) {

    h3,
    .h3 {
        font-size: 1.7rem
    }
}

h4,
.h4 {
    font-size: 1.2rem
}

@media only screen and (min-width:60em) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.2rem
}

@media only screen and (min-width:60em) {

    h5,
    .h5 {
        font-size: 1.3rem
    }
}

h6,
.h6 {
    font-size: 1.2rem
}

@media only screen and (min-width:60em) {

    h6,
    .h6 {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:60em) {

    h1.heading-xl,
    .h1.heading-xl {
        font-size: 4.8rem
    }
}

p {
    margin: 0
}

strong {
    font-weight: 400
}

hr {
    border: 1px solid #aeaeae
}

a {
    color: #bfd913;
    text-decoration: none;
    transition: all .2s ease-out
}

a:hover {
    color: #343639
}

.table-scroll {
    overflow: scroll;
    margin: 0 0 1.5rem
}

table {
    width: 100%
}

table th {
    padding: 1rem 1.5rem;
    background: #bfd913;
    color: #fff;
    font-family: "Lato", "Helvetica Neue", "Arial", sans-serif
}

table tr:nth-child(even) td {
    background: #f4f6f7
}

table td {
    vertical-align: top;
    padding: 6px 7px
}

@media only screen and (min-width:60em) {
    table td {
        font-size: 1.1rem
    }
}

table p {
    margin: 0;
    margin-bottom: 0
}

.content {
    line-height: 1.6;
    font-weight: 300
}

.content p {
    margin: 0 0 1.5rem
}

.content a {
    color: #212531;
    border-bottom: 2px solid #bfd913
}

.content a:hover {
    color: #bfd913
}

.content a.image-link {
    border-bottom: none
}

.content ul[class] {
    margin: 0 0 1.5rem
}

.content ul li {
    margin: 0;
    padding: 0 0 15px 20px;
    position: relative
}

.content ul li:before {
    content: '';
    height: 4px;
    width: 4px;
    background: #bfd913;
    color: #bfd913;
    position: absolute;
    top: 14px;
    left: 0
}

.content ul li ul {
    margin-bottom: 0
}

.content ul li ul li:first-child {
    margin-top: 15px
}

.content ul li ul li:last-child {
    padding-bottom: 0
}

.content img,
.content iframe {
    max-width: 100%
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    display: block
}

.content h2 {
    font-size: 1.6rem
}

.content h3 {
    font-size: 1.4rem
}

.content h4 {
    font-size: 1.2rem
}

.content h5,
.content h6 {
    font-size: 1.1rem
}

.button {
    display: inline-block;
    padding: .5rem 3rem
}

.button a {
    color: inherit;
    transition: inherit
}

.button.button-alt {
    position: relative;
    background: 0 0;
    text-align: left;
    padding: 5px 0 7px
}

.button.button-alt:before,
.button.button-alt:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #bfd913
}

.button.button-alt:before {
    bottom: 2px;
    transition: bottom .3s
}

.button.button-alt:after {
    bottom: 0
}

.button.button-alt:hover {
    color: #bfd913
}

.button.button-alt:hover:before {
    bottom: 100%
}

.hidden,
.cms-toolbar,
.mobile-ui,
.header .menu-toggle,
.header .nav,
.header .header-buttons,
.header .mobile-nav-container,
.header .inner *,
.hero .inner *,
.main .latest-keynotes,
.main .tab-nav,
.main .profile-ctas,
.main .button,
.pre-footer,
.footer,
.search-container,
.social-icons,
.footer-links,
.cookies,
.region-picker-wrapper {
    display: none
}

* {
    color: #000;
    background: 0 0
}

img {
    page-break-inside: avoid
}

.wrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.admin-bar .header {
    top: 0
}

.header {
    position: relative;
    height: auto;
    padding: 0 1.5rem
}

.header .reciteme {
    display: none !important
}

.header .company-logo-link,
.header .company-logo {
    display: block;
    width: 300px;
    margin-left: 0
}

.hero .inner .profile-image,
.hero .inner .staff-profile,
.hero .inner .staff-details {
    display: inline-block
}

.hero .inner .profile-image {
    float: left;
    margin-right: 20px
}

.hero .inner .staff-profile * {
    display: inline-block
}

.hero .inner .staff-header * {
    display: block;
    text-align: left
}

.hero .inner h1,
.hero .inner .h1,
.hero .inner .hero-animate {
    display: inline-block;
    opacity: 1
}

.hero .inner .profile-image-wrapper {
    margin-bottom: 1.5rem
}

.main {
    padding: 0 1.5rem
}

.main .service-tab,
.main .tab-panels-panel {
    display: block !important
}

.main .service-tab .tab-title,
.main .tab-panels-panel .tab-title {
    display: block !important;
    margin-top: 1.5rem;
    font-size: 1.7rem
}

.main .service-tab .accordion-tab-panel,
.main .tab-panels-panel .accordion-tab-panel {
    display: block !important
}

.main .service-tab#lawyers .staff-cards,
.main .service-tab#team .staff-cards,
.main .tab-panels-panel#lawyers .staff-cards,
.main .tab-panels-panel#team .staff-cards {
    padding-top: 0
}

.main .service-tab#lawyers .card-staff,
.main .service-tab#team .card-staff,
.main .tab-panels-panel#lawyers .card-staff,
.main .tab-panels-panel#team .card-staff {
    width: 200px;
    height: 480px;
    margin-right: 20px;
    float: left;
    opacity: 1 !important;
    border-bottom: none;
    background: 0 0;
    page-break-inside: avoid;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important
}

.main .service-tab#lawyers .card-staff .staff-image,
.main .service-tab#team .card-staff .staff-image,
.main .tab-panels-panel#lawyers .card-staff .staff-image,
.main .tab-panels-panel#team .card-staff .staff-image {
    margin-bottom: 20px
}

.main .service-tab#lawyers .card-staff .staff-details,
.main .service-tab#team .card-staff .staff-details,
.main .tab-panels-panel#lawyers .card-staff .staff-details,
.main .tab-panels-panel#team .card-staff .staff-details {
    padding: 0
}

.main .service-tab#lawyers .card-staff .staff-details a,
.main .service-tab#lawyers .card-staff .staff-details .name,
.main .service-tab#lawyers .card-staff .staff-details .jobtitle,
.main .service-tab#lawyers .card-staff .staff-details .card-bio p,
.main .service-tab#team .card-staff .staff-details a,
.main .service-tab#team .card-staff .staff-details .name,
.main .service-tab#team .card-staff .staff-details .jobtitle,
.main .service-tab#team .card-staff .staff-details .card-bio p,
.main .tab-panels-panel#lawyers .card-staff .staff-details a,
.main .tab-panels-panel#lawyers .card-staff .staff-details .name,
.main .tab-panels-panel#lawyers .card-staff .staff-details .jobtitle,
.main .tab-panels-panel#lawyers .card-staff .staff-details .card-bio p,
.main .tab-panels-panel#team .card-staff .staff-details a,
.main .tab-panels-panel#team .card-staff .staff-details .name,
.main .tab-panels-panel#team .card-staff .staff-details .jobtitle,
.main .tab-panels-panel#team .card-staff .staff-details .card-bio p {
    color: #212531
}

.main .service-tab#experience ul,
.main .service-tab#expertise ul,
.main .service-tab#career ul,
.main .tab-panels-panel#experience ul,
.main .tab-panels-panel#expertise ul,
.main .tab-panels-panel#career ul {
    list-style: disc;
    margin-left: 20px
}

.main .service-tab#experience ul li,
.main .service-tab#expertise ul li,
.main .service-tab#career ul li,
.main .tab-panels-panel#experience ul li,
.main .tab-panels-panel#expertise ul li,
.main .tab-panels-panel#career ul li {
    padding-left: 0
}

.main .service-tab#experience ul li:before,
.main .service-tab#expertise ul li:before,
.main .service-tab#career ul li:before,
.main .tab-panels-panel#experience ul li:before,
.main .tab-panels-panel#expertise ul li:before,
.main .tab-panels-panel#career ul li:before {
    display: none
}

.main .accordion .accordion-tab-panel[aria-expanded=false] {
    display: block
}

#ccc-notify {
    display: none !important
}