@import 'https://fonts.googleapis.com/css?family=Inter';
@import 'https://fonts.googleapis.com/css?family=Lobster';




/* variables */
:root {
    --color0: #31475E;
    --color1: #0C233F;
    --color1a: #0c233f99;
    --color2: #1A3662;
    --color2a: #1A366280;
    --color3: #0C4D8B;
    --color3a: #0C4D8B80;
    --color4: #efefef;
    --color4a: #AACFFF80;
    --color5: #7F7F7F;
    --color5darker: #9f9f9f;
    --color5concrete: #c2c2c2;
    --color6: #efefef;
    --color6a: #EFEFEFcc;
    --color7: #FFFFFF;
    --color8: #0C2340;
    --color9: #D2DEEC;
    --section-3-bg: url("./wp-content/themes/WilbertTheme/img/GradientSlant3@300x.png");
    --redistair: #033e9d;
}

* {
    box-sizing: border-box; 
}

ul, li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--color1);
} 

p {
    font-size: calc(12px + 0.120625vw) !important;
    text-align: justify;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::placeholder {
    color: var(--color1);
}

textarea::placeholder {
    color: var(--color1);
}

body{
    font-family: Inter;
    background-image: linear-gradient(to bottom, #1a366233, #EFEFEF00);
    margin:0;
    margin-top: 4.5rem;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,p{
/*    color: var(--color2);*/
font-family: Inter;
font-display: swap;
}
h2 {
    font: normal normal bold 1.5rem/2rem Inter;
}
.wp-block-image img{
    border-radius: 15px;
}
.image-404{
    width:100%;
}
@media (min-width:1154px){
    .wp-block-image img{
        width: calc(50% - 2rem)!important;
    }
    .image-404{
        width:100%;
        display: block;
    }
    .text-404{
        display:block;
    }
    .content-404{
        display: block;
        margin: 0 18%;
    }
}
.nomargin {
    margin: 0px;
}

.main-sizing {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mobilenav{
    position:fixed;
    width:100vw;
    z-index: 12;
    background: var(--color6);
    top:0;
    overflow:hidden;
    height: 75px;
}

.page-wrapper{
    margin:1rem;
}

.flex-container{
    display: flex;
    gap:1rem;
    flex-wrap: wrap;
}



/*Template page custom css*/
.cta {
    font-size: calc(16px + 0.120625vw) !important;
    font-weight: 500;

}
.cta a{
    color: var(--color0);
}
.product-content ul li{
    font-size: calc(14px + 0.120625vw) !important;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.wp-block-columns{
    gap:2rem;
}


.lnl-video{
  max-width: 100%;
}
.lnl-video-wrapper{
  display:flex;
  justify-content:center;
}


.lnl-form-title{
  font-size: 24px;
  font-weight: bold;
  color: var(--color6);
  text-shadow: 2px 2px 2px var(--color0);
  padding: 0 5rem;
}

.lnl-form-container{
  max-width: 400px;
  margin: 0 auto;
}
.lnl-form-group{
  width:100%;
  height: 600px;
  border-radius: 4px;
  background-size: cover;
  background-repeat: none;
  background-position: center;
  background-color: #1925318c;
  text-align: center;
  padding: 5rem 0;
}
.lnl-form-label{
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.lnl-form-input{
  width: 80%;
  padding: 8px;
  font-size: 14px;
  border:1px solid #ccc;
  border-radius: 4px;
}
.lnl-form-submit{
  margin-top: 1.5rem;
  width: 80%;
  padding: 10px;
  font-size:16px;
  background-color:var(--color0);
  color:var(--color6);
  border:none;
  border-radius: 4px;
  cursor:pointer;
}
.lnl-form-submit:hover{
  background-color: var(--color2);
}

@media screen and (max-width:1154px){
  .lnl-form-container{
    margin-top: 2rem;
  }
}

@media screen and (min-width:1154px){
  .lnl-content-wrapper{
    width: 70%;
  }
  .lnl-form-container{
    width: calc(30% - 2rem);
  }
}








.persona {
    margin: 0;
}
.persona-container {
    margin: 1rem;
}
.persona-selection {
    transition: transform 330ms ease-in-out;

}

.persona-selection:hover {
    transform: scale(1.1);
    transition: transform 330ms ease-in-out;
    animation-duration: 2s;
}

.persona-selection-staging {
    margin-top: 2rem;
}

.persona-selection-container {
    display: flex;
    margin: 0 auto; 
    flex-direction: column;
    gap: 1rem;
}

.product-bulleted-list {
    list-style-type: disc;
    font-size: 1rem;
}

header {
    background-color: var(--color2);
    position:relative;
}

header a {
    color: var(--color7);
}
.searchform {
    display: flex;
    justify-content: center;

}
.primarynav-items {
    position: relative;
    /* margin: auto 0 auto auto; */
}


.hero-text {
    color: var(--color7);
    font-size: 1rem;
    text-align: center;
    margin: auto 1.5rem;
}

.c-form {
    /* position:absolute; */
    display: flex;
    flex-direction: row;
    width: 55%;
    /* padding:4rem; */
}

.c-left {
    background-color: #ffffff00;
    width: 67%;
    display: flex;
    flex-direction: column;
    padding: 0rem 3rem 0rem 0rem;
}

.c-form-info {
    color: black;
    font-size: .8rem;
    font-weight: bold;
    display: flex;
    gap: .5rem;
    flex-direction: column;
    position: relative;
}

.c-form-info h3 {
    margin-top: -2rem;
    margin-left: auto;
    margin-right: auto;
}

.c-form-info input[type="text"] {
    background-color: #02115f0a;
    border-radius: 0px 8px 8px 8px;
    border: 0;
    border-bottom: 1px solid white;
    padding: 0.5rem 0;
    outline: none;
    box-sizing: border-box;
    font-size: .8rem;
    transition: 250ms all ease-in;
    z-index: 999;
    padding-left: 5px;
    padding-top: 20px;
    width: 45%;
}

.border-bottom {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    border-bottom: 2px solid #777;
    width: 0%;
    margin-left: 5px;
}

.input-field {
    position: relative;
    display: block;
}

.input-field label {
    position: absolute;
    top: 15%;
    left: 5px;
    color: #777;
    font-size: 1rem;
    background: none;
    margin-left: 5px;
}

.c-form-info input:invalid {
    animation: justshake 0.3s forwards;
    color: red;
}

@keyframes justshake {
    25% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX-(5px);
    }
}

.c-form-info textarea {
    /* border: none;
    background-color: #ffffff00;
    border-bottom: 2px solid black; */
    padding: 12px;
    border: none;
    background-color: #02115f0a;
    border-radius: 0px 8px 8px 8px;
    outline: none;
    color: var(--color1);
    height: fit-content;
    width: 100%;
    height: 130px;
    padding-top: 10px;
}

#message {
    top: 1%;
}

.c-form-info-send {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    /* padding: 0 12px; */
    /* line-height: 20px; */
    height: 30px;
    max-height: 30px;
    background: none;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    color: #0a0a49;
    transition-timing-function: ease-in-out;
    transition-property: background;
    transition-duration: 150ms;
    box-shadow: none;
}

button.c-form-info-send:hover {
    /* background: #0a0a49; */
    /* color: white; */
    font-family: 'Lobster', sans-serif;
    font-size: 1rem;
    /* text-shadow: 4px 4px 4px #aaa; */
}

.c-right {
    background-image: url(../contactFormImage.jpg);
    width: 33%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-form-w-info {
    display: flex;
    flex-direction: column;
    padding: 4rem 0rem;
}

.c-form-w-info div {
    color: white;
    background-color: var(--color2a);
    width: 340px;
    margin-left: -.75rem;
    padding: .5rem 0rem .5rem 1rem;
    margin-bottom: 1rem;
    font-size: .8rem;
    font-weight: bold;
}

.c-form-w-info p {
    padding-left: 3rem;
}

.request-image img{
    position:absolute;
    top:6.25rem;
    width:60%;
    height:auto;
}
@media(max-width:1153px) {   
    .search-field-icon {
        top: 0px;
		display: block;
		position: absolute;
    }
    .all-projects-mobile-wrapper{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 1rem;
    }
    .request-image img{
    /*    position:absolute;
        top:6.25rem;
        width:60%;*/
        top:0;
        position: relative;
        width:100%;
        height:auto;
    }
    #primarynav-logo {
        margin:.5rem;
    }
    .logo-contact-info-wrapper {
        display: flex;
        margin-top: 10px;
        flex-direction: column;
        padding: 10px;
    }

    .c-form {
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
        padding: 1rem;
    }

    .c-left {
        padding: 0;
        width: 100%;
    }

    .c-form-info input[type="text"] {
        width: 100%;
    }

    .c-right {
        width: 100%;
        margin-top: 20px;
    }

    .c-form-info-send {
        margin-top: -20px;
    }

    .category-navigation{
        position:relative !important;
        top:0px !important;
        padding: 0 1rem !important;
/*        margin-bottom: 1.5rem !important;*/
    }

    .category-navigation i {
        line-height:3rem;
    }
    .primary-navigation{
        display:none;
    }
    .fp-section-4-tile-1{
        text-align: center;
        margin-bottom: 1rem;
    }
}

.product-title-hr {
    border-top: 1px solid var(--color7);
    margin-top: .3rem;
}

.with3d {
    display: flex;
    flex-direction: column;
}
.edrawings-top-bar-left {
    display: none !important;
}
.page-card-left img{
    width:100%;
}

.i3d-show {
    display: block;
}

.fab {
    color: var(--color1);
}

.category-navigation {
    /* display: flex;
    justify-content: space-between;
    margin: 0.25rem 1rem;
    position: relative; */
    display: flex;
    justify-content: space-between;
    /* padding: 0.5rem 6rem; */
    position: fixed;
    top: 4.725rem;
    height: 3rem;
    left: 0;
    background-color: var(--color4);
    z-index: 10;
    margin: 0;
    padding: 0 6rem;
}
.category-navigation h3 {
    font-size: calc(15px + 0.390625vw);
}

.category-navigation-left {
    /* padding-top: 12px;
    padding-right: 5px; */
    cursor: pointer;
}

.category-navigation-button {
    border: none;
    border-radius: 0 25px 25px 0;
    background-color: var(--color2);
    color: var(--color6);
    height: 2rem;
    width: 5rem;
    top: 2px;
    left: 3rem;
    position: absolute;
}

.fa-home {
    background: var(--color6);
    /* margin: 5px; */
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 0px;
    left: -1.25rem;
}

.fa-home::before {
    display: block;
    margin-top: .5rem;
    color: var(--color2);
}

.fa-chevron-left::before {
    /* height: 25px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0px; */
    color: var(--color2);
}

.design-library-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 30px;
}

.page-result {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.page-card {
    border-radius: 10px;
    background-color: var(--color7);
    display: flex;
    flex-direction: column;
    width: 14rem;
    height: 20rem;
    border: 1px solid var(--color2a);
    padding: 15px;
    position: relative;
}



.page-card-left {
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: .8rem;
    line-height: .9rem;
}

.card-hr {
    border: 0;
    display: flex;
    /* width: 100%; */
    height: 1px;
    margin: .5rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--color2a), rgba(0, 0, 0, 0));
}
.careers-hr {
    border: 0;
    /* width: 100%; */
    height: 1px;
    margin: 0rem 0rem 1.5rem 0rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--color2a), rgba(0, 0, 0, 0));
}

.with_3d {
    border-radius: 15px;
    background-color: var(--color7);
    display: flex;
    flex-direction: row;
    width: 14rem;
    height: 20rem;
    /* box-shadow: 1px 1px 6px #1A3662; */
    border: 1px solid var(--color2a);
    padding: 15px;
    /* margin: 25px auto; */
}

.with_3d a {
    color: var(--color3);
    padding: 0px;
    font-weight: bold;
    background-color: white;
}

.page-card-right {
    display: none;
}

.page-card-img {
    /* width: fit-content; */
    border-radius: 15px;
    max-height: 40%;
    margin: 0 auto;
}

.page-card-title {
    font: normal normal bold .8rem/1rem Inter;
    height: 10px;
    margin-top: .5rem;
}
.page-card *{
    font-size: .8rem;
    line-height: .9rem;
}
.page-card a {
    color: var(--color3);
    padding: 0px;
    font-weight: bold;
    background-color: white;
}

.page-card-info {
    margin: 1.5rem 0px 0px 0px;
}

.page-card-info span {
    font-weight: 500;
    color: var(--color2a);
}

.page-card-buttons {
    color: var(--color3);
    padding: 0px;
    font-weight: bold;
    background-color: white;
    border: none;
    position: absolute;
    bottom: 5px;
    width: 66%;
}

.page-card-buttons-3d {
    color: var(--color3);
    padding: 0px;
    font-weight: bold;
    background-color: white;
    border: none;
    position: absolute;
    bottom: -10px;
    width: 85%;
}

.fp-connect-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    
}

