:root {
    --main-body-font-size: 16px;
}
.has-thin-width {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--width--thin)
}

.has-content-width {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--width--content)
}

.has-wide-width {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--width--wide)
}

.has-full-width {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--width--full)
}

.has-primary-background-color {
    color: var(--wp--custom--style--color--opposite--primary)
}

.has-secondary-background-color {
    color: var(--wp--custom--style--color--opposite--secondary)
}

.has-light-background-color {
    color: var(--wp--custom--style--color--opposite--light)
}

.has-dark-background-color {
    color: var(--wp--custom--style--color--opposite--dark)
}

.has-foreground-background-color {
    color: var(--wp--custom--style--color--opposite--foreground)
}

.has-background-background-color {
    color: var(--wp--custom--style--color--opposite--background)
}

a {
    color: var(--wp--preset--color--primary)
}

.has-shadow {
    box-shadow: var(--wp--custom--style--shadow)
}

.is-button,
.wp-block-button__link {
    border-radius: var(--wp--custom--button--radius);
    font-weight: var(--wp--custom--button--weight);
    line-height: var(--wp--custom--typography--line-height--tiny);
    padding-top: var(--wp--custom--button--padding--top);
    padding-right: var(--wp--custom--button--padding--right);
    padding-bottom: var(--wp--custom--button--padding--bottom);
    padding-left: var(--wp--custom--button--padding--left);
    text-decoration: none;
    text-transform: var(--wp--custom--button--case)
}

.has-gap-padding {
    padding: var(--wp--custom--spacing--gap)
}

.has-gap-vertical-padding {
    padding-top: var(--wp--custom--spacing--gap);
    padding-bottom: var(--wp--custom--spacing--gap)
}

.has-gap-horizontal-padding {
    padding-left: var(--wp--custom--spacing--gap);
    padding-right: var(--wp--custom--spacing--gap)
}

.has-gap-margin {
    margin: var(--wp--custom--spacing--gap)
}

.has-gap-vertical-margin {
    margin-top: var(--wp--custom--spacing--gap);
    margin-bottom: var(--wp--custom--spacing--gap)
}

.has-gap-horizontal-margin {
    margin-left: var(--wp--custom--spacing--gap);
    margin-right: var(--wp--custom--spacing--gap)
}

.has-small-padding {
    padding: var(--wp--custom--spacing--small)
}

.has-small-vertical-padding {
    padding-top: var(--wp--custom--spacing--small);
    padding-bottom: var(--wp--custom--spacing--small)
}

.has-small-horizontal-padding {
    padding-left: var(--wp--custom--spacing--small);
    padding-right: var(--wp--custom--spacing--small)
}

.has-small-margin {
    margin: var(--wp--custom--spacing--small)
}

.has-small-vertical-margin {
    margin-top: var(--wp--custom--spacing--small);
    margin-bottom: var(--wp--custom--spacing--small)
}

.has-small-horizontal-margin {
    margin-left: var(--wp--custom--spacing--small);
    margin-right: var(--wp--custom--spacing--small)
}

.has-medium-padding {
    padding: var(--wp--custom--spacing--medium)
}

.has-medium-vertical-padding {
    padding-top: var(--wp--custom--spacing--medium);
    padding-bottom: var(--wp--custom--spacing--medium)
}

.has-medium-horizontal-padding {
    padding-left: var(--wp--custom--spacing--medium);
    padding-right: var(--wp--custom--spacing--medium)
}

.has-medium-margin {
    margin: var(--wp--custom--spacing--medium)
}

.has-medium-vertical-margin {
    margin-top: var(--wp--custom--spacing--medium);
    margin-bottom: var(--wp--custom--spacing--medium)
}

.has-medium-horizontal-margin {
    margin-left: var(--wp--custom--spacing--medium);
    margin-right: var(--wp--custom--spacing--medium)
}

.has-large-padding {
    padding: var(--wp--custom--spacing--large)
}

.has-large-vertical-padding {
    padding-top: var(--wp--custom--spacing--large);
    padding-bottom: var(--wp--custom--spacing--large)
}

.has-large-horizontal-padding {
    padding-left: var(--wp--custom--spacing--large);
    padding-right: var(--wp--custom--spacing--large)
}

.has-large-margin {
    margin: var(--wp--custom--spacing--large)
}

.has-large-vertical-margin {
    margin-top: var(--wp--custom--spacing--large);
    margin-bottom: var(--wp--custom--spacing--large)
}

.has-large-horizontal-margin {
    margin-left: var(--wp--custom--spacing--large);
    margin-right: var(--wp--custom--spacing--large)
}

.has-outer-padding {
    padding: var(--wp--custom--spacing--outer)
}

.has-outer-vertical-padding {
    padding-top: var(--wp--custom--spacing--outer);
    padding-bottom: var(--wp--custom--spacing--outer)
}

.has-outer-horizontal-padding {
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer)
}

.has-outer-margin {
    margin: var(--wp--custom--spacing--outer)
}

.has-outer-vertical-margin {
    margin-top: var(--wp--custom--spacing--outer);
    margin-bottom: var(--wp--custom--spacing--outer)
}

.has-outer-horizontal-margin {
    margin-left: var(--wp--custom--spacing--outer);
    margin-right: var(--wp--custom--spacing--outer)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--wp--preset--font-family--header);
    line-height: var(--wp--custom--typography--line-height--tiny)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 200
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
    margin-top: 0
}

.wp-block-site-title {
    font-size: 40px;
    text-transform: uppercase
}

.wp-block-site-title a {
    text-decoration: none
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px
}

h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    font-family: 'Poppins'
}

.no-margin {
    margin: 10px auto
}

.ccc-header {
    background-color: #fff;
    position: sticky !important;    
    top: 0;
}

.ccc-header .wp-block-button__link {
    font-size: 18px
}

