.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
box-sizing: border-box;
padding: 0;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
} html {
box-sizing: border-box;
}
body {
font-size: 16px;
color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
overflow-x: hidden;
}
*,
::after,
::before {
box-sizing: inherit;
}
.ct-section-inner-wrap {
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: inherit;
}
.ct-section-with-shape-divider {
position: relative !important;
}
.oxygen-unslider-container:not(.unslider-fade) > ul {
list-style: none;
width: 0px;
}
.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal) > ul > li {
opacity: 0;
}
.oxygen-unslider-container.unslider-fade > ul > li:not(.unslider-active) {
opacity: 0;
}
div.ct-svg-icon > svg,
svg.ct-svg-icon {
height: 1em !important;
fill: currentColor;
}
.ct-columns-inner-wrap {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.ct-column {
float: left !important;
word-break: break-word;
}
svg.ct-svg-icon {
display: inline-block;
width: 1em !important;
}
div.ct-svg-icon {
display: inline-block;
box-sizing: content-box;
border-radius: 50%;
width: auto;
}
div.ct-svg-icon > svg {
width: 1em !important;
display: block;
}
div.ct-fancy-icon {
display: inline-flex;
border-radius: 50%;
}
.ct-fancy-icon > svg {
fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
margin-right: 0 !important;
}
.ct-video {
width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-nav-menu-list {
display: flex;
padding: 0;
margin: 0;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
list-style-type: none;
display: flex;
flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
text-decoration: none;
border-style: solid;
border-width: 0;
transition-timing-function: ease-in-out;
transition-property: background-color, color, border-color;
border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
padding: 0;
flex-direction: column;
white-space: nowrap;
transition-timing-function: ease-in-out;
transition-property: visibility, opacity;
visibility: hidden;
opacity: 0;
display: flex;
position: absolute;
top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
left: 100%;
top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu,
.oxy-nav-menu .menu-item:focus-within > .sub-menu {
visibility: visible;
opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.oxy-sticky-header-fade-in {
animation-name: oxy_sticky_header_fadein;
animation-duration: 0.5s;
animation-iteration-count: 1;
}
.oxy-sticky-header .oxygen-show-in-sticky-only {
display:  none;
}
.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
display: block;
}
.oxy-header-wrapper {
position: relative;
}
.oxy-header-row {
width: 100%;
display: block;
}
.oxy-header-container {
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
display: flex;
align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
display: none;
}
.oxy-header-left {
justify-content: flex-start;
}
.oxy-header-center {
flex-grow: 1;
justify-content: center;
}
.oxy-header-right {
justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-sticky-header-active {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .oxy-sticky-header-active {
top: 0 !important;
}
}
.oxy-video-background {
position: relative;
z-index: 1;
}
.oxy-video-background .oxy-video-container {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}
.oxy-video-background .oxy-video-container video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.oxy-video-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.oxy-map iframe {
width: 100%;
height: 100%;
display: block;
}
.unslider .unslider-fade ul li.unslider-active {
position: relative;
}
.oxy-menu-toggle {
cursor: pointer;
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: auto;
z-index: 2147483642 !important;
background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
max-height: 100%;
overflow: auto;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
}
.oxy-nav-menu-prevent-overflow {
overflow: hidden;
height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
flex-direction: column !important;
width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
text-align: center;
border: 0 !important;
background-color: transparent !important;
justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #fff;
z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
.menu-item
.sub-menu {
display: flex;
position: static;
animation-name: none;
visibility: visible;
opacity: 1;
transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
display: none;
}
.oxy-nav-menu-hamburger-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.oxy-nav-menu-hamburger {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
display: none;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:first-child {
display: initial;
position: relative;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:last-child {
display: initial;
position: relative;
transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
display: flex;
align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.menu-item-has-children
> a::after {
width: 0.35em;
height: 0.35em;
margin-left: 0.5em;
border-right: 0.1em solid;
border-top: 0.1em solid;
transform: rotate(135deg);
content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.sub-menu
.menu-item-has-children
> a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
.menu-item-has-children
> a::after {
transform: rotate(45deg);
}
.oxy-social-icons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-social-icons a {
line-height: 1;
width: 1em;
height: 1em;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.oxy-social-icons a svg {
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.oxy-soundcloud {
min-width: 300px;
min-height: 120px;
}
.oxy-soundcloud iframe {
width: 100%;
height: 100%;
}
.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
margin-right: 1em;
float: left;
}
.comment-body .alignright,
.oxy-stock-content-styles .alignright {
margin-left: 1em;
float: right;
}
.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
margin-left: auto;
margin-right: auto;
}
.comment-body img,
.oxy-stock-content-styles img {
max-width: 100%;
}
.oxy-comment-form .comment-reply-title {
margin-bottom: 0.5em;
}
.oxy-comment-form .logged-in-as {
margin-bottom: 1em;
font-size: 0.75em;
}
.oxy-comment-form #submit {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 0.5em;
border: none;
font-weight: 700;
}
.oxy-comment-form input,
.oxy-comment-form textarea {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
color: gray;
width: 100%;
}
.oxy-comment-form label {
font-weight: 700;
}
.oxy-comment-form .comment-form > p {
margin-top: 0;
margin-bottom: 1em;
}
.oxy-comments h3.comments-title {
margin-bottom: 1em;
}
.oxy-comments ol.children,
.oxy-comments ol.comments-list {
list-style: none;
margin: 0;
padding: 0;
}
.oxy-comments ol.children {
margin-left: 50px;
}
.oxy-comments li.comment .comment-body {
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
}
.oxy-comments li.comment .comment-body .comment-content {
margin-bottom: 1em;
}
.oxy-comments .comment-meta .comment-author {
display: flex;
flex-direction: row;
align-items: center;
}
.oxy-comments .comment-meta .comment-author .avatar {
max-width: 64px;
max-height: 64px;
margin-right: 0.5em;
}
.oxy-comments .comment-meta .comment-author span.says::before {
content: " ";
white-space: pre;
}
.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
line-height: 1;
white-space: nowrap;
color: #fff;
}
.oxy-comments .comment-meta .comment-metadata {
font-size: 0.75em;
margin-top: 0.75em;
}
.oxy-comments .comment-meta .edit-link {
margin-left: 0.5em;
}
.oxy-comments .reply {
display: flex;
}
.oxy-comments .reply .comment-reply-link {
font-size: 0.75em;
}
.oxy-comments .comment-meta {
flex-wrap: wrap;
}
.oxy-comments .comment-awaiting-moderation {
flex-basis: 100%;
}
.oxy-login-form p {
display: flex;
flex-direction: column;
}
.oxy-login-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-login-form input[type="submit"] {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
font-weight: 700;
}
.oxy-search-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-search-form input[type="submit"] {
padding: calc(0.5em + 1px) 1em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
}
.oxy-search-form label.screen-reader-text {
display: none;
}
.oxy-icon-box-icon {
display: flex;
flex-shrink: 0;
flex-grow: 0;
}
.oxy-icon-box-content {
flex-grow: 1;
width: 100%;
}
.oxy-icon-box-heading,
.oxy-icon-box-text {
margin: 0;
}
.oxy-icon-box {
display: flex;
align-items: flex-start;
}
.oxy-pricing-box {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
order: 10;
display: flex;
flex-direction: row;
}
.oxy-pricing-box-graphic > img {
max-width: 100%;
display: block;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
order: 20;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
order: 30;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.oxy-pricing-box-amount {
display: flex;
align-items: baseline;
flex-direction: row;
}
.oxy-pricing-box-currency {
align-self: flex-start;
}
.oxy-pricing-box-amount-decimal {
align-self: baseline;
}
.oxy-pricing-box-term {
margin-left: 0.4em;
}
.oxy-pricing-box-sale-price {
width: 100%;
flex-grow: 0;
flex-shrink: 0;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
order: 40;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
order: 60;
}
@keyframes oxy_progress_bar_width {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes oxy_progress_bar_stripes {
from {
background-position: 44px 0;
}
to {
background-position: 0 0;
}
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
background-position: top left;
background-attachment: fixed;
background-size: 44px 44px;
}
.oxy-progress-bar {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.oxy-progress-bar-background {
background-color: #d3d3d3;
width: 100%;
}
.oxy-progress-bar-progress {
padding: 20px;
display: flex;
background-color: #a9a9a9;
align-items: center;
}
.oxy-progress-bar-overlay-percent {
margin-left: auto;
padding-left: 1em;
font-size: 0.8em;
}
.oxy-tab,
.oxy-tab-content {
padding: 20px;
}
.oxy-progress-bar-overlay-percent:empty {
display: none;
}
.oxy-superbox {
display: inline-flex;
}
.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
display: flex;
}
.oxy-superbox-wrap {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.oxy-superbox-primary {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.oxy-superbox-secondary {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-tab {
cursor: pointer;
}
.oxy-tabs-contents-content-hidden {
display: none !important;
}
.oxy-testimonial {
display: flex;
width: 100%;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-photo {
border-radius: 50%;
}
.oxy-testimonial .oxy-testimonial-content-wrap {
display: flex;
flex-direction: column;
order: 2;
}
.oxy-testimonial .oxy-testimonial-author-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
display: flex;
}
.oxy-toggle {
display: flex;
flex-direction: row;
cursor: pointer;
}
.oxy-toggle-content {
align-self: stretch;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.oxy-expand-collapse-icon {
align-self: center;
flex-shrink: 0;
flex-grow: 0;
margin-right: 0.4em;
text-align: initial;
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
content: "";
background-color: #000;
position: absolute;
width: 1em;
height: 0.16em;
top: calc((1em / 2) - 0.08em);
transition: 0.3s ease-in-out all;
border-radius: 0.03em;
}
.oxy-expand-collapse-icon::after {
transform: rotate(-90deg) scale(0);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
transform: rotate(-180deg);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
transform: rotate(-90deg);
}
[data-aos][data-aos=""] {
transition-duration: 0s !important;
}
body.oxy-modal-active {
height: 100vh;
overflow-y: hidden;
position: fixed;
right: 0;
left: 0;
}
.oxy-modal-backdrop {
display: flex;
align-items: center;
justify-content: center;
}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {
display: none;
}
body.oxygen-builder-body .oxy-modal-backdrop {
height: 100vh;
}
.oxy-modal-backdrop.live {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1400;
}
.oxy-modal-backdrop.hidden {
display: none;
}
.oxy-modal-backdrop.left {
flex-direction: column;
align-items: flex-start;
}
.oxy-modal-backdrop.right {
flex-direction: column;
align-items: flex-end;
}
.oxy-modal-backdrop.top {
flex-direction: row;
align-items: flex-start;
}
.oxy-modal-backdrop.bottom {
flex-direction: row;
align-items: flex-end;
}
.oxy-modal-backdrop.upper_left {
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-modal-backdrop.upper_right {
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.oxy-modal-backdrop.bottom_left {
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.oxy-modal-backdrop.bottom_right {
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.oxy-modal-backdrop .ct-modal {
background-color: white;
max-height: 100vh;
overflow-y: auto;
}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
align-self: stretch;
}
div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
display: flex;
}
.oxy-rich-text p:first-child {
margin-block-start: 0;
}
.oxy-rich-text p:last-child {
margin-block-end: 0;
} :-webkit-any(li, div._important),
:is(li, div._important) {
display: list-item;
}
:-webkit-any(table, div._important),
:is(table, div._important){
display: table;
}
:is(thead, div._important),
:-webkit-any(thead, div._important){
display: table-header-group;
}
:is(tr, div._important),
:-webkit-any(tr, div._important) {
display: table-row;
}
:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
display: table-row-group;
}
:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
display: table-cell;
}
:is(caption, div._important),
:-webkit-any(caption, div._important) {
display: table-caption;
}
:is(colgroup, div._important),
:-webkit-any(colgroup, div._important){
display: table-column-group;
}
:is(col, div._important),
:-webkit-any(col, div._important){
display: table-column;
}
:is(tfoot, div._important),
:-webkit-any(tfoot, div._important){
display: table-footer-group;
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}#section-62-19 > .ct-section-inner-wrap{padding-top:0;padding-bottom:0;display:flex;flex-direction:row;justify-content:space-around}#section-62-19{display:block}#section-62-19{text-align:justify}#section-305-19 > .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center}#section-305-19 .oxy-video-overlay{background-color:rgba(0,0,0,0.71)}#section-305-19{display:block}#section-305-19{height:100vh;text-align:center;video-background-overlay:rgba(0,0,0,0.71)}#div_block-220-19{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;width:100%;border-bottom-color:rgba(222,221,217,0.15);border-bottom-width:1px;border-bottom-style:dotted;border-top-color:rgba(222,221,217,0.15);border-top-width:1px;border-top-style:dotted;display:flex;background-color:#161616;flex-direction:row;align-items:center;justify-content:center;text-align:center}#div_block-222-19{background-image:url(https://dentonhope.com/wp-content/uploads/2021/12/Fire-C.jpg)}#div_block-225-19{background-image:url(https://dentonhope.com/wp-content/uploads/2021/12/Fire-B.jpg)}#div_block-228-19{background-image:url(https://dentonhope.com/wp-content/uploads/2021/12/Fire-A.jpg)}#div_block-379-19{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;width:100%;border-bottom-color:rgba(222,221,217,0.15);border-bottom-width:1px;border-bottom-style:dotted;border-top-color:rgba(222,221,217,0.15);border-top-width:1px;border-top-style:dotted;display:flex;background-color:#161616;flex-direction:row;align-items:center;justify-content:center;text-align:center}#div_block-381-19{background-image:url(https://dentonhope.com/wp-content/uploads/2022/02/Residential-Construction-1.jpg)}#div_block-384-19{background-image:url(https://dentonhope.com/wp-content/uploads/2022/02/Commercial-Construction-1.jpg)}#div_block-388-19{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;width:100%;border-bottom-color:rgba(222,221,217,0.15);border-bottom-width:1px;border-bottom-style:dotted;border-top-color:rgba(222,221,217,0.15);border-top-width:1px;border-top-style:dotted;display:flex;background-color:#161616;flex-direction:row;align-items:center;justify-content:center;text-align:center}#div_block-390-19{background-image:url(https://dentonhope.com/wp-content/uploads/2022/02/Asbestos-Icon.jpg)}#div_block-393-19{background-image:url(https://dentonhope.com/wp-content/uploads/2022/02/Demolition-Soft-Strip.jpg)}#div_block-152-19{margin-top:20px;margin-bottom:20px}#div_block-303-19{align-items:center;text-align:center;justify-content:center;height:100vh}#div_block-297-19{margin-top:-40px;margin-bottom:40px;align-items:flex-end;text-align:right;width:100%}#div_block-301-19{flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}@media (max-width:991px){#div_block-64-19{flex-direction:column;display:flex;align-items:center;text-align:center;margin-bottom:80px;max-width:100%}}@media (max-width:991px){#div_block-303-19{padding-left:20px;padding-right:20px}}@media (max-width:991px){#div_block-325-19{background-image:linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.85)),url(https://dentonhope.com/wp-content/uploads/2022/03/Fire-Protection-Services.jpg);background-size:auto,cover;flex-direction:column;display:flex;align-items:center;text-align:center;justify-content:center;height:100vh;padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;background-repeat:no-repeat;width:100%;background-position:50% 50%}}@media (max-width:991px){#div_block-328-19{flex-direction:column;display:flex;align-items:center;text-align:center}}@media (max-width:991px){#div_block-338-19{width:100%;flex-direction:row;display:flex;justify-content:flex-end;text-align:right;margin-bottom:30px}}@media (max-width:991px){#div_block-376-19{height:1px;width:100%;background-color:#deddd9;margin-top:40px;margin-bottom:20px}}@media (max-width:767px){#div_block-64-19{margin-bottom:0px}}#headline-310-19{color:#deddd9;font-size:18px;font-weight:400;margin-bottom:20px}@media (max-width:991px){#text_block-327-19{margin-bottom:20px}}#link_text-74-19{font-size:12px;color:#deddd9;font-weight:300;opacity:0.3;text-align:left}@media (max-width:991px){#link_text-74-19{text-align:center}}#link-149-19{transition-duration:0.3s}#link-149-19:hover{opacity:0.8;transition-duration:0.3s}#link-70-19{margin-bottom:20px}@media (max-width:991px){#link-361-19{margin-bottom:30px}}@media (max-width:991px){#link-345-19{margin-top:5px}}@media (max-width:991px){#link-414-19{margin-top:5px}}#image-150-19{max-width:56px}@media (max-width:991px){#image-362-19{max-width:300px}}#fancy_icon-298-19>svg{width:30px;height:30px}@media (max-width:991px){#fancy_icon-339-19>svg{width:30px;height:30px}#fancy_icon-339-19{color:#deddd9}}#_nav_menu-79-19 .oxy-nav-menu-hamburger-line{background-color:#686565}#_nav_menu-79-19.oxy-nav-menu.oxy-nav-menu-open{margin-top:0 !important;margin-right:0 !important;margin-left:0 !important;margin-bottom:0 !important}#_nav_menu-79-19.oxy-nav-menu.oxy-nav-menu-open .menu-item a{padding-top:8px;padding-bottom:8px}#_nav_menu-79-19 .oxy-nav-menu-hamburger-wrap{width:40px;height:40px;margin-top:10px;margin-bottom:10px}#_nav_menu-79-19 .oxy-nav-menu-hamburger{width:40px;height:32px}#_nav_menu-79-19 .oxy-nav-menu-hamburger-line{height:6px}#_nav_menu-79-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child{top:13px}#_nav_menu-79-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child{top:-13px}#_nav_menu-79-19 .menu-item > .sub-menu{transition-duration:0.3s}#_nav_menu-79-19{line-height:1;width:100%}#_nav_menu-79-19 .oxy-nav-menu-list{flex-direction:column}#_nav_menu-79-19 .menu-item a{padding-bottom:8px;font-size:13px;color:#686565;font-weight:300;transition-duration:0.3s;padding-top:8px}#_nav_menu-79-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a{justify-content:flex-start}#_nav_menu-79-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0;padding-left:8px;padding-right:8px}#_nav_menu-79-19 .menu-item:focus-within a,#_nav_menu-79-19 .menu-item:hover a{color:#deddd9}#_nav_menu-79-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a:hover{justify-content:flex-start}#_nav_menu-79-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover{border:0;padding-left:8px;padding-right:8px}#_nav_menu-343-19 .oxy-nav-menu-hamburger-line{background-color:#686565}#_nav_menu-343-19.oxy-nav-menu.oxy-nav-menu-open{margin-top:0 !important;margin-right:0 !important;margin-left:0 !important;margin-bottom:0 !important}#_nav_menu-343-19.oxy-nav-menu.oxy-nav-menu-open .menu-item a{padding-top:8px;padding-bottom:8px}#_nav_menu-343-19 .oxy-nav-menu-hamburger-wrap{width:40px;height:40px;margin-top:10px;margin-bottom:10px}#_nav_menu-343-19 .oxy-nav-menu-hamburger{width:40px;height:32px}#_nav_menu-343-19 .oxy-nav-menu-hamburger-line{height:6px}#_nav_menu-343-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child{top:13px}#_nav_menu-343-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child{top:-13px}#_nav_menu-343-19 .menu-item > .sub-menu{transition-duration:0.3s}#_nav_menu-343-19{line-height:1;width:100%;display:none}#_nav_menu-343-19 .oxy-nav-menu-list{flex-direction:column}#_nav_menu-343-19 .menu-item a{padding-bottom:8px;font-size:13px;color:#686565;font-weight:300;transition-duration:0.3s;padding-top:8px}#_nav_menu-343-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a{justify-content:center}#_nav_menu-343-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0;padding-left:8px;padding-right:8px}#_nav_menu-343-19 .menu-item:focus-within a,#_nav_menu-343-19 .menu-item:hover a{color:#deddd9}#_nav_menu-343-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a:hover{justify-content:center}#_nav_menu-343-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover{border:0;padding-left:8px;padding-right:8px}#_nav_menu-85-19 .oxy-nav-menu-hamburger-line{background-color:#686565}#_nav_menu-85-19.oxy-nav-menu.oxy-nav-menu-open{margin-top:0 !important;margin-right:0 !important;margin-left:0 !important;margin-bottom:0 !important}#_nav_menu-85-19.oxy-nav-menu.oxy-nav-menu-open .menu-item a{padding-top:8px;padding-bottom:8px}#_nav_menu-85-19 .oxy-nav-menu-hamburger-wrap{width:40px;height:40px;margin-top:10px;margin-bottom:10px}#_nav_menu-85-19 .oxy-nav-menu-hamburger{width:40px;height:32px}#_nav_menu-85-19 .oxy-nav-menu-hamburger-line{height:6px}#_nav_menu-85-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child{top:13px}#_nav_menu-85-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child{top:-13px}#_nav_menu-85-19 .menu-item > .sub-menu{transition-duration:0.3s}#_nav_menu-85-19{line-height:1}#_nav_menu-85-19 .oxy-nav-menu-list{flex-direction:column}#_nav_menu-85-19 .menu-item a{padding-bottom:8px;font-size:13px;color:#686565;font-weight:300;transition-duration:0.3s;padding-top:8px}#_nav_menu-85-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a{justify-content:flex-start}#_nav_menu-85-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0;padding-left:8px;padding-right:8px}#_nav_menu-85-19 .menu-item:focus-within a,#_nav_menu-85-19 .menu-item:hover a{color:#deddd9}#_nav_menu-85-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a:hover{justify-content:flex-start}#_nav_menu-85-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover{border:0;padding-left:8px;padding-right:8px}#_nav_menu-344-19 .oxy-nav-menu-hamburger-line{background-color:#686565}#_nav_menu-344-19.oxy-nav-menu.oxy-nav-menu-open{margin-top:0 !important;margin-right:0 !important;margin-left:0 !important;margin-bottom:0 !important}#_nav_menu-344-19.oxy-nav-menu.oxy-nav-menu-open .menu-item a{padding-top:8px;padding-bottom:8px}#_nav_menu-344-19 .oxy-nav-menu-hamburger-wrap{width:40px;height:40px;margin-top:10px;margin-bottom:10px}#_nav_menu-344-19 .oxy-nav-menu-hamburger{width:40px;height:32px}#_nav_menu-344-19 .oxy-nav-menu-hamburger-line{height:6px}#_nav_menu-344-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child{top:13px}#_nav_menu-344-19.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child{top:-13px}#_nav_menu-344-19 .menu-item > .sub-menu{transition-duration:0.3s}#_nav_menu-344-19{line-height:1;display:none}#_nav_menu-344-19 .oxy-nav-menu-list{flex-direction:column}#_nav_menu-344-19 .menu-item a{padding-bottom:8px;font-size:13px;color:#686565;font-weight:300;transition-duration:0.3s;padding-top:8px}#_nav_menu-344-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a{justify-content:center}#_nav_menu-344-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0;padding-left:8px;padding-right:8px}#_nav_menu-344-19 .menu-item:focus-within a,#_nav_menu-344-19 .menu-item:hover a{color:#deddd9}#_nav_menu-344-19.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a:hover{justify-content:center}#_nav_menu-344-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover{border:0;padding-left:8px;padding-right:8px}@media (max-width:767px){#_nav_menu-79-19{display:none}#_nav_menu-79-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0}}@media (max-width:767px){#_nav_menu-343-19{display:block}#_nav_menu-343-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0}}@media (max-width:767px){#_nav_menu-85-19{display:none}#_nav_menu-85-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0}}@media (max-width:767px){#_nav_menu-344-19{display:block}#_nav_menu-344-19.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0}}@media (min-width:1201px){#_header-93-19.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active{position:fixed;top:0;left:0;right:0;z-index:99;background-color:#161616;box-shadow:0}#_header-93-19.oxy-header.oxy-sticky-header-active .oxygen-hide-in-sticky{display:none}#_header-93-19.oxy-header.oxy-header .oxygen-show-in-sticky-only{display:none}}#_header-93-19{background-image:url(https://dentonhope.com/wp-content/uploads/2021/12/Background-1.jpg);border-bottom-color:rgba(222,221,217,0.15);border-bottom-width:1px;border-bottom-style:dotted;max-width:1200px;margin-left:auto;margin-right:auto}.oxy-header.oxy-sticky-header-active > #_header_row-94-19.oxygen-show-in-sticky-only{display:block}#modal-295-19{width:100%;align-items:center;text-align:center;justify-content:center;background-color:rgba(0,0,0,0);modal-position:center;backdrop-color:rgba(0,0,0,0.9);height:100vh}#modal-322-19{modal-position:center;backdrop-color:#000000;background-color:#ffffff}@media (max-width:991px){#modal-322-19{flex-direction:column;display:flex;align-items:center;text-align:center;width:100%;height:100vh}}#-mega-menu-178-19 .oxy-mega-dropdown_link,#-mega-menu-178-19 .oxy-mega-menu_inner > .ct-link-text{padding-top:30px;padding-bottom:30px;transition-duration:300ms;color:rgba(222,221,217,0.8);font-size:14px;font-weight:300}#-mega-menu-178-19 .oxy-mega-dropdown_link:hover{color:#deddd9}#-mega-menu-178-19 .oxy-mega-dropdown_link.oxy-mega-dropdown_inner-open{color:#deddd9}#-mega-menu-178-19 .oxy-header-container.oxy-mega-dropdown_inner{max-width:100%;width:100%;padding-left:0;padding-right:0}#-mega-menu-178-19 .oxy-header-container.oxy-mega-dropdown_content{max-width:100%;width:var(--global-content-width)}.oxy-mega-menu{backface-visibility:hidden;-webkit-backface-visibility:hidden}.oxygen-builder-body .oxy-mega-menu{z-index:999999}.oxy-mega-dropdown{height:100%}.oxy-mega-menu .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.oxy-mega-menu_inner{display:flex;list-style:none;margin:0;padding:0;z-index:15;width:100%}.oxy-mega-dropdown{list-style:none;padding:0;margin:0}.oxy-mega-dropdown_container{background-color:#fff}.oxy-mega-dropdown_flyout .sub-menu{background-color:#fff}.oxy-mega-dropdown_link{display:flex;align-items:center;color:inherit;padding:5px 10px;position:relative;outline:none;cursor:pointer}.oxy-mega-dropdown_link-text{white-space:nowrap}.oxy-mega-dropdown > a.open{z-index:1}.oxy-mega-dropdown_inner{display:block;position:absolute;left:0;visibility:hidden;opacity:0;transition:all .5s ease;-webkit-transition:all .5s ease;pointer-events:none}.oxy-header-container.oxy-mega-dropdown_content{padding-left:0;padding-right:0;flex-wrap:wrap}.oxy-mega-dropdown .oxy-header-container{height:auto}.oxy-mega-dropdown_inner.oxy-mega-dropdown_inner-open{visibility:visible;opacity:1;pointer-events:auto}.oxy-mega-dropdown_container{--dropdown-container-translatey:0;--dropdown-container-scale:1;--dropdown-container-translatex:0;will-change:opacity,transform}.oxy-mega-dropdown_content{--dropdown-content-translatey:0;--dropdown-content-scale:1;--dropdown-content-translatex:0;backface-visibility:hidden;-webkit-backface-visibility:hidden}.oxy-mega-menu_inner .ct-text-link{display:flex;align-items:center;outline:none}.oxy-mega-dropdown_icon{display:flex}.oxy-mega-dropdown_icon svg{height:1em;width:1em;fill:currentColor}.oxygen-builder-body .oxy-mega-dropdown.ct-active{z-index:99}.oxygen-builder-body .oxy-mega-dropdown.ct-active .oxy-mega-dropdown_inner-open{z-index:999999}.oxygen-builder-body .oxy-mega-dropdown_inner-builder-hide .oxy-mega-dropdown_inner.oxy-header-container{max-height:0!important;height:0!important}.oxygen-builder-body .oxy-header-container_mega-menu .oxy-header-left:empty,.oxygen-builder-body .oxy-header-container_mega-menu .oxy-header-right:empty{min-width:0}.oxygen-builder-body .oxy-mega-dropdown_content:empty{min-height:80px;min-width:300px}.oxygen-builder-body .oxy-mega-menu_inner:empty{min-width:200px;min-height:50px}.oxy-mega-dropdown_menu,.oxy-mega-dropdown_menu .sub-menu{padding:0;margin:0;list-style-type:none;width:100%}.oxy-mega-dropdown_menu a{color:inherit;padding:15px 20px;display:flex;align-items:center;justify-content:space-between}.oxy-mega-dropdown_menu .menu-item-has-children{position:relative}.oxy-mega-dropdown_menu .sub-menu{left:100%;top:0;position:absolute;width:100%;opacity:0;visibility:hidden}.oxy-mega-dropdown_menu .menu-item-has-children:hover > .sub-menu,.oxy-mega-dropdown_menu .menu-item-has-children:focus-within > .sub-menu,.oxy-mega-dropdown_menu .menu-item-has-children > a.oxy-mega-menu_inner-focus + .sub-menu,.oxy-mega-dropdown_menu .menu-item-has-children > a.oxy-mega-menu_inner-hover + .sub-menu{opacity:1;visibility:visible}.oxy-header-container.oxy-mega-dropdown_flyout{padding-left:0;padding-right:0}.oxy-mega-dropdown_flyout-click-area{box-shadow:none;border:none;background:none;color:inherit}.oxy-mega-dropdown_flyout-icon{height:1em;width:1em;fill:currentColor;transform:rotate(-90deg)}.oxy-mega-dropdown_link-label-inner{background:#db4848;position:relative;font-size:.6em;font-weight:700;border-radius:2px;padding:.25em .5em}.oxy-mega-dropdown_link-label{position:absolute;top:7px}.oxygen-builder-body .oxy-mega-dropdown_link{pointer-events:auto!important}.oxygen-builder-body #-mega-menu-178-19 .oxy-mega-dropdown_inner.oxy-header-container.oxy-mega-dropdown_inner-open{max-height:var(--expanded-height);height:var(--expanded-height)}#-mega-menu-178-19:hover{oxy-mega-menu-slug-oxymegadropdownlinkcolor:#deddd9}#-mega-menu-377-19 .oxy-mega-dropdown_link,#-mega-menu-377-19 .oxy-mega-menu_inner > .ct-link-text{padding-top:30px;padding-bottom:30px;transition-duration:300ms;color:rgba(222,221,217,0.8);font-size:14px;font-weight:300}#-mega-menu-377-19 .oxy-mega-dropdown_link:hover{color:#deddd9}#-mega-menu-377-19 .oxy-mega-dropdown_link.oxy-mega-dropdown_inner-open{color:#deddd9}#-mega-menu-377-19 .oxy-header-container.oxy-mega-dropdown_inner{max-width:100%;width:100%;padding-left:0;padding-right:0}#-mega-menu-377-19 .oxy-header-container.oxy-mega-dropdown_content{max-width:100%;width:var(--global-content-width)}.oxygen-builder-body #-mega-menu-377-19 .oxy-mega-dropdown_inner.oxy-header-container.oxy-mega-dropdown_inner-open{max-height:var(--expanded-height);height:var(--expanded-height)}#-mega-menu-377-19:hover{oxy-mega-menu-slug-oxymegadropdownlinkcolor:#deddd9}#-mega-menu-386-19 .oxy-mega-dropdown_link,#-mega-menu-386-19 .oxy-mega-menu_inner > .ct-link-text{padding-top:30px;padding-bottom:30px;transition-duration:300ms;color:rgba(222,221,217,0.8);font-size:14px;font-weight:300}#-mega-menu-386-19 .oxy-mega-dropdown_link:hover{color:#deddd9}#-mega-menu-386-19 .oxy-mega-dropdown_link.oxy-mega-dropdown_inner-open{color:#deddd9}#-mega-menu-386-19 .oxy-header-container.oxy-mega-dropdown_inner{max-width:100%;width:100%;padding-left:0;padding-right:0}#-mega-menu-386-19 .oxy-header-container.oxy-mega-dropdown_content{max-width:100%;width:var(--global-content-width)}.oxygen-builder-body #-mega-menu-386-19 .oxy-mega-dropdown_inner.oxy-header-container.oxy-mega-dropdown_inner-open{max-height:var(--expanded-height);height:var(--expanded-height)}#-mega-menu-386-19:hover{oxy-mega-menu-slug-oxymegadropdownlinkcolor:#deddd9}@media (max-width:991px){.oxygen-builder-body #-mega-menu-178-19 .oxy-mega-dropdown_inner.oxy-header-container.oxy-mega-dropdown_inner-open{max-height:var(--expanded-height);height:var(--expanded-height)}#-mega-menu-178-19{display:none}}@media (max-width:991px){.oxygen-builder-body #-mega-menu-377-19 .oxy-mega-dropdown_inner.oxy-header-container.oxy-mega-dropdown_inner-open{max-height:var(--expanded-height);height:var(--expanded-height)}#-mega-menu-377-19{display:none}}@media (max-width:991px){.oxygen-builder-body #-mega-menu-386-19 .oxy-mega-dropdown_inner.oxy-header-container.oxy-mega-dropdown_inner-open{max-height:var(--expanded-height);height:var(--expanded-height)}#-mega-menu-386-19{display:none}}#-mega-dropdown-219-19 .oxy-mega-dropdown_icon{font-size:15px;color:rgba(222,221,217,0.25);margin-left:5px}#-mega-dropdown-219-19 .oxy-mega-dropdown_flyout .oxy-mega-dropdown_container .oxy-mega-dropdown_content{padding:0}#-mega-dropdown-219-19 .oxy-mega-dropdown_menu{display:none}#-mega-dropdown-219-19 .oxy-mega-dropdown_link + .oxy-mega-dropdown_inner.oxy-header-container{transform:translateX(-50%);left:50%}#-mega-dropdown-378-19 .oxy-mega-dropdown_icon{font-size:15px;color:rgba(222,221,217,0.25);margin-left:5px}#-mega-dropdown-378-19 .oxy-mega-dropdown_flyout .oxy-mega-dropdown_container .oxy-mega-dropdown_content{padding:0}#-mega-dropdown-378-19 .oxy-mega-dropdown_menu{display:none}#-mega-dropdown-378-19 .oxy-mega-dropdown_link + .oxy-mega-dropdown_inner.oxy-header-container{transform:translateX(-50%);left:50%}#-mega-dropdown-387-19 .oxy-mega-dropdown_icon{font-size:15px;color:rgba(222,221,217,0.25);margin-left:5px}#-mega-dropdown-387-19 .oxy-mega-dropdown_flyout .oxy-mega-dropdown_container .oxy-mega-dropdown_content{padding:0}#-mega-dropdown-387-19 .oxy-mega-dropdown_menu{display:none}#-mega-dropdown-387-19 .oxy-mega-dropdown_link + .oxy-mega-dropdown_inner.oxy-header-container{transform:translateX(-50%);left:50%}.ct-section {
width:100%;
background-size:cover;
background-repeat:repeat;
}
.ct-section>.ct-section-inner-wrap {
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ct-div-block {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.ct-new-columns {
display:flex;
width:100%;
flex-direction:row;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}
.ct-link-text {
display:inline-block;
}
.ct-link {
display:flex;
flex-wrap:wrap;
text-align:center;
text-decoration:none;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-link-button {
display:inline-block;
text-align:center;
text-decoration:none;
}
.ct-link-button {
background-color: #1e73be;
border: 1px solid #1e73be;
color: #ffffff;
padding: 10px 16px;
}
.ct-image {
max-width:100%;
}
.ct-fancy-icon>svg {
width:55px;height:55px;}
.ct-inner-content {
width:100%;
}
.ct-slide {
display:flex;
flex-wrap:wrap;
text-align:center;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-nestable-shortcode {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-comments {
width:100%;
text-align:left;
}
.oxy-comment-form {
width:100%;
}
.oxy-login-form {
width:100%;
}
.oxy-search-form {
width:100%;
}
.oxy-tabs-contents {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab-content {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-testimonial {
width:100%;
}
.oxy-icon-box {
width:100%;
}
.oxy-pricing-box {
width:100%;
}
.oxy-posts-grid {
width:100%;
}
.oxy-gallery {
width:100%;
}
.ct-slider {
width:100%;
}
.oxy-tabs {
display:flex;
flex-wrap:nowrap;
flex-direction:row;
align-items:stretch;
}
.ct-modal {
flex-direction:column;
align-items:flex-start;
}
.ct-span {
display:inline-block;
text-decoration:inherit;
}
.ct-widget {
width:100%;
}
.oxy-dynamic-list {
width:100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ct-div-block,
.oxy-post-content,
.ct-text-block,
.ct-headline,
.oxy-rich-text,
.ct-link-text { max-width: 100%; }
img { flex-shrink: 0; }
body * { min-height: 1px; }
}            .oxy-testimonial {
flex-direction: row;
align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
order: 1;
}
.oxy-testimonial .oxy-testimonial-photo {
width: 125px;                height: 125px;                margin-right: 20px;
}
.oxy-testimonial .oxy-testimonial-photo-wrap, 
.oxy-testimonial .oxy-testimonial-author-wrap, 
.oxy-testimonial .oxy-testimonial-content-wrap {
align-items: flex-start;                text-align: left;            }
.oxy-testimonial .oxy-testimonial-text {
margin-bottom:8px;font-size: 21px;
line-height: 1.4;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author {
font-size: 18px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author-info {
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-icon-box {
text-align: left;                flex-direction: column;            }
.oxy-icon-box .oxy-icon-box-icon {
margin-bottom: 12px;
align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-heading {
font-size: 21px;
margin-bottom: 12px;            }
.oxy-icon-box .oxy-icon-box-text {
font-size: 16px;
margin-bottom: 12px;align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-link {
margin-top: 20px;                            } .oxy-pricing-box .oxy-pricing-box-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
text-align: center;            }
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-title-title {
font-size: 48px;
}
.oxy-pricing-box .oxy-pricing-box-title-subtitle {
font-size: 24px;
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
flex-direction: row;                                            }
.oxy-pricing-box .oxy-pricing-box-currency {
font-size: 28px;
}
.oxy-pricing-box .oxy-pricing-box-amount-main {
font-size: 80px;
line-height: 0.7;
}
.oxy-pricing-box .oxy-pricing-box-amount-decimal {
font-size: 13px;
}
.oxy-pricing-box .oxy-pricing-box-term {
font-size: 16px;
}
.oxy-pricing-box .oxy-pricing-box-sale-price {
font-size: 12px;
color: rgba(0,0,0,0.5);
margin-bottom: 20px;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
font-size: 16px;
color: rgba(0,0,0,0.5);
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
justify-content: center;            }
.oxy-progress-bar .oxy-progress-bar-background {
background-color: #000000;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);            animation: none 0s paused;        }
.oxy-progress-bar .oxy-progress-bar-progress-wrap {
width: 85%;        }
.oxy-progress-bar .oxy-progress-bar-progress {
background-color: #66aaff;padding: 40px;animation: none 0s paused, none 0s paused;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);        
}
.oxy-progress-bar .oxy-progress-bar-overlay-text {
font-size: 30px;
font-weight: 900;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-progress-bar .oxy-progress-bar-overlay-percent {
font-size: 12px;
}
.ct-slider .unslider-nav ol li {border-color: #ffffff; }.ct-slider .unslider-nav ol li.unslider-active {background-color: #ffffff; }.ct-slider .ct-slide {
padding: 0px;			}
.oxy-superbox .oxy-superbox-secondary, 
.oxy-superbox .oxy-superbox-primary {
transition-duration: 0.5s;            }
.oxy-shape-divider {
width: 0px;
height: 0px;
}
.oxy_shape_divider svg {
width: 100%;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu{
box-shadow:px px px px ;}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div{
margin-left:0px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
width:30px;
height:30px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon{
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
padding-left:15px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon{
top:20px;
left:20px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
width:24px;
height:24px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container{
background-color:#ffffff;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container{
background-image:url();
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg{
font-size:24px;
}
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{
background-color:rgba(0,0,0,0.2);
border-top-style:solid;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list{
flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item{
align-items: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container{
top: 0;
bottom: 0;
right: auto;
left: 0;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-site-navigation {
--oxynav-brand-color:#4831B0;
--oxynav-neutral-color:#FFFFFF;
--oxynav-activehover-color:#EFEDF4;
--oxynav-background-color:#4831B0;
--oxynav-border-radius:0px;
--oxynav-other-spacing:8px;
--oxynav-transition-duration:0.3s;
--oxynav-transition-timing-function:cubic-bezier(.84,.05,.31,.93);
}
.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper{
text-align:left;
}
.oxy-site-navigation > ul{ left: 0; }
.oxy-site-navigation {
--oxynav-animation-name: none; 
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1){ 
background-color: var(--oxynav-brand-color);
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
border: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2){ 
background: transparent;
border: 1px solid currentColor;
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img{
filter: invert(0) !important;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover{
background-color: var(--oxynav-activehover-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a{
color: var(--oxynav-neutral-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after{
color: var(--oxynav-neutral-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.ct-section-inner-wrap, .oxy-header-container{
max-width: 1200px;
}
body {font-family: 'Montserrat';}body {line-height: 1.6;font-size: 16px;font-weight: 400;color: #404040;}.oxy-nav-menu-hamburger-line {background-color: #404040;}h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat';font-size: 36px;font-weight: 700;}h2, h3, h4, h5, h6{font-size: 30px;}h3, h4, h5, h6{font-size: 24px;}h4, h5, h6{font-size: 20px;}h5, h6{font-size: 18px;}h6{font-size: 16px;}a {color: rgba(222,221,217,0.34);text-decoration: none;}a:hover {text-decoration: none;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {border-radius: 3px;}.ct-section-inner-wrap {
padding-top: 75px;
padding-right: 20px;
padding-bottom: 75px;
padding-left: 20px;
}.ct-new-columns > .ct-div-block {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}.oxy-header-container {
padding-right: 20px;
padding-left: 20px;
}@media (max-width: 992px) {
.ct-columns-inner-wrap {
display: block !important;
}
.ct-columns-inner-wrap:after {
display: table;
clear: both;
content: "";
}
.ct-column {
width: 100% !important;
margin: 0 !important;
}
.ct-columns-inner-wrap {
margin: 0 !important;
}
}
.oxel_accordion {
border-top-color:#adb4b9;
border-right-color:#adb4b9;
border-bottom-color:#adb4b9;
border-left-color:#adb4b9;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
.oxel_accordion__row {
width:100%;
padding-top:20px;
padding-left:40px;
padding-right:40px;
padding-bottom:20px;
text-align:left;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-style:none;
background-color:#212121;
border-right-style:none;
border-left-style:none;
border-radius:8px;
margin-bottom:20px;
color:#8e8e8e;
border-bottom-color:#101010;
line-height:1;
cursor: pointer;
}
.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row.oxy-easy-posts .oxy-posts,
.oxel_accordion__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
@media (max-width: 767px) {
.oxel_accordion__row {
padding-left:20px;
padding-right:20px;
}
}
.oxel_accordion__icon {
color: rgba(38,38,38,0.31);}.oxel_accordion__icon 
>svg {width: 18px;height: 18px;}.oxel_accordion__icon {
margin-right:8px;
transition-duration:0.3s;
}
.oxel_accordion__row_left {
}
.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row_left.oxy-easy-posts .oxy-posts,
.oxel_accordion__row_left.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_accordion__content {
width:100%;
padding-top:8px;
padding-left:8px;
padding-right:8px;
padding-bottom:8px;
border-bottom-color:#98a1a8;
border-bottom-width:2px;
border-bottom-style:none;
overflow:hidden;
opacity:1;
transition-duration:3s;
border-top-style:none;
border-right-style:none;
border-left-style:none;
transition-property:max-height;
text-align:left;
max-height:3000px;
margin-top:0px;
}
.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content.oxy-easy-posts .oxy-posts,
.oxel_accordion__content.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.oxel_accordion__content__hidden {
max-height:0px;
padding-left:8px;
padding-right:8px;
padding-top:0px;
z-index:-1;
padding-bottom:0px;
transition-duration:0s;
}
.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts,
.oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap{
display:flex;
}
.oxel_accordion__row__label {
font-weight:600;
margin-left:10px;
}
.oxel_megamenu_parent:hover{
}
.oxel_megamenu_parent {
padding-top:8px;
padding-bottom:8px;
padding-left:32px;
padding-right:32px;
position:relative;
transition-duration:0.3s;
color:#deddd9;
}
.oxel_megamenu_parent:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu_parent.oxy-easy-posts .oxy-posts,
.oxel_megamenu_parent.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_megamenu_parent__title:hover{
opacity:1;
transition-duration:0.3s;
}
.oxel_megamenu_parent__title {
color:#374047;
opacity:0.8;
transition-duration:0.3s;
}
.oxel_megamenu__wrapper {
transform:; padding-left:0px;
padding-right:0px;
padding-bottom:0px;
opacity:1;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
position:relative;
width:100%;
z-index:1999;
min-width:100%;
padding-top:0px;
}
.oxel_megamenu__wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__wrapper.oxy-easy-posts .oxy-posts,
.oxel_megamenu__wrapper.ct-section .ct-section-inner-wrap{
flex-direction:unset;
}
.oxel_megamenu__wrapper--hidden {
transform:translateY(64px); opacity:0;
pointer-events: none;
}
.oxel_megamenu__close-icon {
color: #333333;}.oxel_megamenu__close-icon 
>svg {width: 32px;height: 32px;}.oxel_megamenu__close-icon {
position:absolute;
top:48px;
right:16px;
}
.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts,
.oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap{
display:none;
flex-direction:unset;
}
@media (max-width: 991px) {
.oxel_megamenu__close-icon {
}
.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts,
.oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap{
display:flex;
}
}
.oxel_dropdown_button__submenu {
position:absolute;
top:100%;
left:0px;
min-width:100%;
z-index:10;
width:500px;
background-color:#1d1d1d;
margin-top:33px;
}
.oxel_dropdown_button {
position:relative;
}
.oxel_dropdown_button:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_button.oxy-easy-posts .oxy-posts,
.oxel_dropdown_button.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_dropdown_button__label {
margin-right:8px;
font-size:14px;
font-weight:300;
color:#deddd9;
}
.oxel_dropdown_button__icon {
color: #deddd9;}.oxel_dropdown_button__icon 
>svg {width: 10px;height: 10px;}.oxel_dropdown_button__icon {
opacity:0.4;
}
.oxel_dropdown_button__submenu__button:hover{
}
.oxel_dropdown_button__submenu__button {
padding-bottom:10px;
padding-left:2px;
padding-right:2px;
min-width:100%;
color:#374047;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
padding-top:2px;
text-align:left;
margin-bottom:10px;
border-bottom-color:rgba(222,221,217,0.15);
border-bottom-width:1px;
border-bottom-style:dotted;
}
.oxel_dropdown_button__submenu__button:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_button__submenu__button.oxy-easy-posts .oxy-posts,
.oxel_dropdown_button__submenu__button.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
}
.oxel_dropdown_button__submenu__button__label {
font-size:13px;
line-height:1.1;
font-weight:300;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
color:#deddd9;
opacity:0.5;
}
.oxel_dropdown_button__submenu--hidden {
opacity:0;
pointer-events: none;
}
.oxel_dropdown_button__trigger {
padding-top:8px;
padding-bottom:8px;
padding-left:16px;
padding-right:6px;
cursor: pointer;
}
.oxel_dropdown_button__trigger:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_button__trigger.oxy-easy-posts .oxy-posts,
.oxel_dropdown_button__trigger.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.btn_cont:hover{
transition-duration:0.3s;
box-shadow:5px 5px 15px rgba(0,0,0,0.2);
}
.btn_cont {
background-color:#262626;
border-radius:4px;
transition-duration:0.3s;
box-shadow:5px 5px 10px rgba(0,0,0,0.15);
}
.btn_copy {
padding-top:12px;
padding-left:30px;
padding-right:30px;
padding-bottom:12px;
font-size:11px;
color:#deddd9;
font-weight:500;
text-transform:uppercase;
letter-spacing:1px;
}
.btn_cont_a:hover{
transform:translateY(-1px); transition-duration:0.3s;
box-shadow:5px 5px 15px rgba(0,0,0,0.5);
}
.btn_cont_a {
background-color:#262626;
border-radius:4px;
transition-duration:0.3s;
box-shadow:5px 5px 10px rgba(0,0,0,0.15);
}
.btn_copy_a {
padding-top:12px;
padding-left:30px;
padding-right:30px;
padding-bottom:12px;
font-size:11px;
color:#deddd9;
font-weight:500;
text-transform:uppercase;
letter-spacing:1px;
}
@media (max-width: 479px) {
.btn_copy_a {
padding-left:10px;
padding-right:10px;
font-size:10px;
}
}
.drop_down_icon {
background-image:url(https://dentonhope.com/wp-content/uploads/2021/12/Fire-D.jpg);background-size: cover; background-repeat:no-repeat;
width:30px;
min-width:30px;
max-width:30px;
height:30px;
min-height:30px;
max-height:30px;
margin-right:10px;
border-radius:50%;
background-position:50% 50%;
}
.gfwd_header {
}
.footer_col {
max-width:25%;
text-align:left;
}
.footer_col:not(.ct-section):not(.oxy-easy-posts),
.footer_col.oxy-easy-posts .oxy-posts,
.footer_col.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
@media (max-width: 991px) {
.footer_col {
max-width:33.3%;
}
.footer_col:not(.ct-section):not(.oxy-easy-posts),
.footer_col.oxy-easy-posts .oxy-posts,
.footer_col.ct-section .ct-section-inner-wrap{
display:flex;
}
}
@media (max-width: 767px) {
.footer_col {
max-width:100%;
text-align:center;
}
.footer_col:not(.ct-section):not(.oxy-easy-posts),
.footer_col.oxy-easy-posts .oxy-posts,
.footer_col.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.footer_col_heading {
color:#deddd9;
font-weight:300;
text-transform:uppercase;
font-size:14px;
letter-spacing:2px;
width:100%;
margin-bottom:20px;
line-height:1;
}
.footer_menu {
}
.vertical_divider {
height:120px;
width:1px;
margin-top:40px;
margin-bottom:40px;
background-color:#deddd9;
opacity:0.2;
}
.icon_link_con {
}
.icon_link_cont:hover{
opacity:0.6;
transition-duration:0.5s;
}
.icon_link_cont {
color:#deddd9;
opacity:0.2;
transition-duration:0.5s;
}
.icon_link_cont:not(.ct-section):not(.oxy-easy-posts),
.icon_link_cont.oxy-easy-posts .oxy-posts,
.icon_link_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.icon_link_text {
text-transform:uppercase;
font-size:10px;
letter-spacing:1px;
margin-right:10px;
}
.icon_link_icon {
}
.boxes_left {
}
.oxy-stock-content-styles {
}
.quote_cont {
padding-top:10px;
padding-left:80px;
padding-bottom:10px;
border-left-color:#deddd9;
border-left-width:10px;
border-left-style:solid;
}
@media (max-width: 991px) {
.quote_cont {
padding-left:60px;
border-top-width:5px;
border-right-width:5px;
border-bottom-width:5px;
border-left-width:5px;
}
}
@media (max-width: 767px) {
.quote_cont {
padding-left:20px;
}
}
.quote_text {
color:#deddd9;
font-size:30px;
}
@media (max-width: 767px) {
.quote_text {
font-size:20px;
}
}
.cell {
}
.grid_item {
}
.grid_item_top {
margin-bottom:10px;
}
.grid_item_top:not(.ct-section):not(.oxy-easy-posts),
.grid_item_top.oxy-easy-posts .oxy-posts,
.grid_item_top.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.grid_item_icon {
font-size:24px;
margin-right:15px;
color:#deddd9;
}
.grid_item_heading {
font-weight:400;
color:#deddd9;
}
.grid_item_bottom {
}
.grid_item_copy {
font-family:Montserrat;
text-align:left;
font-weight:300;
line-height:1.2;
color:rgba(222,221,217,0.65);
font-size:13px;
}
@media (max-width: 991px) {
.grid_item_copy {
text-align:left;
}
}
@media (max-width: 479px) {
.grid_item_copy {
}
}
.logo_cont {
}
.logo_img {
max-height:210px;
}
.logo_link {
padding-top:40px;
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
}
@media (max-width: 991px) {
.logo_link {
padding-top:30px;
padding-left:30px;
padding-right:30px;
padding-bottom:30px;
}
}
@media (max-width: 767px) {
.logo_link {
}
}
.footer_cont:ct_depth{
}
.footer_cont {
text-align:justify;
padding-top:120px;
padding-bottom:120px;
border-top-color:rgba(222,221,217,0.15);
border-top-width:1px;
border-top-style:dotted;
}
.footer_cont .ct-section-inner-wrap {
padding-top: 120px;
padding-bottom: 120px;
}
.footer_cont:not(.ct-section):not(.oxy-easy-posts),
.footer_cont.oxy-easy-posts .oxy-posts,
.footer_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:space-between;
}
@media (max-width: 991px) {
.footer_cont {
}
.footer_cont:not(.ct-section):not(.oxy-easy-posts),
.footer_cont.oxy-easy-posts .oxy-posts,
.footer_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
}
@media (max-width: 767px) {
.footer_cont {
}
.footer_cont:not(.ct-section):not(.oxy-easy-posts),
.footer_cont.oxy-easy-posts .oxy-posts,
.footer_cont.ct-section .ct-section-inner-wrap{
display:grid;
display: grid !important;align-items: stretch;grid-template-columns: repeat(1, minmax(1px, 1fr));grid-column-gap: 20px;grid-row-gap: 40px;}
}
.mm_icon {
color: rgba(222,221,217,0.35);}.mm_icon 
>svg {width: 12px;height: 12px;}.mm_icon {
}
@media (max-width: 991px) {
.mm_icon {
color: #deddd9;}.mm_icon 
>svg {width: 41px;height: 41px;}.mm_icon {
}
}
.dd_text_link {
font-size:14px;
line-height:1;
}
.dd_item:hover{
opacity:1;
transition-duration:0.3s;
}
.dd_item {
opacity:0.8;
transition-duration:0.3s;
margin-left:20px;
margin-right:20px;
}
.dd_item:not(.ct-section):not(.oxy-easy-posts),
.dd_item.oxy-easy-posts .oxy-posts,
.dd_item.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.footer_link {
text-align:left;
font-size:14px;
line-height:1.2;
color:rgba(222,221,217,0.69);
margin-bottom:10px;
font-weight:300;
}
.footer_link_text:hover{
opacity:0.5;
transition-duration:0.3s;
}
.footer_link_text {
transition-duration:0.3s;
line-height:1.3;
}
.oxy_close_modal:hover{
opacity:0.4;
transition-duration:0.3s;
}
.oxy_close_modal {
color: #deddd9;}.oxy_close_modal 
>svg {width: 25px;height: 25px;}.oxy_close_modal {
transition-duration:0.3s;
}
.request_a_quote {
}
.home_box_img:ct_depth{
}
.home_box_img {
background-size: cover; width:33.3%;
background-repeat:no-repeat;
border-top-left-radius:8px;
border-bottom-left-radius:8px;
background-position:50% 50%;
}
.home_box_link {
}
@media (max-width: 767px) {
.home_box_link {
}
.home_box_link:not(.ct-section):not(.oxy-easy-posts),
.home_box_link.oxy-easy-posts .oxy-posts,
.home_box_link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.horizontal_divider {
background-color:rgba(222,221,217,0.15);
height:1px;
width:100%;
margin-top:80px;
margin-bottom:80px;
}
.main_nav_link:hover{
color:#deddd9;
transition-duration:0.3s;
}
.main_nav_link {
font-weight:300;
font-size:14px;
color:rgba(222,221,217,0.8);
padding-top:30px;
padding-bottom:30px;
padding-left:10px;
padding-right:10px;
margin-left:15px;
margin-right:15px;
transition-duration:0.3s;
}
@media (max-width: 991px) {
.main_nav_link {
}
.main_nav_link:not(.ct-section):not(.oxy-easy-posts),
.main_nav_link.oxy-easy-posts .oxy-posts,
.main_nav_link.ct-section .ct-section-inner-wrap{
display:none;
}
}
.main_nav_text {
}
.oxy-close-modal:hover{
color: #deddd9;}.oxy-close-modal:hover{
transition-duration:0.3s;
}
.oxy-close-modal {
color: rgba(222,221,217,0.5);}.oxy-close-modal 
>svg {width: 55px;height: 55px;}.oxy-close-modal {
transition-duration:0.3s;
}
@media (max-width: 991px) {
.oxy-close-modal {
opacity:0.5;
transition-duration:0.3s;
}
.oxy-close-modal:hover{
opacity:1;
transition-duration:0.3s;
}
}
.service_heading {
color:#deddd9;
font-weight:400;
text-transform:uppercase;
font-size:26px;
letter-spacing:2px;
padding-top:30px;
padding-bottom:30px;
}
.grid_service_link:hover{
opacity:0.6;
transition-duration:0.5s;
}
.grid_service_link {
text-align:left;
transition-duration:0.5s;
}
.grid_service_link:not(.ct-section):not(.oxy-easy-posts),
.grid_service_link.oxy-easy-posts .oxy-posts,
.grid_service_link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.grid_service_copy {
color:rgba(222,221,217,0.6);
font-size:13px;
text-align:left;
font-weight:300;
line-height:1.3;
}
@media (max-width: 991px) {
.grid_service_copy {
text-align:left;
}
}
.grid_service_bottom {
}
.grid_service_top {
margin-bottom:10px;
margin-right:20px;
}
.grid_service_top:not(.ct-section):not(.oxy-easy-posts),
.grid_service_top.oxy-easy-posts .oxy-posts,
.grid_service_top.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:flex-start;
}
.grid_service_icon {
font-size:18px;
margin-right:15px;
color:#deddd9;
line-height:1.2;
}
@media (max-width: 767px) {
.grid_service_icon {
margin-right:8px;
}
}
.grid_service_heading {
font-weight:400;
color:#deddd9;
font-size:16px;
line-height:1.2;
}
.gallery_cont {
}
.gallery_cont:not(.ct-section):not(.oxy-easy-posts),
.gallery_cont.oxy-easy-posts .oxy-posts,
.gallery_cont.ct-section .ct-section-inner-wrap{
display:grid;
display: grid !important;align-items: stretch;grid-template-columns: repeat(4, minmax(1px, 1fr));grid-column-gap: 40px;grid-row-gap: 40px;}
@media (max-width: 767px) {
.gallery_cont {
}
.gallery_cont:not(.ct-section):not(.oxy-easy-posts),
.gallery_cont.oxy-easy-posts .oxy-posts,
.gallery_cont.ct-section .ct-section-inner-wrap{
display:grid;
display: grid !important;align-items: stretch;grid-template-columns: repeat(2, minmax(1px, 1fr));grid-column-gap: 20px;grid-row-gap: 20px;}
}
.gallery_item {
border-radius:8px;
box-shadow:5px 5px 10px rgba(0,0,0,0.4);
}
.accordion_icon_img {
background-image:url(https://dentonhope.com/wp-content/uploads/2021/12/Image.jpg);background-size: cover; width:40px;
height:40px;
border-radius:50%;
background-repeat:no-repeat;
min-width:40px;
max-width:40px;
min-height:40px;
max-height:40px;
background-position:% %;
box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
@media (max-width: 479px) {
.accordion_icon_img {
width:40px;
min-width:40px;
max-width:40px;
height:40px;
min-height:40px;
max-height:40px;
}
}
.accordion_content_cont {
padding-top:20px;
padding-bottom:20px;
}
.accordion_content_cont:not(.ct-section):not(.oxy-easy-posts),
.accordion_content_cont.oxy-easy-posts .oxy-posts,
.accordion_content_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.accordion_content_copy {
color:rgba(222,221,217,0.42);
font-size:14px;
font-weight:300;
margin-bottom:40px;
}
.accordion_heading_h2 {
color:#deddd9;
font-weight:300;
font-size:20px;
margin-bottom:20px;
}
.qual_section {
}
.qual_cont {
border-top-color:rgba(222,221,217,0.15);
border-top-width:1px;
border-top-style:dotted;
border-bottom-color:rgba(222,221,217,0.15);
border-bottom-width:1px;
border-bottom-style:dotted;
padding-top:80px;
padding-bottom:80px;
padding-left:40px;
padding-right:40px;
}
.qual_cont:not(.ct-section):not(.oxy-easy-posts),
.qual_cont.oxy-easy-posts .oxy-posts,
.qual_cont.ct-section .ct-section-inner-wrap{
display:grid;
align-items:center;
display: grid !important;align-items: stretch;grid-template-columns: repeat(2, minmax(1px, 1fr));grid-column-gap: 20px;grid-row-gap: 20px;}
@media (max-width: 991px) {
.qual_cont {
}
.qual_cont:not(.ct-section):not(.oxy-easy-posts),
.qual_cont.oxy-easy-posts .oxy-posts,
.qual_cont.ct-section .ct-section-inner-wrap{
display:grid;
display: grid !important;align-items: stretch;grid-template-columns: repeat(1, minmax(1px, 1fr));grid-column-gap: 20px;grid-row-gap: 40px;}
}
@media (max-width: 767px) {
.qual_cont {
text-align:center;
padding-top:40px;
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
}
.qual_cont:not(.ct-section):not(.oxy-easy-posts),
.qual_cont.oxy-easy-posts .oxy-posts,
.qual_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 479px) {
.qual_cont {
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}
}
.qual_left {
margin-right:80px;
}
@media (max-width: 1200px) {
.qual_left {
margin-right:20px;
}
}
@media (max-width: 767px) {
.qual_left {
margin-right:0px;
}
}
.qual_img {
min-width:210px;
}
@media (max-width: 767px) {
.qual_img {
}
}
.qual_right {
}
.qual_heading {
color:#deddd9;
font-weight:400;
font-size:18px;
margin-bottom:20px;
line-height:1.2;
}
.qual_copy {
font-size:14px;
color:rgba(222,221,217,0.5);
}
@media (max-width: 991px) {
.qual_copy {
text-align:center;
}
}
.service_heading_cont {
background-image:linear-gradient(rgba(0,0,0,0.52), rgba(0,0,0,0.52)), url(https://dentonhope.com/wp-content/uploads/2021/12/Repaits-Maintenance.jpg);background-size:auto,  cover; width:100%;
text-align:center;
border-radius:10px;
background-repeat:no-repeat;
height:15vw;
margin-bottom:50px;
background-attachment:scroll;
box-shadow:10px 10px 20px rgba(0,0,0,0.4);
}
.service_heading_cont:not(.ct-section):not(.oxy-easy-posts),
.service_heading_cont.oxy-easy-posts .oxy-posts,
.service_heading_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 1200px) {
.service_heading_cont {
height:25vw;
}
}
@media (max-width: 991px) {
.service_heading_cont {
height:30vw;
}
}
@media (max-width: 767px) {
.service_heading_cont {
height:35vw;
}
}
.service_banner {
background-image:linear-gradient(rgba(0,0,0,0.61), rgba(0,0,0,0.61)), url(https://dentonhope.com/wp-content/uploads/2021/12/Repaits-Maintenance.jpg);background-size:auto,  cover; background-repeat:no-repeat;
background-attachment:fixed;
height:20vw;
background-position:50% 50%;
}
.service_intro_cont:ct_depth{
}
.service_intro_cont {
text-align:center;
}
.service_intro_cont .ct-section-inner-wrap {
padding-top: 60px;
padding-bottom: 0;
}
.service_intro_cont:not(.ct-section):not(.oxy-easy-posts),
.service_intro_cont.oxy-easy-posts .oxy-posts,
.service_intro_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.repairs_cont {
}
.repairs_cont:not(.ct-section):not(.oxy-easy-posts),
.repairs_cont.oxy-easy-posts .oxy-posts,
.repairs_cont.ct-section .ct-section-inner-wrap{
display:none;
}
.repairs_inner {
padding-top:80px;
padding-left:60px;
padding-right:60px;
padding-bottom:80px;
}
@media (max-width: 767px) {
.repairs_inner {
padding-top:60px;
padding-left:40px;
padding-right:40px;
padding-bottom:60px;
}
}
.repaits_wrap {
background-image:linear-gradient(rgba(0,0,0,0.82), rgba(0,0,0,0.82)), url(https://dentonhope.com/wp-content/uploads/2021/12/Image.jpg);background-size:auto,  cover; border-radius:10px;
background-repeat:no-repeat;
border-top-color:rgba(222,221,217,0.09);
border-right-color:rgba(222,221,217,0.09);
border-bottom-color:rgba(222,221,217,0.09);
border-left-color:rgba(222,221,217,0.09);
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
background-position:50% 50%;
box-shadow:5px 5px 10px rgba(0,0,0,0.5);
}
.repaits_text {
color:#deddd9;
font-size:14px;
}
.repairs_bullet_cont {
margin-top:30px;
width:100%;
}
.repairs_bullet_cont:not(.ct-section):not(.oxy-easy-posts),
.repairs_bullet_cont.oxy-easy-posts .oxy-posts,
.repairs_bullet_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.repairs_heading {
color:#deddd9;
font-weight:300;
line-height:1.2;
margin-bottom:30px;
}
.mobile_menu {
}
.mobile_menu:not(.ct-section):not(.oxy-easy-posts),
.mobile_menu.oxy-easy-posts .oxy-posts,
.mobile_menu.ct-section .ct-section-inner-wrap{
display:none;
}
@media (max-width: 991px) {
.mobile_menu {
}
.mobile_menu:not(.ct-section):not(.oxy-easy-posts),
.mobile_menu.oxy-easy-posts .oxy-posts,
.mobile_menu.ct-section .ct-section-inner-wrap{
display:block;
}
}
.mm_cont {
}
.mm_cont:not(.ct-section):not(.oxy-easy-posts),
.mm_cont.oxy-easy-posts .oxy-posts,
.mm_cont.ct-section .ct-section-inner-wrap{
display:none;
}
@media (max-width: 991px) {
.mm_cont {
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
margin-left:20px;
}
.mm_cont:not(.ct-section):not(.oxy-easy-posts),
.mm_cont.oxy-easy-posts .oxy-posts,
.mm_cont.ct-section .ct-section-inner-wrap{
display:block;
}
}
.mm_link {
}
@media (max-width: 991px) {
.mm_link {
transition-duration:0.3s;
}
.mm_link:hover{
opacity:0.5;
transition-duration:0.3s;
}
}
.mm_link_item {
}
@media (max-width: 991px) {
.mm_link_item {
color:#deddd9;
font-weight:300;
font-size:20px;
line-height:1;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
margin-top:10px;
}
}
.mm_link_text {
}
@media (max-width: 991px) {
.mm_link_text {
line-height:1;
}
}
.mm_link_item_sub {
}
@media (max-width: 991px) {
.mm_link_item_sub {
font-size:14px;
color:rgba(222,221,217,0.64);
margin-top:0px;
}
}
.service_intro_heading {
font-weight:300;
text-transform:uppercase;
color:#deddd9;
font-size:18px;
line-height:1.2;
margin-bottom:20px;
letter-spacing:1px;
}
.services_intro_sub:ct_depth{
}
.services_intro_sub {
max-width:660px;
margin-bottom:30px;
font-size:14px;
}
.strips_cont {
text-align:center;
}
.strips_cont:not(.ct-section):not(.oxy-easy-posts),
.strips_cont.oxy-easy-posts .oxy-posts,
.strips_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.strip_wrap {
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
border-bottom-color:rgba(222,221,217,0.21);
border-bottom-width:1px;
border-bottom-style:dotted;
width:100%;
text-align:left;
}
.strip_wrap:not(.ct-section):not(.oxy-easy-posts),
.strip_wrap.oxy-easy-posts .oxy-posts,
.strip_wrap.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.strip_text {
color:rgba(222,221,217,0.77);
}
.service_heading_fire {
padding-bottom:0px;
}
@media (max-width: 991px) {
.service_heading_fire {
text-align:center;
}
.service_heading_fire:not(.ct-section):not(.oxy-easy-posts),
.service_heading_fire.oxy-easy-posts .oxy-posts,
.service_heading_fire.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.service_heading_fire_sub {
color:rgba(222,221,217,0.51);
font-weight:300;
text-transform:uppercase;
font-size:20px;
}
.second_para:ct_depth{
}
.second_para {
max-width:660px;
margin-bottom:30px;
font-size:15px;
color:rgba(222,221,217,0.37);
}
.temp_class:ct_depth{
}
.temp_class {
max-width:660px;
margin-bottom:30px;
font-size:18px;
color:rgba(222,221,217,0.48);
}
.callout_text:ct_depth{
}
.callout_text {
text-align:left;
font-size:14px;
line-height:1.3;
opacity:0.8;
}
@media (max-width: 767px) {
.callout_text {
text-align:center;
font-size:13px;
}
}
.quote_popup_text:ct_depth{
}
.quote_popup_text {
font-size:14px;
line-height:1.2;
color:rgba(222,221,217,0.46);
margin-bottom:20px;
max-width:326px;
} body.page-id-271 {  
background: #ffffff url(https://dentonhope.com/wp-content/uploads/2022/10/BACKGROUND-1.jpg) no-repeat fixed center center; 
background-size: cover;
} body {  
background: #161616 url(https://dentonhope.com/wp-content/uploads/2022/02/Background2-scaled.jpg) no-repeat fixed center center; 
background-size: cover;
} .accordion_icon_img {
min-width: 40px !important;
min-height: 40px !important;
} .home_box_img {
opacity: 0.5;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.home_box_link:hover .home_box_img {
opacity: 1;
} .callout_text a {
border-bottom: 1px dotted;
color: #404040;
} .grecaptcha-badge{
visibility: collapse !important;  
} .link_fade a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} @media only screen and (min-width: 993px) {
.sticky {
position: -webkit-sticky;
position: sticky;
top: 20px;
}
} .ct-div-block:empty, .ct-nestable-shortcode:empty, .ct-shortcode:empty, .ct-link:empty, .ct-code-block > span.ng-scope:empty, .oxy-header-container > div:empty {
min-width: 1px;
min-height: 1px;
} .gfwd_header .ct-section-inner-wrap {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.sec_nav_cont .ct-section-inner-wrap {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
} .single-post h6 a {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
color: #222c39;
font-weight: 600;
&:hover {
opacity: 0.5;
}
}
.single-post h6 a:hover {
opacity: 0.5;
} .mouse_pointer:hover {
cursor:pointer;
} .terms_copy h5 {
color: #222c39;
line-height: 1.15;
font-weight: 500;
}.gfwd_contact_form p {
color: #ffffff;
font-size: 14px;
}  input[type="text"], input[type="email"], input[type="tel"] {
background-color: #FFFFFF;
border: 0px solid #CCCCCC;
border-radius: 8px;
height: 50px;
padding: 15px;
width: 100%;
margin-bottom: 15px;
}
textarea {
background-color: #FFFFFF;
border: 0px solid #CCCCCC;
border-radius: 8px;
padding: 15px;
width: 100%;
margin-bottom: 15px;
height: 80px;
}
select {
background-color: #FFFFFF;
border: 0px solid #CCCCCC;
border-radius: 8px;
padding: 15px;
width: 100%;
margin-bottom: 8px;
}
input[type="submit"] {
text-transform: uppercase;
letter-spacing: 3px;
margin-top: 10px;
height: 50px;
padding: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 8px;
color: #e4e4e4;
border: none;
background: #2a2a2a;
width: 100%;
font-size: 12px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
&:hover {
background: #5a5a5a;
}
} input::placeholder, textarea::placeholder {
color: #c1c1c1;
font-size: 12px;
font-family: 'Lato' !important;
} input[type="text"], input[type="email"], input[type="tel"], textarea {
color: #2a2a2a;
font-size: 14px;
font-family: 'Lato';
} form {
margin: 0;
} .wpcf7-response-output {
border: 1px solid #919191 !important;
background: none !important;
padding: 10px 0 !important;
color: #919191 !important;
margin: 10px 0 !important;
text-align: center !important;
font-size: 12px !important;
}
div.wpcf7-response-output {
margin: 0;
padding: 0;
}
.oxy-modal-backdrop.live {
display: block !important;
right: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
}
.admin-bar .oxy-modal-backdrop.live {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-modal-backdrop.live {
top: 46px;
}
}
.ct-modal {
margin: 20px auto;
}