.fp-connect-right textarea {
    height: 12vh;
    padding-top: 5px;
    margin-top: 1px;
}


.hero-text-left{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: var(--color6a);
}
.hero-text-left p{
    text-align: justify;
}


.fp-section-4-tile-1 a{
    color:var(--color6);
    text-decoration: underline;
    /* padding:0; */
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    background-color: #4076acd6;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    /* flex: 0.2 0 auto; */
    width: max-content;
}
a.projects-button {
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    background-color: #4076acd6;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: max-content;
}
.fp-section-4-info p{
    text-align:justify;
}

.footer2023-left{
    padding: 1rem 1rem 0 1rem;
}
.footer2023-left p{
    font-size: calc(16px + 0.120625vw) !important;
    color:var(--color2);
    margin-bottom: 0;
}


.footer-signup-info{
    margin-bottom: 1rem;
}
.footer-signup-info p{
    text-align:justify;
}

.footer-signup-info p:nth-child(2){
    font-weight: 900;
    font-style: italic;
    text-decoration: underline;
    font-size: calc(20px + 0.120625vw) !important;
}

.footer2023-left form{
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}












.footer2023-right{
    padding:1rem;
}
.footer-social-icons{
    display: flex;
    gap:1rem;
    justify-content: center;
}
.footer-associations{
    display:flex;
    justify-content: space-between;
    padding:1rem;
}
.footer-associations a img{
    width:auto;
    height: 40px;
}
.footer-copyright{
    margin: 0 2.5rem;
}












.persona {
    margin-top: 2rem;
}

.persona-selection {
    border-radius: none;
}

.carousel {
    position: relative;
    z-index: -1;
    margin-top: -50px;
}

.carousel-inner {
    height: auto;
    margin-top: -3em;
}

.carousel-inner img {
    opacity: 1;
    background: var(--color1);
    max-width: 100%;
}

.carousel-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color1);
    opacity: 0.5;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-caption {
    letter-spacing: 0;
    position: absolute;
    top: 45px;
    text-align: left;
    right: 2rem;
    left: 2rem;
    z-index: 10;
    color: var(--color7);
}

.slider-navigation {
    position: absolute;
    display: grid;
    grid-auto-flow: column;
    place-items: center;
    width: 100%;
    height: 380px;
    padding-left: 0;
    padding-right: 2rem;
    text-align: Center;
    grid-gap: 30px;
}

.slider-navigation a {
    color: var(--color7);
    font-size: .8rem;
    text-align: left;
    letter-spacing: 0px;
}

.fp-carousel-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 330px;
}

/* section 1 */
.fp-section-1-links {
    display: flex;
    justify-content: space-between;
    margin-left: 4em;
    margin-right: 4em;
    transform: translateY(-20vw);
    color: var(--color7);
    font-size: 2rem !important;
}

.fp-section-1-links a {
    color: var(--color7);
}

/* section 2 */
.fp-section-2 {
    margin-top: 0px;
    background-color: var(color7);
}

.fp-section-2-about {
    padding: 1rem;
}

.about-content p {
    font-size: .8rem;
    color: var(--color5);
    text-align: justify;
}

.fp-section-2 p {
    text-align: justify;
}

.fp-section2-header strong {
    color: var(--color1);
    font-size: calc(16px + 0.120625vw);
    font-weight: 500;
}

.fp-connect-card {
    margin: 1rem;
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap:1rem;
    justify-content: center;
    align-items: center;
    background-color: var(--color6);
}

.connect-top {
    width: 100%;
    background-color: var(--color2);
    height: 5rem;
    padding: 1rem;
}

.connect-header {
    top: 0px;
    
    font-size: .8rem;
    color: var(--color4);

    
}

.connect-upper {
    font-size: 1rem;
    color: var(--color4);
    text-shadow: 0px .5px 1px var(color6);
}


.fp-connect-card form {
    display: flex;
    flex-direction:column;
    margin: 1rem;
    gap: 1rem;
    width: 85%;
}

.fp-connect-card input,
textarea {
    border: none;
    border-bottom: 1px solid var(--color1);
    background-color: var(--color6);
    font-size: .8rem;
    /* padding-left: 1rem; */
}
.fp-connect-card form > label {
    margin-bottom: 0rem;
}

#projDescription {
    padding: 0;
}


.fp-connect-card p {
    color: var(--color5);
}

.upload-btn {
    height: 40px;
    width: auto;
    font-size: 40px;
    color: var(--color1);
}

.connect-file-upload-button {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.send-btn {
    justify-self: end;
    padding-bottom: 5px;
}

.send-btn i {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: -2px;
    bottom: 5px;
    background-color: var(--color7);
    height: 50px;
    width: 50px;
    justify-content: center;
    border-radius: 50%;
}

.send-btn i::before {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
}

.contact-send {
    background-color: var(--color0) !important;
    color: var(--color4);
    border-radius: 3px;
    border: hidden;
    width: 5rem;
    height: 1.5rem;
    justify-content: right;
    font-size: 1rem;
}

/* Product Page Styling */
    .primary-image {
        float: right;
        width: 100%;
    	object-fit: cover;
    	max-height: 500px;
        clear: none;
        padding-bottom:0;
        transition: transform 0.3s ease;
    }
    @media screen and (max-width:1153px){
        .primary-image {
            padding-bottom:1rem;
        }
    }
    .primary-image:hover{
        transform: scale(1.02);
    }
    .page-images{
        width: calc(50% - 1rem);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
        float: right;
        clear: none;
    }
        @media screen and (max-width:1153px){
            .page-images{
                width:100%;
                padding: 1rem;
            }
        }
    .page-images-only{
        width: 100vw;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        gap:1rem;
        justify-content:space-between;
    }
        @media screen and (max-width:1153px){
            .page-images-only{
                width:100%;
                padding: 1rem;
            }
        }

    .page-content {
    width:100%;
    position: relative;
    float: left;
    clear: none;
    display: contents;
    }
        @media screen and (max-width:1153px){
            .page-content{
                width:100%;
                padding: 1rem;
                width:100%;
                position: relative;
                float: left;
                clear: none;
                display: contents;
            }
        }

    .product-content {
        text-align: justify;
/*        padding:1rem;*/
    }

    .content-wrapper {
        margin: 0 0 1rem 0;   
    }

    .content-wrapper-images {
        width:100%;
    }
    @media(min-width:1154px){
        .content-wrapper-images {
            margin: 0 0 0 2rem;   
            width: 50%;
            float:right;
            display:flex;
            gap:1rem;
            flex-direction: column;
        }
}
    .product-technical-pictures{
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        width: 100%;
/*        padding:1rem;*/
        padding-top:0;
    }
    .product-technical-pictures>* {
        flex: 1 1 280px;
    }
    .technical-drawing1, .technical-drawing2{
        width: calc(50% - .5rem);
        height: 235px;
        margin: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 1rem;
        transition: transform 0.3s ease;
    }
        @media screen and (max-width:1153px){
            .technical-drawing1, .technical-drawing2{
                width:100%;
            }
        }
    .technical-drawing1:hover, .technical-drawing2:hover{
        transform: scale(1.02);
    }
    .forty-percent {
        width: 100%;
        margin-top: 1rem;

    }
    .page-result {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }
    
/* news */
.fp-news {
    padding: 1rem;
    background-color: var(--color7);
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fp-news-heading {
    font-size: 2.4em;
    font-weight: bold;
    color: var(--color1);
}

.fp-news-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fp-news-content {
    display: flex;
    flex-direction: column-reverse;
    /*box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5);*/
}

.news-video {
    align-self: center;
    /*box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5);*/
    margin-bottom: 30px;
}

.fp-news-video {
    width: 100%;
}

.news-btn input {
    background-color: var(--color1);
    border-radius: 25px;
    border: hidden;
    width: 285px;
    height: 50px;
    color: var(--color7);
    font-size: 1rem;
}

.fp-news-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

/* section 3 */
.fp-section-3 {
    height: auto;
    color: var(--color1);
}

.fp-section-3-card-container {
    position: relative;
    /* width: 85vw;
	margin-right: auto;
	margin-left: auto; */
    box-sizing: border-box;
    /*box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5);*/
}

.fp-section-3-heading {
    text-align: center;
    color: var(--color1);
    font-size: 1rem;
    font-family: 'Inter Light';
    line-height: .8;
    height: 4rem;
}

.fp-section-3-social {
    padding-bottom: 5px;
    font-size: 1.5rem;
    display: none;
}

.fp-section-3-description {
    position: relative;
    background-color: var(--color7);
    font-size: .8rem;
    width: 100%;
    padding:1rem;
}

.fp-section-3-description-container {
    width: 100%;
    /* padding: 30px; */
    /* align-self: center; */
}

.fp-section-3-description a {
    padding: 0;
    margin: 0;
}

.fp-section-3-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.fp-section-3-content {
    /* font-size: .8rem; */
    letter-spacing: .5px;
    line-height: 1.5;
    text-align: justify;
}

.fp-section-3-btn {
    color: var(--color4);
    border-radius: 27px;
    width: 158px;
    height: 40px;
    justify-content: right;
}

.fp-section-3-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 250px;
}

.fp-section-3-bottom {
    position: relative;
}

.fp-section-3-send {
    background-color: var(--color5);
    border-radius: 25px;
    border: hidden;
    width: 7rem;
    height: 2rem;
    color: var(--color7);
    font-size: 1rem;
}

.fp-section-3-description-footer {
    line-height: 20px;
    position: relative;
    bottom: 2px;
}

.fp-section-3-description-footer ul {
    padding-left: 0;
}

.fp-section-3-button {
    margin: 2rem auto;
}

/* Section 4 */
.fp-section-4 {
    /* padding-top: 20px; */
    background-color: var(--color6);
    color: var(--color1);
    padding: 2rem 0rem 0rem 0rem;
}

.fp-section-4-heading {
    text-align: center;
    font-size: xx-large;
}

.fp-section-4-info {
    text-align: center;
    margin: auto 1rem;
}

.fp-section-4-solutions {
    display: grid;
    grid-gap: 1rem;
    justify-items: center;
}

.fp-section-4-project {
    position: relative;
/*    height: 200px; */
/*    min-height: 320px;*/
    width: 100%;
    /* border: 1px solid var(--color5); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5);*/
}
@media screen and (max-width:1153px){
    .fp-section-4-project{
        height:200px;
    }
}

.fp-section-4-project-footer {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to top, #1925318c, #0c4d8b00);
    opacity: 0.85;
    padding: 16px;
    /* padding-top: 10px; */
    font-size: calc(18px + 0.020625vw) !important;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--color7);
    font-weight: 600;
    display: grid;
    place-items: self-end;
    text-shadow: 1px 1px 12px black;
}

/* .fp-section-4-project-footer a{
	color: var(--color7);
	padding: 0;
	font-size: 255%;
	font-family:sans-serif;
	font: arial;
	font-weight: 500;
	text-decoration: none;
} */
.fp-section-4-pagelink {
    padding: 20px;
    text-align: center;
}

.fp-section-4-load-more {
    background-color: var(--color4);
    border-radius: 25px;
    border: hidden;
    width: 170px;
    height: 50px;
    font-size: 1rem;
}

/* Mobile NAV */
.menu-top-nav-container {
    overflow: hidden;
}

.top-navigation {
    display: inline-grid;
    min-height: 2.5em;
    grid-auto-flow: column;
    background-color: var(--color2);
    font-size: .8rem;
    width: 100%;
    justify-content: space-evenly;
    padding: 0;
    align-items: center;
    margin-right: 6rem;
}

.top-navigation a {
    color: var(--color6);
}

#primarynav-logo {
    height: 20vw;
    max-height: 100px;
    padding-left: 0em;
}

#primarynav a {
    display: none;
}

#logo-link {
    text-align: center;
}

#logo-link a {
    display: block !important;
    position: relative;
    margin-top: 0px;
}
    @media screen and (min-width:1154px) {
        #logo-link a {
            padding: 4rem 0 0 0;
        }
    }
.navigation-title{
    font-size: calc(15px + 0.390625vw);
    line-height: 3rem;
    color: var(--color2);
}
.navigation-button{
    line-height: 3rem;
}
/* Mobile NAVBAR */
/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: var(--color6a);
    position: relative;
    height: 100%;
}

ul#menu-primary-nav {
    padding-left: .8rem;
}


#menu-mobile-nav{
    display:flex;
    flex-wrap:wrap;
    font-size: small;
    padding: 0;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
}
/* Style navigation menu links */
.topnav a {
    color: var(--color1);
    padding:1rem 0;
    text-decoration: none;
    font-size: small;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    margin-top: -15px;
    z-index: 999;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    color: var(--color1);
}

/* Style the active link (or home/logo) */
.active {
    background-color: var(--color6);
    color: white;
}

li.search input.search-field {
    z-index: 999;
    border-bottom: 1px var(--color1) solid !important;
}

/* Mobile Footer */
.wpi-footer {
    background: var(--color7);
}

