


html {
    scroll-behavior: smooth;
}

/* Commented Out - We shouldn't Rely on This for Overflow Settings Since it Breaks Sticky Position Elements */
html,
body {
    /*overflow-x: hidden !important;*/
}

body {
    /*overflow: hidden;*/
}
/* Overflow hidden on block items by default - not body */
.block {
    overflow: hidden;
    position: relative;
}

/* WP Notices */
.components-notice__actions {
    display: none !important;
}




/* custom scrollbar */
/* width */
::-webkit-scrollbar {

}
/* Track */
::-webkit-scrollbar-track {

}
/* Handle */
::-webkit-scrollbar-thumb {

}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {

}


/* --- Container Settings --- */
.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1800px;
    max-width: 100%;
}

/*** Block Frames - For Blocks that need white space around them ***/
.framed_desktop {
    max-width: calc(100% - 40px);
}

@media(max-width: 991.98px) {
    .container-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

    .framed_desktop {
        max-width: 100%;
    }
    /*** Add this if you want the frame to happen on mobile too ***/
    .framed_mobile {
        max-width: calc(100% - 80px);
    }
}

@media(max-width: 767.98px) {
    .container-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    .framed_mobile {
        max-width: calc(100% - 60px);
    }
}

@media(max-width: 575px) {
    .container-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .framed_mobile {
        max-width: calc(100% - 30px);
    }
}



/*** Site Wide Border Radius Options ***/
:root {
    --global-border-radius: 24px;
    --form-field-border-radius: 6px;
}

@media(max-width: 767.98px){
    :root {
        --global-border-radius: 12px;
    }
}
.global-border-radius {
    border-radius: var(--global-border-radius);
}

/*** Hide Recaptcha ***/
.grecaptcha-badge {
    visibility: hidden !important;
    display: none;
}

.relative,
.position-relative {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}

.one-hundred-height {
    height: 100%;
}
.white {
    color: #fff!important;
}
.opacity0 {
    opacity: 0;
}
.white_bg {
    background: #fff;
}
body,
p {

}

p {

}
p.breadcrumbs {

}
a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

img {
    margin: 0;
    padding: 0;
}


ul,
ol {
    padding-inline-start: 18px;
}

ul li,
ol li {

}

header ul,
header ol{
    padding: 0;
}
header ul li,
header ol li {
    padding-left: 0;
}
@media(max-width: 767.98px) {

}
@media(min-width: 768px) and (max-width: 991.98px) {

}
@media(min-width: 992px) and (max-width: 1400px) {

}


@media(min-width: 576px) and (max-width: 767.98px) {

}

a.link-no-underline {
    text-decoration: none;
}

i,
em,
.italic {
    font-style: italic;
}

b,
strong,
.bold {

}


header  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}



header.sticky {

}
.headerLogo {

}
header,
header > *,
.header-logo-and-menu,
.headerLogo {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.navbar {
    padding: 0;
}

/*** Awesome ACF Image Settings ***/
.image-2by3 {
    padding-bottom: 125%;
    position: relative;
    overflow: hidden;
}
.image-4by3 {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.image-16by9 {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.image-square.object > img {

}

.image-2by3 > img,
.image-4by3 > img,
.image-16by9 > img,
.image-square > img,

.image-2by3 > video,
.image-4by3 > video,
.image-16by9 > video,
.image-square > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: center;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/*** Image / Video Contain ***/
.image-2by3.size-contain,
.image-4by3.size-contain,
.image-16by9.size-contain,
.image-square.size-contain {
    padding-bottom: 0 !important; /* important, to override custom padding settings in blocks */
}

.image-2by3.size-contain > img,
.image-4by3.size-contain > img,
.image-16by9.size-contain > img,
.image-square.size-contain > img,

.image-2by3.size-contain > video,
.image-4by3.size-contain > video,
.image-16by9.size-contain > video,
.image-square.size-contain > video {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    object-fit: unset;
}

/* Image Position */

.image-2by3.position-bottom > img,
.image-4by3.position-bottom > img,
.image-16by9.position-bottom > img,
.image-square.position-bottom > img {
    object-position: bottom;
}
.image-2by3.position-top > img,
.image-4by3.position-top > img,
.image-16by9.position-top > img,
.image-square.position-top > img {
    object-position: top;
}

.image-2by3.position-left > img,
.image-4by3.position-left > img,
.image-16by9.position-left > img,
.image-square.position-left > img {
    object-position: left;
}
.image-2by3.position-top-left > img,
.image-4by3.position-top-left > img,
.image-16by9.position-top-left > img,
.image-square.position-top-left > img {
    object-position: top left;
}
.image-2by3.position-bottom > img,
.image-4by3.position-bottom-left > img,
.image-16by9.position-bottom-left > img,
.image-square.position-bottom-left > img {
    object-position: bottom left;
}

.image-2by3.position-right > img,
.image-4by3.position-right > img,
.image-16by9.position-right > img,
.image-square.position-right > img {
    object-position: right;
}
.image-2by3.position-top-right > img,
.image-4by3.position-top-right > img,
.image-16by9.position-top-right > img,
.image-square.position-top-right > img {
    object-position: top right;
}
.image-2by3.position-bottom-right > img,
.image-4by3.position-bottom-right > img,
.image-16by9.position-bottom-right > img,
.image-square.position-bottom-right > img {
    object-position: bottom right;
}

/* Hover Zoom Functionality */
.image-2by3.hover_zoom > img,
.image-4by3.hover_zoom > img,
.image-16by9.hover_zoom > img,
.image-square.hover_zoom > img {
    cursor: pointer;
    transition: ease all .3s;
    /* default image size */
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.image-2by3.hover_zoom:hover > img,
.image-4by3.hover_zoom:hover > img,
.image-16by9.hover_zoom:hover > img,
.image-square.hover_zoom:hover > img {
    min-width: 103%;
    min-height: 103%;
    height: 103%;
    width: 103%;
}


a.fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.loader {
    margin-bottom: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 8px solid #f3f3f3;
    border-top: 8px solid rgb(110, 112, 117);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.align-center {
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.align-start {
    justify-content: center;
    flex-direction: column;
    align-items: start;
}
span.pipe::before {
    content: '|';
    padding: 0px 10px;
}
span.pipe {
    position: relative;
}