.ccc-header .wp-block-navigation-item {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.ccc-header li.wp-block-navigation-item.wp-block-navigation-link {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.ccc-header .home .wp-block-navigation__container:only-child,
.ccc-header .wp-block-page-list:only-child {
    gap: clamp(1em, 3vw, 2em) !important
}

.wp-block-navigation__container {
    gap: clamp(1em, 3vw, 2em)
}

.wp-block-navigation-item:hover {
    color: var(--wp--preset--color--primary)
}

header .ccc-navbar>.wp-block-group {
    background-color: #fff
}
header .ccc-navbar {
    margin-top: 1rem;
}

.wp-block-navigation-item.current-menu-item.wp-block-navigation-link:active {
    color: var(--wp--preset--color--primary)
}

.footer-navigation-left .wp-block-navigation-item.wp-block-navigation-link {
    position: relative
}

.footer-navigation-left .wp-block-navigation-item.wp-block-navigation-link::after,
.footer-navigation-right .wp-block-navigation-item.wp-block-navigation-link::after,footer .wp-block-navigation-item.wp-block-navigation-link:after {
    content: '';
    background-color: #EAE2D8;
    padding: 8px 1px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    right: -10px
}
footer .wp-block-navigation-item.wp-block-navigation-link:last-child::after{
    display: none;
}
footer .wp-block-navigation-item__content{
    padding: 1em !important;
}
footer .wp-block-navigation__container {
    gap: 20px !important
}

.footer-navigation-left .wp-block-navigation-item.wp-block-navigation-link:last-child:after,
.footer-navigation-right .wp-block-navigation-item.wp-block-navigation-link:last-child:after {
    display: none
}

.home #wp--skip-link--target {
    padding: 0
}

.scrollClass {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.wp-block-button__link,
.wp-block-post-excerpt__more-link {
    text-decoration: none
}

.wp-block-button {
    border-radius: 63px;
    background-color: var(--wp--preset--color--primary);
    border: 3px solid var(--wp--preset--color--primary);
    color: #fff
}

.wp-block-button:hover {
    background-color: #fff;
    border: 3px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary)
}

.wp-block-button__link.wp-element-button {
    border-radius: 63px
}

@media screen and (max-width: 576px) {
    .right-map-column iframe {
        width: 100% !important
    }

    .tabs div p iframe {
        width: 100% !important
    }
}

.wp-block-query .wp-block-post {
    background-color: var(--wp--preset--color--background)
}

.wp-block-query .wp-block-post figure {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-query .wp-block-post .wp-block-group {
    padding: var(--wp--custom--spacing--gap)
}

.wp-block-query .wp-block-post .wp-block-post-title {
    font-family: var(--wp--preset--font-family--body)
}

.wp-block-query .wp-block-post .wp-block-post-title a {
    color: var(--wp--preset--color--foreground);
    text-decoration: none
}

.wp-block-query .wp-block-post .wp-block-post-excerpt {
    font-size: var(--wp--preset--font-size--small)
}

.wp-block-query .wp-block-post .wp-block-post-excerpt a {
    color: var(--wp--preset--color--primary)
}

@media screen and (max-width: 576px) {
    main {
        /* padding-left: var(--wp--custom--spacing--gap);
        padding-right: var(--wp--custom--spacing--gap); */
        /* padding-top: 10rem */
    }
}

body {
    font-family: 'Poppins', sans-serif !important
}

.ccc-hero.is-background.is-left {
    display: none
}

.entry-content {
    /* padding-top: 95px */
    /* padding-top: 175px; */
}

/* @media screen and (max-width:1250px) {
    .entry-content {
        padding-top: 115px;
    }    
} */

.home .entry-content {
    /* padding-top: 90px */
    padding-top: 0;
}

.contact {
    background-image: url("https://pacificaoxnard.com/wp-content/themes/child-theme/images/contact.png");
    background-size: cover;
    padding: 100px 50px
}

.contact .header {
    margin: 0;
    padding: 0;
    line-height: 42px
}

blockquote {
    border-left: 5px solid var(--wp--preset--color--primary);
    padding: 0 20px;
    margin: 0
}

.right-map-column {
    padding-left: 50px
}

.padding-left {
    padding: 50px
}

@media only screen and (max-width: 780px) {
    .right-map-column {
        padding-left: 0
    }

    .padding-left {
        padding: 0
    }
}

.footer-email {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin: 0
}

.footer-email a {
    color: var(--wp--preset--color--light);
}

.footer-email a:hover {
    text-decoration: none
}

.footer-address {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 0
}

.footer-title {
    line-height: 36px;
    margin: 50px 0 0;
    padding: 0;
    font-size:16px !important;
}

.footer-copyright-top {
    font-weight: 300;
    margin: 0;
    line-height: 24px;
    padding: 0
}

.footer-copyright {
    font-weight: 300;
    margin: 10px 0 0;
    line-height: 24px
}

.footer-navigation-left .wp-block-navigation-item__content:hover,
.footer-navigation-right .wp-block-navigation-item__content:hover {
    color: #fff;
    text-decoration: underline
}

.wp-block-navigation-item__content{
    padding: 1em 1.5em !important;
}
.hide-menu-desktop .wp-block-navigation-item__content{
    padding-left: 3em !important;
}
footer .wp-block-navigation__container .wp-block-navigation-item:first-child .wp-block-navigation-item__content{
    padding-left:0 !important;
}
@media screen and (max-width:1200px) {
    footer .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content{
        padding-left:0 !important;
    }
    .footer-navigation-left .wp-block-navigation-item.wp-block-navigation-link::after, .footer-navigation-right .wp-block-navigation-item.wp-block-navigation-link::after, footer .wp-block-navigation-item.wp-block-navigation-link:after{
        right: -2px;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 50px;
    line-height: 1;
    color: var(--wp--preset--color--primary);
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -50px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -50px
}

.slick-prev:before {
    content: "\f053"
}

[dir="rtl"] .slick-prev:before {
    content: "\f054"
}

.slick-next {
    right: -50px
}

[dir="rtl"] .slick-next {
    left: -50px;
    right: auto
}

.slick-next:before {
    content: "\f054"
}

[dir="rtl"] .slick-next:before {
    content: "\f053"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.floor_plan_slider .slick-dots {
    position: absolute;
    bottom: -50px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.floor_plan_slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 50px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.floor_plan_slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 50px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.floor_plan_slider .slick-dots li button:hover,
.floor_plan_slider .slick-dots li button:focus {
    outline: none
}

.floor_plan_slider .slick-dots li button:hover:before,
.floor_plan_slider .slick-dots li button:focus:before {
    opacity: 1
}

.floor_plan_slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: url("https://pacificaoxnard.com/wp-content/themes/child-theme/images/Rectangle 17.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 10px;
    line-height: 20px;
    text-align: center
}

.floor_plan_slider .slick-dots li.slick-active button:before {
    background-image: url("https://pacificaoxnard.com/wp-content/themes/child-theme/images/Rectangle 14.png")
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev {
    left: 10px
}

.slick-lightbox .slick-next {
    right: 10px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none
}

.slick-lightbox-close:focus {
    outline: none
}

.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×'
}

.ccc-icon-pods__single {
    border: 1px solid #DDD;
    padding: var(--wp--custom--spacing--gap)
}

.ccc-icon-pods__single h3 {
    font-family: var(--wp--preset--font-family--body);
    font-weight: bold
}

.ccc-icon-pods__single .wp-block-button__link {
    background-color: transparent !important;
    color: var(--wp--preset--color--primary)
}

.ccc-icon-pods__single:hover {
    background-color: var(--wp--preset--color--light)
}

.ccc-image-links__single {
    display: block;
    padding-top: 160%;
    position: relative
}

@media screen and (max-width: 576px) {
    .ccc-image-links__single {
        padding-top: 60%
    }
}

.ccc-image-links__single img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.ccc-image-links__single .ccc-image-links__overlay {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    height: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.ccc-image-links__single .ccc-image-links__overlay .ccc-image-links__title {
    display: block;
    left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - (1rem * 4))
}

.ccc-image-links__single .ccc-image-links__overlay:after {
    border: 1px solid #FFF;
    content: "";
    display: block;
    height: calc(100% - (1rem * 2));
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: calc(100% - (1rem * 2))
}

.ccc-image-links__single .ccc-image-links__overlay:hover {
    background-color: var(--wp--preset--color--primary)
}

.block-home-header-cta {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: 108px;
    width: 100%;
    z-index: 10;
    background-color: white;
}

.block-home-header-cta div {
    background: var(--wp--preset--color--secondary);
    width: 50%;
    padding: 12px 0;
    float: left;
    text-align: center
}

.block-home-header-cta div:hover {
    opacity: .8
}

.block-home-header-cta div a {
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none
}

/* @media only screen and (max-width: 750px) {
    .block-home-header-cta div {
        min-height: 110px
    }
} */

.block-home-header-cta>div:first-of-type {
    background: var(--wp--preset--color--primary)
}

.block-home-header-cta>div:first-of-type:hover {
    opacity: .8
}

.myObserver {
    height: 1px;
    width: 1px;
    pointer-events: none;
    position: relative;
    top: auto;
    z-index: -1;
    overflow: hidden
}

@media only screen and (max-width: 1060px) {
    .block-home-header-cta {
        top: 160px
    }
}

@media only screen and (max-width: 765px) {
    .block-home-header-cta {
        top: 222px
    }
}

.icon-cheveron {
    width: 1.5em;
    height: 1em;
    vertical-align: -.125em;
    fill: #fff !important
}

.block-image-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    max-width: 800px !important;
    margin: 50px auto
}

.block-image-links .background-border {
    border: 10px solid rgba(88, 88, 88, 0.1);
    border-radius: 200px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 220px;
    position: relative;
    width: 220px
}

.block-image-links .background-border a {
    color: #fff;
    font-weight: 600;
    font-size: var(--main-body-font-size);
    line-height: 30px;
    text-decoration: none
}

.block-image-links .background-border .background {
    background-color: var(--wp--preset--color--secondary);
    border-radius: 200px;
    height: 200px;
    width: 200px
}

.block-image-links .background-border .background:hover {
    background-color: var(--wp--preset--color--primary)
}

.block-image-links .background-border .circle {
    object-fit: cover;
    height: 200px;
    width: 200px;
    object-position: center;
    border-radius: 200px;
    opacity: .4
}

.block-image-links .background-border .label {
    position: absolute;
    width: 200px;
    top: 43%;
    left: 0;
    text-align: center
}

.block-image-links .background-border .label::after {
    content: "\f054";
    padding: 0 0 0 15px;
    font-family: "Font Awesome 5 Pro"
}

@media only screen and (max-width: 750px) {
    .block-image-links {
        display: block;
        float: none;
        width: 200px
    }

    .block-image-links .background-border {
        margin: 10% auto
    }
}
@media screen and (min-width:450px) {
    .block-image-links {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

.fa.fa-close::before,
.fa.fa-remove::before {
    font-size: 30px
}

* {
    box-sizing: border-box
}

.strip__content h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center
}

.strip__content h3::after {
    content: '';
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    display: block
}

.strip__inner-text a {
    color: #fff
}

.strips__strip.strips__strip--expanded .strip__content h3::after {
    display: none
}

.strip__inner-text h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: left;
    margin-bottom:1rem;
}

.strips .strips__strip.strips__strip--expanded .strip__content::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--wp--preset--color--primary);
    opacity: .9;
    transform: skew(0deg) scale(3) translate(0, 0)
}

.strips {
    width: 100% !important;
    justify-content: center !important;
    min-height: 500px;
    text-align: left;
    overflow: hidden;
    color: white
}

@media screen and (min-width: 901px) {
    .strips {
        display: flex !important
    }
}

.strips__strip {
    will-change: width, left, z-index, height;
    left: 0 !important;
    position: relative;
    width: 25%;
    min-height: 500px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1)
}

.strips__strip:nth-child(1) {
    left: 0
}

.strips__strip:nth-child(2) {
    left: 25%
}

.strips__strip:nth-child(3) {
    left: 50%
}

.strips__strip:nth-child(4) {
    right: 0
}

.strips__strip:nth-child(1) .strip__content {
    transform: translate3d(-100%, 0, 0);
    animation-name: strip1;
    animation-delay: 0.1s
}

.strips__strip:nth-child(2) .strip__content {
    transform: translate3d(0, 100%, 0);
    animation-name: strip2;
    animation-delay: 0.2s
}

.strips__strip:nth-child(3) .strip__content {
    transform: translate3d(0, -100%, 0);
    animation-name: strip3;
    animation-delay: 0.3s
}

.strips__strip:nth-child(4) .strip__content {
    transform: translate3d(0, 100%, 0);
    animation-name: strip4;
    animation-delay: 0.4s
}

.strips__strip:nth-child(5) .strip__content {
    transform: translate3d(100%, 0, 0);
    animation-name: strip5;
    animation-delay: 0.5s
}

@media screen and (max-width: 900px) {
    .strips__strip {
        min-height: 30vh;
    }

    .strips__strip:nth-child(1) {
        left: 0;
        width: 100%
    }

    .strips__strip:nth-child(2) {
        left: 0;
        width: 100%
    }

    .strips__strip:nth-child(3) {
        left: 0;
        width: 100%
    }

    .strips__strip:nth-child(4) {
        left: 0;
        width: 100%
    }
}
@media screen and (max-width: 900px) {
    .strips__strip {
        min-height: 150px;
    }
}
.strips .strip__content {
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-fill-mode: both;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    text-decoration: none;
}

@media screen and (max-width: 760px) {
    .strips .strip__content {
        width: 100%;
    }
}

.strips .strip__content:hover:before {
    opacity: 0.6;
}

.strips .strip__content:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transform-origin: center center;
    transform: skew(0deg) scaleY(1) translate(0, 0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1)
}

.strips .strip__inner-text {
    will-change: transform, opacity;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1)
}

@media screen and (min-width:600px) and (max-width:900px) {
    .strips .strip__inner-text{
        transform: translate(-50%, -50%) scale(0.5);
    }
}

.strips__strip--expanded {
    top: 0 !important;
    left: 0 !important;
    z-index: 3;
    cursor: default
}

@media screen and (min-width: 901px) {
    .strips__strip--expanded {
        width: 300000% !important
    }
}

@media screen and (max-width: 900px) {
    .strips__strip--expanded {
        min-height: 120vh
    }
}

.strips__strip--expanded .strip__content:hover:before {
    transform: skew(-30deg) scale(1) translate(0, 0);
    opacity: 0.05
}

.strips__strip--expanded .strip__title {
    opacity: 0
}

.strips__strip--expanded .strip__inner-text {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.strip__title {
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
    max-width: 180px;
    width: 100%;
    font-size: 3.5vw;
    color: white;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1)
}