.sign-up-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 100%;
    display: flex;
    color: var(--color6);
    background-color: var(--color2);
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.sign-up {
    height: 200px;
    background-color: var(--color2);
}

.sign-up-label {
    font-size: .8rem;
    color: var(--color7);
}

.sign-up-input {
    width: 85%;
    margin: 0;
    border: none;
    border-bottom: 2px solid var(--color7);
    background-color: var(--color2);
    color: var(--color7);
    font-size: .8rem;
    text-align: left;
    opacity: 0.4;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.sign-up-input:focus {
    opacity: 1;
}

.sign-up-input::placeholder {
    color: var(--color7);
}

.sign-up-button {
    font-size: .8rem;
    background-color: var(--color0);
    color: var(--color6);
    justify-content: center;
    border-radius: 33px;
    border: hidden;
    width: 7rem;
    height: 2rem;
    justify-self: center;
}


.footer-addresses {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    justify-content: space-evenly;
    text-align: center;
}

.footer-addresses p {
    margin-bottom: 0;
    text-align: center;
}

.footer-social {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.footer-social img {
    height: 35px;
}

.footer-social a {
    padding-left: 7px;
}

.copyright {
    display: flex;
    justify-content: center;
    color: var(--color1);
}

.google-captcha-notice {
    font-size: .4rem !important;
    text-align: center;
}

.about-us-drone-pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
}

.about-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    background-color: var(--color7);
    padding: 0;
}

.about-offer {
    margin: 0;
}

.about-video {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.about-offer-content {
    position: absolute;
    right: 1%;
    left: 1%;
    top: 0;
}

.about-offer-preheading {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    color: var(--color7);
    margin: 0;
    padding-top: 33px;
}

.about-offer-heading {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--color6);
}

#videoBG {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bv-title {
    margin-top: -50px;
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to right, #748BA7, #A4BFDA);
    color: white;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 1.5rem;
}

.bv-site {
    margin-top: -50px;
    background-color: var(--color6);
}

.bv {
    flex-direction: row;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: max-content;
}

.bv-body {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 45px;
}

.bv-process {
    display: flex;
    flex-direction: column;
    background-color: var(--color7);
}

.bv-info {
    background-color: var(--color1a);
    padding: 3rem 1rem;
    height: max-content;
}

.bv-info-body {
    color: var(--color6);
    line-height: 1.6;
    position: relative;
    display: grid;
    grid-template-rows: auto 50px;
}

.bv-info-body img {
    width: 75%;
}

.bv-info-body-head {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 15px;
}

.bv-info-body-content p {
    color: var(--color6);
}

.bv-customize-button {
    background-color: var(--color8);
    border-radius: 5px;
    border: hidden;
    color: var(--color4);
    font-size: .8rem;
    margin: 1.25rem auto 1rem;
    padding: .5rem 1rem;
}

.button-left {
    position: absolute;
}

.bv-info-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bv-social {
    font-size: 1rem;
}

.social-right {
    position: absolute;
    right: 2rem;
}

.bv-fa-icon {
    padding-left: 10px
}

.bv-choose {
    padding-bottom: 1rem;
    margin: 0 1rem;
}

.bv-choose-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bv-choose-preheading {
    font: normal normal bold 24px/29px Inter;
    color: var(--color5);
}

.bv-choose-heading {
    font: normal normal bold 1.5rem/2rem Inter;
    color: var(--color1);
    padding-top: 20px;
}

.bv-choices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}

.bv-choose-types {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.bv-choose-types-picture {
    width: auto;
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bv-choose-type-title {
    text-align: center;
    font: normal normal bold 24px/29px Inter;
    width: 18ch;
    text-transform: uppercase;
}

.bv-choose-type-content {
    background-color: var(--color1);
    color: var(--color6);
    padding: 10px 20px 10px 0;
    height: max-content;
}

.bv-choose-type-content ul {
    list-style-type: circle;
}

.bv-section-3-heading {
    font: normal normal bold 1.5rem/2rem Inter;
    color: var(--color1);
}

.bv-section-3-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vw;
}

.bv-create {
    background-color: var(--color6);
    display: flex;
    justify-content: center;
    margin: 0 2rem;
}

.bv-create-container {
    background-color: var(--color7);
}

.bv-create-container form {
    margin-top: 50px;
}

.bv-create-examples-container {
    display: grid;
    grid-auto-rows: auto;
    width: 100%;
    margin: .5rem 0;
    grid-gap: .5rem;
    align-items: center;
    justify-items: center;
}

.bv-create-picture {
    width: 400px;
    height: 110px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
}

.legacy-print-container{
    background-color: var(--color7);
    padding: 3rem 6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem auto;
    justify-content: center;
}

.burial-vault-videos-container {
    background-color: var(--color6);
    background-image: linear-gradient(to top, #ffffff, #6f93b4, #BACBDF);
    padding: 0 2rem;
    padding-top: 60px;
}

.bv-video-title {
    text-align: center;
    padding-top: 60px;
}

.bv-video-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 1rem;
    color: var(--color1);
}

.bv-video-content a {
    color: var(--color3);
    text-decoration: underline;
}

.product-title {
    font-weight: 500;
    font-size: 2rem;
}

.careers-nav {
    padding: 15px 0;
}

.careers {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.openings-container {
    background: none !important;
}

.careers-accent{
    background-color: var(--color4);
    padding: 1rem;
    border-radius: 10px;
}

.careers-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1000px;
}

.careers-content-container{
    margin:auto;
}

.careers-content-heading {
    display: none;
}

.careers-conclusion{
    font-weight: 500;
}

.career {
    display: flex;
    flex-direction: column;
    background-color: var(--color7);
    border-radius: 15px;
    padding: 32px;
}

.career-title {
    font-size: 1rem;
    color: var(--color1);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
}

.career-tags {
    font-size: .8rem;
    color: var(--color1);
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 2px;
}

.career-exerpt {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    color: var(--color1);
}

.career-generated-exerpt p {
    margin: 0;
    line-height: 1;
}

.career-buttons {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
}

.career-buttons button {
    background-color: var(--color1);
    color: var(--color4);
    border-radius: 27px;
    min-width: 155px;
}

.job-description a {
    background: var(--color1) !important;
    border-radius: 27px !important;
    text-align: center !important;
    color: var(--color4) !important;
    font-size: .6em !important;
}

.job-apply-button a {
    background: var(--color1) !important;
    border-radius: 27px !important;
    text-align: center !important;
    color: var(--color4) !important;
    font-size: .6em !important;
}



.about-info {
    padding: 2rem;
}

.history {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.history-about-preheading {
    font-size: 1.5rem;
    padding-top: 46px;
}

.history-about-info {
    font-size: 1rem;
}

.history-about-title {
    font-size: 42px;
    font-weight: bold;
}

.history-pictures {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

.history-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 315px;
    padding-bottom: 25px;
}

.meetourteam {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.con-body {
    background-color: var(--color6);
    padding-bottom: 10%;
    margin-top: -50px;
}

.con-title {
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to right, #748BA7, #A4BFDA);
    color: white;
    padding-top: 60;
    padding-bottom: 40px;
    font-size: 1.5rem;
}

.con-locations {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10.5rem;
}
@media screen and (max-width:1154px){
    .con-locations{
        margin-top: 1rem;
    }
}

.con-card {
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: var(--color7);
}

.con-location {
    align-self: center;
    border-bottom: none;
    /* border: 1px solid var(--color1); */
    padding: 10px;
}

.con-social {
    font-size: 42px;
    display: none;
}

.con-address p>strong {
    font-size: 32px;
}

.con-address p {
    font: normal normal 500 22px/26px Inter;
}

.con-button input {
    font-size: .8rem;
    border-radius: 33px;
    border: hidden;
    background-color: var(--color4);
    width: 7rem;
    height: 2rem;
}

.con-map {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 17%;
    height: 25vh;
    /* border: 1px solid var(--color1); */
}

.con-map iframe {
    height: 100%;
    width: 100%;
    position: absolute;
}

.events-spark {
    position: relative;
    height: 700px;
    width: 1215px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-section-1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 2rem 1rem 0 1rem;
}

.faq-section-1-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    font-size: 1rem;
}

.faq-section-1-question {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    background-color: var(--color7);
    padding: 32px;
    border-radius: 15px;
}

.faq-section-1-question-title {
    display: flex;
    flex-direction: row;
}

.faq-section-1-question-answer {
    display: flex;
    flex-direction: row;
}

.qa {
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 10px;
}

.response {
    padding-top: 13px;
}
.a-response {
    margin-top: -.75rem;
}
.q-response {
    margin-top: .5rem;
}

.gg-section-3 {
    width: 100%;
    padding-right: 6rem;
    padding-left: 6rem;
    background-color: var(--color6);
    overflow:hidden;
    background-image: linear-gradient(to top right, #184a77, #D2DEEC);
}
.gg-content-wrapper{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin:0 auto;
    margin-bottom: 30px;
}
.gg-faq-content{

    border-radius: 5px;
    background-color: var(--color6);
    width: 300px;

}

.gg-faq-card:hover{
    transform: scale(1.05);
}
.gg-faq-image {
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}
.gg-faq-title{
    font: normal normal 500 22px/26px Inter;
    font-weight: 500;
}
.gg-faq-question{
    padding:20px;
}
.gg-faq-question p{
    text-align: justify;
    font-size: 18px;
    padding-top:auto;
}
@media screen and (max-width:1153px) {
    :root {
        --color1a: #010c28bd;
    }

    .bv-info{
        height: 100%
    }

    .gg-section-3{
        padding: 0 2rem;
    }
    .gg-content-wrapper{
        flex-direction:column;
        align-items: center;
    }
    .gg-faq-question p{
        font-size: 14px;
    }
    .gg-about-section-1{
        flex-direction: column;
    }
}



.gg-about-section-1 {
    background-color: var(--color6);
    display: flex;
}

.gg-about-info {
    position: relative;
    padding: 2rem;
    font-size: 1rem;
    color: var(--color1);
    font: normal normal normal 24px/29px Inter;
}

.gg-about-info-heading {
    font-size: 1.5rem;
    color: var(--color1);
    font-weight: 900;
    padding-bottom: 1.5rem;
}

.gg-about-stats {
    position: relative;
    padding: 2rem;
}

.gg-about-stat-type {
    font: normal normal normal 24px/29px Inter;
    letter-spacing: 0px;
    color: var(--color1);
    margin-bottom: 0px;
}

.gg-about-stat-info {
    font: normal normal bold 56px/68px Inter;
    letter-spacing: 0px;
    color: var(--color1);
}

.gg-about-section-3 {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 2rem 0 2rem;
}

.gg-about-alex-pic {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 473px;
    width: 100%;
    max-width: 480px;
}

.gg-granite-markers {
    padding-top: 20px;
/*    background-color: var(--color6);*/
    color: var(--color1);
    padding: 1rem 2rem;
/*    margin:1rem;*/
}

.gg-granite-markers-preheading {
    text-align: center;
    color: var(--color5);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1;
    padding: 1rem;
}

.gg-granite-markers-preheading p {
    margin-bottom: 0;
}

.gg-granite-markers-heading {
    text-align: center;
    font-size: xx-large;
}

.gg-granite-markers-heading p {
    margin-bottom: 0;
}

.gg-granite-markers-posts {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
	@media screen and (max-width:1154px){
		.gg-granite-markers-posts {
			flex-direction: column-reverse;
			align-items:center;
		}
	}

.gg-granite-markers-post {
    position: relative;
    min-height: 525px;
    width: 100%;
    max-width: 400px;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    background-color: var(--color1);
}

.gg-granite-markers-footer {
    width: inherit;
    height: 100%;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to right, var(--color1a), var(--color3a));
    opacity: 0.85;
    padding: 1rem;
    color: var(--color7);
}

.gg-granite-markers-post-footer a {
    color: var(--color4);
    padding: 0;
}

.gg-granite-markers-footer-title {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
}

.gg-granite-markers-footer-content {
    /* font-size: .8rem;
	padding: 10% 0 0 0; */
    text-align: justify;
}

.gg-granite-markers-pagelink {
    padding: 20px;
    text-align: center;
}

.gg-granite-types {
/*    background-color: var(--color6);*/
    color: var(--color1);
    padding: 0rem 6rem;
}
@media screen and (max-width:1154px){
    .gg-specials{
        padding: 1rem;
        margin-top:1rem;
    }

    .gg-granite-types{
        padding: 0 1rem !important;
    }
}

.gg-granite-types-posts {
    gap: 1rem;
}

.gg-granite-types-post {
    min-height: 200px;
    min-width: 200px;
}

.gg-granite-types-footer {
    background-image: none;
}

.gg-granite-types-title {
    text-align: center;
    font-weight: bold;
}

.separator {
    min-height: 3rem;
    margin: 2rem 0;
    width: 100%;
    background-color: var(--color1);
}

.gg-head {
    background-image: url("/wp-content/themes/WilbertTheme/img/blue-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}



.gg-nav a {
    display: inline;
}

.gg-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}

.gg-navigation {
    padding-left: 0;
}

.cremation-choices-container {
    padding: 0 2rem;
    background-image: linear-gradient(to top, #ffffff, #6f93b4, #ffffff);
}

.cremation-choices-title {
    font: normal normal bold 1.5rem/2rem Inter;
    text-align: center;
    color: var(--color1);
    padding-top: 30px;
    padding-bottom: 30px;
}

.csp-nav a {
    display: inline;
}

.csp-nav-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    justify-content: space-evenly;
    padding: 30px 0px;
}

.csp-navigation {
    padding-left: 0;
}

.gg-overview-section-1 {
    padding: 1rem 1rem .5rem 1rem;
    background-color: var(--color6);
}

.gg-overview-section-1 p {
    text-align: justify;
}

.gg-overview-info {
    background-color: var(--color6);
    width: 100%;
    font-size: 1rem;
}

.has-large-font-size {
    font-weight: bold;
}

.gg-overview-section-1-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--color1);
}

.gg-overview-section-1-visit {
    display: none;
    font-size: 1rem;
    width: 20%;
    color: var(--color1);
}

.gg-overview-section-1-visit-header {
    font-weight: bold;
}

.gg-overview-section-2 {
    background-image: -webkit-linear-gradient(#9fcdff00, #ccdbe8, #BACBDF);
    background-image: -o-linear-gradient(#9fcdff00, #ccdbe8, #BACBDF);
    background-image: linear-gradient(#9fcdff00, #ccdbe8, #BACBDF);
    height: 1055px;
    color: var(--color1);
}

.gg-overview-section-2-card-container {
    justify-content: center;
}

.gg-overview-section-2-heading {
    padding: 2rem;
    text-align: center;
    color: var(--color7);
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Inter Light';
    height: 12rem;
}

.gg-overview-section-3-heading {
    padding: 2rem;
    text-align: center;
    color: var(--color7);
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Inter Light';
    height: 7rem;
}

.gg-overview-section-2-heading p {
    margin-bottom: 0;
}

.gg-overview-section-2-heading-faq {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color1);
}

.gg-overview-section-2-social {
    padding-bottom: 5px;
    font-size: 25px;
}

.gg-overview-section-2-description {
    position: relative;
    background-color: var(--color7);
    font-size: .8rem;
    width: 100%;
    color: var(--color1);
    height: 535px;
}

.gg-overview-section-2-description-container {
    width: 100%;
    padding: 30px;
    align-self: center;
}

.gg-overview-section-2-description a {
    padding: 0;
    margin: 0;
}

.gg-overview-section-2-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.gg-overview-section-2-content {
    /* font-size: .8rem; */
    letter-spacing: .5px;
    line-height: 1.5;
}

.gg-overview-section-2-btn {
    color: var(--color4);
    border-radius: 27px;
    width: 158px;
    height: 40px;
    justify-content: right;
}

.gg-overview-section-2-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 295px;
}

.gg-overview-section-2-bottom {
    position: absolute;
    bottom: 0;
}

.gg-overview-section-2-send {
    background-color: var(--color5);
    border-radius: 25px;
    border: hidden;
    width: 170px;
    height: 50px;
    color: var(--color7);
}

.gg-overview-section-2-description-footer {
    line-height: 20px;
    position: relative;
    bottom: 5px;
}

.gg-overview-section-2-description-footer ul {
    padding-left: 0;
}

.gg-overview-section-2-button {
    padding-bottom: 20px;
}

.gg-overview-section-3 {
    padding: 2rem;
    background-color: var(--color6);
}

.gg-overview-section-3-our {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: var(--color5);
}

.gg-overview-section-3-design {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    color: var(--color1);
    padding-bottom: 30px;
}

.gg-overview-section-3-process {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gg-overview-section-3-icon {
    position: relative;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    width: 20ch;
}

.gg-overview-section-3-icon img {
    height: 100px;
}

div.gg-overview-section-3-icon:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

div.gg-overview-section-3-icon:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
}

div.gg-overview-section-3-icon:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

div.gg-overview-section-3-icon:nth-child(4) {
    grid-column: 4;
    grid-row: 2;
}

.our-team {
    display: flex;
    flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
    gap: 1rem;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 2rem;
}

.employee {
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    position: relative;
    min-height: 18vw;
    width: 21vw;
    /* border: 1px solid var(--color5); */
}

@media screen and (max-width:1154px){
  .employee{
    min-height: 87vw;
    width:100%;
  }
  .our-team{
    flex-direction: column;
  }
}


.employee-info {
    background-image: linear-gradient(to top, var(--color1), #1562ab00);
    color: var(--color7);
    position: absolute;
    bottom: 0;
    height: 5rem;
    width: 100%;
    font-size: .8rem;
    padding: 10px;
    text-align: center;
    text-shadow: var(--color2) 2px 2px 2px;
}

.employee-name {
    font-size: 1rem;
}

.employee-position {
    font-size: 1rem;
    margin: -5px 0 !important;
}

.employee-position > p {
    text-align:center;
}

.mission {
    flex-direction: column-reverse;
}

.mission-pictures {
    padding-top: 15px;
}

.mission-picture {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 25px;
    width: 100%;
    height: 47vw;
}

.page-prod {
    min-height: 1498px
}

.prod-title {
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to right, #748BA7, #A4BFDA);
    color: white;
    /* padding-top: 60px;
    padding-bottom: 40px; */
    /* font-size: 1.5rem; */
    margin-bottom: 10px;
}

.products-body {
    margin:1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.prod-product {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    border-radius: 15px;
}

.prod-product-body {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    background: var(--color7);
    border-radius: 15px 15px 15px 15px;
}

.product-section-1 {
    width: 100%;
    padding: 15px;
}

.prod-product-button {
    background-color: var(--color4);
    border-radius: 25px;
    border: hidden;
    width: 7rem;
    height: 2rem;
    color: var(--color1);
    font-size: 1rem;
}

.product-section-2 {
    width: 100%;
    height: 166px;
    padding: 15px;
}

.product-section-2 p {
    font: normal normal bold 16px/19px Inter;
}

.prod-product-heading {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color1);
}

.prod-product-content {
    color: var(--color1);
}

.prod-product-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0px 0px;
}

.prod-item-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 270px;
    height: 350px;
    border-radius: 15px 0 0 15px;
}



.rs-info-body-head {
    color: var(--redistair);
    text-decoration: underline;
}

.rs-info-body-head p {
    font-size: 80px;
}

.rs-info-body-content {
    font: normal normal 300 24px/1.5rem Inter;
}

.rs-find-solutions {
    height: 300px;
    width: 45%;
    /* background-color: #1925318c; */
    color: var(--color7);
    position: relative;
    align-self: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-choose-types {
    display: flex;
    place-items: flex-end;
    height: 100%;
    background-image: linear-gradient(to top, #1925318c, #0c4d8b00);
    padding: 1rem;
}

.rs-choose-types p {
    font-size: 32px;
    text-shadow: 1px 1px 19px black;
    font: normal normal normal 33px/45px Inter;
}

.rs-choose-type-content {
    font: normal normal normal 33px/45px Inter;
    color: var(--color7);
    top: 0;
}

.rs-section-3-heading {
    color: var(--color1);
    font-size: 1rem;
    font-family: 'Inter Light';
    line-height: 1.5;
    height: 4rem;
    width: 75ch;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 65ch;
}

.rs-section-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
/*    background-image: linear-gradient(to top right, #094e8d, #D2DEEC);*/
    height: auto;
    color: var(--color1);
}

.rs-choices{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:1rem;
    flex-direction: row;
}
@media screen and (max-width:1154px){
    .rs-choices{
        flex-direction: column;
    }
    .rs-find-solutions{
        width:calc(100% - 2rem);
    }
}
.rs-section-pictures{

}
.rs-section-quicklinks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    width: 80%;*/
    margin: 0 auto;
    justify-content: space-evenly;
    gap: 1rem;
}

.rr-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem auto;
}

.rr-info-container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    height: 18rem;
    justify-content: space-between;
}
@media screen and (min-width:1380px){
    .rr-info-container{
        width: 70%;
    }
}

