.cmplz-video.cmplz-iframe-styles {
background-color: transparent;
}
.cmplz-video.cmplz-hidden {
visibility: hidden !important;
}
.cmplz-blocked-content-notice {
display: none;
}
.cmplz-placeholder-parent {
height: inherit;
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
display: block;
}
.cmplz-blocked-content-container,
.cmplz-wp-video {
animation-name: cmplz-fadein;
animation-duration: 600ms;
background: #FFF;
border: 0;
border-radius: 3px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat !important;
background-size: cover !important;
height: inherit;
position: relative;
}
.cmplz-blocked-content-container.gmw-map-cover,
.cmplz-wp-video.gmw-map-cover {
max-height: 100%;
position: absolute;
}
.cmplz-blocked-content-container.cmplz-video-placeholder,
.cmplz-wp-video.cmplz-video-placeholder {
padding-bottom: initial;
}
.cmplz-blocked-content-container iframe,
.cmplz-wp-video iframe {
visibility: hidden;
max-height: 100%;
border: 0 !important;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn,
.cmplz-wp-video .cmplz-custom-accept-btn {
white-space: normal;
text-transform: initial;
cursor: pointer;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 200px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5); color: #fff;
text-align: center; z-index: 98; line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,
.cmplz-wp-video .cmplz-custom-accept-btn:focus {
border: 1px dotted #cecece;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
white-space: normal;
text-transform: initial;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 300px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5); color: #fff;
text-align: center; z-index: 98; line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
display: block;
margin-bottom: 10px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
color: #fff;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
display: block;
}
.cmplz-blocked-content-container div div {
display: none;
}
.cmplz-wp-video .cmplz-placeholder-element {
width: 100%;
height: inherit;
}
@keyframes cmplz-fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0 0 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
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: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
color: #333;
font-family: "Galano Grotesque", sans-serif;
font-size: 15px;
line-height: 28px;
}
@media (max-width: 599px) {
body {
font-size: 14px;
padding-top: 70px;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
body {
padding-top: 90px;
}
}
@media (min-width: 1024px) {
body {
padding-top: 115px;
}
}
body:not(.practice-area):before,
body:not(.single-practice-areas):before {
background: #1c75ba;
content: "";
left: 0;
position: absolute;
top: 0;
width: 100%;
}
@media (max-width: 599px) {
body:not(.practice-area):before,
body:not(.single-practice-areas):before {
height: 70px;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
body:not(.practice-area):before,
body:not(.single-practice-areas):before {
height: 90px;
}
}
@media (min-width: 1024px) {
body:not(.practice-area):before,
body:not(.single-practice-areas):before {
height: 115px;
}
}
body.single-practice-areas:before {
background: 0 0;
display: none;
}
body.practice-area,
body.single-practice-areas {
background: url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/assets/practice-area.jpg) 50% 0 no-repeat;
background-size: 1440px 350px;
}
@media (max-width: 599px) {
body.practice-area,
body.single-practice-areas {
padding-top: 60px;
background: 0 0;
}
body.practice-area .header,
body.single-practice-areas .header {
background: url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/assets/practice-area.jpg) 50% 0 no-repeat;
background-size: 1440px 350px;
overflow: hidden;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
body.practice-area,
body.single-practice-areas {
padding-top: 90px;
background: 0 0;
}
body.practice-area .header,
body.single-practice-areas .header {
background: url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/assets/practice-area.jpg) 50% 0 no-repeat;
background-size: 1440px 350px;
overflow: hidden;
}
}
@media (min-width: 1024px) {
body.practice-area,
body.single-practice-areas {
padding-top: 350px;
}
}
body.home {
background-position: 50% 100%;
background-repeat: no-repeat;
background-size: cover;
height: 650px;
width: 100%;
}
body.home:before {
background-color: transparent !important;
}
body.nav-open {
overflow: hidden;
}
a {
color: #1c75ba;
text-decoration: none;
}
nav ol,
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
input {
border: none;
margin: 0;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
line-height: 50px;
padding: 0 20px;
}
textarea {
padding: 10px 20px;
}
fieldset {
border: none;
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1;
margin: 0 0 28px;
}
h6 {
color: #86837b;
font-family: "Libre Baskerville", serif;
font-size: 1rem;
font-style: italic;
}
.attorneys-heading {
text-align: center;
}
@media (max-width: 767px) {
.sidebar {
margin-bottom: 60px;
}
}
@media (min-width: 768px) {
.layout--sidebar {
display: flex;
}
.primary {
padding-bottom: 70px;
padding-right: 34px;
width: calc(100% - 340px);
}
.sidebar {
padding-bottom: 70px;
width: 340px;
}
}
[class^="bound-"] {
margin: 0 auto;
padding: 0 10px;
position: relative;
width: 100%;
}
.bound--1100 {
max-width: 1100px;
}
.bound--1440 {
max-width: 1440px;
}
.button {
border-style: solid;
border-width: 1px;
display: inline-block;
font-weight: 700;
line-height: 40px;
padding: 0 22px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-transition: all ease 0.1s;
}
.button-outline-white {
background-color: transparent;
border-color: #fff;
}
.button-outline-white:hover {
background-color: #fff;
color: #1c75ba;
}
.button--outline-blue {
background-color: transparent;
border-color: #1c75ba;
color: #1c75ba;
}
.button--outline-blue:hover {
background-color: #1c75ba;
color: #fff;
}
.button--blue {
background: #1c75ba;
border-color: #1c75ba;
color: #fff;
}
.button--blue:hover {
background-color: #2a90df;
border-color: #2a90df;
}
.button--dark-blue {
background: #084271;
border-color: #084271;
color: #fff;
}
.button--dark-blue:hover,
.button--dark-blue:focus {
background-color: #0b5ea1;
border-color: #0b5ea1;
}
.button--large {
align-items: center;
display: flex;
height: 80px;
line-height: 78px;
justify-content: center;
text-transform: uppercase;
width: 100%;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.svg-logo {
fill: #fff;
}
.svg-footer-logo {
fill: #fff;
height: 34px;
width: 340px;
}
.svg-hamburger {
fill: #fff;
height: 44px;
width: 44px;
}
.svg-information {
fill: #fff;
height: 34px;
width: 14px;
}
.home .svg-information {
width: 28px;
height: 68px;
}
.svg-people {
fill: #fff;
height: 26px;
width: 37px;
}
.home .svg-people {
height: 52px;
width: 74px;
}
.svg-scale {
fill: #fff;
height: 35px;
width: 38px;
}
.home .svg-scale {
height: 70px;
width: 76px;
}
.content {
margin-bottom: 40px;
}
.content h3 {
color: #1c75ba;
font-size: 1.2rem;
text-transform: uppercase;
}
.content .profile-part {
margin-bottom: 28px;
}
.content .profile-part h3 {
margin-bottom: 14px;
}
.content ul {
margin-left: 0;
}
.content .profile__header {
color: #084271;
font-size: 2.9333rem;
margin-bottom: 10px;
}
.content .profile__position {
font-size: 1rem;
margin-bottom: 40px;
}
.content .profile__content {
margin-bottom: 40px;
}
.flexbox {
margin-bottom: 60px;
}
@media (min-width: 600px) {
.flexbox {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
@media (max-width: 659px) {
.flexbox > article,
.flexbox > div.alert {
max-width: 330px;
margin: 0 auto 16px;
width: 100%;
}
.flexbox > article.client-alert,
.flexbox > div.alert.client-alert {
padding-top: 236px;
}
}
@media (min-width: 660px) and (max-width: 1023px) {
.flexbox > article,
.flexbox > div.alert {
margin: 16px;
width: 45%;
}
.flexbox > article.client-alert,
.flexbox > div.alert.client-alert {
padding-top: 32%;
}
}
@media (min-width: 1024px) {
.flexbox > article,
.flexbox > div.alert {
margin: 16px;
width: 30%;
}
.flexbox > article.client-alert,
.flexbox > div.alert.client-alert {
padding-top: 21.54545455%;
}
}
.flexbox--attorneys {
display: flex;
flex-wrap: wrap;
}
.flexbox--attorneys article {
margin: 0 12px;
width: 152px;
}
.nav-ctas {
margin-bottom: 60px;
}
.nav-ctas__li {
margin-bottom: 14px;
}
.nav-ctas__a {
text-transform: uppercase;
}
.nav-ctas__a svg {
margin-right: 10px;
}
.nav-ctas__span {
align-items: center;
display: flex;
justify-content: center;
}
.home-ctas {
background: #1c75ba;
margin-bottom: 50px;
padding: 60px 0 73px;
position: relative;
z-index: 1;
}
.home-ctas .nav-ctas {
margin: 0;
}
@media (min-width: 600px) {
.home-ctas .nav-ctas__ul {
display: flex;
}
}
.home-ctas .nav-ctas__li {
position: relative;
text-align: center;
}
@media (max-width: 599px) {
.home-ctas .nav-ctas__li {
margin: 0 0 20px;
}
}
@media (min-width: 600px) {
.home-ctas .nav-ctas__li {
margin: 0;
width: 33.33333333%;
}
.home-ctas .nav-ctas__li:not(:first-child):after {
background: #084271;
bottom: 0;
content: "";
display: block;
height: 100px;
left: -1px;
margin: auto;
position: absolute;
top: 0;
width: 2px;
}
}
.home-ctas .nav-ctas__span {
border: 1px solid #fff;
height: 122px;
margin: 0 auto 12px;
position: relative;
width: 122px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.home-ctas .nav-ctas__a {
color: #fff;
display: block;
font-weight: 700;
text-align: center;
}
@media (max-width: 1023px) {
.home-ctas .nav-ctas__a {
font-size: 1.25rem;
}
}
@media (min-width: 1024px) {
.home-ctas .nav-ctas__a {
font-size: 1.46667rem;
}
}
.home-ctas .nav-ctas__a:hover .nav-ctas__span,
.home-ctas .nav-ctas__a:focus .nav-ctas__span {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.home-ctas svg {
margin: 0;
}
.nav-sidenav {
margin-bottom: 40px;
}
.nav-sidenav__header {
color: #86837b;
font-family: "Libre Baskerville", serif;
font-size: 1rem;
font-style: italic;
font-weight: 400;
margin-bottom: 14px;
}
.nav-sidenav__a {
font-weight: 700;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.nav-sidenav__a:hover {
color: #084271;
}
.client-alert {
background-color: #f0eee9;
border: solid 1px #d0cec8;
padding-top: 70.3264095%;
position: relative;
}
.sidebar .client-alert {
margin-bottom: 10px;
}
.client-alert:hover .client-alert__img:after {
opacity: 0.2;
}
.client-alert__img {
background-size: cover;
background-position: 50% 50%;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.client-alert__img:after {
background: #f0eee9;
content: "";
height: 100%;
left: 0;
opacity: 0.7;
position: absolute;
top: 0;
width: 100%;
}
.has-image .client-alert__img:after {
background: #000;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.client-alert__a {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
padding: 20px 40px 20px 30px;
position: absolute;
top: 0;
width: 100%;
}
.client-alert__tag {
color: #86837b;
font-family: "Libre Baskerville", serif;
font-style: italic;
margin-bottom: 14px;
}
.client-alert__header {
color: #333;
font-size: 1.4666666667rem;
margin-top: 0;
} .client-alert.has-image:hover .button--outline-blue {
color: #fff;
border-color: #1c75ba !important;
background: #1c75ba;
}
.partial-practice {
background-color: #fff;
margin: 7px !important;
padding: 10px;
position: relative;
-webkit-transition: background-color ease-in-out 0.1s;
-moz-transition: background-color ease-in-out 0.1s;
transition: background-color ease-in-out 0.1s;
}
.partial-practice:hover {
background-color: #d0cec8;
}
@media (max-width: 599px) {
.partial-practice {
margin: 0 auto 14px !important;
}
}
.partial-practice__wrap {
background: red;
padding-top: 100%;
position: relative;
height: 0;
overflow: hidden;
width: 100%;
}
.partial-practice__img {
background-color: red;
background-size: cover;
background-position: 50% 50%;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.partial-practice__a {
align-items: center;
background: rgba(0, 0, 0, 0.6);
color: #fff;
display: flex;
height: 100%;
justify-content: center;
position: absolute;
text-align: center;
top: 0;
left: 0;
width: 100%;
}
.partial-practice__tag {
color: #f0eee9;
font-family: "Libre Baskerville", serif;
font-style: italic;
line-height: 1;
margin-bottom: 14px;
}
.partial-practice__header {
font-size: 2.4rem;
font-size: 36px;
line-height: 1.14;
}
.partial-practice__content {
padding: 0 15px;
-webkit-transition: transform ease-in-out 0.2s;
-moz-transition: transform ease-in-out 0.2s;
transition: transform ease-in-out 0.2s;
-webkit-transform: translate(0, 31px);
-moz-transform: translate(0, 31px);
transform: translate(0, 31px);
}
.partial-practice__content .button {
opacity: 0;
-webkit-transition: opacity ease-in-out 0.2s;
-moz-transition: opacity ease-in-out 0.2s;
transition: opacity ease-in-out 0.2s;
}
.partial-practice__a:hover .partial-practice__content,
.partial-practice__a:focus .partial-practice__content {
transform: translate(0, 0);
}
.partial-practice__a:hover .button,
.partial-practice__a:focus .button {
opacity: 1;
}
.tabs {
margin-bottom: 28px;
}
@media (min-width: 600px) {
.tabs__ul {
display: flex;
flex-wrap: wrap;
}
}
@media (min-width: 600px) {
.tabs__nav-li:not(:first-child) {
margin-left: 24px;
}
}
.tabs__nav-a {
color: #b7b7b7;
font-size: 1.2rem;
font-weight: 700;
text-transform: uppercase;
}
.tabs__nav-a:hover {
color: #1c75ba;
}
.tabs__nav-a.tabs__nav-active {
color: #084271;
cursor: default;
}
.tabs__nav-a.tabs__nav-active:after {
background: #084271;
bottom: -10px;
content: "";
display: block;
height: 2px;
left: 0;
width: 100%;
}
.tab:not(.tab-active) {
display: none;
}
.tab ul {
color: #1c75ba;
margin-left: 0;
padding-left: 24px;
}
.related-attorneys {
margin-bottom: 55px;
}
.related-attorneys__header {
color: #084271;
font-size: 1.2rem;
text-transform: uppercase;
}
.related-attorneys__grid:after,
.related-attorneys__grid:before {
content: "";
display: table;
}
.related-attorneys__grid:after {
clear: both;
}
.related-attorneys__grid > * {
float: left;
width: 152px;
margin-right: 20px;
}
.related-attorneys__a {
display: block;
}
.partial-attorney__a:hover .partial-attorney__header {
color: #1c75ba;
}
.partial-attorney__img {
display: block;
height: auto;
margin: 0 0 6px;
width: 100%;
}
.partial-attorney__header,
.partial-attorney__subhead {
color: #333;
font-size: 1em;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.partial-attorney__header {
margin-bottom: 4px;
}
.partial-attorney__subhead {
font-weight: 400;
}
.related-alerts__header {
color: #084271;
font-size: 1.2rem;
text-transform: uppercase;
}
.related-alerts__grid:after,
.related-alerts__grid:before {
content: "";
display: table;
}
.related-alerts__grid:after {
clear: both;
}
.related-alerts__grid > * {
float: left;
margin: 0 8px 8px 0;
padding-top: 250px;
width: 335px;
}
@media (max-width: 767px) {
.related-alerts__grid > * {
width: 100%;
max-width: 335px;
}
}
.profile__hcard {
margin-bottom: 40px;
}
.profile__hcard img {
display: block;
height: auto;
margin-bottom: 40px;
width: 100%;
}
.hcard__header {
margin-bottom: 14px;
}
a.hcard__gray {
color: #86837b;
}
.gform {
background: red;
}
.gform_fields {
margin: 0;
padding: 0;
}
.gform_footer {
text-align: right;
}
.gfield {
list-style: none;
}
.header {
left: 0;
overflow: hidden;
top: 0;
width: 100%;
z-index: 5;
}
@media (max-width: 599px) {
.header {
height: 60px;
position: fixed;
overflow: visible;
}
}
@media (min-width: 600px) {
.header {
position: absolute;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
.header {
height: 90px;
}
}
@media (min-width: 1024px) {
.header {
height: 115px;
}
}
.header.header__blue {
background: #1c75ba;
background: rgba(28, 117, 186, 0.95);
}
.scrolled .header {
background: #1c75ba;
background: rgba(28, 117, 186, 0.95);
}
.header__bound {
align-items: center;
display: flex;
justify-content: space-between;
height: 100%;
position: relative;
}
@media (min-width: 600px) {
.header__bound {
padding: 0 30px;
}
}
.header__logo {
display: block;
position: relative;
z-index: 2;
}
@media (max-width: 599px) {
.header__logo {
height: 40px;
width: 128px;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
.header__logo {
height: 45px;
width: 143px;
}
}
@media (min-width: 1024px) {
.header__logo {
height: 55px;
width: 175px;
}
}
@media (min-width: 600px) {
.header__nav {
display: flex;
justify-content: flex-end;
width: calc(100% - 200px);
}
}
.nav-main__toggle {
display: block;
height: 44px;
position: relative;
z-index: 2;
}
@media (max-width: 1023px) {
body:not(.nav-open) .nav-main__toggle .close {
display: none;
}
.nav-open .nav-main__toggle .open {
display: none;
}
}
@media (min-width: 1024px) {
.nav-main__toggle {
display: none;
}
}
.nav-main__toggle-title {
display: none;
}
@media (min-width: 600px) and (max-width: 1023px) {
.nav-main__toggle-title {
border-right: 2px solid #fff;
color: #fff;
display: inline-block;
font-size: 1.25rem;
font-weight: 700;
line-height: 44px;
margin-right: 14px;
padding-right: 14px;
text-transform: uppercase;
vertical-align: top;
}
}
@media (max-width: 599px) {
.nav-main__primary {
padding: 75px 10px 10px;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
.nav-main__primary {
padding: 105px 10px 10px;
}
}
@media (max-width: 1023px) {
.nav-main__primary {
background: #1c75ba;
height: 100%;
max-width: 500px;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1;
transition: transform ease-out 0.2s;
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
transform: translate(100%, 0);
}
body.nav-open .nav-main__primary {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@media (min-width: 1024px) {
.nav-main__primary {
display: flex;
}
}
@media (max-width: 1023px) {
.nav-main__li {
border-top: 1px solid rgba(255, 255, 255, 0.1);
line-height: 3;
}
}
@media (min-width: 1024px) {
.nav-main__li:not(:first-child) {
margin-left: 34px;
}
}
.nav-main__a {
color: #fff;
display: block;
font-weight: 700;
text-decoration: none;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.nav-main__a:hover {
opacity: 0.75;
}
@media (max-width: 1023px) {
.nav-main__a {
font-size: 1.5rem;
font-weight: 400;
}
}
.masthead {
align-items: flex-end;
background: #1c75ba;
display: flex;
justify-content: center;
margin-bottom: 40px;
padding-bottom: 38px;
}
@media (max-width: 599px) {
.masthead {
padding-top: 24px;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
.masthead {
height: 190px;
}
}
@media (min-width: 1024px) {
.masthead {
height: 205px;
}
}
.masthead.masthead--home {
align-items: center;
background: 0 0;
height: 535px;
margin: 0;
}
.masthead__header {
color: #fff;
line-height: 1;
margin: 0;
max-width: 1100px;
text-align: center;
padding: 0 20px 24px;
position: relative;
}
@media (max-width: 599px) {
.masthead__header {
font-size: 2.5rem;
}
.masthead_smaller{
font-size: 2rem;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
.masthead__header {
font-size: 3.625rem;
}
.masthead_smaller{
font-size: 3rem;
}
}
@media (min-width: 1024px) {
.masthead__header {
font-size: 4.26667rem;
}
.masthead_smaller{
font-size: 3.5rem;
}
}
.masthead__header:after {
background: #084271;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 100px;
}
.masthead--home .masthead__header {
line-height: 1.3;
padding-bottom: 0;
text-align: center;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599px) {
.masthead--home .masthead__header {
font-size: 2.2rem;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
.masthead--home .masthead__header {
font-size: 3.125rem;
}
}
@media (min-width: 1024px) {
.masthead--home .masthead__header {
font-size: 4.26667rem;
}
}
.masthead--home .masthead__header:after {
display: none;
}
.our-approach {
background-color: rgba(51, 51, 51, 0.95);
background-image: url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/assets/chalkboard.jpg);
background-size: cover;
background-position: 90% 50%;
color: #fff;
position: relative;
}
@media (max-width: 767px) {
.our-approach {
padding: 20px;
}
}
@media (min-width: 768px) {
.our-approach {
padding: 80px 0;
}
.our-approach:after {
background: -moz-linear-gradient(left, #1f1f1f 0, rgba(31, 31, 31, 0.74) 50%, rgba(31, 31, 31, 0) 100%);
background: -webkit-linear-gradient(left, #1f1f1f 0, rgba(31, 31, 31, 0.74) 50%, rgba(255, 31, 31, 0) 100%);
background: linear-gradient(to right, #1f1f1f 0, rgba(31, 31, 31, 0.74) 50%, rgba(31, 31, 31, 0) 100%);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
}
@media (max-width: 767px) {
.our-approach__bound {
background-color: rgba(51, 51, 51, 0.85);
}
}
@media (min-width: 768px) {
.our-approach__bound {
z-index: 2;
}
}
.our-approach__content {
max-width: 590px;
}
.our-approach__header {
font-family: "Libre Baskerville", serif;
font-size: 1.6rem;
font-style: italic;
}
.home-news {
padding-bottom: 58px;
} .home-news__header,
.home-news__subhead {
text-align: center;
}
.home-news__header {
color: #084271;
font-size: 4.26667rem;
margin-bottom: 12px;
}
.home-news__subhead {
color: #86837b;
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 30px;
}
.footer {
background-color: #084271;
color: #fff;
}
@media (max-width: 767px) {
.footer__bound {
padding: 28px 10px;
}
}
@media (min-width: 768px) {
.footer__bound {
display: flex;
justify-content: space-between;
padding: 78px 10px 60px;
}
}
.footer__left {
color: #92bbdd;
}
@media (max-width: 767px) {
.footer__left {
margin: 0 auto 44px;
max-width: 340px;
text-align: center;
width: 100%;
}
}
.footer__address {
line-height: 21px;
margin-bottom: 28px;
}
.p-name {
display: none;
}
.u-logo {
display: block;
height: 35px;
margin-bottom: 40px;
width: 100%;
max-width: 340px;
}
.u-logo .svg-footer-logo {
width: 100%;
height: auto;
}
.p-label {
color: #fff;
font-weight: 700;
}
.p-email {
color: #92bbdd;
}
.p-adr {
margin-bottom: 21px;
}
.footer__social-li {
display: inline-block;
vertical-align: top;
}
.footer__social-li:last-child {
margin-left: 20px;
}
.footer__social-a {
display: block;
height: 40px;
width: 40px;
}
.footer__social .path-icon {
fill: #fff;
}
.footer__social .path-circle {
fill: #1c75ba;
}
@media (min-width: 768px) {
.footer__right {
max-width: 610px;
width: calc(100% - 360px);
}
}
.footer__right .gform_title,
.footer__right h2,
.footer__right input[type="email"],
.footer__right input[type="tel"],
.footer__right input[type="text"],
.footer__right textarea {
margin: 0 0 14px;
}
.footer__right input[type="email"],
.footer__right input[type="tel"],
.footer__right input[type="text"] {
height: 52px;
line-height: 50px;
}
.footer__right .gform_title,
.footer__right h2 {
font-size: 1rem;
line-height: 1;
}
.footer__right input[type="email"],
.footer__right input[type="tel"],
.footer__right input[type="text"],
.footer__right textarea {
background-color: transparent;
border: 1px solid #fff;
width: 100%;
-webkit-transition: background-color 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
-moz-transition: background-color 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
transition: background-color 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.footer__right input[type="email"]:focus,
.footer__right input[type="tel"]:focus,
.footer__right input[type="text"]:focus,
.footer__right textarea:focus {
background-color: #92bbdd;
}
.footer__right .gfield_label {
display: none;
}
.footer__right textarea {
height: 108px;
}
.footer__right fieldset.submit {
text-align: right;
}
.footer__right ::placeholder {
color: #92bbdd;
}
.footer__right .gform_button {
border-style: solid;
border-width: 1px;
display: inline-block;
font-weight: 700;
line-height: 40px;
padding: 0 22px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 0;
-webkit-transition: all ease 0.1s;
background-color: transparent;
border-color: #fff;
}
.footer__right .gform_button:hover {
background-color: #fff;
color: #1c75ba;
}
.footer__bottom {
background-color: #1c75ba;
font-size: 0.8rem;
line-height: 1.2;
padding: 20px 10px;
text-align: center;
}
.footer__bottom a {
color: #fff;
}
.footer__bottom p {
margin: 0;
padding: 5px 0;
} @font-face {
font-family: 'fontello';
src: url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/fonts/fontello.eot?79064024);
src: url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/fonts/fontello.eot?79064024#iefix) format('embedded-opentype'),
url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/fonts/fontello.woff2?79064024) format('woff2'),
url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/fonts/fontello.woff?79064024) format('woff'),
url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/fonts/fontello.ttf?79064024) format('truetype'),
url(//www.ccmlawyer.com/wp-content/themes/nmc_ccmlawyer/fonts/fontello.svg?79064024#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-down-open:before { content: '\e800'; }
.icon-up-open:before { content: '\e801'; }
.nav-ctas__a{
border-radius: 0;
justify-content: left;
}
.nav-ctas__span{
width: 20%;
}
body.single-practice-areas .related-alerts__grid:before{
display: none;
}
body.single-practice-areas .related_alerts_grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:1024px){
body.single-practice-areas .related_alerts_grid{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
}
.main_cont{
display: flex;
margin: 0 auto;
flex-wrap: wrap;
}
.main_cont .content{
padding-right: 75px;
width: 65%;
margin-bottom: 0;
}
.sidebar{
width: 35%;
padding-left: 0;
}
@media screen and (max-width:768px){
.sidebar{
width: 100%;
}
.main_cont .content{
width: 100%;
padding-right: 0;
}
body.single-practice-areas .related_alerts_grid{
display: grid;
grid-template-columns: repeat(1, 1fr);
}
.nav-ctas__a{
justify-content: center;
}
}
.client-alert{
position: initial;
padding-top: 0;
background-color: transparent;
border: none;
position: relative;
padding: 10px 0 30px;
}
body.single-library .masthead__header{
font-size: 40px;
}
.single-practice-areas .client-alert{
padding: 0;
}
.single-practice-areas .client-alert__a{
height: auto;
}
body.home .client-alert__a{
padding: 20px 0px 30px;
}
.sidebar .client-alert{
padding: 0;
}
.page .for_sidebar{
display: block;
}
.for_sidebar, .home .for_sidebar{
display: none;
}
body.archive .client-alert::after{
content: '';
position: absolute;
width: 100%;
height: 2px; 
background: #084271; 
top: 100%;
left: 0;
}
body.home .client-alert.has-image .client-alert__header{
color: #1c75ba;
}
.client-alert__a{
position: initial;
padding-left: 0;
}
.client-alert__header{
margin-bottom: 0;
}
.content .client-alert .client-alert__tag, 
.content .client-alert .client-alert__header, 
.content .client-alert .button--outline-blue{
color: #1c75ba;
}
body.single .post{
max-width: 1300px;
margin: 0 auto;
}
.post-body p{
margin-top: 0;
}
.related-attorneys.single-post .related-attorneys__grid{
display: flex;
flex-wrap: wrap;
}
.related-attorneys.single-post .partial-attorney{
float: none;
}
.search-form{
display: flex;
justify-content: space-between;
background-color: #1c75ba;
padding: 10px;
}
#blog-search-input{
width: 100%;
}
.submit-btn{
border: none;
}
@media (min-width: 600px){
.home-news__grid {
display: grid;
display: -ms-grid;
-ms-grid-gap: 14px;
grid-gap: 14px;
grid-template-columns: 1fr 1fr;
-ms-grid-columns: 50% 50%;
}
} .accordion-item {
border-bottom: 1px solid #C0C3D3;
}
.accordion-item-title {
padding: 20px 15px;
font-size: 1.0rem;
margin: 0;
position: relative;
text-transform: uppercase;
cursor: pointer;
font-weight: 600;
color: #5F6272;
line-height: 30px;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
-webkit-transition: background 200ms ease-out;
-moz-transition: background 200ms ease-out;
-ms-transition: background 200ms ease-out;
-o-transition: background 200ms ease-out;
transition: background 200ms ease-out;
}
.accordion-item-title:after {
content: "\e800";
font-family: 'Fontello';
line-height: 30px;
width: 30px;
height: 30px;
font-size: 1.2rem;
text-align: center;
color: #1c75ba;
}
.accordion-item.active:focus {
outline: none;
}
.accordion-item-title:hover,
.accordion-item-title:focus {
background: #C0C3D3;
}
.accordion-item.active .accordion-item-title:after {
content: "\e801";
}
.accordion-item-content {
display: none;
}
.accordion-item-content p {
font-size: 0.9rem;
}
.accordion-item.active .accordion-item-content {
display: block;
-webkit-animation: fadeIn 200ms both;
animation: fadeIn 200ms both;
}
.accordion-item-content>*:first-child {
margin-top: 20px;
}
.accordion-item-content>*:last-child {
margin-bottom: 35px;
}  .tool-pagination{
display: flex;
align-items: center;
}
.tool-pagination .prev{
padding-right: 10px;
}
.tool-pagination .next{
padding-left: 10px;
}
.tool-pagination .pages{
list-style: none;
display: flex;
padding: 0;
}
.tool-pagination .pages li{ background-color: #1c75ba;
border-radius: 50%;
width: 28px;
text-align: center;
}
.tool-pagination .pages li a{
color: #fff;
}
.tool-pagination .pages li a:hover, .tool-pagination .pages li a:focus{
text-decoration: underline;
}
.page-number.page-numbers.current{
color: #fff;
text-decoration: underline;
}
@media screen and (max-width:768px){
.tool-pagination .pages{
width: 100%;
justify-content: space-evenly;
}
}
@media screen and (min-width:769px){
.tool-pagination .pages li{
margin: 0 10px
}
}  .visually-hidden {
border: none !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 1px !important;
}
#skiptocontent{
color: #fff;
background-color: #1c75ba;
padding: 10px;
position: absolute;
top: -48px;
left: 0;
opacity: 0;
}
#skiptocontent:focus{
top: 0 !important;
opacity: 1 !important;
}
*:focus{
border: 1px solid #000;
}
.att_title{
margin: 20px 0 10px;
}
select#attorney{
width: 100%;
border: none;
height: 50px;
padding: 0 20px;
}
body.subpage:not(.single-practice-areas){
background-image: none !important;
}
@media screen and (max-width:1024px){
body.subpage{
background-image: none !important;
}
}
@media screen and (max-width:1024px){
#randombg{
background-position: 95%;
}
}
@media screen and (max-width:540px){
body.home{
height: 400px;
}
.masthead.masthead--home{
height: 330px;
}
}
.flexbox.flexbox--attorneys{
justify-content: center;
}
.tabs__nav-a.tabs__nav-active:focus{
border: none;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 110px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-categories,.cmplz-tcf-categories,.cmplz-link.cmplz-manage-options,.cmplz-manage-vendors,.cmplz-manage-third-parties,.cmplz-read-more,.cmplz-deny,.cmplz-view-preferences,.cmplz-save-preferences,.cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { margin-bottom: 0;}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-statistics:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-statistics:not(.cmplz-tcf) { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;}