/*************************************************************************************/
/*********************************CSS RESET*******************************************/
/*************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    }
}
/*************************************************************************************/
/************************************Header*******************************************/
/*************************************************************************************/
#template-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}

#header-container {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 100;
}
header {
    width: 100%;
    height: 80px;
    z-index: 10;
}
#header {
    display: flex;
    position: relative;
    height: 80px;
    width: 100%;
    z-index: 100;
}

#header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 20;
}

#service-nav-list:active,
#service-nav-list:focus,
#service-nav-list:hover,
.header-active-item:active>#service-nav-list,
.header-active-item:hover>#service-nav-list
#service-nav-button:active>#service-nav-list,
#service-nav-button:hover>#service-nav-list,
.header-nav-item:active>#service-nav-list,
.header-nav-item:hover>#service-nav-list {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-active-item {
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
}

#header-nav-list li a,
#header-nav-list li p {
    font-size: 14px;
    width: 100px;
}

.textFitted:hover {
    font-weight: bolder;
}

#service-nav-button a:hover,
#service-nav-button p:hover {
    font-weight: bolder;
}

/********** LOGO ***********/

#header-logo-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#header-logo-overlay picture img {
    max-width: unset;
}

#logo-container {
    align-items: center;
    display: flex;
    height: 100%;
    order: 1;
    outline: none;
}

#logo {
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: 25px;
}

#logo a {
    text-decoration: none;
    font-size: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo a picture {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo img {
    border: 0;
    height: 60px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
}

/********* Navigation **********/

#header-nav-container {
    height: 100%;
    order: 2;
    text-align: center;
    /* width: 48%; */
    z-index: 1;
}

#header-nav-list {
    align-items: center;
    display: flex;
    flex-flow: row;
    height: 100%;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

#header-nav-list li {
    height: 40px;
    /* letter-spacing: 3px; */
    /* text-transform: uppercase; */
}

#header-nav-list li:hover {
    font-weight: bold;
}

#homeButton .homeNonActive,
#homeButton .active,
#homeButton {
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    /* margin: .1em;
    margin-left: 8px;
    margin-right: 8px; */
    /* flex-basis: 100px; */
    /* min-width: 100px; */
}

#homeButton .active {
    min-width: 70px;
    height: 40px;
    font-weight: bold;
}

.active {
    /* border-radius: 4px; */
}

#homeButton a {
    padding-top: 8px;
    padding-bottom: 8px;
}

#service-nav-button {
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* flex-basis: 100px; */
    margin: .1em;
    margin-left: 1px;
    margin-right: 1px;
    min-width: 100px;
}

#service-nav-button a,
#service-nav-button p {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
}

.header-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-basis: 100px; */
    margin: .1em;
    margin-left: 8px;
    margin-right: 8px;
}

.header-nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

#header-item-1, #header-item-2, #header-item-3,
#header-item-4, #header-item-5, #header-item-6,
#header-item-7, #header-item-8, #header-item-9,
#header-item-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/************************Menu Buttons*********************************/
.active {
    /* border-radius: 4px; */
    font-weight: bold;
}
/******************Home Button*******************/
#homeButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
    margin-left: 1px;
}

#homeButton a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

#homeButton a:hover {
    font-weight: bold;
}

/**************Regular Buttons**************/
.header-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-width: 110px; */
    height: 40px;
    margin-right: 1px;
    margin-left: 1px;
}

.header-nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header-nav-item a:hover {
    font-weight: bold;
}

.header-active-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    height: 40px;
    margin-right: 1px;
    margin-left: 1px;
}

.header-active-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header-active-item a:hover {
    font-weight: bold;
}

#service-nav-list {
    display: none;
    list-style: none;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    visibility: hidden;
    box-shadow: 8px 8px 8px #707070;
}

#service-nav-list .service-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 40px;
    text-align: center;
}

#service-nav-list .service-nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.service-nav-item a{
    padding-left: 5px;
    padding-right: 5px;
}


#small-header-button-wrapper {
    display: none;
}


/********* Phone ********/

#header-phone-container {
    font-size: 18px;
    text-align: right;
    display: flex;
    flex-direction: column;
    order: 3;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    margin-right: 25px;
    height: 100%;
    justify-content: space-between;
}

#header-phone {
    display: flex;
    margin-left: auto;
    margin-top: 10px;
}