.rr-info-block {
    width: 22rem;
    min-width: 16rem;
    height: max-content;
    padding: 1rem;
    background-color: var(--color1);
    color: var(--color6);
    font: normal normal normal 12px/18px Inter;
}
.block-library-button{
    background: none;
    color: var(--color2);
    font: normal normal bold 14px Inter;
    padding: 0;
    position: absolute;
    top: 100%;
}
.installation-guide-download-button {
    background: none;
    color: var(--color2);
    font: normal normal bold 14px Inter;
    padding: 0;
    position: absolute;
    top: 100%;
    right: calc(100% - 6rem);
}
.installtion-guide-video-button {
    background: none;
    color: var(--color2);
    font: normal normal bold 14px Inter;
    padding: 0;
    position: absolute;
    bottom: 1rem;
    left: calc(100% - 7rem);    
    width: 7rem;
}
.engineering-link-button {
    background: none;
    color: var(--color2);
    font: normal normal bold 14px Inter;
    padding: 0;
    position: absolute;
    top: calc(100% - 2rem);
    left: calc(100% - 7rem);
    width: 7rem;
}
.engineering-download-button {
    background: none;
    color: var(--color2);
    font: normal normal bold 14px Inter;
    padding: 0;
    position: absolute;
    top: calc(100% - 1rem);
    right: calc(100% - 7rem);
    width: 6rem;
}
.redi-rock-faq-button {
    background: none;
    color: var(--color2);
    font: normal normal bold 14px Inter;
    padding: 0;
    position: absolute;
    bottom: 1rem;
    right: calc(100% - 5rem);    
    width: 6rem;
}
.redi-rock-email-our-team-button {
    background: none;
    color: var(--color2);
    font: normal normal bold 14px Inter;
    padding: 0;
    position: absolute;
    bottom: 1rem;
    right: calc(100% - 8rem);    
    width: 8rem;
}
.redi-rock-email-our-team-button:hover{
    text-decoration: underline;
}
.redi-rock-faq-button:hover{
    text-decoration: underline;
}
.engineering-download-button:hover{
    text-decoration: underline;
}
.engineering-link-button:hover{
    text-decoration: underline;
}
.installation-guide-download-button:hover{
    text-decoration: underline;
}
div.rr-info-block > p:nth-child(3){
    text-align: justify;
}

.rr-info-block h2 {
    font: normal normal 800 24px/29px Inter;
}

.rr-info-pictures-container {
    width: 75%;
    display: flex;
    justify-content: space-evenly;
}

.rr-choose-info,
.div-content-justify {
/*    width: 32ch;*/
    text-align: justify;
    margin-bottom: 3rem;
}

.rr-info-picture-1.extra-top-pad,
.rr-info-picture-2.extra-top-pad {
    padding-top: 20px;
}

.rr-quicklinks {
    margin: 6rem;
}

.rr-info-picture-1 {
    font: normal normal normal 24px/29px Inter;
    color: var(--color5);
    width: auto;
    text-align: center;
}

.rr-info-picture-2 {
    font: normal normal normal 24px/29px Inter;
    color: var(--color5);
    width: auto;
    text-align: center;
}

.rr-find-solutions {
    height: 22rem;
    width: 16rem;
    background-color: var(--color1a);
    color: var(--color6);
    position: relative;
}