@media screen and (max-width: 760px) {
    .strip__title {
        font-size: 28px
    }
}

.strip__close {
    position: absolute;
    right: 15px !important;
    top: 110px !important;
    opacity: 0;
    z-index: 10;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    transition-delay: 0.5s
}

.strip__close--show {
    opacity: 1
}

@keyframes strip1 {
    0% {
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes strip2 {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes strip3 {
    0% {
        transform: translate3d(0, -100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes strip4 {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes strip5 {
    0% {
        transform: translate3d(100%, 0, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@media only screen and (max-width: 760px) {
    /* .strips {
        min-height: 133vh
    } */
}

.home .block-testimonials .content {
    width: 80%;
    margin: 0 auto
}

.block-testimonials {
    margin: 0 auto;
    max-width: 780px !important;
    padding: 50px 5%;
    position: relative
}

.block-testimonials::before {
    content: '';
    background-image: url("https://pacificaoxnard.com/wp-content/themes/child-theme/images/left_quote.png");
    background-repeat: no-repeat;
    height: 123px;
    left: -115px;
    position: absolute;
    top: 60px;
    width: 180px
}

.block-testimonials::after {
    content: '';
    background-image: url("https://pacificaoxnard.com/wp-content/themes/child-theme/images/right_quote.png");
    background-repeat: no-repeat;
    height: 123px;
    right: -115px;
    position: absolute;
    top: 60px;
    width: 180px
}

.block-testimonials .slider-content {
    display: flex;
    flex-wrap: wrap
}

.block-testimonials img {
    border-radius: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    width: 150px
}

.block-testimonials .content {
    padding: 0;
    text-align: center;
    width: 100%
}

.block-testimonials p {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px
}

.block-testimonials p.name {
    display: inline;
    font-weight: 600
}

.block-testimonials p.state {
    display: inline;
    font-style: italic
}

.block-testimonials .slick-dots li button {
    color: #8C8C8C
}

.block-testimonials .slick-dots li button::before {
    font-size: 30px
}

.block-testimonials .slick-dots li.slick-active button::before {
    color: var(--wp--preset--color--primary);
    opacity: 1
}

.block-testimonials .slick-dots {
    bottom: -50px
}

@media only screen and (max-width: 1230px) {
    .block-testimonials::before {
        left: -89px;
        top: 71px;
        background-size: 75%
    }

    .block-testimonials::after {
        right: -89px;
        top: 71px;
        background-size: 75%
    }
}

@media only screen and (max-width: 1080px) {
    .block-testimonials::before {
        left: -50px;
        top: 95px;
        background-size: 50%
    }

    .block-testimonials::after {
        right: -92px;
        top: 95px;
        background-size: 50%;
    }
}

@media only screen and (max-width: 980px) {
    .block-testimonials {
        max-width: 580px !important;
    }

    .block-testimonials::before {
        left: -10px;
        top: 92px;
        background-size: 25%
    }

    .block-testimonials::after {
        right: 0px;
        top: 60%;
        background-size: 25%;
    }
}

@media only screen and (max-width: 700px) {
    .block-testimonials {
        max-width: 580px !important;
    }

    .block-testimonials::before {
        display: none;
    }

    .block-testimonials::after {
        display: none;
    }
}

.block-tabbed-content {
    padding: 0 5%;
}

.block-tabbed-content .tabs .horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 0 25px;
}

.block-tabbed-content .tabs .horizontal h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
}

.block-tabbed-content .tabs .horizontal li.active {
    background-color: var(--wp--preset--color--primary);
}

.block-tabbed-content .tabs .horizontal li.active a {
    color: #fff;
}

.block-tabbed-content .tabs .horizontal li {
    border: 3px solid var(--wp--preset--color--primary);
    border-radius: 63px;
    list-style-type: none;
    padding: 5px 18px;
}

.block-tabbed-content .tabs .horizontal li:hover {
    background-color: var(--wp--preset--color--primary);
    cursor: pointer;
}
.block-tabbed-content .tabs .horizontal li:hover a {
    color: white;
}
.block-tabbed-content .tabs .horizontal li a {
    text-decoration: none;
}

.block-tabbed-content .tabs .horizontal li a:hover {
    color: #fff;
}

.block-tabbed-content h2 span,.block-tabbed-content h2{
    color: var(--wp--preset--color--primary);
}
.block-tabbed-content h3 span,.block-tabbed-content h3{
    color: var(--wp--preset--color--primary);
}
.block-tabbed-content h4 span, .block-tabbed-content h4{
    color: var(--wp--preset--color--primary);
}
.block-tabbed-content li{
    font-size: var(--main-body-font-size);
}
.block-floor-plans .slider_image {
    width: 90%;
    margin: 0 auto;
    height: 490px;
    object-fit: contain;
    border: 3px solid var(--wp--preset--color--primary);
    background: #fff
}

.block-floor-plans .slider-lable {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    margin: 5px auto 0;
    color: var(--wp--preset--color--primary);
    text-align: center
}

.block-floor-plans .slider-text {
    font-weight: 500;
    font-size: var(--main-body-font-size);
    line-height: 30px;
    text-align: center;
    margin: 0 auto 5px;
    color: var(--wp--preset--color--primary)
}

@media only screen and (max-width: 1280px) {
    .block-floor-plans .slider_image {
        background-color: #fff
    }
}

@media only screen and (max-width: 900px) {
    .gallery-button {
        margin-top: 0 !important
    }

    .block-floor-plans {
        padding: 0 5%
    }
}

@media only screen and (max-width: 475px) {
    .block-floor-plans .slider_image {
        background-color: #fff
    }
}

.gallery {
    display: flex;
    flex-wrap: wrap
}

.gallery-item {
    flex-basis: 25%
}

.galler-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.gallery-button {
    margin-top: -70px
}

.gallery-item:hover {
    opacity: .5
}

.icon-text {
    display: flex;
    align-items: center
}

.image-icon {
    height: 75px;
    width: 75px
}

p.icon-text {
    font-weight: 500;
    font-size: var(--main-body-font-size);
    line-height: 30px;
    color: var(--wp--preset--color--primary);
    margin: 0
}

@media only screen and (max-width: 750px) {
    .block-full-width-video {
        margin-top: 0px
    }
}

/* Navigation changes */
.ccc-header{
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #125DB5, #083B73);
    border-image-slice: 1;
}
.ccc-header nav{
    margin-left: auto;
}
.ccc-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__label{
    font-weight: 400;
}
.block-home-header-cta.button-banner{
    position: sticky;
    top: 0;
}

.ccc-header li.wp-block-navigation-item.wp-block-navigation-link {
    color: #585858;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* padding: 1em 1.5em; */
    /* border-right: 2px solid #DDDDDD; */
    text-transform: uppercase;
}
.ccc-header li.wp-block-navigation-item.wp-block-navigation-link.current-menu-item{
    color: #125db5;
}
.ccc-header li.wp-block-navigation-item.wp-block-navigation-link:hover{
    color: #125db5;
}
.ccc-header li.wp-block-navigation-item.wp-block-navigation-link:last-child {
    border-right: none;
}
.ccc-header .wp-block-group.alignfull.is-content-justification-space-between{
    padding-left: 2em;
}

@media screen and (max-width:599px) {
    .ccc-header li.wp-block-navigation-item.wp-block-navigation-link {
        border-right: none;
    }
}
@media screen and (max-width:768px) {
    .ccc-header .wp-block-group.alignfull.is-content-justification-space-between{
        padding-left: 1em;
        padding-right: 1em;
    }
    
}

.ccc-header .wp-block-navigation__container{
    gap: 0;
}

/* Button Banner */
/* .home .navigation-button-hidden-home{
    display: none;
} */
/* .navigation-button-hidden-home{
    max-height: 75px;
} */
.hide-menu-mobile{
    display: flex !important;
}
.hide-menu-desktop{
    display: none !important;
}
@media screen and (max-width:1250px) {
    .hide-menu-desktop{
        display: flex !important;
    }
    .hide-menu-mobile{
        display: none !important;
    }
    /* .navigation-button-hidden-home{
        display: none !important;
    } */
    .button-banner.navigation-button-hidden-home .cta-right {
        display: none !important;
    }
    .button-banner.navigation-button-hidden-home .cta-left{
        flex-basis: 100%;
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.nav-right-cta {
    background-image: url("https://pacificaoxnard.com/wp-content/uploads/sites/95/2024/01/leaf-backdrop-right-cta.png") !important;
    background-color: rgba(210,210,210,.5) !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.nav-left-cta{
    background-image: url("https://pacificaoxnard.com/wp-content/uploads/sites/95/2024/01/leaf-backdrop-left-cta.png") !important;
    background-color: rgba(210,210,210,.5) !important;
}
.hide-menu-desktop .wp-block-navigation-item::after{
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11.76' height='19.23' viewBox='0 0 11.76 19.23'%3E%3Cpath id='Shape_1_copy_4' data-name='Shape 1 copy 4' d='M1351.118,835.89l-5.985,5.984h0a2.143,2.143,0,0,0,3.03,3.03l7.5-7.5a2.141,2.141,0,0,0,0-3.029l-7.5-7.5a2.143,2.143,0,0,0-3.03,3.029Z' transform='translate(-1344.532 -826.275)' fill='%230c3a70'/%3E%3C/svg%3E%0A");
    top: 50%;
    right:2rem;
    position: absolute;
    transform: translateY(-50%);
    font-size: var(--main-body-font-size);
    pointer-events: none;
}
.hide-menu-desktop .wp-block-navigation__responsive-container-open svg{
    color: transparent;
}
.hide-menu-desktop .wp-block-navigation__responsive-container-open::after{
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='32.4' height='21.6' viewBox='0 0 54 36'%3E%3Cpath id='Rectangle_506_copy_2' data-name='Rectangle 506 copy 2' d='M4110,94a4,4,0,1,1,0-8h46a4,4,0,0,1,0,8Zm0-14a4,4,0,0,1,0-8h46a4,4,0,0,1,0,8Zm0-14a4,4,0,0,1,0-8h46a4,4,0,0,1,0,8Z' transform='translate(-4106 -58)' fill='%230c3a70' stroke='%23000' stroke-width='0'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0rem;
    top: 0rem;
    height: 24px;
    width: 24px;
    pointer-events: none;
}
.hide-menu-desktop button.wp-block-navigation__responsive-container-close::after {
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30.527' height='30.527' viewBox='0 0 40.527 40.527'%3E%3Cpath id='Close' d='M563.435,62.092,550,48.657,536.565,62.092a4,4,0,0,1-5.656-5.656L544.343,43,530.908,29.565a4,4,0,1,1,5.656-5.656L550,37.344l13.435-13.435a4,4,0,1,1,5.656,5.656L555.656,43l13.435,13.435a4,4,0,1,1-5.656,5.656Z' transform='translate(-529.736 -22.737)' fill='%230c3a70'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0rem;
    top: 0rem;
    height: 24px;
    width: 24px;
    pointer-events: none;
}
.hide-menu-desktop button.wp-block-navigation__responsive-container-close {
    color: transparent;
}
.ccc-header .hide-menu-desktop.wp-block-navigation__container{
    width:100%
}
.ccc-header .hide-menu-desktop .wp-block-navigation-item{
    width: 100%;
    border-right: none !important;
    position: relative;
    font-size: var(--main-body-font-size);
}
.ccc-header .hide-menu-desktop .wp-block-navigation-item__label{
    font-size: var(--main-body-font-size);
}
.ccc-header .hide-menu-desktop .wp-block-navigation-item a{
    width: 100%;
}
.ccc-header .hide-menu-desktop .wp-block-navigation__responsive-container{
    padding-left: 0;
    padding-right: 0;
}
.ccc-header .hide-menu-desktop .wp-block-navigation__responsive-close{
    width: 100%;
    max-width: 100%;
}
.wp-block-navigation__responsive-container-close{
    right: 2rem;
    color: var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container-open{
    color: var(--wp--preset--color--primary);
}
.block-home-header-cta>div:first-of-type {
    background: unset;
    background-position: center;
}
.button-banner{
    display: flex;
    gap: 3px;
    justify-content: center;
    box-shadow: none;
}
.button-banner .cta-left{
    padding: 0;
    background-color:transparent;
    background-size: cover !important;;
    background-position: center;
    background-repeat: no-repeat !important;
}
.button-banner .cta-left a{
    color: #585858;
    display: flex;
    width: 100%;
    padding: 30px 10px;
    height: 100%;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    background-color: rgba(210,210,210,.3);
    font-size: 24px;
    font-weight: 500;
}

.button-banner .cta-right{
    padding: 0;
    background-color:transparent;
    background-position: center;
    background-size: cover !important;;
    background-repeat: no-repeat !important;;
}
.button-banner .cta-right a{
    color: #585858;
    display: flex;
    width: 100%;
    padding: 30px 10px;
    height: 100%;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    background-color: rgba(210,210,210,.3);
    font-size: 24px;
    font-weight: 500;
}

.button-banner svg{
    margin-left:1.5rem;
    margin-right:1.5rem;
    min-width: 12px;
    min-height: 20px;
}
@media screen and (max-width:767px) {
    .button-banner.block-home-header-cta{
        flex-wrap: wrap;
    }
    .button-banner .cta-left{
        flex-basis: 100%;
    }
    .button-banner .cta-right{
        flex-basis: 100%;
    }
}
@media screen and (max-width:625px) {
    .button-banner .cta-right a, .button-banner .cta-left a{
        padding: 15px 15px;
    }

    .button-banner{
        flex-wrap: wrap;
    }

    .button-banner .cta-right{
        flex-basis: 100%;
    }
    .button-banner .cta-left{
        flex-basis: 100%;
    }
    /* .button-banner .cta-left{
        min-height: 85px !important;
    }
    .button-banner .cta-right{
        min-height: 85px !important;
    } */
    .button-banner .cta-left a{
        font-size: 18px;
    }
    .button-banner .cta-right a{
        font-size: 18px;
    }
}
@media screen and (min-width:600px) {
    .button-banner .cta-left{
        min-height: 100px;
    }
    .button-banner .cta-right{
        min-height: 100px;
    }
    .button-banner.navigation-button-hidden-home .cta-left{
        min-height: unset;
    }
    .button-banner.navigation-button-hidden-home .cta-right{
        min-height: unset;
    }
    .button-banner.navigation-button-hidden-home .cta-left a{
        padding: 20px 10px;
    }
    .button-banner.navigation-button-hidden-home .cta-right a{
        padding: 20px 10px;
    }
}

/* Two Column Sections */
.two-column-flex{
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: 1200px !important;
}
@media screen and (max-width:1200px) {
    .two-column-flex{
        padding-left: 25px;
        padding-right: 25px;
    }
}
.two-column-flex .image-column{
    flex-basis: 40%;
}
.two-column-flex .image-column img{
    max-width:100%;
}

.two-column-flex .text-column{
    flex-basis: 60%;
}
.two-column-flex .text-column p{
    font-size: var(--main-body-font-size);
}
.two-column-flex.two-column-offset-header{
    display: flex;
    flex-wrap: wrap;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.two-column-flex.two-column-offset-header a{
    font-weight: bold;
}
/* .two-column-flex.two-column-offset-header::after{
    content: "";
    width: 90%;
    height: 1px;
    background: linear-gradient(to right, rgba(193,193,193,1), rgba(193,193,193,0));
    position: absolute;
    bottom: 0;
    left: 0;
} */
.two-column-flex .inner-container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.two-column-flex .inner-container .first-column{
    flex-basis: 50%;
}
.two-column-flex .inner-container .second-column{
    flex-basis: 50%;
}
.two-column-offset-header .inner-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px !important;
}
.two-column-flex.two-column-offset-header h2{
    color: #FFFFFF;
    font-size: 44.5px;
    padding: 10px 20px;
    background: linear-gradient(to right, #125DB5, #083B73);
    font-weight: 300;
    font-style: italic;
    width: fit-content;
}
.two-column-flex.two-column-offset-header h2 span{
    font-weight: 400;
    font-style: italic;
}

@media screen and (max-width:767px) {
    /* .two-column-flex.two-column-offset-header::after{
        width: 100%;
    } */
    .two-column-flex .inner-container{
        padding-top: 0;
        padding-bottom: 0;
    }
    .two-column-flex.two-column-offset-header p{
        margin-bottom: 0;
    }
}
@media screen and (min-width:600px) {
    .two-column-flex.two-column-offset-header h2{
        margin-left: -2.35em;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .two-column-flex .text-column{
        padding-left: 2em;
        padding-right: 25px;
    }
    .two-column-flex .image-column img{
        padding-top: .75em;
        padding-left: .75em;
        position: relative;
        z-index: -1;
    }
    .two-column-flex .image-column .image-container{
        position: relative;
    }
    .two-column-flex .image-column .image-container .backdrop{
        position: absolute;
        top: 0;
        left: 0;
        height: 85%;
        width: 85%;
        background-color: #E2E2E2;
        z-index: -2;
    }
    .two-column-flex.two-column-offset-header.no-padding-bottom{
        padding-bottom: 0;
    }
    .two-column-flex.two-column-offset-header.no-padding-bottom .inner-container{
        padding-bottom: 0;
    }
    .two-column-flex.two-column-offset-header.no-padding-bottom .inner-container .text-column p{
        margin-bottom: 0;
    }
}
@media screen and (max-width:599px) {
    .two-column-flex.two-column-offset-header h2{
        font-size: 28px;
    }
}
@media screen and (max-width:767px) {
    .two-column-flex.two-column-offset-header{
        padding: 0;
    }
    .two-column-flex.two-column-offset-header .image-column{
        flex-basis: 100%;
    }
    .two-column-flex.two-column-offset-header .text-column{
        flex-basis: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 2em;
    }
    .two-column-flex.two-column-offset-header .text-column h2{
        margin: 0;
        margin-top: -3rem;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        text-align: center;
    }
    .two-column-flex.two-column-offset-header .image-column img{
        padding: 0;
        width: 100%;
        max-height: 250px;
        object-fit: cover;
    }
    .two-column-flex.two-column-offset-header .image-column .backdrop{
        display: none;
    }
}
/* Two Column Offset Header Wrap */
.two-column-flex.two-column-offset-header.wrap .inner-container{
    display: block;
}
.two-column-flex.two-column-offset-header.wrap .inner-container .image-column{
    float: left;
    max-height: fit-content;
    width: 50%;
}
.two-column-flex.two-column-offset-header.wrap .inner-container .image-column .image-container img{
    width: 93%;
}
.two-column-flex.two-column-offset-header.wrap .inner-container .text-column{
    width: 100%;
    padding: 25px;
    padding-bottom: 0;
}
.two-column-flex.two-column-offset-header.wrap .inner-container .text-column h2{
    display: inline-block;
    margin-bottom: 1rem;
    margin-left: -6rem;
    margin-top: 3rem;
    max-width: 55%;
}
@media screen and (max-width:1649px) {
    .two-column-flex.two-column-offset-header.wrap .inner-container .text-column{
        padding-bottom: 0;
    }
}
@media screen and (max-width:950px) {
    .two-column-flex.two-column-offset-header.hide-image-on-mobile .image-column {
        display: none;
    }
    .two-column-flex.two-column-offset-header.wrap .inner-container .text-column h2{
        position: relative;
        margin: unset;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:600px) {
    .two-column-flex.two-column-offset-header.wrap .inner-container .image-column{
        float: unset;
        max-height: fit-content;
        width: 100%;
    }
    .two-column-flex.two-column-offset-header.wrap .inner-container .image-column img{
        width: 100%;
    }
    .two-column-flex.two-column-offset-header.wrap .inner-container {
        width: 100%;
    }

    .two-column-flex.two-column-offset-header.wrap .inner-container .image-column .image-container img{
        width: 100%;
    }
    .two-column-flex.two-column-offset-header.wrap .inner-container .text-column{
        width: 100%;
        padding: 25px;
    }
    .two-column-flex.two-column-offset-header.wrap .inner-container .text-column h2{
        display: inline-block;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
}



@media screen and (max-width:500px) {
    .two-column-flex.two-column-image-with-text .text-content p:last-child{
        margin-bottom: 0;
    }
    
}
.two-column-flex ul li{
    font-size: var(--main-body-font-size);
}
/* Two Column Highlight Header */
.two-column-flex.two-column-highlight-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}
.two-column-highlight-header h2{
    color: #FFFFFF;
    font-size: 44.5px;
    font-weight: 300;
    font-style: italic;
    width: 100;
    margin-right: 2rem;
    text-align: right;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left:25px;
    padding-right: 25px;
    position: relative;
    padding: 0 25px;
}
.two-column-highlight-header h2:after{
    content:"";
    color: #FFFFFF;
    font-size: 44.5px;
    padding: 10px 20px;
    background: linear-gradient(to right, #125DB5, #083B73);
    font-weight: 300;
    font-style: italic;
    width: 100;
    text-align: right;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left:25px;
    padding-right: 25px;
    position: absolute;
    right: 0;
    top:50%;
    height: 100%;
    width: 300%;
    z-index: -1;
    margin: 0;
    transform: translateY(-50%);
}
.two-column-highlight-header p{
    font-size: var(--main-body-font-size);

}
.two-column-flex.two-column-highlight-header .first-column{
    flex-basis: 50%;
}
.two-column-flex.two-column-highlight-header .second-column{
    flex-basis: 50%;
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width:800px) {
    .two-column-flex.two-column-highlight-header{
        overflow: hidden;
    }
}
@media screen and (max-width:800px) {
    .two-column-flex.two-column-highlight-header .first-column{
        flex-basis: 47%;
    }
    .two-column-flex.two-column-highlight-header .second-column{
        flex-basis: 47%;
    }
}
@media screen and (max-width:767px) {
    .two-column-flex.two-column-highlight-header{
        padding: 25px;
    }
    .two-column-flex.two-column-highlight-header .first-column{
        flex-basis: 100%;
    }
    .two-column-flex.two-column-highlight-header .second-column{
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .two-column-highlight-header h2{
        text-align: center;
        padding: 10px 20px;
        background: linear-gradient(to right, #125DB5, #083B73);
        margin: 0;
    }
    .two-column-highlight-header h2:after{
        display: none;
    }
    .two-column-flex.two-column-highlight-header h2{
        font-size: 36px;
    }
}
@media screen and (max-width:599px) {
    .two-column-flex.two-column-highlight-header h2{
        font-size: 28px;
    }
}

/* Two Column Background */
.two-column-flex.two-column-background{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    max-width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
}
.two-column-flex.two-column-background.parallax{
    background-attachment: fixed;
}
.two-column-flex.two-column-background .inner-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px !important;
    justify-content: center;
}
.two-column-flex.two-column-background h3,.two-column-flex.two-column-background h5,.two-column-flex.two-column-background h6{
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    color: #0C3A70;
    padding: 0px 25px;
}
.two-column-flex.two-column-background pre{
    margin: 0;
}
.two-column-flex.two-column-background h2{
    font-size: 44.5px;
    font-weight: 500;
    font-style: italic;
    color: #0C3A70;
    padding: 0px 25px;
    margin: 0;
}
.two-column-flex.two-column-background h4{
    font-size: 34px;
    padding: 0px 25px;
    color: #585858;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0.5rem;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.two-column-flex.two-column-background p{
    padding: 0px 25px;
}

.two-column-flex.two-column-background .first-column{
    flex-basis: 50%;
}
.two-column-flex.two-column-background .second-column{
    flex-basis: 50%;
}
.two-column-flex.two-column-background.low-padding .inner-container{
    padding-top: 1em;
    padding-bottom: 1em;
}
@media screen and (max-width:767px) {
    .two-column-flex.two-column-background .first-column{
        flex-basis: 100%;
    }
    .two-column-flex.two-column-background .second-column{
        flex-basis: 100%;
    }
    .two-column-flex.two-column-background .first-column p{
        margin-bottom: 0;
    }
    .two-column-flex.two-column-background .second-column p{
        margin-bottom: 0;
    }
    .two-column-flex.two-column-background .first-column.order-two{
        order: 2;
    }
    .two-column-flex.two-column-background .second-column.order-one{
        order: 1;
    }
    .two-column-flex.two-column-background h3,.two-column-flex.two-column-background h5,.two-column-flex.two-column-background h6{
        text-align: left !important;
    }
    .two-column-flex.two-column-background{
        padding-left: 0;
        padding-right: 0;
    }
    .two-column-flex.two-column-background h2{
        font-size: 35px;
    }
    .two-column-flex.two-column-background h4{
        font-size: var(--main-body-font-size);
    }
}
@media screen and (min-width:1650px) {
    .two-column-flex.two-column-background{
        padding-top: 0em;
        padding-bottom: 0em;
    }
}

/* Footer */
footer .ccc-container{
    background-color: #585858 !important;
}
footer .ccc-container .wp-social-link{
    background-color: #FFFFFF !important;
}

.wp-block-bsb-slider{
    max-width: unset !important;
}

/* WP Swiper */
.wp-swiper{
    max-width: unset !important;
    cursor: grab;
}
.wp-swiper{
    max-width: unset !important;
    cursor: grab;
}
.wp-swiper:active{
    max-width: unset !important;
    cursor: grabbing;
}
.wp-swiper__wrapper{
    margin-bottom: 0 !important;

}
.wp-swiper__overlay-img{
    background-size: cover;
}
.wp-swiper__slide-content{
    padding: 3em;
    max-width: 1000px;
}
@media screen and (min-width:600px) {
    .wp-swiper__slide-content{
        padding: 6em;
        max-width: 1000px;
    }
}
.wp-swiper__overlay-img{
    z-index: 1;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: white;
    font-size: 24px;
}
.swiper-pagination-bullet{
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: black;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: white;
    background-color: white;
    width: 25px;
    border-radius: 2px;
    height: 8px;
}
.swiper-pagination.swiper-pagination-bullets{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
}
.wp-swiper__slide-content h2{
    font-size: 24px;
}
.wp-swiper__slide-content p{
    font-weight: 300;
    font-size: 16px;
}

.wp-swiper__overlay-color{
    height: 200%;
}

@media screen and (max-width:767px) {
    .wp-swiper__slide-content{
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* Font Sizes */
body p{
    font-size: var(--main-body-font-size);
}

.gb-container-content a{
    color:#063B74;
    font-weight: bold;
}
.display-none{
    display: none;
}


/* Gallery Slider */
#view-gallery .gallery{
    margin-top: 0;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 20px;
    margin-bottom: 3rem;
}
.slick-next:before, .slick-prev:before{
    color: white;
}

@media screen and (min-width:768px) {
    .is-style-thumbnails-bottom-right.wp-swiper{
        display: none;
    }
}
@media screen and (max-width:767px) {
    #view-gallery .gallery{
        display: none;
    }
    .is-style-thumbnails-bottom-right.wp-swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
        left: 50%;
        transform: translateX(-50%);
    }
}
.is-style-thumbnails-bottom-right.wp-swiper .wp-swiper__slide{
    min-height: 300px;
}

/* Gallery Slider *//* Gallery Slider *//* Gallery Slider */
@media (min-width: 31.25em) {

}

.swiper-container.gallery-slider {
	margin-top: 0; /* minor cosmetic */
    overflow: hidden;
}

.swiper-container.gallery-slider  .swiper-wrapper {
	/* now pagination is below slides */
	margin-bottom: 1em;

	/* just enough width so slides handing off screen are partially visible */
	width: 83.8%;
	}

	@media (min-width: 51.25em) {
		.swiper-container.gallery-slider  .swiper-wrapper {
			/* swiper is disabled at this breakpoint */
			/* wrap slides  */
			flex-wrap: wrap;
			width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
		}
	}

    .swiper-container.gallery-slider  .swiper-slide {
			/* a single column layout */
			width: 100%;
		}


		@media (min-width: 53em) {
			.swiper-container.gallery-slider  .swiper-slide  {
				/* and finally the 4 column layout */
				width: 100%;
                max-height: 300px;
			}
		}

		.swiper-container.gallery-slider .swiper-pagination {
			/* show on small viewports */
			display: block;
		}

		@media (min-width: 51.25em) {
			.swiper-container.gallery-slider .swiper-pagination {
				/* swiper is disabled at this breakpoint */
				display: none;
			}
		}

/* ==========================================================================
   content in swiper
 ========================================================================== */

 .swiper-container.gallery-slider  .product {
	/* odds are you will use flexbox */
	/* display: flex; */

	/* center it */
	margin-left: auto;
	margin-right: auto;

	/* adjust the width to add or remove whitespace  */
	width: 100%;
    height: 100%;
}

.swiper-container.gallery-slider  .photograph {
		/* if parent is flex it will stretch this image */
		/* align-self: center; */
		display: block;

		height: auto;
		width: 100%;
        height: 100%;
        object-fit: cover;
	}

	.swiper-container.gallery-slider  .product__name.product__name {
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
		font-size: calc(.5em + 5vw);
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
	}

	@media (min-width: 51.25em) {
		.product__name.product__name {
			font-size: .92em;
		}
	}

	.swiper-container.gallery-slider  .product__description {
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
		font-size: calc(.3em + 5vw);
		font-weight: 300;
		line-height: 1.1;
		text-align: center;
	}

	@media (min-width: 51.25em) {
		.swiper-container.gallery-slider  .product__description {
			font-size: .92em;
		}
        .fullwidth-gallery.swiper-container.gallery-slider .photograph{
            min-height: 33vw !important;
        }
        .fullwidth-gallery.swiper-container{
            max-width: unset !important;
            min-height: 33vw;
        }
	}

    @media screen and (max-width:819px) {
        .swiper-container.gallery-slider .swiper-slide{
            padding-left: 10px;
            padding-right: 10px;
            /* min-height: 300px; */
            max-height: 350px;
            min-width: 350px;
        }
        .swiper-container.gallery-slider .photograph{
            width: 100%;
            height: 100%;
            max-height: 350px;
            min-height: 350px;
        }
    }
    @media screen and (max-width:500px) {
        .swiper-container.gallery-slider .swiper-slide{
            padding-left: 10px;
            padding-right: 10px;
            /* min-height: 300px; */
            max-height: 275px;
            min-width: 275px;
        }
        .swiper-container.gallery-slider .photograph{
            width: 100%;
            height: 100%;
            max-height: 275px;
            min-height: 275px;
        }
    }

    /* @media screen and (min-width: 950px) {
		.swiper-container.gallery-slider  .swiper-slide {
			min-height: 300px;
            max-height: 300px;
		}
	}

    @media screen and (min-width:600px) and (max-width: 949px) {
		.swiper-container.gallery-slider  .swiper-slide {
			min-height: 300px;
            max-height: 350px;
		}
	} */

    @media screen and (min-width:600px) {
		.swiper-container.gallery-slider  .swiper-slide img:hover{
			cursor: pointer;
		}
	}

@media screen and (max-width:600px) {
    .home .entry-content.wp-block-post-content {
		padding-top: 0px;
	}
	.entry-content.wp-block-post-content {
		padding-top: 0px;
	}
    main{
        padding-top: 0px;
    }
}

 /* Page Title */ 
.custom-page-title{
    text-align: center;
    font-size: 60px;
    font-style: italic;
    font-weight: 500;
    color: var(--wp--preset--color--primary);
    margin-top: 5.5rem !important;
    margin-bottom: 1.5rem !important;
    padding-left: 25px;
    padding-right: 25px;
    word-wrap:break-word;
}
@media screen and (max-width:600px) {
	.custom-page-title{
        margin-top: 3rem !important;
        margin-bottom: 1rem !important;
    }
}

/* Two Column Image with Text */
.two-column-flex.two-column-image-with-text{
    display: flex;
    flex-wrap: wrap;
}
.two-column-flex.two-column-image-with-text .inner-container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:600px) {
    .two-column-flex.two-column-image-with-text .inner-container{
        display: flex;
        flex-wrap: wrap;
        padding-top: 0em;
        padding-bottom: 0em;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
.two-column-flex.two-column-image-with-text .first-column, .two-column-flex.two-column-image-with-text .second-column{
    flex-basis: 50%;

}
.two-column-flex.two-column-image-with-text .first-column img, .two-column-flex.two-column-image-with-text .second-column img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
    padding-top: .75em;
    padding-left: .75em;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.two-column-flex.two-column-image-with-text .image-container{
    width: 100%;
    position: relative;
}

.two-column-flex.two-column-image-with-text .image-container::after{
    content: "";
    width: 90%;
    background-color: #C1C1C1;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    z-index: -1;
}

.two-column-flex.two-column-image-with-text .second-column{
    padding-left: 2em;
}
.two-column-flex.two-column-image-with-text .first-column{
    padding-right: 2em;
}
.two-column-flex.two-column-image-with-text .text-content strong{
    color: #0C3A70;
}
.two-column-flex.two-column-image-with-text .text-content p:first-child{
    margin-top: 0;
}


.two-column-flex.two-column-image-with-text h2{
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    color: #0C3A70;
}

.two-column-flex.two-column-image-with-text h2 strong{
    font-size: 34px;
    font-weight: 500;
    font-style: italic;
}

.column-divider .first-column{
    border-right: 1px solid #E7E6E7;
}
.two-column-flex.two-column-image-with-text{
    max-width: 100% !important;
    padding-top: 2em;
    padding-bottom: 0;
}
@media screen and (max-width:600px) {
    .two-column-flex.two-column-image-with-text{
        max-width: 100% !important;
        padding-top: 0em;
        padding-bottom: 0;
    }
    .swiper-container.gallery-slider .swiper-wrapper{
        margin-bottom: 0;
    }
    .swiper-container.gallery-slider.swiper-initialized{
        padding: 10px;
    }
}
.two-column-flex.two-column-image-with-text.first-column-short{
    background: url(../../../uploads/sites/95/2024/01/pacifica-graphic.png);
    background-color: #F1F1F1;
    max-width: 100% !important;
    padding-top: 2em;
    padding-bottom: 2em;
} 
.two-column-flex.two-column-image-with-text.first-column-short iframe{
    border: .25px solid #707070;
}
.two-column-flex.two-column-image-with-text.first-column-short .first-column{
    flex-basis: 50%;
    display: flex;
}    
.two-column-flex.two-column-image-with-text.first-column-short .first-column iframe{
    height: 100%;
    width: 100%;
    min-height: 300px;
}    
.two-column-flex.two-column-image-with-text.first-column-short .second-column{
    flex-basis: 50%;
}
.two-column-flex.two-column-image-with-text.first-column-short .first-column{
    padding-right: 0;
}
.two-column-flex.two-column-image-with-text.first-column-short .first-column .image-container{
    height: 100%;
}
.two-column-flex.two-column-image-with-text.first-column-short .first-column .image-container img{
    padding: 0;
}
.two-column-flex.two-column-image-with-text.first-column-short .first-column .image-container img::after{
    display: none;
}

@media screen and (max-width:1300px) and (min-width:1201px) {
    .two-column-flex.two-column-image-with-text .first-column .text-content{
        padding-left: 25px;
    }
    
    .two-column-flex.two-column-image-with-text .second-column .text-content{
        padding-right: 25px;
    }
    .two-column-flex.two-column-image-with-text.first-column-short .first-column{
        padding-left: 25px;
    }
    .two-column-flex.cta-banner .inner-container .first-column{
        padding-left: 25px;
    }
}

@media screen and (max-width:768px) {
    .two-column-flex.two-column-image-with-text.first-column-short{
        padding: 0;
    }
    .two-column-flex.two-column-image-with-text.first-column-short .first-column{
        flex-basis: 100%;
    }
    .two-column-flex.two-column-image-with-text.first-column-short .second-column{
        flex-basis: 100%;
    }
    .two-column-flex.two-column-image-with-text .first-column, .two-column-flex.two-column-image-with-text .second-column{
        flex-basis: 100%;
        padding: 0;
    }
    .two-column-flex.two-column-image-with-text .second-column.order-1{
        order: 1;
    }
    .two-column-flex.two-column-image-with-text .first-column.order-2{
        order: 2;
    }
    .two-column-flex.two-column-image-with-text .second-column .image-container.mobile-margin-top{
        margin-top: 2rem;
    }
    .two-column-flex.two-column-image-with-text .first-column .image-container.mobile-margin-top{
        margin-top: 2rem;
    }
    .two-column-flex.two-column-image-with-text .first-column img, .two-column-flex.two-column-image-with-text .second-column img{
        padding-top: 0;
        padding-left: 0;
    }
    .two-column-flex.two-column-image-with-text {
        padding:0;
    }
    .two-column-flex.two-column-image-with-text .text-content{
        padding: 25px;
    }
}

.two-column-flex.two-column-image-with-text .button-group{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    order:3;
    justify-content: center;
}
@media screen and (min-width:1000px) {
    .two-column-flex.two-column-image-with-text .button-group{
        margin-bottom: 1rem;
        margin-top: 3rem;
    }
    .two-column-flex.two-column-image-with-text .button-group{
        gap: 2rem;
    }
}
.two-column-flex.two-column-image-with-text .button-group .button-container{
    flex-basis: fit-content;
}
.two-column-flex.two-column-image-with-text .button-group .hero-button{
    padding: 8px 45px;
    font-size: 25px;
    color: white;
    background-color: #023D78;
    text-align: center;
    display: block;

    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 45px;
}
.two-column-flex.two-column-image-with-text .button-group .hero-button:hover{
    background-color: #125db5;
}
.two-column-flex.two-column-image-with-text .button-group .hero-button svg{
    margin-left: 1rem;
}
.two-column-flex.two-column-image-with-text .button-container:first-child .button-group .hero-button:first-child{
    margin-right: 2rem;
}   
@media screen and (max-width:1200px) {
    .two-column-flex.two-column-image-with-text .button-group .hero-button{
        margin-bottom: 35px;
    }
}     
@media screen and (max-width:900px) {
    .two-column-flex.two-column-image-with-text .button-group .hero-button{
        padding: 8px 30px;
        color: white;
        background-color: #023D78;
        width: fit-content;
        margin-left: 1rem;
        margin-right: 1rem;
        font-size: var(--main-body-font-size);
    }
    .two-column-flex.two-column-image-with-text .button-group .hero-button:first-child{
        margin-bottom: 1.5rem;
    }
    .two-column-flex.two-column-image-with-text .button-group .button-container{
        flex-basis: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .two-column-flex.two-column-image-with-text .button-group{
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width:901px) {
    .two-column-flex.two-column-image-with-text .button-group{
        gap: 2rem;
    }
}


/* CTA Banner */
.two-column-flex.cta-banner{
    background: linear-gradient(to right, #125DB5, #083B73);
    max-width: 100% !important;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (min-width:1200px) {
    .two-column-flex.cta-banner .inner-container{
        min-width: 1200px;
    }
}
.two-column-flex.cta-banner .inner-container{
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.two-column-flex.cta-banner .inner-container .first-column{
    flex-basis: 60%;
}
.two-column-flex.cta-banner .inner-container .second-column{
    flex-basis: 40%;
    text-align: center;
}
.two-column-flex.cta-banner .inner-container .first-column p{
    color: white;
    font-size: 20px;
}
.two-column-flex.cta-banner .inner-container .second-column a{
    font-size: 27px;
    padding: 4px 43px;
    background-color: white;
    color: #063B74;
    font-weight: 600;
    border: #707070 solid 2px;
    border-radius: 50px;
    width: fit-content;
    word-wrap: break-word;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.two-column-flex.cta-banner .inner-container .second-column a:hover{
    color: #125db5 !important;
}
@media screen and (max-width:900px) {
    .strips__strip--expanded .strip__inner-text {
        opacity: 1;
        transform: translate(-50%, -50%) scale(.8);
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .two-column-flex.cta-banner .inner-container .second-column p{
        margin-bottom: 0;
    }
    .two-column-flex.cta-banner .inner-container .second-column a{
        margin-bottom: 1rem;
    }
    .two-column-flex.cta-banner .inner-container .first-column p{
        text-align: center;
    }
	.two-column-flex.cta-banner .inner-container .first-column{
        flex-basis: 100%;
    }
    .two-column-flex.cta-banner .inner-container .second-column{
        flex-basis: 100%;
    }

    .strips__strip.strips__strip--expanded{
        overflow: visible !important;
    }
}

/* Living Options */

.block-overlay-images{
    z-index: 1;
    position: relative;
}
.block-overlay-images .strips__strip .strip__content{
    border-radius: 40px 0px 40px 0px;
    border: #707070 2px solid;
    /* border: white 5px solid; */
}
.block-overlay-images .strips__strip.strips__strip--expanded .strip__content{
    border-radius: 35px 0px 40px 0px;
    width: 100%;
}
.block-overlay-images .strips .strip__content:before{
    border-radius: 35px 0px 40px 0px;
}
.overlay-images-container{
    background-color: var(--wp--preset--color--primary) !important;
    padding: 25px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.overlay-images-container::after{
    content: "";
    background-image: url('https://pacificaoxnard.com/wp-content/uploads/sites/95/2024/01/circle-graphic.png');
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    pointer-events: none;
}
.overlay-images-container h2{
    margin-bottom: 3.5rem;
    font-weight: 500;
    font-size: 34px;
}
.overlay-images-container .wp-block-heading {
    color: white !important;
}
.overlay-images-container .fa.fa-close.strip__close.strip__close--show{
    margin-right: 2.5rem;
}
/* .strips{
    gap: 1%;
} */
.block-overlay-images .strips__strip.strips__strip--expanded{
    border: white 5px solid;
    border-radius: 35px 0px 40px 0px;
}
.overlay-images-container .fa.fa-close.strip__close.strip__close--show{
    display: none;
}
.block-overlay-images .strips__strip.strips__strip--expanded .fa.fa-close.strip__close.strip__close--show{
    display: block;
    top: 2.5rem !important;
}
.overlay-images-container .gb-container-inside{
    max-width: 1200px !important;
}
@media screen and (max-width:900px) {
    .block-overlay-images .strips__strip .strip__content{
        width: 100%;
        /* border: white 5px solid; */
    }
    .block-overlay-images .strips__strip{
        margin-top: 1rem;
    }
    .block-overlay-images .strips__strip:first-child{
        margin-top: 0rem;
    }
    .overlay-images-container .fa.fa-close.strip__close.strip__close--show{
        margin-right: 1rem;
        margin-top: 1rem;
        top: 0rem !important;
        right: 0rem !important;

    }
    .overlay-images-container .strip__inner-text p{
        font-size: 16px;
    }
    .overlay-images-container .strips__strip--expanded .strip__inner-text{
        transform: translate(-50%, 0%) scale(.9);
        top: 0;
    }
    .block-overlay-images .strips__strip.strips__strip--expanded .fa.fa-close.strip__close.strip__close--show{
        display: block;
        top: 0rem !important;
    }
    .strips .strip__content:before {
        background: white;
        opacity: 1;
    }
    .block-overlay-images .strip__title{
        color: #083B73;
    }
    .block-overlay-images .strips__strip.strips__strip--expanded .strip__title{
        color: white;
    }
    .block-overlay-images .strip__content h3::after{
        display: none;
    }
    .block-overlay-images .strip__title{
        min-width: 100%;
        padding: 0 25px;
    }
}
.overlay-images-container .strip__inner-text p{
    font-size: 16px;
}
@media screen and (min-width:1600px) {
    .overlay-images-container .strip__inner-text p{
        font-size: 16px;
    }
}
@media screen and (max-width:599px) {
    .strips__strip.strips__strip--expanded{
        min-height: 850px;
    }
    .overlay-images-container .strips__strip--expanded .strip__inner-text{
        transform: translate(-50%, 0%) scale(1);
        top: 0;
        padding: 25px;
    }
    .overlay-images-container .strip__inner-text h3{
        font-size: 26px;
    }
    .overlay-images-container .strip__inner-text p{
        font-size: 14px;
        width: 100%;
    }
}
/* Testimonial Single Quote */
.outside-container{
    max-width: 1200px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 2em;
}
.quote-single{
    position: relative;
    padding: 2em;
    margin: 25px !important;
    border: solid #707070 2px;
    border-radius: 75px 0px 75px 0px;
    max-width: 950px;
    background: linear-gradient(to right,rgba(215,215,215,1), rgba(215,215,215,0));
}
.cls-1 {
    fill: #063c74;
    fill-rule: evenodd;
}
.quote-single svg{
    position: absolute;
    top: -1.75em;
    left: 50%;
    transform: translateX(-50%);
}
.quote-single p{
    text-align: center;
    color: #585858;
    margin: .85rem;
}
.quote-single p strong{
    color: #063B74;
}
@media screen and (max-width:600px) {
    .quote-single{
        padding: 1em;
    }
    .quote-single p{
        text-align: left;
        color: #585858;
    }
}

/* Container Max Width*/
/* body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    max-width: 1200px !important;
} */
@media screen and (max-width:1250px) {
    .entry-content .wp-block-group{
        padding-left: 25px;
        padding-right: 25px;
    }
}

.overflow-hidden{
    overflow: hidden !important;
}

.floor-plan-features{
    
}

.swiper-container.floor-plans-swiper{
    overflow: hidden;
    padding-top: 3.5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination{
    position: absolute;
    left: 0;
    bottom:0;
    margin: 0;
}
.swiper-pagination.swiper-pagination-bullets{
    position: absolute;
    left: 0;
    bottom:0;
    margin: 0;
    display: flex !important;
    align-items: center;
    margin-bottom: 1rem;
}
.swiper-pagination-bullet{
    height: 6px !important;
}
.swiper-outer-container .swiper-button-next{
    left: auto;
}
.swiper-outer-container .swiper-button-prev{
    right: auto;
}

.swiper-outer-container .swiper-button-next:after, .swiper-outer-container .swiper-button-prev:after{
    color:var(--wp--preset--color--primary) !important;
}
.swiper-outer-container .swiper-button-next, .swiper-outer-container .swiper-button-prev{
    z-index: 6;
}
.swiper-outer-container{
    position: relative;
}
.swiper-controls-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.swiper-controls-container .swiper-button-prev,.swiper-controls-container .swiper-button-next{
    position: relative;
    flex-basis: fit-content;
}
.swiper-outer-container .swiper-pagination.swiper-pagination-bullets{
    position: relative;
    width: fit-content;
    flex-basis: fit-content;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
    margin-bottom: 1.25rem;
    height: 100%;
    display: block;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}
@media screen and (max-width:768px) {
    .swiper-controls-container .swiper-button-prev,.swiper-controls-container .swiper-button-next{
        display: flex !important;
    }
}
@media screen and (max-width:600px) {
    .swiper-pagination-bullet{
        height: 3.5px !important;
    }
}
.swiper-pagination-bullet{
    height: 3.5px !important;
}
.swiper-container{
    position: relative;
}
.swiper-container.gallery-slider.swiper-initialized{
    padding-bottom: 2rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #004182;
}
.wp-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: white;
}
@media screen and (max-width:767px) {
    .swiper-container.gallery-slider{
        margin-top: 0;
    }
}
@media screen and (min-width:820px) {
    .swiper-container.gallery-slider.padding{
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width:819px) {
    .swiper-container.gallery-slider.padding{
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
.swiper-pagination{
    position: absolute;
    left: 0;
    bottom:0;
    margin: 0;
}
@media screen and (max-width:599px) {
    .gallery-slider .swiper-pagination{
        margin-bottom: .5rem;
    }
}

/* Floor Plans Swiper */

.swiper-container.floor-plans-swiper .product{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.swiper-container.floor-plans-swiper .text-container{
    flex-basis: 100%;
    width: 100%;
    order: 1;
    text-align: center;
    margin-top: 1rem;
}

.swiper-container.floor-plans-swiper  .swiper-wrapper .swiper-slide img{
    width: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: contain;
    order: 2;
    flex-basis: 100%;
    width: 100%;
}
@media screen and (max-width:600px) {
    .swiper-container.floor-plans-swiper  .swiper-wrapper .swiper-slide img{
        padding-bottom: 1rem;
    }
}
.swiper-container.floor-plans-swiper  .slider-label{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
    color: #585858;
    line-height: 1.25;
}
.swiper-container.floor-plans-swiper  .slider-text{
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--main-body-font-size);
    font-weight: 600;
    color: #585858;
}


@media screen and (min-width:1000px) {
    /* .swiper-container.floor-plans-swiper .swiper-wrapper .swiper-slide{
        max-width: 50%;
    } */
    .swiper-container.floor-plans-swiper .text-container{
        order: 2;
        text-align: left;
        margin-top: 0rem;
        width: 40%;
        flex-basis: 40%;
    }
    .swiper-container.floor-plans-swiper  .slider-label{
        text-align: left;
        font-size: 34px;
        font-weight: 600;
        color: #585858;
    }
    .swiper-container.floor-plans-swiper  .slider-text{
        text-align: left;
        font-size: var(--main-body-font-size);
        font-weight: 600;
        color: #585858;
    }
    
    .swiper-container.floor-plans-swiper  .swiper-wrapper .swiper-slide img{
        order: 1;
        width: 60%;
        flex-basis: 60%;
    }
    /* .swiper-container.floor-plans-swiper .swiper-pagination{
        display: none !important;
    } */
    .entry-content .wp-block-group{
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
}
.swiper-pagination{
    z-index: 1;
}
@media screen and (max-width:999px) {
    .padding-bottom-mobile{
        padding-bottom: 25px;
    }
}
@media screen and (min-width:601px) {
    .entry-content .wp-block-group.padding-bottom-mobile{
        margin-top: 4.5rem !important;
    }
    .stand-alone-group{
        margin-top: 4.5rem !important;
    }
}
@media screen and (max-width:600px) {
    .entry-content .wp-block-group.padding-bottom-mobile{
        margin-top: 2rem;
    }
}
.apartment-features{
    padding: 2em 4em;
    background: #F1F1F1;
}
.apartment-features h3,.apartment-features h2,.apartment-features h4{
    padding-left: 25px;
    padding-right: 25px;
}
.apartment-features.wp-block-group{
    padding-left: 0;
    padding-right: 0;
}
.no-padding-group.wp-block-group{
    padding-left: 0;
    padding-right: 0;
}
.apartment-features strong{
    font-weight: 400;
}
.apartment-features ul, .two-column-flex ul{
    padding-right: 25px;
}
.apartment-features.wp-block-group li{
    font-size: var(--main-body-font-size);
}
@media screen and (min-width:767px) {
    .apartment-features.wp-block-group{
        padding-left: 4em;
        padding-right: 4em;
    }
}

h3.wp-block-heading{
    margin-bottom: 1rem;
}

/* Padding */
.swiper-container{
    overflow: hidden;
}

/* Video Image Slider */
.swiper-container.video-image-slider{
    max-width: 100% !important;
}
/* .swiper-container.video-image-slider .swiper-wrapper{
    justify-content: center;
} */
.swiper-container.video-image-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-height: 644px; */
}
/* .swiper-container.video-image-slider .swiper-slide{
    width: 60%;
} */
/* .swiper-container.video-image-slider .swiper-slide{
    width: 64.5%;
} */
.swiper-container.video-image-slider .text-container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #414141;
    width: 100%;
}
.swiper-container.video-image-slider .text-container .slider-label{
    color: white;
    width: 100%;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.swiper-container.video-image-slider .swiper-wrapper{
    padding-bottom: 2em;
}

.swiper-container.floor-plans-swiper .photograph:hover{
    cursor: pointer;
}
/* .swiper-container.video-image-slider .product{
    max-height: 600px;
    overflow: hidden;
    min-height: 600px;
}
@media screen and (max-width:1600px) {
    .swiper-container.video-image-slider .product{
        max-height: 500px;
        min-height: 500px;
    }
}
@media screen and (max-width:1400px) {
    .swiper-container.video-image-slider .product{
        max-height: 440px;
        min-height: 440px;
    }
}
@media screen and (max-width:1200px) {
    .swiper-container.video-image-slider .product{
        max-height: 350px;
        min-height: 350px;
    }
}
@media screen and (max-width:950px) {
    .swiper-container.video-image-slider .product{
        max-height: 250px;
        min-height: 250px;
    }
    .swiper-container.video-image-slider .text-container .slider-label{
        margin: .5rem;
    }
}
@media screen and (max-width:599px) {
    .swiper-container.video-image-slider .product{
        max-height: 200px;
        min-height: 200px;
    }
    .swiper-container.video-image-slider .text-container .slider-label{
        margin: 0;
        font-size: 14px;
    }
}
@media screen and (max-width:500px) {
    .swiper-container.video-image-slider .product{
        max-height: 190px;
        min-height: 190px;
    }
} */

/* Service Icons */
.two-column-flex.service-icons{
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.two-column-flex.service-icons .first-tab-button {
    display: flex;
    align-items: center;
    flex-basis: 50%;
}
.two-column-flex.service-icons .icon-text-container {
    display: flex;
    align-items: center;
    flex-basis: 50%;
}
.two-column-flex.service-icons .icon-text-container img{
    max-width: 75px;
    max-height: 75px;
}
.two-column-flex.service-icons .inner-container .first-column{
    flex-basis: 30%;
}
.two-column-flex.service-icons .inner-container .second-column{
    flex-basis: 70%;
    display: flex;
    flex-wrap: wrap;
}
.two-column-flex.service-icons .inner-container .second-column .first-tab-content{
    display: flex;
    flex-wrap: wrap;
}
.two-column-flex.service-icons .inner-container .second-column .second-tab-content {
    display: flex;
    flex-wrap: wrap;
}
.two-column-flex.service-icons .icon-text-container .text{
    margin: 0;
    font-size: var(--main-body-font-size);
    font-weight: 600;
    color: #585858;
}
.two-column-flex.service-icons .inner-container .second-column .first-tab-content.show{
    display: flex;
    flex-wrap: wrap;
}
.two-column-flex.service-icons .inner-container .second-column .second-tab-content.show{
    display: flex;
    flex-wrap: wrap;
}
.two-column-flex.service-icons .inner-container .second-column .first-tab-content.hidden{
    display: none;
}
.two-column-flex.service-icons .inner-container .second-column .second-tab-content.hidden{
    display: none;
}
.two-column-flex.service-icons .first-column{
    display: flex;
    align-items: center;
}
.two-column-flex.service-icons .first-button{
    margin-bottom: 35px;
}
.two-column-flex.service-icons .first-button,.two-column-flex.service-icons .second-button{
    border: 2px solid #707070;
    font-size: 34px;
    border-radius: 40px 0 40px 0;
    padding: 25px 34px;
    color: var(--wp--preset--color--primary);
    background-color: #FFFFFF;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    max-width: 267px;
    font-family: 'Poppins';
    line-height: 1.25;
}
.two-column-flex.service-icons .first-button:hover,.two-column-flex.service-icons .second-button:hover{
    cursor: pointer;
}
.two-column-flex.service-icons .first-button.active,.two-column-flex.service-icons .second-button.active{
    border: 2px solid #707070;
    font-size: 34px;
    border-radius: 40px 0 40px 0;
    padding: 25px 34px;
    color: white;
    background-color: #023D78;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    max-width: 267px;
    font-family: 'Poppins';
    line-height: 1.25;
}
@media screen and (max-width:950px) {
    .two-column-flex.service-icons .first-button,.two-column-flex.service-icons .second-button{
        margin-bottom: 35px;
        max-width: 250px;
        font-size: 30px;
    }
    .two-column-flex.service-icons .button-container{
        width: 100%;
        justify-content: space-around;
        display: flex;
    }

    .two-column-flex.service-icons .second-column{
        flex-basis: 100%;
    }
    .two-column-flex.service-icons .inner-container .first-column{
        flex-basis: 100%;
    }
    .two-column-flex.service-icons .second-column .icon-text-container{
        flex-basis:100%;
    }
    .two-column-flex.service-icons .inner-container .second-column{
        flex-basis: 100%;
    }
}
@media screen and (max-width:799px) {
    /* .two-column-flex.service-icons{
        background-color: #D7D7D7;
    } */
    /* .entry-content .wp-block-group{
        padding-left: 0;
        padding-right: 0;
    } */
    .two-column-flex.service-icons .button-container{
        margin-top: 3rem;
    }
}
.two-column-flex.service-icons .first-button:hover, .two-column-flex.service-icons .second-button:hover{
    background-color: #125db5 !important;
    color: white !important;
}
@media screen and (max-width:599px) {
    .two-column-flex.service-icons .first-button, .two-column-flex.service-icons .second-button,.two-column-flex.service-icons .first-button.active,.two-column-flex.service-icons .second-button.active{
        max-width: 280px;
    }
    .two-column-flex.service-icons .button-container{
        margin-top: 1rem;
    }
}
@media screen and (max-width:600px) {
    .two-column-flex.service-icons{
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .two-column-flex.service-icons .button-container{
        flex-wrap:wrap;
    }
}
.gray-background-desktop{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
@media screen and (min-width:800px) {
    .gray-background-desktop{
        background-color: linear-gradient(to right, rgba(215,215,215,1), rgba(215,215,215,0));
    }
    
}
@media screen and (max-width:799px) {
    .entry-content .wp-block-group.gray-background-desktop{
        padding-left: 0;
        padding-right: 0;
    }
}
/* @media screen and (min-width:1250px) {
    .entry-content.wp-block-post-content{
        padding-top: 140px;
    }
}
@media screen and (max-width:1249px) {
    .entry-content.wp-block-post-content{
        padding-top: 60px;
    }
} */

@media screen and (max-width:1000px) {
    .ccc-header{
        top: 0;
    }
    /* .entry-content.wp-block-post-content{
        padding-top: 60px;
    } */
    .wistia_responsive_padding{
        padding: 55.25% 0 0 0 !important;
    }
    /* .block-full-width-video{
        margin-top: 1rem;
    } */
}
@media screen and (min-width:601px) and (max-width:800px) {
    .block-full-width-video{
        margin-top: 0%;
    }
}
@media screen and (max-width:599px) {
    /* .entry-content.wp-block-post-content{
        padding-top: 60px;
    } */
    .wistia_responsive_padding{
        padding: 55.25% 0 0 0 !important;
    }
    /* .block-full-width-video{
        margin-top: 4rem;
    } */
}

/* Hero Title Overlay */
.hero-title-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.hero-title-overlay .inner-container{
    max-width: 1200px;
    height: 100%;
    width: 100%;
    min-height: 500px;
    align-items: center;
    display: flex;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.hero-title-overlay .inner-container::after{
    content: "";
    height: 100%;
    width: 100%;
    background-color: white;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    opacity: 0.7;
}
.hero-title-overlay .text-container{
    text-align: center;
    width: 100%;
    padding: 25px;
    z-index: 1;
}
.hero-title-overlay .text-container h1{
    text-align: center;
    width: 100%;
    color: var(--wp--preset--color--primary);
    font-weight: 500;
    font-style: italic;
    font-size: 60px;
    padding-left: 25px;
    padding-right: 25px;
}
.hero-title-overlay .text-container h2{
    text-align: center;
    width: 100%;
    color: var(--wp--preset--color--primary);
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width:500px) {
    .hero-title-overlay .inner-container{
        min-height: 400px;
    }
    .hero-title-overlay .text-container h2{
        font-size: 34px;
    }
}

@media screen and (max-width:1000px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
        margin-top: 1.5rem;
    }
}

@media screen and (min-width:450px) {
    .ccc-header .hide-menu-desktop{
        margin-right: 15px;
    }
}
@media screen and (max-width:999px) {
    .stand-alone-group{
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

/* VT Section */
.vt-section{
    padding-top: 2em;
    padding-bottom: 2em;
}
@media screen and (max-width:599px) {
    .vt-section .block-full-width-video{
        margin-top: 0;
    }
}
@media screen and (max-width:1250px) {
    header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
        color: #585858 !important;
    }
}
.blog-posts-recent-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 2%;
    padding: 25px;
    margin-top: 4rem;
}
.blog-posts-recent-container li{
    flex-basis: 32%;
    list-style: none;
}
.blog-posts-recent-container .hs-featured-image-wrapper img{
    max-width: 100% !important;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}
.reorder-content{
    display: flex;
    flex-wrap: wrap;
}
.reorder-content .hs-featured-image-wrapper{
    order: 1;
}
.reorder-content .middle{
    order: 2;
    font-size: 25px;
}
.reorder-content p{
    order: 3;
    max-height: 310px;
    overflow: hidden;
}

@media screen and (max-width:900px) {
    .blog-posts-recent-container{
        margin-top: 2rem;
    }
    .blog-posts-recent-container .hs-featured-image-wrapper img{
        max-height: 100%;
    }
    .blog-posts-recent-container li{
        flex-basis: 100%;
        margin-bottom: 4rem;
    }
}