#header-phone-link {
    display: flex;
    flex-flow: row nowrap;
    text-decoration: none;
    margin-right: 5px;
}

#header-phone-img {
    margin-right: 5px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    margin-top: 3px;
}

#header-phone-img svg {
    height: 18px;
    vertical-align: middle;
    width: 18px;
    margin-right: 5px;
    border: 0;
}

#header-phone-text {
    text-align: right;
    font-weight: bold;
}

#header-custom-button {
    margin-top: 5px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-align: center;
    /* width: 170px; */
    padding: 5px;
}

#forwarding-url a{
    text-decoration: none;
}

.header-custom-button{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.header-custom-button:hover {
    cursor: pointer;
}

.addedButton a {
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    height: 100%;
    line-height: normal;
    font-size: 20px;
    padding: 8px 10px 8px 10px;
    text-transform: uppercase;
    /* border: 2px solid; */
}

.addedButton {
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    display: block;
    margin-bottom: 3em;
    margin-top: 5em;
    width: 150px;
}

div.addedButton {
    /* margin-top: 50px; */
    text-align: center;
}

/******************************Service Listing*************************************/
#value-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 40px;
    z-index: 0;
}

#value-list a {
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    font-size: 14px;
}

/**************************** Footer ******************************/
footer {
    width: 100%;
}

#footer-background {
    display: flex;
    justify-content: center;
    height: auto;
}

#footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
}

#footer-section-list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

#footer-section-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-height: 210px;
}
#footer-address {
    margin-top: 35px;
}
#footer-business-name {
    margin-top: 35px;
    font-size: 16px;
    font-weight: bolder;
}
#footer-address-loc {
    font-size: 14px;
}

#footer-hours {
    margin-top: 10px;
    font-size: 14px;
}

#footer-section-middle {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#footer-phone-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* flex: 1; */
    margin-top: 35px;
}
#footer-phone-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#footer-phone-img svg {
    height: 25px;
    width: 25px;
}

#footer-phone-text {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

#footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#footer-social-list {
    display: flex;
    flex: 1;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    height: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

#footer-social-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#footer-social-list li a svg{
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-social-list li svg {
    display: flex;
}

#footer-social-list li svg:hover {
    opacity: .65;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    max-width: 40px;
}

#footer-social-container {
    display: flex;
    align-items: flex-start;
    /* flex: 1; */
}

.footer-social-media a svg{
    width: 40px;
    height: 40px;
}

#footer-section-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
    flex: 1;
    /* margin-top: 35px; */
}

#footer-tags {
    width: 70%;
    margin-top: 35px;
}

#footer-keys {
    font-size: 10px;
}

#footer-copyright-bottom a {
    text-decoration: none;
}

#footer-social-media svg {
    display: flex;
    background-size: 40px 40px;
}

/********************RIGHT************************/
#footer-section-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
    flex: 1;
}
#footer-tags {
    width: 70%;
}

#footer-copyright > p {
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 1400px) {
    #header-nav-list {
        display: none;
    }

    #small-header-button-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .line1, .line2, .line3 {
        position:relative;
        display:block;
        margin-top:5px;
        width:25px;
        height:3px;
        opacity:1.0;
        border-radius:15%;
    }

    #toggle-small-header-button {
        /* margin-top: 35px; */
    }

    #header-nav-container {
        /* display: flex;
        justify-content: center;
        align-items: center; */
        margin-top: 50px;
        margin-right: 60px;
    }

    .smallmenuitems {
        text-decoration: none;
        justify-content: center;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #small-menulist {
        /* display: none; */
        max-height: 0;
        align-items: center;
        position: relative;
        justify-content: flex-start;
        margin: 0;
        margin-top: 40px;
        /* height: 200px; */
        /* padding-top: 15px;
        padding-bottom: 20px; */
        overflow: auto;
        transition: max-height 0.4s ease-out;
        z-index: 1;
        flex-direction: column;
        justify-content: center;
    }
    #small-menulist > li {
        width: 90%;
        justify-content: center;
        align-items: center;
        min-height: initial;
        height: auto;
        /* padding-top: 10px; */
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    #small-menulist > li:last-of-type {
        margin-bottom: 20px;
    }

    #small-menulist > li:first-of-type{
        padding-top: 10px;
    } 

    .smallmenulist > li {
        list-style: none;
        text-align: center;
    }
    ul.smallmenulist {
        min-width: 320px;
    }

    .toggleStyle {
        /* width: 320px; */
        display: flex!important;
        z-index: 1;
        transition: all .6s ease;
        flex-direction: column;
        justify-content: center;
        animation: growDown 300ms ease-in-out forwards;
        transform-origin: top center;
    }

    @keyframes growDown {
        0% {
            transform: scaleY(0)
        }
        80% {
            transform: scaleY(1.1)
        }
        100% {
            transform: scaleY(1)
        }
    }

    @keyframes growUp {
        0% {
            transform: scaleY(1)
        }
        80% {
            transform: scaleY(1.1)
        }
        100% {
            transform: scaleY(0)
        }
    }
}