.rr-find-solutions:nth-child(1) {
    background-image: url(/wp-content/themes/WilbertTheme/img/RediRockAccessoriesSmall.jpg);
    align-self: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rr-find-solutions:nth-child(2) {
    background-image: url(/wp-content/themes/WilbertTheme/img/Cummings_ResidenceSmall.jpg);
    align-self: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rr-find-solutions:nth-child(3) {
    background-image: url(/wp-content/themes/WilbertTheme/img/sullivan-bridgeSmall.jpg);
    align-self: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rr-find-solutions:nth-child(4) {
    background-image: url(/wp-content/themes/WilbertTheme/img/rr-reinforcedSmall.jpg);
    align-self: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rr-choices {
    padding-bottom: 0;
    justify-content: space-evenly;
    gap: 1rem;
}

.rr-choose-types {
    background-color: var(--color1a);
    height: 100%;
    width: 100%;
    position: relative;
}
.rr-choose-types > * {
    position: absolute;
    padding: 1rem;
}

.rr-choose-types-picture {
    width: 100%;
    height: 40%;
    top:0;
}

.rr-choose-types-picture img {
    height: 100%;
}

.rr-choose-type-title {
    font: normal normal bold 24px/29px Inter;
    top:34%;
}

.rr-choose-type-content {
    font: normal normal normal 12px/18px Inter;
    padding-top: 15px;
    text-align: justify;
    top: 45%;
    height:22ch;
}

.rr-info-picture img {
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: 22rem;
}

.rr-quicklinks {
    margin: 0 auto;
    width: 100%;
}

.rr-section-4-info {
    padding-left: 0px;
    padding-right: 0px;
/*    width: 32ch;*/
    text-align: justify;
}

.rr-quicklinks-box {
    width: 14rem;
    height: 15rem;
    padding: 1rem;
    background-color: var(--color6a);
    color: var(--color2);
    font: normal normal normal 12px/18px Inter;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    box-shadow: 2px 2px 8px var(--color1a);
}

.rr-quicklinks-box > :nth-child(2){
    text-align: justify;
    height:20ch;
}

.rr-quicklinks-box h3 {
    color: var(--color2);
    font: normal normal 800 1rem/1.5rem Inter;
    height: 20%;
}

.rr-quicklinks-container {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-evenly;
    background-image: url(/wp-content/uploads/2021/03/Garski-Residence-3-Edited-Color-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem;
    width: inherit;
    align-content: center;
}




.wp-element-button,
div.rr-quicklinks-box:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1),
div.rr-quicklinks-box:nth-child(3) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1),
div.rr-quicklinks-box:nth-child(4) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1),
div.rr-quicklinks-box:nth-child(5) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1){
  background: none;
  color: var(--color2);
  font: normal normal bold 14px Inter;
  padding: 0;
  position: absolute;
  bottom: 1rem;
}


div.rr-quicklinks-box:nth-child(2) > div:nth-child(4) > a:nth-child(1),
div.wp-block-buttons:nth-child(4) > div:nth-child(1) > a:nth-child(1) {
  background: none;
  color: var(--color2);
  font: normal normal bold 14px Inter;
  padding: 0;
  position: absolute;
  bottom: 1rem;
  right:1rem;
}










.rr-solutions-load-more {
    background-color: var(--color1);
    color: var(--color7);
    width: 7rem;
    height: 2rem;
    border: hidden;
    font-size: 1rem;
    border-radius: 25px;
}

.rr-section-5 {
    background-color: var(--color7);
    margin: 0 2rem;
}

.pi-body {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: max-content;
    background-color: var(--color7);
    /* border-radius: 15px; */
    color: var(--color1);
}

.product-container {
    height: max-content;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    /*box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5);*/
    border-radius: 15px;
}

.pi-picture {
    align-self: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 327px;
    left: 528px;
    width: 100%;
    height: 250px;
    border-radius: 15px 0 0 15px;
}

.product-item {
    position: relative;
}

.pi-heading {
    font: normal normal bold 24px/29px Inter;
    border-bottom: 1px solid var(--color1);
}

.pi-content {
    font: normal normal 800 24px/29px Inter;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pi-content p {
    font-weight: 400;
    font-size: .8rem;
    width: 100%;
}

.pi-content ul {
    padding-left: 0;
}

.pi-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pi-section-2 {
    font: normal normal medium 16px/19px Inter;
}

.pi-section-2>div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pi-section-2 p {
    font: normal normal bold 16px/19px Inter;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.area_spec {
    line-height: 1.2;
    padding-top: 15px;
    margin-bottom: 30px;
}

.assoc_items {
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pi-card-button {
    background-color: var(--color1);
    color: var(--color4);
    width: 100%;
    min-height: 40px;
    height: max-content;
    font-size: .8rem;
    padding: 0;
    margin: 5px;
}

.pi-card-button a {
    color: var(--color4);
}

.pre-section-3 {
    padding: 2rem;
}

.pi-section-3 a {
    color: var(--color4);
}

.test-page-body {
    margin: 0 1rem;
    gap: 90px;
}

.product-page-selection-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-bottom: 4rem;
}

.product-page-selection {
    color: white;
    text-align: center;
    font-size: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 1px solid var(--color5); */
    position: relative;
    height: 17vw;
    min-height: 320px;
    width: 100%;
    /* box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5); */
    /* border-radius: 5px; */
}

.product-page-selection:hover {
    transform: scale(1.025);
}

.persona-selection {
    color: white;
    text-align: center;
    font-size: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 1px solid var(--color5); */
    position: relative;
    min-height: 10rem;
    /* box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5); */
    border-radius: 0px;
    border: 1px solid var(--color6);
}

.product-page-selection-overlay {
    background-image: linear-gradient(to top, #313b4717, #35404a00);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    opacity: 1;
    color: var(--color7);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    /* box-shadow: 1px 1px 6px #1A3662; */
}

.product-page-category-title {
    justify-content: right;
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: end;
    text-shadow: 1px 1px 2px var(--color1a);
    padding: 0 1rem;
    font-size: calc(18px + 0.020625vw) !important;;
}

.raq-body {
    /* background-color: var(--color6); */
    padding-bottom: 1rem;
    /* margin-top: -50px; */
}

.raq-title {
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to right, #748BA7, #A4BFDA);
    color: white;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 1.5rem;
}

.raq-card {
    margin-top: 2rem;
    align-self: center;
    border-radius: 5px;
    margin-left: 1rem;
    margin-right: 1rem;
    border: hidden;
}

.raq-truck-picture {
    background: var(--color1);
    background-image: url(/wp-content/themes/WilbertTheme/img/raq-truck.jpg);
    /* background-size: cover;
    background-repeat: no-repeat;
	background-position: center; */
    /* width: 100%;
    height: 275px;
    border-radius: 33px 33px 0px 0px; */
}

.raq-form {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: var(--color6);
}

.raq-form input,
textarea {
    width: 100%;
    min-height: 48px;
    font-size: .8rem;
    border: none;
    border-bottom: 1px solid var(--color5);
    background-color: var(--color6);
}

.raq-form input,
#projDescription {
    /* padding-left: 15px;
    padding-top: 15px; */
    font-family: Inter;
    font-weight: 400;
}

.raq-upload-btn p {
    font-size: .8rem;
    display: inline;
    padding: 15px;
}

.raq-btn {
    max-height: 1.5rem;
    min-width: 12rem;
    border-radius: 33px;
}

.raq-btn input {
    font-size: 1rem;
}

.raq-footer {
    padding-top: 5px;
}

.menu-left-side-nav-container {
    color: var(--color1);
}

.left-side-nav-main {
    display: none;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 1.5rem;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}


.sept-cat,
.sewe-cat,
.site-cat,
.elec-cat,
.cust-cat {
    font-weight: bold;
    border-bottom: 1px solid var(--color6);
}

.ceme-cat {
    font-weight: bold;
}

.ceme-sub,
.sept-sub,
.sewe-sub,
.site-sub,
.elec-sub,
.cust-sub {
    font-weight: 400;
    padding-left: 0px;
    /* display:none; */
}

ul.sub-menu {
    padding-left: 0px;
}

#menu-item-7995,
#menu-item-7988,
#menu-item-8023,
#menu-item-2073,
#menu-item-8002,
#menu-item-8016,
#menu-item-2094,
#menu-item-4012 {
    /* font-weight: bold; */
    border-bottom: 1px solid var(--color6);
    padding-bottom: 5px;
    font-size: .8rem;
}

#menu-item-7988,
#menu-item-8023,
#menu-item-2073,
#menu-item-8002,
#menu-item-8016,
#menu-item-2094,
#menu-item-8009 {
    /* font-weight: bold; */
    border-bottom: 1px solid var(--color6);
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: .8rem;
}

#menu-item-7995,
#menu-item-2332,
#menu-item-2451,
#menu-item-2850,
#menu-item-4005 {
    padding-top: 10px;
}
#slideLeft, #slideRight{
    display:none;
        }
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
.bc-title {
    margin-top: -50px;
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to right, #748BA7, #A4BFDA);
    color: white;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 1.5rem;
    margin-bottom: 45px;
}

.bc-site {
    margin-top: -50px;
    background-color: var(--color6);
}

.bc {
    display: flex;
    flex-direction: row;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 960px;
}

.bc-body {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 1rem;
}

.bc-process {
    display: flex;
    flex-direction: column;
    background-color: var(--color7);
}

.bc-info {
    background-color: var(--color1a);
}

.bc-info-body {
    padding: 1rem;
    color: var(--color6);
    line-height: 1.6;
}

.bc-info-body img {
    width: 100%;
}

.bc-info-body-head {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 1rem;
}

.bc-customize-button {
    background-color: var(--color4);
    border-radius: 25px;
    border: hidden;
    /* width: 185px;
    height: 50px; */
    width: 7rem;
    height: 2rem;
    color: var(--color1);
    font-size: 1rem;
    margin: 0 auto 1rem;
}

.button-left {
    position: absolute;
}

.bc-info-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bc-social {
    font-size: 1rem;
}

.social-right {
    position: absolute;
    right: 2rem;
    display: none;
}

.bc-fa-icon {
    padding-left: 10px
}

.bc-choose {
    padding-bottom: 4rem;
    margin-top: 1rem;
}

.bc-choose-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    text-align: center;
}

.bc-choose-preheading {
    font: normal normal bold 24px/29px Inter;
    color: var(--color5);
    width: 23ch;
}

.bc-choose-heading {
    font: normal normal bold 1.5rem/2rem Inter;
    color: var(--color1);
    margin: 0 auto;
    padding: 60px 0;
}

.bc-choices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.bc-choose-types {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 95%;
}

.bc-choose-types-picture {
    width: auto;
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bc-choose-type-title {
    text-align: center;
    font: normal normal bold 24px/29px Inter;
    width: 20ch;
}

.bc-choose-type-content {
    font: normal normal normal 14px/18px Inter;
    background-color: var(--color1);
    color: var(--color6);
    padding: 10px 20px 10px 0;
    height: 200px;
    border-radius: 0 0 15px 15px;
}

.bc-choose-type-content ul {
    list-style-type: circle;
}

.bc-section-3-heading {
    font-size: 30px;
    font-weight: bold;
    color: var(--color1);
}

.bc-section-3-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vw;
}

.bc-create {
    background-color: var(--color6);
    width: 100%;
    display: flex;
    justify-content: center;
}

.bc-create-container {
    background-color: var(--color7);
}

.bc-create-container form {
    margin-top: 50px;
}

.bc-create-examples-container {
    display: grid;
    grid-auto-rows: auto;
    width: 100%;
    margin: .5rem 0;
    grid-gap: .5rem;
    align-items: center;
    justify-items: center;
}

.bc-create-picture {
    width: 98%;
    height: 106px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dark-background {
    background-color: var(--color1a);
}

.rr-info-body {
    grid-template-rows: 1fr 955px 50px;
}

.rr-image {
    height: 1145px;
}

#urn-container {
    padding: 30px 0;
    text-align: center;
    border: none;
}

.csp-justify {
    text-align: justify;
}

.csp-justify a {
    color: var(--color3);
}

