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;
}


/*** ::root navbar size ***/
:root {
    --navbar-height: 154.7px;
}
@media(max-width: 1599.98px) {
    :root {
        --navbar-height: 121.8px;
    }
}



/*** Custom Scroll Bar ***/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--black);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--dark-grey);
}


/* --- 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% - 120px);
}

@media(max-width: 1399.98px) {
    .framed_desktop {
        max-width: calc(100% - 90px);
    }
}

@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: 12px;
    --form-field-border-radius: 3px;
}

@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;
}


#wpadminbar ul li::before {
    display: none !important;
}
#wpadminbar ul li {
    padding-left: 0 !important;
}

#main-content ul,
#main-content ol {
    padding-inline-start: 0;
    padding-left: 0;
}

#main-content ul li,
#main-content ol li {
    position: relative;
}

#main-content ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--black);
    padding-left: 28px;
}
#main-content ul li strong {
    margin-right: 5px;
    font-weight: 600;
}
#main-content ul li::before {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    max-height: 20px;
    max-width: 20px;
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    margin-right: 8px;
    background-image: url('list/tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 1599.98px) {
    #main-content ul li::before {
        top: 0;
    }
}

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 > svg,
.image-4by3 > svg,
.image-16by9 > svg,
.image-square > svg,

.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;
}


/*** Blog Feed List Item ***/
.single-post-wrapper .blog-feed-2 {
    background-color: var(--off-white);
    margin-top: 120px;
}
.blog-feed-2 .negative-margin {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
}
.blog-feed-2 .blog-feed-list-item {
    width: calc(25% - 15px);
}
@media(max-width: 1199.98px) {
    .blog-feed-2 .negative-margin {
        column-gap: 15px;
        row-gap: 15px;
    }
    .blog-feed-2 .blog-feed-list-item {
        width: calc(50% - 10px);
    }
}
@media(max-width: 575.98px) {
    .blog-feed-2 .negative-margin {
        column-gap: 15px;
        row-gap: 15px;
    }
    .blog-feed-2 .blog-feed-list-item {
        width: calc(100%);
    }
}


.blog-feed-list-item .image-square {
    position: relative;
}
.blog-feed-list-item .image-square .card-content {
    position: absolute;
    z-index: 3;
    left: 20px;
    bottom: 20px;
}
.blog-feed-list-item .image-square::after {
    content: '';
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    display: block;
    position: absolute;
    background: #4D4D4D;
    background: -webkit-linear-gradient(180deg, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
    background: linear-gradient(180deg, rgba(77, 77, 77, 0) 0%, rgba(77, 77, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4D4D4D", endColorstr="#4D4D4D", GradientType=0);
}
.blog-feed-list-item .image-square .card-content p {
    color: white;
    margin-bottom: 0;
    padding-right: 20px;
}
.blog-feed-list-item .image-square .card-content button.tag {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: white;
    border: none;
    pointer-events: none;
    padding: 5px 10px;
    padding-top: 7px;
    background-color: rgba(255,255,255,0.5);
}
@media(max-width: 1199.98px) {
    .blog-feed-list-item .image-square .card-content {
        left: 15px;
        bottom: 15px;
    }
    .blog-feed-list-item .image-square .card-content button.tag {
        font-size: 12px;
    }
}
@media(max-width: 575.98px) {
    /*.blog-feed-list-item .image-square .card-content p {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.blog-feed-list-item .image-square .card-content button.tag {*/
    /*    font-size: 10px;*/
    /*    padding: 4px 8px;*/
    /*    margin-top: 5px;*/
    /*}*/
}