@media screen and (max-width:980px) {

    /* #header-flex {
        justify-content: space-between;
    } */

    #header-phone-container {
        /* width: 33%; */
    }

    #logo-container {
        /* width: 33%; */
    }

    #header-nav-list {
        display: none;
        /* width: 33%; */
    }

    #header-nav-container {
        /* width: 33%; */
    }

    #forwarding-url a{
        font-size: 16px;
    }

    

    #footer-section-list,
    #footer-sections
    {
        text-align: center
    }

    #footer-section,
    #header-toggle-wrapper,
    .footer-section{
        display: unset
    }

    #footer-social,
    .footer-section {
        margin-left: auto;
        margin-right: auto
    }

    #footer-section-list {
        margin: 0 auto;
        flex-direction: column;
    }

    .footer-section {
        /* font-size: 120%; */
        width: 80%
    }

    #footer-section-right {
        display: none;
    }

    #footer-tags,
    #page-spacer {
        display: none
    }

    #footer-phone-container {
        /* font-size: 140%; */
        margin-bottom: 1em;
        margin-top: 1em
    }

    #footer-hours {
        /* font-size: 120% */
    }

    #business-redirect-url {
        text-align: center;
        height: 1.5em;
        margin-top: -1em;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #footer-section,
    #footer-social {
        margin-left: auto;
        margin-right: auto
    }

    #footer-background {
        /* margin-top: 5em; */
        min-height: 375px;
        height: auto;
    }

    #footer-sections {
        margin: 0 auto
    }

    #footer-section {
        width: 80%
    }

    #footer-address {
        margin-top: 15px;
        position: relative;
        top: 1em
    }

    #footer-locations-served {
        margin-top: 2em
    }

    #phone-container-footer {
        /* font-size: 140%; */
        margin-bottom: 1em;
        margin-top: 1em
    }

    #footer-hours,
    #footer-section {
        /* font-size: 120% */
    }

    .footer-section.address {
        margin-right: auto;
        align-items: center;
    }

    #footer-section-left {
        align-items: center;
        justify-content: center;
    }

    #footer-address {
        margin-bottom: 15px;
    }

    #footer-social-list {
        margin-top: 0px;
    }

    #footer-copyright {
        margin-top: 25px;
    }

}