.csp-plaque {
    background-image: url("/wp-content/uploads/2021/04/urns2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border: none;
}

.csp-vault-plaque {
    background-image: url("/wp-content/uploads/2021/04/Urn_Vaults2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border: none;
}

.csp-jewelry-plaque {
    background-image: url("/wp-content/uploads/2021/04/Jewelry1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border: none;
}

.csp-scattering-plaque {
    background-image: url("/wp-content/uploads/2021/04/Scattering2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border: none;
}

.csp-personalization-plaque {
    background-image: url("/wp-content/uploads/2021/04/legacyHeader.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border: none;
}

.csp-plaque-text {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    text-shadow: 1px 1px 5px black;
    color: var(--color7);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
}

.csp-choices {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.csp-product {
    background-image: radial-gradient(50% 50%, rgba(55, 62, 62, 0.00) 50%, rgba(55, 62, 62, 0.01) 74%, rgba(55, 62, 62, 0.05) 100%);
    padding: 30px;
    margin-bottom: 30px;
}

.csp-product-title {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
}

.csp-product-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 300px;
    margin: 0 auto;
}

.products-bar {
    /* display:flex;
    flex-wrap: wrap; */
    margin-left: 2rem;
    margin-right: 2rem;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------@MEDIA---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:750px){
    .search{
        width: 100%;
        text-align: center;        
    }
}
@media screen and (max-width:1153px) {

    p {
        font-size: .8rem;
    }

    .search{
        position:absolute;
        align-items:center;
        top:45px;
    }

    .iframe-3d {
        display: none;
    }

    .bc-process-mobile {
        padding: 0 2rem;
    }

    .rr-info {
        height: max-content;
        margin: 3rem auto;
    }

    .rr-info-container {
        flex-direction: column;
        height: max-content;
        gap: 1rem;
        margin: 1rem;
    }

    .rr-info-block {
        width: 100%;
        padding: 1rem;
    }

    .rr-info-pictures-container {
        width: 100%;
    }

    .rr-info-picture-1 {
        width: 100%;
    }

    .rr-info-picture-2 {
        width: 100%;
    }

    .rr-info-picture img {
        margin: 10px auto;
        height: auto;
        width: 100%;
    }

    .rr-info-pictures-container {
        flex-direction: column;
    }

    div.rr-info-container:nth-child(2) {
        flex-direction: column-reverse;
    }

    .rr-section-4 {
        margin: 0 1rem;
    }

    ul#menu-primary-nav {
        padding-left: .8rem;
    }


    div#primarynav li.search {
        display: none;
    }

    li.search input.search-field {
        font-size: .75rem;
        background:none;
        border-radius: 0px;
        border:none;
        width: 16ch;
		padding-left:1.2rem;
    }

    .topnav a.search_icon,
    div.spicewpsearchform {
        display: inline-block;
    }
    .spicewpsearchform form label input{
        border-radius: 0 !important;
    }
    .spicewpsearchform form label{
        margin: 0 0 .25rem 0;
    }
    .search_icon>.fa {
        color: var(--color6);
    }

    .top-navigation {
        font-size: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        justify-content: space-between;
    }

    .mobile-menu-bars a {
        padding-right: 2.5rem;
        font-size: 1.8rem;
    }

    ul.sub-menu li.dropdown-item {
        white-space: normal;
    }
}

    .footer-input{
        padding-left:1rem;
    }
    .footer-input, .footer-button{
        border:none;
        height: 2.5rem;
        border-radius: 5px;
    }
    .footer-button{
        color: var(--color4);
        text-transform: capitalize;
        background-color: var(--color0);
        border-radius: 5px;
    }

    .gg-specials>p{
	    text-align:center;
    }
    .gg-granite-markers-info>p {
	    text-align:center;
    }

    .gg-specials>p:nth-child(1){
	    font-weight:bold;
	    font-size: 22px !important;
    }
@media screen and (min-width:1154px) {
    .persona {
        margin: 0 6rem;
    }

    .persona-selection-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap:1rem;
        justify-content: space-between;
        padding: 2rem 6rem;
    }
    .front-page-hero {
        display: flex;
        overflow: hidden;
        position: relative;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        background-image: linear-gradient(to top, var(--color6) 0%,transparent 30% 100%);
    }
    .hero-text-left{
        width: 45%;
        justify-content: center; 
        margin:10% auto auto 6rem;
        background-color: var(--color6a);
        padding: 1.5rem;
        border-radius: 3px;
        
    }
    .hero-text-left *{
        color:var(--color2);
    }
    .hero-text-left h2 strong{
        font-size: calc(42px + 0.390625vw);
        font-weight:400;
        font-style: normal;
    }
    .hero-text-left h2 {
        font-size: calc(42px + 0.390625vw);
        font-weight:600;
        margin-bottom: 1rem;
        font-style: italic;
        line-height: 1.25;
    }
    .solution-info-tile{
        max-width: 492px;
        max-height: 300px;
    }        
    .gg-specials {
        padding-top: 2rem;
        text-align: center;
    }
    .gg-specials > p{
        text-align: center !important;
    }

    .iframe-3d>a {
        display: none;
    }

    .bv-choose-types {
        width: 32ch;
    }

    .mobile-menu-bars {
        display: none;
    }

    .top-navigation a {
        padding-left: 30px;
    }

    .pi-card-button {
        background-color: var(--color1);
        color: var(--color4);
        width: 320px;
        min-height: 40px;
        height: max-content;
        font-size: .8rem;
        padding: 0;
        margin: 0;
    }

    .pi-card-button a {
        color: var(--color4);
    }

    #premium-protection-choices {
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background-image: linear-gradient(to top, #ffffff, #d3bb97, #FFFFFF);
    }

    #standard-protection-choices {
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(179 184 188), rgb(255, 255, 255));
    }

    #basic-protection-choices {
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(160, 184, 208), rgb(255, 255, 255));
    }

    ul#menu-primary-nav {
        padding-left: 2.5rem;
    }

    .page-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 6rem;
        margin-top: 9rem;
        margin-bottom: 2rem;
        padding-top: 1rem;
        justify-content: center;
        gap: 2rem;
    }

    .article-block{
        display: block !important;
    }
    @media screen and (max-width:1153px) {
        .page-wrapper{
            padding: 0 1rem;
        }
    }
    .page-search {
        margin-bottom: 30px;
        min-width: 700px;
        max-width: 1215px;
        border-radius: 0;
    }

    .csp-plaque-text {
        display: grid;
        width: 100%;
        height: 100%;
        place-items: center;
        text-shadow: 1px 1px 12px black;
        color: var(--color7);
        font-size: 48px;
        font-weight: 500;
        text-decoration: underline;
    }

    .csp-plaque {
        background-image: url("/wp-content/uploads/2021/04/urns2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 50%;
        height: 300px;
        margin: 0 auto;
        border: none;
    }

    .csp-vault-plaque {
        background-image: url("/wp-content/uploads/2021/04/Urn_Vaults2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 50%;
        height: 300px;
        margin: 0 auto;
        border: none;
    }

    .csp-jewelry-plaque {
        background-image: url("/wp-content/uploads/2021/04/Jewelry1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 50%;
        height: 300px;
        margin: 0 auto;
        border: none;
    }

    .csp-scattering-plaque {
        background-image: url("/wp-content/uploads/2021/04/Scattering2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 50%;
        height: 300px;
        margin: 0 auto;
        border: none;
    }

    .csp-personalization-plaque {
        background-image: url("/wp-content/uploads/2021/04/legacyHeader.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 50%;
        height: 300px;
        margin: 0 auto;
        border: none;
    }

    .products-bar {
        /* display:flex;
	    flex-wrap: wrap; */
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .cremation-choices-container {
        padding: 60px 6rem;
        /* padding-left:28rem; */
        text-align: justify;
    }

    #urn-container {
        padding: 30px 0rem;
    }

    .fp-section-4-project-footer {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        background-image: linear-gradient(to top, #1925318c, #0c4d8b00);
        opacity: 0.85;
        padding: 1rem;
        font-size: 1.5rem;
        color: var(--color7);
        font-weight: 600;
        display: grid;
        place-items: self-end;
        text-transform: uppercase;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

        /* box-shadow: 1px 1px 6px #1a3662; */
        /* border: 1px solid var(--color1); */
    }

    /* .fp-section-4-project-footer a{
		color: var(--color7);
		padding: 0;
		font-size: 255%;
		font-family:sans-serif;
		font: arial;
		font-weight: 500;
	} */
    .fp-section-2-about-title {
        font-size: 1.5rem;
        color: var(--color5);
    }

    .fp-section-2-about-heading {
        font-size: 64px;
    }

    .fp-section-2-about-content p {
        color: var(--color1);
    }

    .fp-section-2-about>p:nth-child(4) {
        color: var(--color1);
        padding-top: 30px;
    }

    .fp-section-2-about>p:nth-child(5) {
        color: var(--color1);
    }

    .fp-connect-card input,
    textarea {
        border: none;
        border-bottom: 1px solid var(--color2);
        background-color: var(--color6);

    }


    .raq-form input
    /* #projDescription */ {
        padding-left: 15px;
        font-size: 1rem;
    }

    .carousel-indicators>li:nth-child(4) {
        padding-left: 40px;
    }

    .bc-choose-preheading {
        font: normal normal bold 24px/29px Inter;
        color: var(--color5);
        width: 80ch;
    }

    .rr-section-5 {
        margin: 0 6rem;
    }

    .pre-section-3 {
        position: absolute;
        bottom: 37px;
        right: 225px;
    }

    .pi-section-3 {
        position: absolute;
        bottom: 15px;
    }

    .history-about-title {
        font-size: 65px;
    }

    .rr-info-body {
        grid-template-rows: 1fr 565px 50px !important;
    }

    .bv-choose-type-content {
        height: 240px;
        border-radius: 0 0 15px 15px;
    }

    .bv-choose-type-title {
        width: 20ch;
    }

    .burial-vault-videos-container {
        padding: 0 6rem;
    }

    .test-page-body {
        margin: 0 6rem;
        gap: 90px;
    }

    .product-page-selection-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        margin: 2rem auto;
    }

    .product-page-selection {
        max-width: 545px;
        min-width: 400px;
    }

    .fp-carousel-picture {
        height: 960px !important;
    }

    .carousel-inner {
        height: auto;
        margin-top: -3em;
    }

    .carousel-inner img {
        width: 100%;
        margin-top: -3em;
        opacity: 1;
        background: var(--color1);
    }

    .carousel-caption p {
        font: normal normal 300 65px/79px Inter;
        letter-spacing: 4.68px;
        position: absolute;
        top: 150px;
        text-align: left;
        right: 6rem;
        left: 6rem;
    }

    .slider-navigation {
        position: absolute;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        place-items: center;
        width: 100%;
        height: 1000px;
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .slider-navigation a {
        color: var(--color7);
        font-size: 30px;
        text-align: left;
        font: normal normal medium 30px/37px Inter;
        letter-spacing: 0px;
    }

    .carousel-indicators {
        display: grid;
        bottom: 51%;
        width: calc(100% - 12rem);
        grid-template-columns: 1fr 1fr 1fr
            /*1fr*/
        ;
        place-items: center;
        margin: 0 6rem;
    }

    .carousel-indicators li {
        height: 0px;
    }

    .carousel-indicators .active {
        width: 19rem;
        border-radius: 27px;
        border-width: 12.5px;
        border-color: var(--color6);
        animation: anim 5s infinite;
    }

    @keyframes anim {
        0% {
            border-width: 0px;
            opacity: 0;
            height: 0
        }

        2% {
            border-width: 2px;
        }

        4% {
            border-width: 4px;
        }

        6% {
            border-width: 6px;
        }

        8% {
            border-width: 8px;
        }

        10% {
            border-width: 10px;
        }

        12% {
            border-width: 12.5px;
            opacity: 1;
        }

        88% {
            border-width: 12.5px;
            opacity: 1;
        }

        90% {
            border-width: 10px;
        }

        92% {
            border-width: 8px;
        }

        94% {
            border-width: 6px;
        }

        96% {
            border-width: 4px;
        }

        98% {
            border-width: 2px;
        }

        100% {
            border-width: 0px;
            opacity: 0;
            height: 0
        }
    }

    .fp-line {
        width: 80%;
        height: 5px;
        position: absolute;
        top: 360px;
        background-color: var(--color6);
        z-index: 10;
        margin: 6rem;
    }

    /* Section 2 */
    .fp-section-2 {
        display: grid;
        grid-template-columns: 3fr 1fr;
        grid-gap: 2em;
        padding: 0 6rem;
        background-color: var(--color6);
    }

    .fp-section-2 p {
        /* font-size: .8rem; */
        font-weight: light;
    }

    .fp-section-2-story {
        font-size: 64px;
        color: var(--color1);
    }

    .fp-section-2-about {
        font-size: 1rem;
    }

    .fp-connect-card {
        /* width: 20%; */
        max-width: 22%;
        margin: 10% 6rem 10% auto;
        z-index: 1;
        height: auto;
        border-radius: 5px;    
    }
    .fp-connect-card form{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fp-connect-card form :nth-child(1) :nth-child(2){
        width: 45%;
    }
    .fp-connect-card form :nth-child(3){
        width: 100%;
    }

    .fp-connect-card p {
        font-size: 1rem;
    }
    .connect-top{
        border-radius: 5px 5px 0 0;
    }

    /* news */
    .fp-news {
        background-color: var(--color6);
        padding-left: 6rem;
        padding-right: 6rem;
        padding-bottom: 30px;
        display: block;
    }

    .fp-news-heading {
        margin: 30px auto;
    }

    .fp-news-heading p {
        font-size: 2.4em;
        font-weight: bold;
        color: var(--color1);
    }

    .news-video {
        float: left;
        clear: none;
        margin-right: 30px;
        padding-top: 8px;
        /*box-shadow: 0 1px 2px 0 var(--color1), 0 3px 10px 0 var(--color5);*/
    }

    .fp-news-content {
        margin: 0 auto;
        display: block;
        position: relative;
        background: var(--color7);
        padding: 30px;
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .fp-news-text {
        width: 100%;
        float: left;
        clear: none;
        text-align: justify;
        display: contents;
    }

    .fp-news-bottom {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    /* section 3 */

    .fp-section-3-card-container {
        /* flex-direction: row-reverse; */
        display: flex;
        /* width: 65vw; */
        margin: 1rem auto;
        gap: 1rem;
    }

    .fp-section-3-description {
        justify-self: end;
        width: 50%;
        height: max-content;
        padding-bottom: 100px;
        border-radius: 3px;
        padding: 1rem 6rem 1rem 1rem;
    }

    .fp-section-3-content {
        font-size: .8rem;
    }

    .fp-section-3-picture {
        /* width: 50%; */
        height: auto;
        border-radius: 3px;
    }

    .fp-section-3-bottom {
        /* position:absolute; */
        bottom: -30px;
    }
    .fp-section-4{
        display:flex;
        flex-direction: column;
        flex-wrap:nowrap;
    }
    .fp-section-4-heading{
        text-align: left;
        margin: 1rem 6rem;
        font-size:22rem;
        font-weight: normal;
    }
    .fp-section-4-heading h2{
        font-size: calc(42px + 0.390625vw);
        font-weight: normal;
    }
    .fp-section-4-tiles{
        display:flex;
        flex-direction:row;
        flex-wrap: nowrap;
    }
    .fp-section-4-tile-1{
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        justify-items: center;
        background-color:var(--color2);
        height:100%;
        padding: 2rem 2rem 2rem 2rem;
        margin-left: 6rem;
    }
    .fp-section-4-tile-1 a{
        color:var(--color6);
        text-decoration: underline;
        /* padding:0; */
        padding: 0.5rem 1.5rem;
        border-radius: 1.5rem;
        background-color: #4076acd6;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        /* flex: 0.2 0 auto; */
        width: max-content;
    }
    a.projects-button {
        padding: 0.5rem 1.5rem;
        border-radius: 1.5rem;
        background-color: #4076acd6;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: max-content;
    }
    .fp-section-4-info {
        text-align: left;
        color:var(--color6);
        margin: 0;
    }
    .fp-section-4-info > p:nth-child(1) {
        display: none;
    }
    .fp-section-4-project{
/*        width: 400px;*/
        max-width:349.5px;
        grid-auto-columns:350px;
        scroll-snap-align: end;
    }
    .fp-section-4-solutions {
        display: grid;
        grid-auto-flow:column;
        gap:.05rem;
        grid-auto-columns:350px;
        background-color:var(--color6);
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scroll-padding-inline: .1rem;

    }

    @media screen and (min-width:1775px){
        .fp-section-4-solutions{
            grid-auto-columns:349.5px;
        }

    }
    @media screen and (min-width: 1153px) {
        #scrollContainer {
          width: calc(100vw - 6rem - 505px);
          height: 300px;
/*          border: 1px solid #ccc;*/
          overflow-x: hidden;
          position:relative;
/*          animation: slide 5s linear 2s;*/
        }

        @keyframes slide{
            from {left: 0px;}
            to {left: -400px;}
        }

        #slideLeft, #slideRight{
            display: inherit;
            position: sticky;
            z-index: 2;
            border: none;
            background-color: #efefef00;
            color: rgb(255 255 255 / 63%);
            font-size: 45px;
        }
        #slideLeft:hover, #slideRight:hover {
            color: rgb(255 255 255 / 98%);
        }
        #slideRight{
            right:3%;
        }
        #slideLeft{
            right:95%;
        }
        #slideLeft, #slideRight{
            margin-top: 125px;
/*            display:none;*/
        }
    }

    .about-us-drone-pic {
        width: 100%;
        height: 445px;
    }

    .about-navigation {
        flex-direction: row;
        padding: .5rem 6rem .5rem 6rem;
    }


    .about-info {
        width: 100%;
        font-size: 1rem;
        color: var(--color2);
        padding: 45px 6rem 30px 6rem;
    }

    .about-info h1 {
        font-weight: bold;
        font-size: 65px;
        color: var(--color1);
    }

    .about-title {
        font-size: 1.5rem;
        color: var(--color1);
    }

    .bv {
        padding: 0 6rem;
        height: max-content;
        margin-top: 8rem;
    }

    .bv-body {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .bv-info {
        width: 33%;
    }

    .bv-info-body {
        position: relative;
        display: grid;
        grid-template-rows: auto 50px;
    }

    .bv-choose {
        width: 100%;
        position: relative;
        align-self: flex-end;
        padding-right: 6rem;
        padding-left: 6rem;
    }

    .bv-choices {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .tall {
        height: 416px;
        width: 294px;
        padding: 20px;
    }

    .bv-section-3-picture {
        margin-right: 6rem;
        margin-bottom: 5%;
        width: 50%;
        height: auto;
    }

    .bv-create-examples {
        margin: 1rem 6rem 1rem 6rem;
    }

    .bv-create-examples-inset {
        margin: 1rem 6rem 1rem 478px;
    }

    .bv-create-examples-container {
        display: grid;
        grid-gap: 1rem;
        align-items: center;
        justify-items: center;
        grid-template-columns: repeat(auto-fill, minmax(51.5rem, 1fr));
    }

    .bv-create-container {
        background-color: var(--color7);
        width: 100%;
        padding-bottom: 50px;
    }

    /*.bv-create-picture {
        width: auto;
        height: 140px;
    }*/

    .legacy-print-container {
        background-color: var(--color7);
        padding: 3rem 6rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
        margin: 1rem auto;
        justify-content: center;
    }



    

    .careers-content-heading {
        font-weight: bold;
        color: var(--color1);
        display: block;
    }

    .no-openings {
        text-align: left;
        font-size: 1rem;
    }

    .careers {
        flex-direction: row;
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .careers-content {
/*        padding-bottom: 65px;*/
    }

    .career_exerpt {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        font-size: 1rem;
        color: var(--color1);
        justify-content: space-between;
    }

    .career-generated-excerpt {
        width: 30%;
    }

    .career-buttons {
        display: flex;
        gap: 1rem;
        margin-top: -6px;
        justify-content: space-evenly;
        padding-top: 0px;
        width: 40%;
        bottom: 0;
        position: absolute;
        right: 0;
        flex-direction: row;
    }

    .job-description .job-apply-button {
        margin-bottom: 0px;
    }

    .history {
        padding-left: 6rem;
        padding-right: 6rem;
        flex-direction: row;
    }

    .history-pictures {
        padding-left: 50px;
    }

    .history-picture {
        width: 600px;
        height: 377px;
    }

    .meetourteam {
        padding-left: 6rem;
        padding-right: 6rem;
        flex-direction: column;
    }

    .faq-section-1 {
        flex-direction: row-reverse;
        padding-left: 6rem;
        padding-right: 6rem;
        justify-content: center;
    }

    .gg-about-section-1 {
        flex-direction: row;
        padding: 2rem;
        justify-content: space-around;
    }

    .gg-about-info {
        width: 50%;
        padding:0;
    }

    .gg-about-stats {
    }

    .gg-about-section-3 {
        flex-direction: row;
        margin: 0 6rem 0 6rem;
    }

    .gg-granite-markers-info {
        text-align: center;
        padding-left: 30%;
        padding-right: 30%;
    }

    .gg-granite-markers-info>p:nth-child(2) {
	    text-align:center;
    }

    .gg-specials>p:nth-child(1){
	    font-weight:bold;
	    font-size: 22px !important;
    }

    .gg-granite-markers-posts {
        margin-left: 6rem;
        margin-right: 6rem;
	justify-content:space-evenly;
    }

    .gg-nav {
        height: 75px;
        padding: 23px 6rem 23px 6rem;
        font-size: 1.7vw;
    }

    .gg-nav ul {
        justify-content: space-around;
        flex-direction: row;
    }

    .csp-nav-ul {
        justify-content: space-evenly;
        flex-direction: row;
        margin-left: 6rem;
        margin-right: 6rem;
        padding-left: 0;
    }

    .gg-overview-section-1 {
        display: flex;
        justify-content: space-between;
        gap: 94px;
        padding: 3rem 6rem;
        background-color: var(--color6);
    }

    .gg-overview-info {
        background-color: var(--color6);
        width: 60%
    }

    .has-large-font-size {
        font-weight: bold;
    }

    .gg-overview-section-1-visit {
        display: block;
        font-size: .8rem;
        width: 20%
    }

    .gg-overview-section-1-visit-header {
        font-weight: bold;
    }

    .gg-overview-section-2 {
        height: 815px;
    }

    .gg-overview-section-2-heading {
        justify-self: center;
        align-self: center;
        text-align: center;
        height: 9rem;
    }

    .gg-overview-section-2-card-container {
        flex-direction: row-reverse;
        display: flex;
    }

    .gg-overview-section-2-description {
        width: 596px;
        height: 580px;
    }

    .gg-overview-section-2-picture {
        height: 580px;
        width: 596px;
    }

    .gg-overview-section-3-process {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-around;
        padding: 0 6rem;
    }

    .mission {
        flex-direction: column;
    }

    .products-body {
        padding: 6rem;
    }

    .prod-product-body {
        flex-direction: row;
        border-radius: 15px;
    }

    .product-section-1 {
        width: 70%;
    }

    .product-section-2 {
        width: 29%;
        height: 100%;
    }

    .prod-product-picture {
        border-radius: 0 15px 15px 0;
    }

    .bv-create-examples-inset {
        margin: 0 6rem;
    }

    .bv-choose-header {
        padding: 0;
    }

    .rr-choose-info,
    .div-content-justify {
        width: 70%;
    }

    .rr-choices {
        width: 80%;
	display:flex;
        margin: 0 auto;
    }

    .rr-section-4 {
        margin: 0 6rem;
    }

    .rr-section-4-info {
        width: 90ch;
    }

    .rr-quicklinks-container {
        gap: 2rem;
        display: flex;
        flex-direction: row;
    }

    .rr-quicklinks {
        height: max-content;
    }

    .rr-quicklinks {
        height: max-content;
    }

    .pi-body {
        display: flex;
        flex-direction: row;
        min-width: 700px;
        max-width: 1215px;
        height: max-content;
        background-color: var(--color7);
        /* border-radius: 15px; */
    }

    .product-container {
        padding: 15px;
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 1rem;
    }

    .pi-picture {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 327px;
        left: 528px;
        width: 33%;
        height: 460px;
        border-radius: 15px 0 0 15px;
    }

    .pi-info {
        width: 75%;
    }

    .pi-heading {
        font: normal normal bold 24px/29px Inter;
        border-bottom: 1px solid var(--color1);
    }

    .product-pre-item {
        display: flex;
        flex-direction: column;
    }

    .product-item {
        height: 100%;
        padding-top: 15px;
        display: flex;
        justify-content: space-between;
    }

    .pi-section-1 {
        width: 60%;
        position: relative;
    }

    .pi-content {
        padding-top: none;
        margin-bottom: 30px;
        top: 0;
        height: 20%;
        position: absolute;
    }

    .pi-content ul {
        padding: 0;
    }

    .pi-buttons {
        padding-top: none;
        padding-bottom: none;
        height: 60%;
        bottom: 30px;
        position: absolute;
        justify-content: flex-end;
    }

    .pi-section-2 {
        width: 50%;
        position: relative;
    }

    .area_spec {
        padding-top: none;
        padding-bottom: none;
        height: 40%;
        top: 0;
    }

    .assoc_items {
        padding-top: none;
        padding-bottom: none;
        height: 60%;
        bottom: 0;
    }

    .raq-card {
        display: flex;
        flex-direction: row;
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .raq-truck-picture {
        width: 44%;
        height: auto;
        min-height: 713px;
        border-radius: 33px 0px 0px 33px;
    }

    .raq-form {
        margin-top: 33px;
        padding-left: 5%;
        padding-right: 5%;
        background-color: var(--color7);
    }

    .raq-form input,
    textarea {
        width: 100%;
        min-height: 48px;
        font-size: 14px;
        border: none;
        border-bottom: none;
        background-color: var(--color6);
        border-radius: 10px;
        margin-left:3px;
    }

    .raq-btn {
        max-height: 50px;
    }

    .raq-btn input {
        font-size: 1rem;
        border-radius: 33px;
    }

    .sidenav {
        display: none;
    }

    .left-side-nav-main {
        display: block;
        width: 10ch;
        text-align: left;
        align-self: auto;
        /* z-index: 9999; */
    }

    .bc {
        padding: 2rem 6rem;
        height: 100%;
    }

    .bc-body {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .bc-info {
        margin-left: 6rem;
        width: 80ch;
        height: 860px;
    }

    .bc-info-body {
        position: relative;
        height: 600px;
    }

    .bc-info-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        bottom: 10px;
    }

    .bc-choose {
        width: 100%;
        position: relative;
        align-self: flex-end;
        padding-right: 6rem;
        padding-left: 6rem;
    }

    .bc-choices {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .tall {
        height: 416px;
        width: 294px;
        padding: 20px;
    }

    .bc-section-3-picture {
        margin-right: 6rem;
        margin-bottom: 5%;
        width: 50%;
        height: auto;
    }

    .bc-create-examples {
        margin: 1rem 6rem 1rem 6rem;
    }

    .bc-create-examples-inset {
        margin: 1rem 6rem 1rem 478px;
    }

    .bc-create-examples-container {
        display: grid;
        grid-gap: 1rem;
        align-items: center;
        justify-items: center;
        grid-template-columns: repeat(auto-fill, minmax(51.5rem, 1fr));
    }

    .bc-create-container {
        background-color: var(--color7);
        width: 100%;
        padding-bottom: 50px;
    }

    .bc-create-picture {
        width: 51.5rem;
        height: 146px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .blocks-gallery-grid,
    .wp-block-gallery {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .body-short {
        bottom: -345px !important;
    }

    .body-short315 {
        bottom: -315px !important;
    }
}

@media screen and (min-width:1154px) {
    .fp-connect-form {
        padding: 10px 0;
        margin-top: 50px;
        display: flex;
        flex-direction: row;
    }

    .fp-connect-left {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .fp-connect-right {
        width: 50%;
        margin-left: 30px;
    }

    .fp-connect-right textarea {
        height: 74%;
        border: solid 1px var(--color2);
    }
    .persona-background {
        background-color: var(--color6);
    }
    .persona-container {
        margin:  auto auto;
        /* background-image: linear-gradient(1deg, var(--color6),var(--color6), transparent); */
    }

    .persona-selection {
        border: none;
        border-radius: 3px;
        margin-bottom: 1rem;
        width: 25rem;
    }

    .persona-selection-staging {
        margin-top: 2rem;
        margin: 2rem 6rem;
    }

    .with_3d {
        border-radius: 15px;
        background-color: var(--color7);
        display: flex;
        flex-direction: row;
        width: 30rem;
        height: 20rem;
        /* box-shadow: 1px 1px 6px #1A3662; */
        border: 1px solid var(--color2a);
        padding: 15px;
        /* margin: 25px auto; */
        gap: 2rem;
    }

    .page-card-right {
        display: block;
    }

    .main-nav {
        color: var(--color6);
    }

    /* Mobile Nav */
    .mobilenav {
        display: none;
    }

    /* Top NAV */
    .top-navigation {
        justify-content: right;
        padding-right: 6rem;
        align-items: center;
    }

    header{
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        z-index: 999;
    }
    #primarynav{
        height: 5.625rem;
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: 0 6rem;
    }
    .logo-contact-info-wrapper{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    #logo-link a{
        padding:0;
    }
    #primarynav-logo {
        height: 4.5rem;
        margin-top:.525rem;
    }

    #primarynav a {
        display:inline-flex;
        align-items: center;
		transition: .4s 0s;
    }

    #primarynav a:hover {
        text-decoration:none;
    }

    #primary-links div ul  {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 2rem;
        position: absolute;
        margin-block-start: 0;
        margin-block-end: 0;
        /*right: 0;*/
        /* padding-top: 1rem; */
        white-space: nowrap;
        height:100%;
        justify-content: space-evenly;
        align-items: center;
        /* padding: 100% 0; */
    }

    #primary-links div ul.primary-navigation > li {
        height: 100%;
        line-height: 5.2rem;
		border-bottom: 3px solid rgb(170 207 255 / 0%);
    }
    
    #primary-links div ul li ul {
        visibility: hidden;
        position: absolute;
        transition: .25s .25s ;
        display: flex;
        width:100% !important;
        flex-wrap: wrap;
        height: 100%;
        /* height: 15rem; */
        gap: 0 2rem;
        align-items: center;
        /* padding-bottom: 1rem; */
        margin-top: 1.35rem;
        margin-bottom:1.75rem;
        right: 0;
        /* top:95%;  */
        top: 3.8rem;
    }

    #primary-links ul.primary-navigation > li:hover {
        border-bottom:3px solid rgb(170 207 255 / 92%);
        cursor:pointer;
    }

    #primary-links ul.primary-navigation ul.sub-menu:not(ul.sub-menu ul.sub-menu) > li:hover {
        border-bottom:2px solid rgb(170 207 255 / 92%);
        cursor:pointer;
    }

    #primary-links ul.primary-navigation > li:hover > a, #primary-links ul.primary-navigation > li:hover > a:hover, #primary-links ul.sub-menu:not(ul.sub-menu ul.sub-menu) > a:hover, #primary-links ul.sub-menu:not(ul.sub-menu ul.sub-menu) > li:hover > a {
        color:rgb(170 207 255 / 92%) !important;
    }

    #primary-links ul.sub-menu ul.sub-menu a:hover {
        color:var(--color2);
    }
    
    #primary-links div ul li ul.sub-menu:not(ul.sub-menu ul.sub-menu) {
        position: fixed !important;
        height: auto !important;
        top:67px;
        line-height:1.5rem;
    }
    
    #primary-links div ul li ul.sub-menu:not(ul.sub-menu ul.sub-menu) li {
        padding: 1.75rem 0.5rem;
        border-bottom: 2px solid transparent;
    }

    #primary-links div ul li ul.sub-menu ul.sub-menu {
        height: auto !important;
        position: absolute !important;
    }
    
    #primary-links div ul li ul.sub-menu li:hover ul.sub-menu a {
        color: rgb(47 47 47);
    }
    
    #primary-links div ul li ul.sub-menu li ul.sub-menu a {
        color: rgb(47, 47, 47, 0);
    }
   
    #primary-links div ul li:hover > ul {
        visibility: visible;
        display: flex !important;
        flex-wrap: wrap;
        gap: 0rem 2rem;
        z-index: 9999;
        /* background-color: #304967; */
        background-color: rgb(66 93 125 / 97%);
        /* right:-6rem; */
        height:100%;
        position:absolute;
        align-items: center;
    }
	
	div#primary-links ul.primary-navigation li.selected ul, div#primary-links ul.primary-navigation li.selected li, div#primary-links ul.primary-navigation li.selected, div#primary-links ul.primary-navigation li.selected a {
		-webkit-transition-delay: 1s;
		-moz-transition-delay: 1s;  
		-ms-transition-delay: 1s;
		-o-transition-delay: 1s;
		transition-delay: 1s; 
	}

	div#primary-links ul.primary-navigation li:hover, div#primary-links ul.primary-navigation li.selected:hover, div#primary-links ul.primary-navigation ul:hover, div#primary-links ul.primary-navigation ul.selected:hover, div#primary-links ul.primary-navigation a:hover, div#primary-links ul.primary-navigation li.selected a:hover, div#primary-links ul.primary-navigation li:hover *, div#primary-links ul.primary-navigation li.selected:hover *, div#primary-links ul.primary-navigation ul:hover, div#primary-links ul.primary-navigation li.selected ul:hover, div#primary-links ul.primary-navigation a:hover, div#primary-links ul.primary-navigation li.selected a:hover {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}


    .primary-navigation{
        display: flex;
        gap: 1.5rem;
        align-items: center;
        right:0;
    } 
    #primary-links{
        align-items: center;
    }


    #primary-links div ul li ul li:hover>ul{
        top:3.8rem;
        /* right:0; */
        /* background-color: #425D7D; */
        background-color: rgb(228 228 228 / 97%);
        /* background-color: var(--color5darker); */
        color: var(--color2);
    }

    #primary-links div ul li ul:not(ul.sub-menu ul.sub-menu) li:hover {
        /* color: var(--color0)!important; */
        color: rgb(170 207 255 / 92%) !important;
		border-bottom: 2px solid rgb(128 128 128 / 52%);
    }
    #primary-links div ul li ul.sub-menu ul.sub-menu li:hover {
        /* color: var(--color0)!important; */
        color: var(--color2) !important;
    }
    #primary-links div ul li > ul > li > a {
        color: rgba(239, 239, 239, 0);
    }
    #primary-links div ul li:hover > ul > li > a{
        color: var(--color6);
    }

    #primary-links div ul li ul li a:hover{
        color: var(--color0) !important;
    } 
	
	li:not(.selected) ul.sub-menu.d-hide {
		display:none !important;
	}





    .footer-addresses p{
        text-align: left;
    }






    .screen-reader-text {
        display: none;
    }

    .offscreen {
        display: none;
    }

    .search-field {
        right: 0rem;
        top: 2rem;
        height: .5rem;
        width: 20rem;
        font-size: 1rem;
        border: 1px solid #4b83c3;
        padding: 1.2rem 1.5rem 1.2rem 2.7rem;
        line-height: normal;
    }
    
    div.spicewpsearchform {
        width: 100%;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 90px;
        background: rgba(66, 93, 125, 0.97);
        line-height:4.2rem;
    }
    
    div.spicewpsearchform label {
        margin-bottom: 0rem;
    }

    .search-submit {
        display: none;
    }
    
    .search-field-icon {
        position:absolute;
        top:0px;
        color:black;
        margin-left:1rem;
        height: 100%;
        display: flex;
        align-items: center;
    }





    /* 2023 footer */
    .footer2023{
        display: flex;
        width:100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: var(--color4);
        padding-top: 3rem;
        /* margin: .5rem 6rem; */
    }
    .footer-signup-info{
        padding-left: 6rem;
        margin:0rem;
        font-weight: 300;
    }
    .footer-signup-info p{
        padding:0;
        margin:0;
        font-size: calc(25px + 0.020625vw) !important;
    }
    .footer-signup-info{
        font-weight:100;
        text-decoration: none;
        font-style:normal;
    }
    .footer-signup-info p:nth-child(2){
        text-decoration: underline;
        font-weight: 900;
        font-style: italic;
    }
    .footer-email-list-signup{
        padding-left:6rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        gap:1rem;
        margin-top:2rem;
        margin-bottom:2rem;

    }
    .footer-email-list-signup *{
        font-size: calc(13px + 0.020625vw);
    }
    .footer-input {
        width:30ch;
        padding:.5rem;
        border-radius:3px;
        border-color: var(--color4);
        background-color: var(--color4);
        border:1px solid var(--color5);
    }
    .footer-button{
        border-radius: 5px;
        color: var(--color4);
        text-transform: capitalize;
        background-color: var(--color0);
        padding: 0.5rem 1rem;
        border: none;
    }
    .footer-associations{
        display:flex;
        gap:1.5rem;
    }
    .footer-associations img{
        height: 2.75rem;
    }
    .footer-social-icons{
        font-size: 1.5rem;
        padding: 1rem 6rem;
        justify-content: left;
    }
    .footer-nav{
        display:flex;
        background-color: var(--color2);
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 1rem 6rem 0rem 6rem !important;
        color: var(--color6);
        /* width:100vw; */
    }
    
    .footer-navigation{
        display:flex;
        flex-direction: row;
        gap: 1.5rem;  
        padding: 0; 
    }
   
    .footer-nav a{
        color: var(--color6);
    }
    
    .footer2023-right {
        margin-top: 1rem;
        display: flex;
        gap: 1rem;
        justify-content: right;
        padding-right: 6rem;
    }




    /* footer */
    .sign-up {
        height: 5rem;
    }

    .sign-up-wrapper {
        padding-left: 6rem;
        padding-right: 6rem;
        flex-direction: row;
    }

    .sign-up-input {
        width: 58%;
        background: var(--color2);
    }

    .footer-addresses {
        width: 100%;
        justify-content: space-between;
        font-size: .8rem;
        display: flex;
        flex-direction: row;
        padding-top: 1rem;
        padding-left: 6rem;
        padding-right: 6rem;
        text-align: left;
    }


    .address {
        display: flex;
    }

    .address a {
        padding: 0;
    }

    .spokane-addr {
        padding-right: 2em;
    }

    .yakima-addr {
        padding-right: 2em;
    }

    .footer-bottom {
        display: grid;
        grid-template-columns: auto 1fr auto;
        justify-content: space-between;
        padding-left: 6rem;
        padding-right: 6rem;
        font-size: 8pt;
    }

    .footer-social {
        justify-content: start;
    }

    .footer-social a {
        padding-left: 0;
        padding-right: 15px;
    }

    .footer-social img {
        height: 42px;
    }

    .copyright {
        grid-column: 3/4;
    }
}

