* {
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-x: hidden;
-webkit-tap-highlight-color: var(--color-content-primary-faded);
}
details {
display: block;
}
summary {
display: list-item;
}
progress {
vertical-align: baseline;
}
[hidden],
template {
display: none;
}
a {
text-decoration: none;
background: none;
transition-property: background, box-shadow, border, color, opacity, transform;
transition-duration: 0.3s;
-webkit-text-decoration-skip: objects;
}
b,
strong {
font-weight: var(--bold-font-weight, bold );
}
dfn {
font-style: italic;
}
address {
font-style: normal;
}
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 {
height: auto;
max-width: 100%;
}
figure {
margin: 0;
}
hr {
box-sizing: content-box;
height: 0;
border-style: solid;
border-width: 0 0 1px;
border-color: var(--color-content-border);
}
pre {
overflow: auto;
white-space: pre-wrap;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1rem;
}
button,
input,
optgroup,
select,
textarea {
vertical-align: top;
text-transform: none;
color: inherit;
font: inherit;
border: none;
margin: 0;
}
select[multiple] {
height: auto;
padding: 0.5rem;
}
textarea {
overflow: auto;
height: 8rem;
min-height: 3rem;
resize: vertical;
}
input:not([type=submit]),
select,
textarea {
outline: none !important;
}
input[type=tel],
input[type=text],
input[type=date],
input[type=email],
input[type=search],
input[type=number],
input[type=password],
textarea {
-webkit-appearance: none; }
input[type=file]::file-selector-button {
color: inherit; }
button,
[type=button],
[type=reset],
[type=submit] {
overflow: visible;
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: 0.5;
}
label,
[type=checkbox],
[type=radio] {
cursor: pointer;
}
::-moz-focus-inner {
border: 0;
}
::-webkit-file-upload-button { font: inherit;
border: 0;
outline: 0;
padding-left: 0;
background: none;
}
legend {
border: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
th {
text-align: left;
}
td,
th {
vertical-align: top;
padding: 0.6rem 1rem;
border-bottom: 1px solid;
border-color: var(--color-content-border);
outline: none !important;
}
dl,
ul,
ol {
list-style: none;
margin: 0;
padding: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
audio,
video,
iframe,
object,
embed {
max-width: 100%;
border: none;
} :-webkit-full-screen-ancestor:not(iframe) {
animation: none !important;
} a[ref*="Popup"] {
cursor: zoom-in;
} ::-moz-placeholder {
opacity: 0.5;
color: inherit;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 0.5;
} html,
.l-header .widget,
.menu-item-object-us_page_block {
font-family: var(--font-family, inherit);
font-weight: var(--font-weight, 400);
font-size: var(--font-size, 16px);
font-style: var(--font-style, normal);
text-transform: var(--text-transform, none);
line-height: var(--line-height, 28px);
letter-spacing: var(--letter-spacing, 0);
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding-top: 1.5rem;
color: var(--color-content-heading);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
padding-top: 0;
}
p,
ul,
ol,
dl,
address,
pre,
table,
blockquote,
fieldset {
margin: 0 0 1.5rem;
}
p:empty {
display: none;
}
ul {
list-style-type: disc;
margin-left: 2.5rem;
}
ol {
list-style-type: decimal;
margin-left: 2.5rem;
}
li {
margin: 0 0 0.5rem;
}
li > ul,
li > ol {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
}
blockquote {
position: relative;
padding: 0 3rem;
font-size: 1.3em;
line-height: 1.7;
}
blockquote:before {
content: '\201C';
display: block;
font-size: 6rem;
line-height: 0.8;
font-family: Georgia, serif;
position: absolute;
left: 0;
color: var(--color-content-faded);
}
blockquote p,
blockquote ul,
blockquote ol {
margin-bottom: 0.5em;
}
blockquote cite {
display: block;
font-size: 1rem;
font-style: normal;
margin-top: 0.5rem;
}
pre {
display: block;
font-family: Consolas, Lucida Console, monospace;
font-size: 0.9rem;
line-height: 1.5rem;
padding: 0.8rem 1rem;
width: 100%;
overflow: auto;
background: var(--color-content-bg-alt);
color: var(--color-content-text);
}
code {
display: inline-block;
vertical-align: top;
font-family: Consolas, Lucida Console, monospace;
padding: 0 0.4rem;
background: var(--color-content-bg-alt);
color: var(--color-content-text);
}
pre code {
display: block;
padding: 0;
overflow-wrap: normal;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child {
margin-bottom: 0;
} .l-section[class*="color_"] h1,
.l-section[class*="color_"] h2,
.l-section[class*="color_"] h3,
.l-section[class*="color_"] h4,
.l-section[class*="color_"] h5,
.l-section[class*="color_"] h6,
.has_text_color h1,
.has_text_color h2,
.has_text_color h3,
.has_text_color h4,
.has_text_color h5,
.has_text_color h6 {
color: inherit;
} input:not([type=submit]),
textarea,
select {
width: 100%;
font-size: var(--inputs-font-size);
border: var(--inputs-border-width, 0px) solid transparent; background: none;
transition: all 0.2s;
}
input:not([type=submit]),
select {
min-height: var(--inputs-height);
line-height: var(--inputs-height);
padding: 0 var(--inputs-padding);
}
select {
height: calc( var(--inputs-height) + var(--inputs-border-width) * 2 ); }
textarea {
padding: calc( var(--inputs-height)/2 + var(--inputs-border-width, 0px) - 0.7em ) var(--inputs-padding);
}
input[type=checkbox],
input[type=radio] {
-webkit-appearance: none;
appearance: none;
vertical-align: top;
flex-shrink: 0;
font-size: .75em;
text-align: center;
margin-top: .2em;
margin-right: .5em;
line-height: 1.5em;
height: 1.5em;
width: 1.5em;
min-height: 0 !important;
padding: 0 !important;
border: var(--inputs-border-width, 0px) solid transparent; box-sizing: content-box;
}
input[type=checkbox]:before {
visibility: hidden;
content: '\f00c';
font-family: fontawesome;
font-weight: 900;
vertical-align: top;
}
input[type=radio] {
border-radius: 50% !important;
}
input[type=radio]:before {
visibility: hidden;
content: '';
display: block;
height: 36%;
width: 36%;
margin: 32%;
border-radius: inherit;
background: currentColor;
}
input:checked::before,
input:checked::before {
visibility: visible;
}
input[type=range] {
box-shadow: none !important;
} .hidden {
display: none !important;
}     .i-cf:after {
content: '';
display: block;
clear: both;
}
.text_thin {
font-weight: 300;
}
.text_bold {
font-weight: 700;
}
.alignleft {
float: left;
margin-right: 2em;
margin-bottom: 2em;
}
.alignright {
float: right;
margin-left: 2em;
margin-bottom: 2em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.l-main .aligncenter {
max-width: var(--site-content-width, 1200px);
}
.alignfull {
margin-left: -2.5rem;
margin-right: -2.5rem;
max-width: none;
width: 100vw;
}
.align_left {
text-align: left;
}
.align_right {
text-align: right;
}
.align_center {
text-align: center;
} a {
color: var(--color-content-link);
}
.no-touch a:hover {
color: var(--color-content-link-hover);
}
.highlight_primary_bg,
.highlight_secondary_bg,
.highlight_faded_bg,
.highlight_dark_bg,
.highlight_light_bg {
display: inline-block;
padding: 0.5rem 1rem;
color: #fff;
}
.highlight_dark_bg {
background: rgba(0,0,0,0.5);
}
.highlight_light_bg {
background: rgba(255,255,255,0.5);
color: #111;
}
.highlight_white {
color: #fff;
}
.highlight_black {
color: #000;
}
.highlight_primary {
color: var(--color-content-primary);
}
.highlight_primary_bg {
background: var(--color-content-primary-grad);
}
.highlight_secondary {
color: var(--color-content-secondary);
}
.highlight_secondary_bg {
background: var(--color-content-secondary-grad);
}
.highlight_faded {
color: var(--color-content-faded);
} .l-canvas {
margin: 0 auto;
width: 100%;
flex-grow: 1;
background: var(--color-content-bg-grad);
color: var(--color-content-text);
} .l-canvas.type_boxed,
.l-canvas.type_boxed .l-subheader,
.l-canvas.type_boxed ~ .l-footer {
max-width: var(--site-canvas-width);
} @media screen and (min-width: 1025px) {
body:not(.us_iframe) {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body.admin-bar:not(.us_iframe) {
min-height: calc( 100vh - var(--wp-admin--admin-bar--height, 0px) );
}
}
.l-footer {
overflow: hidden;
margin: 0 auto;
width: 100%;
background: var(--color-content-bg-grad);
color: var(--color-content-text);
}
body.us_iframe {
background: var(--color-content-bg-grad);
} .l-subheader,
.l-section {
padding-left: 2.5rem;
padding-right: 2.5rem;
} .l-section {
position: relative;
margin: 0 auto;
}
.l-section-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center center;
background-size: cover;
}
.l-section-video {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.l-section-video > video {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.l-section-video > iframe {
position: absolute;
top: 50%;
left: 50%;
min-height: 100%;
min-width: 100%;
max-width: none;
transform: translate(-50%,-50%);
}
.l-section-slider {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.l-section-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.l-section-h {
position: relative;
margin: 0 auto;
width: 100%;
max-width: var(--site-content-width, 1200px);
} .l-section-shape {
overflow: hidden;
position: absolute;
left: 0;
right: 0;
height: 15vmin; color: var(--color-content-bg); }
.l-section-shape.pos_top {
top: -1px;
}
.l-section-shape.pos_bottom {
bottom: -1px;
}
.l-section-shape.on_front {
z-index: 11 !important;
}
.l-section-shape > * {
display: block;
}
.l-section-shape.type_custom.hor_flip > *,
.l-section-shape.pos_bottom.hor_flip > * {
transform: rotateY(180deg);
}
.l-section-shape:not(.type_custom).pos_top > * {
transform: rotateX(180deg);
}
.l-section-shape:not(.type_custom).pos_top.hor_flip > * {
transform: rotate(180deg);
} .l-section.width_full {
padding-left: 0;
padding-right: 0;
}
.l-section.width_full > .l-section-h {
max-width: none !important;
} .l-section.height_small {
padding-top: 2rem;
padding-bottom: 2rem;
}
.l-section.height_medium {
padding-top: 4rem;
padding-bottom: 4rem;
}
.l-section.height_large {
padding-top: 6rem;
padding-bottom: 6rem;
}
.l-section.height_huge {
padding-top: 8rem;
padding-bottom: 8rem;
}
.l-section.height_custom {
padding-top: var(--section-custom-padding, 5vmax);
padding-bottom: var(--section-custom-padding, 5vmax);
}
.l-section.full_height {
min-height: 100vh;
}
@media screen and (min-width: 783px) {
.admin-bar .l-section.full_height {
min-height: calc( 100vh - var(--wp-admin--admin-bar--height, 0px) );
}
}
.header_hor .l-header.pos_static.bg_solid ~ .l-main .l-section.full_height:first-of-type {
min-height: calc( 100vh - var(--header-height) );
}
.header_hor .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.full_height:not(:first-of-type) {
min-height: calc( 100vh - var(--header-sticky-height) );
}
.l-section.full_height.valign_center {
display: flex;
flex-direction: column;
justify-content: center;
}
.l-section.full_height.valign_bottom {
display: flex;
flex-direction: column;
justify-content: flex-end;
}  .header_hor .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
.header_hor .l-header.pos_fixed ~ .l-main > form > .l-section:first-of-type > .l-section-h,
.header_hor .l-header.pos_static.bg_transparent ~ .l-main > .l-section:first-of-type > .l-section-h,
.header_hor .l-header.pos_static.bg_transparent ~ .l-main > form > .l-section:first-of-type > .l-section-h {
padding-top: var(--header-height);
} .l-header.bg_transparent ~ .l-main .l-section.valign_center:not(.height_auto):first-of-type > .l-section-h {
top: calc( var(--header-height) / -2 );
} .l-section.for_sidebar > div {
display: flex;
flex-wrap: wrap;
}
.l-section.for_sidebar.at_left .l-sidebar {
margin-right: 5%;
}
.l-section.for_sidebar.at_right .l-sidebar {
margin-left: 5%;
}
.l-sidebar {
padding: 4rem 0;
width: var(--site-sidebar-width, 25%);
}
.l-content {
width: calc( 95% - var(--site-sidebar-width, 25%) );
}
.l-content > div > .l-section {
padding-left: 0;
padding-right: 0;
} .l-section.color_primary {
background: var(--color-content-primary-grad);
color: #fff;
}
.l-section.color_secondary {
background: var(--color-content-secondary-grad);
color: #fff;
}
.l-section.color_primary a,
.l-section.color_secondary a {
color: inherit;
} .no-touch .l-section.parallax_ver > .l-section-img,
.no-touch .l-section.parallax_fixed > .l-section-img {
background-attachment: fixed;
}
.l-section.parallax_hor {
overflow: hidden;
}
.l-section.parallax_hor > .l-section-img {
width: 130%;
right: auto;
}
.l-section.parallax_hor.bgwidth_110 > .l-section-img {
width: 110%;
}
.l-section.parallax_hor.bgwidth_120 > .l-section-img {
width: 120%;
}
.l-section.parallax_hor.bgwidth_140 > .l-section-img {
width: 140%;
}
.l-section.parallax_hor.bgwidth_150 > .l-section-img {
width: 150%;
} .l-section.with_slider,
.l-section.with_video {
overflow: hidden;
transform: translateZ(0); }
html.ios-touch > .l-section-img,
.l-section.with_slider > .l-section-img,
.l-section.with_video > .l-section-img {
background-attachment: scroll !important;
}
.l-section.with_slider > .l-section-shape,
.l-section.with_slider > .l-section-h {
z-index: 1;
}
.l-section-slider .royalSlider {
z-index: 0;
}
.l-section-slider .w-slider,
.l-section-slider .w-slider-h,
.l-section-slider .royalSlider {
height: 100% !important;
} .l-section.for_pagination {
padding: 0 0 2rem;
} .l-section.gradient_overlay > .l-section-overlay {
top: auto;
height: 50%;
background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x !important;
} .vc_column-inner > .w-post-elm:not(:first-child) > .l-section > .l-section-h,
.l-header.bg_solid ~ .l-main .vc_column-inner > .w-post-elm > .l-section > .l-section-h,
.templatera_shortcode > .l-section > .l-section-h {
padding-top: 0 !important;
} .cols_1 > div[class*="list"] > * {
width: 100%;
}
.cols_2 > div[class*="list"] > * {
width: 50%;
}
.cols_3 > div[class*="list"] > * {
width: 33.3333%;
}
.cols_4 > div[class*="list"] > * {
width: 25%;
}
.cols_5 > div[class*="list"] > * {
width: 20%;
}
.cols_6 > div[class*="list"] > * {
width: 16.6666%;
}
.cols_7 > div[class*="list"] > * {
width: 14.2857%;
}
.cols_8 > div[class*="list"] > * {
width: 12.5%;
}
.cols_9 > div[class*="list"] > * {
width: 11.1111%;
}
.cols_10 > div[class*="list"] > * {
width: 10%;
}  .fal,
.far,
.fas,
.fab,
.fad {
display: inline-block;
line-height: 1;
font-family: "fontawesome";
font-weight: 400;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.material-icons {
display: inline-block;
line-height: 1;
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
} .g-preloader {
display: inline-block;
vertical-align: top;
position: relative;
font-size: 2.5rem;
width: 1em;
height: 1em;
color: var(--color-content-primary);
}
.l-section.color_primary .g-preloader,
.l-section.color_secondary .g-preloader {
color: inherit;
}
.g-preloader.type_1:before,
.g-preloader.type_1:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
border: 2px solid;
}
.g-preloader.type_1:before {
opacity: 0.2;
}
.g-preloader.type_1:after {
border-color: transparent;
border-top-color: inherit;
animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
}
@keyframes rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .style_phone6-1,
.style_phone6-2,
.style_phone6-3,
.style_phone6-4 {
position: relative;
padding-bottom: 180%;
}
.style_phone6-1 > *,
.style_phone6-2 > *,
.style_phone6-3 > *,
.style_phone6-4 > * {
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 22.3% 12.5% 0;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
} .post-pagination {
font-size: 1.2em;
margin: 0 -0.6em;
}
.post-pagination > * {
display: inline-block;
vertical-align: top;
padding: 0 0.6em;
}
.post-pagination > span:not(.title) {
font-weight: bold;
} .widgettitle {
font-family: var(--h4-font-family, inherit);
font-weight: var(--h4-font-weight, inherit);
font-size: var(--h4-font-size, inherit);
font-style: var(--h4-font-style, inherit);
line-height: var(--h4-line-height, 1.4);
letter-spacing: var(--h4-letter-spacing, inherit);
text-transform: var(--h4-text-transform, inherit);
margin-bottom: var(--h4-margin-bottom, 1.5rem);
} .screen-reader-text,
.screen-reader-text:focus { position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.w-post-elm.with_word .screen-reader-text,
.w-comments-title .screen-reader-text {
position: static;
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
width: auto;
margin: 0;
} .g-breadcrumbs {
line-height: 1.4;
}
.g-breadcrumbs > * {
display: inline-block;
vertical-align: top;
}
.g-breadcrumbs-separator {
margin: 0 0.6em;
}
.g-breadcrumbs.hide_current .g-breadcrumbs-item:last-child,
.g-breadcrumbs.hide_current .g-breadcrumbs-separator:nth-last-child(2) {
display: none;
}
.g-breadcrumbs.has_text_color a {
color: inherit;
} .l-cookie {
position: fixed;
z-index: 9999;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px; line-height: 20px; padding: 10px 5px; box-shadow: var(--box-shadow);
background: var(--color-content-bg-grad);
color: var(--color-content-text);
}
.l-cookie.pos_top {
top: 0;
}
.l-cookie.pos_bottom {
bottom: 0;
box-shadow: var(--box-shadow-up);
}
.l-cookie > * {
margin: 0 5px; }
.l-cookie > .w-btn {
flex-shrink: 0;
font-size: inherit !important;
} .with_collapsible_content > div[style]:first-of-type {
overflow: hidden;
-webkit-mask-image: linear-gradient(black 60%, transparent);
}
.with_collapsible_content.show_content > div[style]:first-of-type {
-webkit-mask-image: none;
height: auto !important;
}
.with_collapsible_content > .toggle-links {
display: none;
padding-top: 0.5rem;
}
.with_collapsible_content > .toggle-links > button {
background: none;
padding: 0;
border-bottom: 1px dotted;
cursor: pointer;
color: var(--color-content-link);
transition-property: border, color;
transition-duration: 0.3s;
}
.no-touch .with_collapsible_content > .toggle-links > button:hover {
color: var(--color-content-link-hover);
}
.with_collapsible_content .collapsible-content-less,
.with_collapsible_content.show_content .collapsible-content-more,
.with_collapsible_content > .toggle-links > :empty {
display: none;
}
.with_collapsible_content.show_content .collapsible-content-less {
display: inline;
} .w-toplink {
position: fixed !important;
z-index: 99;
bottom: 0;
transform: translate3d(0,150%,0) !important;
margin: 15px; }
.w-toplink:not(.w-btn) {
text-align: center;
border-radius: 0.3rem;
color: #fff !important;
line-height: 50px; height: 50px; width: 50px; }
.w-toplink.pos_left {
left: 0;
}
.w-toplink.pos_right {
right: 0;
}
.w-toplink.active {
transform: translate3d(0,0,0) !important;
}
.w-toplink:not(.w-btn) i {
font-size: 1.5em;
line-height: inherit;
min-width: 1em;
} .wpb_raw_html.has_border_radius {
overflow: hidden;
transform: translateZ(0); } html.ios-touch [class*="us_custom_"] {
background-attachment: scroll !important;
} .l-body .vc_row:after,
.l-body .vc_row:before,
.l-body .vc_column-inner:after,
.l-body .vc_column-inner:before {
display: none;
}
.l-body .wpb_button,
.l-body .wpb_content_element,
.l-body ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
.g-cols.wpb_row,
.wpb_revslider_element.wpb_content_element,
.wpb_widgetised_column.wpb_content_element {
margin-bottom: 0;
}
.vc_icon_element-icon {
transform: translate(-50%, -50%);
}
.vc_icon_element-align-left {
display: inline-block;
vertical-align: top;
}
.wpb_text_column:not(:last-child) {
margin-bottom: var(--text-block-margin-bottom, 0px);
} blockquote.is-style-large,
.wp-block-pullquote blockquote {
padding: 0;
}
blockquote.is-style-large:before,
.wp-block-pullquote blockquote:before {
display: none;
}
.wp-block-pullquote {
border-top: 4px solid;
border-bottom: 4px solid;
}
.wp-block-gallery {
margin: 0;
}
.wp-block-gallery.alignleft {
margin-right: 2em;
}
.wp-block-gallery.alignright {
margin-left: 2em;
}
.wp-block-image img {
display: block;
}
.wp-block-image figcaption,
.wp-block-embed figcaption {
font-size: 0.85rem;
} .color_alternate {
background: var(--color-alt-content-bg-grad);
color: var(--color-alt-content-text);
}
.l-section.color_alternate h1,
.l-section.color_alternate h2,
.l-section.color_alternate h3,
.l-section.color_alternate h4,
.l-section.color_alternate h5,
.l-section.color_alternate h6 {
color: var(--color-alt-content-heading);
}
.l-section.color_footer-top h1,
.l-section.color_footer-top h2,
.l-section.color_footer-top h3,
.l-section.color_footer-top h4,
.l-section.color_footer-top h5,
.l-section.color_footer-top h6 {
color: var(--color-subfooter-heading);
}
.l-section.color_footer-bottom h1,
.l-section.color_footer-bottom h2,
.l-section.color_footer-bottom h3,
.l-section.color_footer-bottom h4,
.l-section.color_footer-bottom h5,
.l-section.color_footer-bottom h6 {
color: var(--color-footer-heading);
}
.color_alternate td,
.color_alternate th {
border-color: var(--color-alt-content-border);
}
.color_alternate a {
color: var(--color-alt-content-link);
}
.no-touch .color_alternate a:hover {
color: var(--color-alt-content-link-hover);
}
.color_alternate .g-preloader {
color: var(--color-alt-content-primary);
}
.color_footer-top {
background: var(--color-subfooter-bg-grad);
color: var(--color-subfooter-text);
}
.color_footer-top td,
.color_footer-top th {
border-color: var(--color-subfooter-border);
}
.color_footer-top a {
color: var(--color-subfooter-link);
}
.no-touch .color_footer-top a:hover {
color: var(--color-subfooter-link-hover);
}
.color_footer-bottom {
background: var(--color-footer-bg-grad);
color: var(--color-footer-text);
}
.color_footer-bottom td,
.color_footer-bottom th {
border-color: var(--color-footer-border);
}
.color_footer-bottom a {
color: var(--color-footer-link);
}
.no-touch .color_footer-bottom a:hover {
color: var(--color-footer-link-hover);
} .rounded_none .w-header-show,
.rounded_none .w-toplink {
border-radius: 0 !important;
} .no-touch .links_underline h1 a:hover,
.no-touch .links_underline h2 a:hover,
.no-touch .links_underline h3 a:hover,
.no-touch .links_underline h4 a:hover,
.no-touch .links_underline h5 a:hover,
.no-touch .links_underline h6 a:hover,
.no-touch .links_underline p a:not(.w-btn):not(.button):hover,
.no-touch .links_underline li a:not(.w-btn):not(.button):hover,
.no-touch .links_underline .g-breadcrumbs a:hover {
border-bottom: 1px solid;
} @media (max-width: 1024px) {
.l-sidebar,
.l-section.height_medium {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.l-section.height_large {
padding-top: 6vmax;
padding-bottom: 6vmax;
}
.l-section.height_huge {
padding-top: 9vmax;
padding-bottom: 9vmax;
}
}
@media screen and (max-width: 900px) {
.l-subheader {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.l-sidebar,
.l-content {
width: 100% !important;
margin: 0 !important;
}
}
@media screen and (max-width: 767px) {
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
float: none;
display: block;
margin: 0 0 1.5rem;
}
.l-section.remove_bg_xs > .l-section-img {
display: none;
}
}
@media screen and (max-width: 600px) {
p {
margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding-top: 1rem;
}
.admin-bar .l-header.sticky {
top: 0; }
.w-header-show,
.w-toplink {
margin: 10px !important; }
.l-subheader,
.l-section {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.l-sidebar,
.l-section.height_small,
.l-section.height_medium {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.l-main .alignfull {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.l-main .aligncenter {
max-width: 100% !important;
}
}