@media screen and (max-width:770px) {
    header {
        height: 210px;
    }

    #header-flex {
        display: flex;
        flex-flow: column nowrap;
        justify-content: unset;
    }

    #small-menulist {
        margin-top: 0px;
        width: 100%;
        /* box-shadow: 0 8px 8px -2px #707070; */
    }

    ul.smallmenulist {
        width: 100%!important;
    }

    #small-menulist > li {
        width: 35%;
    }

    #logo {
        margin-left: 0px;
    }

    #header-logo-overlay {
        display: none;
    }

    #toggle-small-header-button {
        margin-top: 0px;
        padding-bottom: 10px;
        padding-top: 20px;
        max-height: 55px;
        /* flex: 1; */
    }

    .home-text {
        text-align: left;
    }

    #header-phone-container
    {
        width: 100%;
        flex: 2;
        max-height: 70px;
    }

    #forwarding-url {
        margin-left: 0;
    }

    #logo-container {
        /* display: none; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 2;
        min-height: 80px;
        max-height: 80px;
        width: 100%;
    }

    #header-phone-link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #logo img {
        padding-top: 10px;
        padding-bottom: 15px;
        height: 75px;
        width: auto;
    }

    #header-nav-container {
        height: 30%;
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        order: 3;
        margin-right: 0;
    }

    #header-nav-list {
        margin-bottom: 0;
        margin-top: 0
    }

    .header-active-item {
        margin: .04em
    }

    #service-nav-button {
        margin: .04em
    }
    .header-nav-item {
        margin: .04em
    }

    #header-phone-container {
        align-items: center;
        height: auto;
        justify-content: center;
        order: 2;
        max-height: 70px; 
    }

    #header-phone {
        margin-left: unset;
        margin-top: 0px;
        margin-right: 0px;
        order: 2;
    }

    #header-custom-button {
        margin-top: 15px;
        margin-right: 0px;
        order: 1;
    }

    #forwarding-url {
        margin-bottom: 0px;
    }

    #footer-section-list,
    #footer-sections,
    #form-wrapper,
    #logo,
    #logo div,
    #logo img,
    .form-align {
        text-align: center
    }

    #footer-section,
    #header-toggle-wrapper,
    .footer-section {
        display: unset
    }

    #header-toggle-button {
        margin-top: -.4em
    }

    #services-wrapper {
        flex-flow: column;
        align-items: center;
    }

    .text-content h2 {
        font-size: 150%
    }

    #footer-social,
    #form-submit,
    #form-verify,
    .footer-section {
        margin-left: auto;
        margin-right: auto
    }

    #photo-gallery {
        display: none
    }

    #promo-nav {
        width: 100%
    }

    #form-wrapper {
        height: auto
    }

    #form-section-1 input {
        height: 3em;
        /* width: 80% */
    }

    #form-message {
        height: 200px;
        /* width: 80% */
    }

    #form-submit {
        width: 90%
    }

    #review-container {
        flex-flow: column
    }

    #review-list-container {
        width: unset
    }

    #review-form-wrapper {
        width: unset
    }

    #review-form-verify {
        display: flex;
        justify-content: center;
        margin-left: none;
        margin-right: none;
        width: 80%
    }

    .review-list-item {
        width: 90%
    }

    #value-list {
        /* margin-bottom: -4em */
    }

    #footer-section-list {
        margin: 0 auto
    }

    .footer-section {
        /* font-size: 120%; */
        width: 80%
    }

    #footer-tags,
    #page-spacer {
        display: none
    }

    #footer-phone-container {
        /* font-size: 140%; */
        margin-bottom: 1em;
        margin-top: 1em
    }

    #footer-hours {
        /* font-size: 120% */
    }

    #header {
        min-height: 210px;
        height: auto;
    }

    #business-redirect-url {
        text-align: center;
        height: 1.5em;
        margin-top: -1em;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #header-phone-container {
        /* font-size: 140% */
    }

    #header-menu,
    #header-phone-container {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    #header-menu {
        margin-top: 1.2em
    }

    .header-menu-field {
        width: 4em
    }

    .header-menu-button {
        margin-right: 1px
    }

    #footer-section,
    #footer-social,
    #header-more-btn {
        margin-left: auto;
        margin-right: auto
    }

    #header-more-btn {
        display: block;
        margin-top: -.6em;
        width: 4em
    }

    #more-list {
        left: 0;
        right: 0;
        width: 6em
    }

    .more-item div {
        width: 4em
    }

    #header-spacer {
        margin-top: 185px;
    }

    #promo-image {
        z-index: 1
    }

    #promo-image,
    #proud-image,
    .promo-image {
        /* min-height: 8em */
    }

    #footer-background {
        /* margin-top: 4em; */
        min-height: 375px;
        height: auto;
    }

    #footer-sections {
        margin: 0 auto
    }

    #footer-section {
        width: 80%
    }

    #footer-address {
        position: relative;
        top: 1em
    }

    #footer-locations-served {
        margin-top: 2em
    }

    #phone-container-footer {
        /* font-size: 140%; */
        margin-bottom: 1em;
        margin-top: 1em
    }

    /* #footer-hours,
    #footer-section {
        font-size: 120%
    } */

    #map,
    #map-wrapper {
        width: 100%
    }
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.play-button::before {
    content: '';
    display: inline-block;
    margin-left: 4px;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
}

.play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.play-button:hover::before {
    border-left-color: #ddd;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    margin-bottom: 20px; 
    height: 500px;
    overflow: hidden;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
		max-width: 100%;
}