@media screen and (min-width:1154px) {
    .main-sizing {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .persona {
        width: 25%;
        position: absolute;
        right: 0;
        top: 0;
    }


    .fp-section-2 {
        display: flex;
        flex-wrap: wrap;
        padding-top: 3rem;
        justify-content: space-between;
    }

    .fp-section-2-about {
        width: 40%;
    }

    .category-navigation-left{
        line-height: 3rem !important;
    }

    .product-page-selection {
        min-height: 250px;
    }
    .navigation-button{
        line-height: 3rem;
        position: fixed;
    }
    .navigation-title{
        position:fixed;
        line-height: 3rem;
        margin: 0 3rem;
    }
    .category-navigation {
        display: flex;
        justify-content: space-between;
        /* padding: .5rem 6rem; */
        position: fixed;
        top:5.625rem;
        height: 3rem;
        left: 0;
        width: 100vw;
        background-color: var(--color4);
        z-index: 10;
        margin:0;
        padding: 0 6rem;
    }

    .con-card {
        margin-bottom: 25px;
        margin-left: 6em;
        margin-right: 6em;
        background-color: var(--color7);
        display: flex;
        /* border: 1px solid var(--color1); */
    }

    .con-location {
        align-self: center;
        padding: 45px 1.5rem;
        grid-template-rows: repeat(2, 1fr);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border: none;
        width: 45%;
        float: left;
    }

    .con-social {
        grid-column: 1/3;
        display: none;
    }

    .con-social>* {
        padding: 0;
        display: none;
    }

    .con-address {
        grid-column: 1/4;
        grid-row: 1/3;
    }

    .con-button {
        align-self: end;
        grid-row: 2/3;
        padding-bottom: 15px;
    }

    .con-map {
        position: relative;
        float: right;
        overflow: hidden;
        padding-bottom: 17%;
        height: auto;
        border: hidden;
        border-left: 1px solid var(--color1);
    }

    .con-map iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
}

