.grecaptcha-badge { visibility: hidden; }
html, body
{
    height: 100%;
}
body
{
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    color: rgba(0,0,0,.7);
}

.footer-business-name {
    letter-spacing: 1.5px;
}

.text-font-color {
    color: var(--text_color_rgba) !important;
}

.post-text-color {
    color: var(--post_text_color_rgba) !important;
}

#footer-additionalPaymentTypes {
    color: var(--text_color_rgba) !important;
}

.navbar-collapse
{
    height: 100px;
}

.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255,255,255,1);
}

.navbar-nav
{
  max-height: 95vh;
  /*overflow: auto;*/
}

.navbar
{
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
}

.navbar-toggler > .close {
    display: inline;
}

.navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

a.nav-link {
    text-transform: capitalize;
}

.accessibility-img {
    position: fixed;
    bottom: 50%;
    right: 0;
    background-color: #eeeef4;
    z-index: 1000000;
}

.bg-default-color
{
    background-color: #fff !important;
}

.bg-alt-color
{
    background-color: #F7F7F7 !important;
    border-radius: .25rem;
}

.bg-review-color
{
    background-color: #fff !important;    
}

.bg-section-color
{
    background-color: #6c757d !important;
    color: White;
}

.bg-nav-color
{
    background-color: rgba(0,0,0,.4) !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
}
.bg-nav-color-alt
{
}

.framed-text
{
    background-color: White !important;
    opacity: .8;
    border-radius: .25rem;
}

.nav-logo
{
    width: auto;
    height: 115px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: .25rem;       
}

.menu-container > li > a
{
    text-transform: capitalize;    
}

.nav-business-name
{
    font-weight: bold;
    font-size: 1.5em;
}
.nav-address
{
    font-weight: bold;
    font-size: 1em;
}
.nav-phone
{
    font-weight: bold;
    font-size: 1em;
}

.phone-nav-mobile
{
    color: white;
    font-size: 1rem;
}
.phone-nav-mobile:hover
{
    color: rgba(255,255,255,.8);
    text-decoration: none;
}

#PhoneNav .fas
{
    background-color: grey;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 3px;
    top: 5px;
    border: 1px solid white;
}

#PhoneNav .fas:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.description {
    z-index: 2;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 5em;
    color: White;
    text-shadow: 2px 2px 5px rgba(0,0,0, .3);
    font-weight: bold;
}

.heading {
    font-size: 3em;
    letter-spacing: 5px;
    font-weight: 600;
}

.home-content
{
    margin-top: 50px;
    position: relative;
}
.home-banner
{
    min-height: 50vh;
    width: 100%;
    display: flex;
    flex: 1 0 auto;
}
#posts-banner {
    position: relative;
    z-index: 99999;
}
.parallax
{
    position: relative;
    z-index: 2;
}
.parallax-image
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
    transition: opacity 1s ease-in-out;
}
.parallax-image.show
{
    opacity: .3;
}

.ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 60px;
}

.show-more {
    list-style: none;
}

.banner
{
    min-height: 50vh;
    width: 100%;
    display: flex;
    flex: 1 0 auto;    
}
.banner-image
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;    
}
.banner-image-opacity {
    opacity: .3;
}
.banner-information {
    z-index: 2;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 5em;
    color: White;
    text-shadow: 2px 2px 5px rgba(0,0,0, .3);
    font-weight: bold;
}
.banner-sub
{
    color: rgba(0,0,0,.7);
    font-size: 1em;
}

.bg-image-container
{
    position: relative;
    z-index: 1;
    min-height: 25vh;
}
.bg-image
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
}

.testimonial-blurb
{
    position: relative;
    background: white;
    opacity: .8;
    box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.6);
    border-radius: .25rem;
}

.inline-image
{
    width: auto;
    height: 600px;
    object-fit: cover;
}

#contactPhone 
{
    font-weight: bold;
}
.contact-phone
{
    font-size: 1.5em;
}
.contact-phone-alt
{
    font-size: 1em;
    font-weight: bold;
    color: rgba(0,0,0,.7);
}
.contact-phone-alt:hover
{
    color: rgba(0,0,0,.9);
    text-decoration: none;
}

.contact-zip {
    flex-basis: 20%;
}

.contact-city {
    margin-right: 0.5rem;
    flex-basis: 55%;
}

.contact-state {
    margin-right: 0.5rem;
    flex-basis: 25%;
}

.nav-link
{
    font-weight: bold;
}

.header-item {
    letter-spacing: 1.5px;
    text-transform: capitalize;
}

.content
{
    flex: 1 0 auto;
}

.content-header {
    font-weight: bold;
    text-transform: capitalize;
}

.content-body
{
    font-size: 1.15em;
}

.content-body-heading
{
    font-size: 2.5rem;
    font-weight: bold;
}

.section-header {
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 2em;
}

.modal-section-header {
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 2em;
} 

.content-body-sub-heading
{
    font-size: 1.5rem;
    font-weight: bold; 
}

.content-body-list
{
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
}

.image-slider > img
{
    width: auto;
    max-height: 500px;
}
.image-slider-thumbnail > img
{
    width: 100px;
    height: 100px;
}

.image-slider-thumbnail
{
    cursor: pointer;
}

.slider-single > button
{
    display: none;
}
.slick-prev, .slick-next
{
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border-radius: .25rem;
}

.slider-single-blurb > .slick-prev
{
    background-color: #f5f5f5;
    top: 68%;
    height: 100%;
    width: 1.88rem;
    left: -2.5rem;
    opacity: 1;
}

.slider-single-blurb > .slick-next
{
    background-color: #f5f5f5;
    top: 50%;
    height: 25%;
    width: 1.88rem;
    right: -3rem;
    opacity: 1;
}

.slider-single-blurb > .slick-prev
{
    background-color: #f5f5f5;
    top: 50%;
    height: 25%;
    width: 1.88rem;
    left: -3rem;
    opacity: 1;
}

.slider-nav > .slick-prev
{
    background-color: #f5f5f5;
    top: 50%;
    height: 100%;
    width: 1.88rem;
    left: -2.5rem;
    opacity: 1;
}

.slider-nav > .slick-next
{
    background-color: #f5f5f5;
    top: 50%;
    height: 100%;
    width: 1.88rem;
    right: -2.5rem;
    opacity: 1;
}

.slider-single > .slick-prev
{
    top: 50%;
    height: 10%;
    width: 1.88rem;
    left: 5rem;
    z-index:  10;
    background-color: #939393;
    opacity: .8;
    display: none !important;    
}

.slider-single > .slick-next
{
    top: 50%;
    height: 10%;
    width: 1.88rem;
    right: 5rem;
    z-index:  10;
    background-color: #939393;
    opacity: .8;
    display: none !important;
}

.slick-next:hover, .slick-prev:hover
{
    background-color: #e0e0e0;
}

.slick-prev::before, .slick-next::before
{
    font-size: 30px;
}

.slick-prev:before
{
    color: rgba(0,0,0,.7);
    content: "<";
    opacity: 1;   
    font-weight: bold;
}

.slick-next:before
{
    color: rgba(0,0,0,.7);
    content: ">";
    opacity: 1;
    font-weight: bold;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: rgba(0,0,0,.4);
}

.testimonial-slider
{
    opacity: 0.4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
}

.testimonial-slider.slick-current
{
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
}

.slick-dots > li > button:before
{
    font-size: 35px;
}

#gmMultiLocation
{
    height: 600px;
    width: 100%;
}

video
{
    width: 100% !important;
    height: auto !important;
	margin-bottom: 20px;    
}
.videoWrapper
{
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 30px;
}
.videoWrapper iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.videoPageWrapper
{
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 30px;
}
.videoPageWrapper iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}

.br-widget {
    height: 22px;
    width: 135px;
    margin-top: 0px;
}
.br-widget a {
    background: url(/content/profile/images/star_yellow.png);
    width: 19px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 5px;
}

.br-widget a:hover, .br-widget a.br-active, .br-widget a.br-selected {
    background-position: 0 18px;
}

#newReview textarea.error, #newReview input.error {
    border: 1px solid red;
}

#newReview div.br-widget.error {
    border: 1px solid red;
    border-radius: 5px;
    width: 122px;
}

#newReview div.br-widget.error:hover {
    width: 135px;
}

.btn-default:hover
{
    background-color: #E0E0E0
}

.footer {
    flex-shrink: 0;
    margin-top: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px 0px;    
    -moz-box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px 0px;
}
.footer-content
{
    font-size: .85em;
}

.business-info-footer
{
    list-style: none;
}
.business-info-footer li:not(:last-child)::after {
    content: " | ";
    position: relative;
    right: -5px;
    top: -2px;
}

#phoneLink
{
    color: White !important;
}

.col-border-top
{
    border-top: 1px solid rgba(0,0,0,.1);
}

.carousel-blurb-full-review
{
    display: none;
}

.review-full-modal-body .carousel-blurb-partial-review
{
    display: none;
}

.review-full-modal-body .carousel-blurb-full-review
{
    display: flex !important;
}

.review-full-modal-body .col-border-left
{
    border-left: none;
}

.bg-video
{
    background-color: #2a2d2d;
}

.light
{
    color: White !important;
}
.dark
{
    color: black !important;
}

.about-image
{
    max-height: 250px;
}

.fbRec
{
    height: 1.5em;
}

span.fbRec
{
    font-weight: bold;
}

.fbRecBig
{
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 115px;
}

div.fbRecBig
{
    font-size: larger;
    font-weight: bold;
    max-width: 100%;
}

.star-rating-image
{
    max-width: 115px;
}

.star-rating-circle
{
    max-width: 115px;
}

.rating-image-domain
{
    width: 115px;
    height: 45px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.1);
}
.rating-image-domain > img
{
    max-width: 100%;
    max-height: 100%;
}

.review-domain-hover
{
    background-color: #fff;
}
.review-domain-hover:hover
{
    background-color: #e2e6ea;
}

.external-review-link
{
    color: rgba(0,0,0,.7);
    text-transform: uppercase;    
}
.external-review-link:hover
{
    color: rgba(0,0,0,.7);
    text-decoration: none;
    cursor: default;
}
.internal-testimonial
{
    color: rgba(0,0,0,.7);
    text-transform: uppercase;
}
.review-submitted
{
    font-weight: bold;
    font-size: 1.15em;
}

.review-quotes
{
    font-size: 1.5em;
    background-color: #ffc20e;
    color: White;
}

.review
{
    font-size: 1.15em;
}

.review-authordate
{
    font-style: italic;
    font-size: 1em;
}

.review-author
{
    font-weight: 600;
}

.blurb-review-info
{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.blurb-more
{
    margin-top: 1rem;
}

.blurb-review
{
    margin-top: .5rem;
    font-size: 1.15em;
}

.blurb-authordate
{
    margin-top: .5rem;
    font-style: italic;
    font-size: .85em;
    font-weight: bold;
}

.post-start-date-init
{
    font-weight: 600;
    font-size: 1.25rem;
}

.post-start-date
{
    font-weight:600;
    font-size: 1rem;
}

.post-end-date
{
    font-weight: 600;
    font-size: .85rem;
    font-style: italic;
}

.post-attention-grabber
{
    font-weight: 900;
    font-size: 2rem;
}

.post-title-info
{
    font-weight: 600;
    font-size: 1.25rem;
}

.post-body-info
{
    font-size: 1rem;
}
.post-image > a > img
{
    max-height: 250px;
}

.post-image 
{
    height: 25vh;
}

.section-information
{
    font-size: 1.25em;
    line-height: 1.75em;
}

.font-change
{
    color: rgba(0,0,0,.7);
}

a
{
    color: #2F92D7;
}

.override-width-limit
{
    width: auto !important;
    max-width: 100% !important;
}

#facebook-social > i
{
    color: #3B5998;
}

#google-social > i
{
    color: #1A73E8;
}

#yelp-social > i
{
    color: #D32323;
}

#twitter-social > i
{
    color: #55ACEE;
}

#instagram-social > i
{
    color: #D32E79;
}

#linkedin-social > i
{
    color: #007BB5;
}

.social-link > i:hover
{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.social-link-footer > i:hover
{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.margin-top
{
    margin-top: 2.25rem !important;
}

.remove-hyperlink-style
{
    text-decoration: none !important;
    color: #212529 !important;
    display: inline-block !important;
}

.ui-contextmenu {
    z-index: 1;
}

.fc-event-container > a
{
    margin: .75em;
}


.loader {
    background-color: #F3F3F400;
    color: #81828540;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 2000;
    display: flex;
    padding: 0.5vmin;
    border-radius: 5%/10%;
}

.loader > i {
    color: #81828540;
    width: 1.5vmin;
    height: 1.5vmin;
    font-size: 1.5vmin;
    margin: 0.25vmin;
    animation: dot-flashing 1s infinite;
    animation-delay: .25s;
}

.loader > i:first-child {
    animation-delay: 0s;
}

.loader > i:last-child {
    animation-delay: .5s;
}

@keyframes dot-flashing {
    0% {
        color: #81828540;
    }

    25% {
        color: #818285FF;
    }

    75%, 100% {
        color: #81828540;
    }
}


.imagery-grid-container  
{  
    position: relative;  
    width: 100%;  
}  
.imagery-photo-container  
{  
    display: block;  
    overflow: hidden;  
    position: relative;  
}  
.imagery-photo-container::before  
{  
    content: "";  
    display: block;  
    padding-top: 100%;  
}  
.imagery-inline-image  
{  
    position: absolute;  
    top: 0;  
    left: 0;  
    margin: auto;  
    text-align: center;  
    right: 0;  
    width: 100.25%;  
    height: 100.25%;  
    background-position: 50%;  
    background-repeat: no-repeat;  
    background-size: cover;  
    object-fit: cover;  
    -webkit-transition: -webkit-transform 0.3s ease;  
    transition: -webkit-transform 0.3s ease;  
    transition: transform 0.3s ease;  
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;  
    -webkit-filter: brightness(100%);  
	-moz-filter: brightness(100%);  
	-o-filter: brightness(100%);  
	-ms-filter: brightness(100%);  
	filter: brightness(100%);      
}  
  
.imagery-photo:hover  
{  
    cursor: pointer;  
    opacity: 1;  
}  
.imagery-photo:hover > .imagery-inline-image::before  
{  
    background-color: #080808;  
}  
.imagery-photo:hover > .imagery-inline-image  
{  
    transform: scale(1.1);  
    -webkit-transition: -webkit-transform 0.3s ease;  
    transition: -webkit-transform 0.3s ease;  
    transition: transform 0.3s ease;  
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;      
    -webkit-filter: brightness(70%);  
	-moz-filter: brightness(70%);  
	-o-filter: brightness(70%);  
	-ms-filter: brightness(70%);  
	filter: brightness(70%);  
}  
  
.overlay  
{  
    position:relative;  
    float:left;  
    width:100%;  
    z-index:1;  
    cursor: pointer;  
    -webkit-filter: brightness(70%);  
	-moz-filter: brightness(70%);  
	-o-filter: brightness(70%);  
	-ms-filter: brightness(70%);  
	filter: brightness(70%);      
}  
  
.overlay:hover  
{  
    -webkit-filter: brightness(100%);  
	-moz-filter: brightness(100%);  
	-o-filter: brightness(100%);  
	-ms-filter: brightness(100%);  
	filter: brightness(100%);      
}  
  
.imagery-video  
{  
    pointer-events: none;  
} 
 
.slider-imagery > .slick-prev  
{  
    top: 50%;  
    height: 10%;  
    width: 1.88rem;  
    left: 0rem;  
    z-index:  10;  
    background-color: #939393;  
    opacity: .8;  
}  
  
.slider-imagery > .slick-next  
{  
    top: 50%;  
    height: 10%;  
    width: 1.88rem;  
    right: 0rem;  
    z-index:  10;  
    background-color: #939393;  
    opacity: .8;  
}  

.slider-imagery > .slick-list > .slick-track {
    display: flex;
    align-items: center;
}

.slider-video > .slick-prev  
{  
    top: 50%;  
    height: 15%;  
    width: 1.88rem;  
    left: 0rem;  
    z-index:  10;  
    background-color: #939393;  
    opacity: .8;  
}  
  
.slider-video > .slick-next  
{  
    top: 50%;  
    height: 15%;  
    width: 1.88rem;  
    right: 0rem;  
    z-index:  10;  
    background-color: #939393;  
    opacity: .8;  
}  
 
.modal-xl  
{  
    max-width: 1200px;  
}

.extra-padding 
{ 
    padding-top: 8rem; 
}

.capture-liability
{
    font-size: .9rem;
    font-style: italic; 
}

.grecaptcha-info
{
    font-size: .75rem;
}

.payment-img{
    width:30px;
    height:auto;
}

.card img {
    width: 100%;
    transition: 0.3s;
    border-radius: 8px;
}

.container {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.card {
    border-radius: 12px;
    padding: 3%;
    margin-bottom: 6%;
    background: #fff;
    box-shadow: 10px 10px 24px -12px rgba(0,0,0,0.75);
}

.card:hover {
    box-shadow: inset 10px 10px 24px -12px rgba(0,0,0,0.75);
}

.card:hover img {
    transform: scale(0.95);
}

.card-columns {
    column-count: 4;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    /* Here is the modification */
    height: 8px; /* space between lines */
    margin-top: -2px; /* adjust vertical align */
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}

.strike > span:before {
    right: 100%;
    margin-right: 30px;
}

.strike > span:after {
    left: 100%;
    margin-left: 30px;
}
.faq-card {
    border: 2px solid rgba(0,0,0,.4);
    background: rgba(255,255,255,1);
}

.faq-card .fa {
    transition: .3s transform ease-in-out;
}

.faq-card.collapsed .fa {
    transform: rotate(-90deg);
}

.faq-description {
    font-size: 2.25rem;
    font-weight: 500;
}

.faq-description, .faq-answer {
    color: rgba(0,0,0,.6);
}

.faq-question {
    color: rgba(0,0,0,.9);
}

.faq-answer {
    font-weight: 600;
}

.faq-question, .faq-answer {
    white-space: pre-line;
}

.faq-button:hover {
    cursor: pointer;
}

.faq-card, .faq-card:hover {
    box-shadow: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes Fade-In-ANIMATION {
    from { height: 0; opacity: 0; visibility: hidden; }
    to { height: 100%; opacity: 1; visibility: visible; }
}
@-webkit-keyframes Fade-In-ANIMATION {
    from { height: 0; opacity: 0; visibility: hidden; }
    to { height: 100%; opacity: 1; visibility: visible; }
}
@-moz-keyframes Fade-In-ANIMATION {
    from { height: 0; opacity: 0; visibility: hidden; }
    to { height: 100%; opacity: 1; visibility: visible; }
}
@-o-keyframes Fade-In-ANIMATION {
    from { height: 0; opacity: 0; visibility: hidden; }
    to { height: 100%; opacity: 1; visibility: visible; }
}

@media screen and (max-width: 479px)
{
    .carousel-cell
    {
        width: 30%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        counter-increment: gallery-cell;    
    }
    .carousel-cell > img
    {
        width: 125px !important;
        height: 125px !important;
    }
    .carousel-review
    {
        font-size: small;
        padding-right: 15px;
        padding-left: 15px;
    }
    .carousel-review-authordate
    {
        padding-bottom: 10px;
    }
    .carousel-review-author
    {
        font-size: medium;
        font-weight: normal;
        font-style:italic;
        padding-top: 10px;
    }
    .carousel-review-date
    {
        font-size: small;
        font-weight: normal;
        font-style:italic;
        padding-top: 5px;
    }    
    .carousel-review-provided-by
    {
        font-size: small;
        font-weight: 500;
        margin-top: 10px;
    }
    .captcha-responsive  
    {  
        transform:scale(0.7);  
        -webkit-transform:scale(0.7);  
        transform-origin:0 0;  
        -webkit-transform-origin:0 0;  
    }
    .card-columns {
        column-count: 1;
    }
    .image-slider > img
    {
        width: auto;
        max-height: 300px;
    }
    #gmMultiLocation
    {
        height: 300px;
    }
    .banner-information
    {
        font-size: 2em !important;
    }
    .slider-nav
    {
        display: none;
    }               
}


/* ============ only desktop view ============ */
@media all and (min-width: 1200px) {
    #pages{ margin-top: 116px; }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color:#b9b9b9;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}		
/* ============ desktop view .end// ============ */


@media screen and (min-width: 480px) and (max-width: 599px)
{
    .carousel-cell
    {
        width: 30.5%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        counter-increment: gallery-cell;    
    }
    .carousel-cell > img
    {
        width: 175px !important;
        height: 175px !important;
    }
    .card-columns {
        column-count: 1;
    }
    .image-slider > img
    {
        width: auto;
        max-height: 300px;
    }
    #gmMultiLocation
    {
        height: 300px;
    }
    .slider-nav
    {
        display: none;
    }           
}
@media screen and (min-width: 600px) and (max-width: 768px)
{
    .carousel-cell
    {
        width: 31.5%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        counter-increment: gallery-cell;    
    }
    .carousel-cell > img
    {
        width: 225px !important;
        height: 225px !important;
    }
    .card-columns {
        column-count: 2;
    }
    .image-slider > img
    {
        width: auto;
        max-height: 400px;
    }
    #gmMultiLocation
    {
        height: 450px;
    }
    .slider-nav
    {
        display: none;
    }           
}
@media screen and (min-width: 769px) and (max-width: 974px)
{
    .carousel-cell
    {
        width: 32%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        counter-increment: gallery-cell;    
    }
    .carousel-cell > img
    {
        width: 275px !important;
        height: 275px !important;
    }
    .carousel-reviews-cell
    {
        width: 31.5%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        margin-left: 10px;    
        counter-increment: gallery-cell;
    }
    .card-columns {
        column-count: 3;
    }
    .image-slider > img
    {
        width: auto;
        max-height: 450px;
    }
    .image-slider-thumbnail > img
    {
        width: 50px;
        height: 50px;
    }     
}
@media screen and (min-width: 975px) and (max-width: 1279px)
{
    .carousel-cell
    {
        width: 32%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        counter-increment: gallery-cell;    
    }
    .carousel-cell > img
    {
        width: 275px !important;
        height: 275px !important;
    }
    .carousel-reviews-cell
    {
        width: 32%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        margin-left: 10px;    
        counter-increment: gallery-cell;
    }
    .card-columns {
        column-count: 3;
    }
    .image-slider-thumbnail > img
    {
        width: 55px;
        height: 55px;
    }         
}
@media screen and (min-width: 1280px) and (max-width: 1500px)
{
    .carousel-cell
    {
        width: 32%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        counter-increment: gallery-cell;    
    }
    .carousel-cell > img
    {
        width: 315px !important;
        height: 315px !important;
    }
    .image-slider-thumbnail > img
    {
        width: 75px;
        height: 75px;
    }    
}
@media screen and (min-width: 1500px) and (max-width: 1750px)
{
    .image-slider-thumbnail > img
    {
        width: 85px;
        height: 85px;
    }    
}

@media screen and (min-width: 479px) and (max-width: 767px)
{
    .carousel-review
    {
        font-size: medium;
        padding-right: 15px;
        padding-left: 15px;  
    }
    .carousel-review-authordate
    {
        padding-bottom: 10px;
    }
    .carousel-review-author
    {
        font-size: medium;
        font-weight: normal;
        font-style:italic;
        padding-top: 10px;
    }
    .carousel-review-date
    {
        font-size: small;
        font-weight: normal;
        font-style:italic;
        padding-top: 5px;
    }    
    .carousel-review-provided-by
    {
        font-size: medium;
        font-weight: 500;
        margin-top: 10px;
    }        
}

@media (max-width: 767.98px) 
{
    .nav-logo
    {
        height: 115px !important;
    }
    .carousel-reviews-cell
    {
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin-right: 10px;
        margin-left: 10px;    
        counter-increment: gallery-cell;
    }
    
    .review
    {
        font-size: 1em;
    }
}

@media (max-width: 991.98px) 
{
    .nav-business-info
    {
        margin: auto !important
    }
    .nav-business-name
    {
       font-size: 1.25em;
    }
    .nav-address
    {
        font-size: .8em;
    }
    .nav-business-phone
    {
        font-size: .9em;
    }
    .custom-fixed-top
    {
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        z-index: 1030;
    }
    .content-body
    {
        font-size: 1em;
    }
    .nav-logo
    {
        height: 115px;
    }     
}

@media (max-width: 1199.98px) 
{
    #pages {
        margin-top: 56px;
    }

    .menu-container
    {
        overflow-y: scroll !important;
        -webkit-overflow-scrolling:touch;
        max-height: 50vh !important;
    }
    #posts-banner-alert {
        -webkit-animation: Fade-In-ANIMATION 2s ease .5s forwards;
        -moz-animation: Fade-In-ANIMATION 2s ease .5s forwards;
        -o-animation: Fade-In-ANIMATION 2s ease .5s forwards;
        animation: Fade-In-ANIMATION 2s ease .5s forwards;
        opacity: 1;
        visibility: hidden;
        height: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 1199.98px)
{
    .nav-link, .dropdown-item
    {
        font-size: .8em;
        padding: .5rem !important;
    }
}

/*Extra Small Devices*/
@media (max-width: 575.98px)
{
    .carousel-inner > .carousel-item > img
    {
        height: 300px;
        width: auto;
    }
    .heading
    {
        font-size: 1.5em;
    }
    .description
    {
        font-size: 2.5em;
    }
    .banner-information
    {
        font-size: 2.5em;
    }     
    .contact-phone
    {
        font-size: 1em;
    }
    .contact-phone-alt
    {
        font-size: .85em;
    } 
    .content-body-heading
    {
        font-size: 2em;
    }
    .content-body-sub-heading
    {
        font-size: 1.25em;
    }
    .section-information
    {
        font-size: 1.15em;
        line-height: 1.5em;
    }
    .business-info-footer li:not(:last-child)::after {
        content: "";
        position: relative;
    }
    .business-info-footer > li
    {
        width: 100%;
    }
    .text-align-override
    {
        text-align: center !important;
    }
    .inline-image
    {
        width: auto;
        height: auto;
        object-fit: fill !important;
    }
    .bg-nav-color-alt
    {
        background-color: rgba(0,0,0,.8) !important;
    }
    .bg-nav-color
    {
        background-color: rgba(0,0,0,0) !important;
    }
    .navbar-collapse
    {
        max-height: 100vh;
        height: auto;        
    }
    .slider-single > .slick-prev
    {
        left: .5rem;
        display:block !important;
    }

    .slider-single > .slick-next
    {
        right: .5rem;   
        display:block !important;
    }
    .slider-imagery > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-imagery > .slick-next  
    {  
        display:block !important;  
    }  
    .slider-video > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-video > .slick-next  
    {  
        display:block !important;  
    }
    .extra-padding 
    { 
        padding-top: 3rem; 
    }                
}

/*Small Devices*/
@media (min-width: 576px) and (max-width: 767.98px)
{
    .carousel-inner > .carousel-item > img
    {
        height: 400px;
        width: auto;
    }
    .heading
    {
        font-size: 2em;
    }
    .description
    {
        font-size: 3.5em;
    }
    .banner-information
    {
        font-size: 3.5em;
    } 
    .content-body-heading
    {
        font-size: 2em;
    }
    .content-body-sub-heading
    {
        font-size: 1.25em;
    }
    .section-information
    {
        font-size: 1.15em;
        line-height: 1.5em;
    }
    .business-info-footer li:not(:last-child)::after {
        content: "";
        position: relative;
    }
    .business-info-footer > li
    {
        width: 100%;
    }
    .text-align-override
    {
        text-align: center !important;
    }
    .inline-image
    {
        width: auto;
        height: auto;
        object-fit: fill !important;
    }
    .bg-nav-color-alt
    {
        background-color: rgba(0,0,0,.8) !important;
    }
    .bg-nav-color
    {
        background-color: rgba(0,0,0,0) !important;
    }
    .navbar-collapse
    {
        max-height: 100vh;
        height: auto;
    }
    .slider-single > .slick-prev
    {
        left: 1.5rem;
        display:block !important;
    }

    .slider-single > .slick-next
    {
        right: 1.5rem;
        display:block !important;
    }
    .slider-imagery > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-imagery > .slick-next  
    {  
        display:block !important;  
    }  
    .slider-video > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-video > .slick-next  
    {  
        display:block !important;  
    }
    .extra-padding 
    { 
        padding-top: 3rem; 
    }         
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 991.98px)
{
    .heading
    {
        font-size: 2.5em;
    }
    .description
    {
        font-size: 4em;
    }
    .banner-information {
        font-size: 4em;
    }
    .text-align-override
    {
        text-align: center !important;
    }
    .bg-nav-color-alt
    {
        background-color: rgba(0,0,0,.8) !important;
    }
    .bg-nav-color
    {
        background-color: rgba(0,0,0,0) !important;
    }
    .navbar-collapse
    {
        max-height: 100vh;
        height: auto;        
    }
    .slider-single > .slick-prev
    {
        left: 5rem;
        display:block !important;
    }

    .slider-single > .slick-next
    {
        right: 5rem;
        display:block !important;
    }
    .slider-imagery > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-imagery > .slick-next  
    {  
        display:block !important;  
    }  
    .slider-video > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-video > .slick-next  
    {  
        display:block !important;  
    }
    .extra-padding 
    { 
        padding-top: 3rem; 
    }                       
}

@media (min-width: 992px) and (max-width: 1199.98px) 
{
    .bg-nav-color-alt
    {
        background-color: rgba(0,0,0,.8) !important;
    }
    .bg-nav-color
    {
        background-color: rgba(0,0,0,0) !important;
    }
    .navbar-collapse
    {
        max-height: 100vh;
        height: auto;
    }
    .slider-single > .slick-prev
    {
        left: 3rem;
        display:block !important;
    }

    .slider-single > .slick-next
    {
        right: 3rem;
        display:block !important;
    }
    .slider-imagery > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-imagery > .slick-next  
    {  
        display:block !important;  
    }  
    .slider-video > .slick-prev  
    {  
        display:block !important;  
    }  
  
    .slider-video > .slick-next  
    {  
        display:block !important;  
    }
    .extra-padding 
    { 
        padding-top: 3rem; 
    }             
}

/*Desktop*/
@media (min-width: 992px)
{
    .col-border-right
    {
        border-right: 1px solid rgba(0,0,0,.7);
    }
    #posts-banner-alert
    {
        margin-top: 6.15rem !important;
    }
}

/*navbar adjustments in tablet/desktop*/
@media (min-width: 1199.8px)
{   
    .nav-item-adjust
    {
        font-size: .9em;
    }
    .col-border-left
    {
        border-left: 1px solid rgba(0,0,0,.1);
    }
    .color-adjust
    {
        background-color: rgba(0,0,0,.8) !important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .nav-adjust
    {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin-top: .5rem !important;
    }
    .col-border-right
    {
        border-right: 1px solid rgba(0,0,0,.7);
    }
}

@media (min-width: 1199.8px) and (max-width: 1500px)
{
    .nav-item
    {
        font-size: .9rem;
    }
}

@media (min-width: 1199.8px) and (max-height: 610px)
{
    .home-content
    {
        margin-top: 150px;
    }   
}


/* ============ BANNER ALERT ============ */

@media (max-width: 991.98px) {
    .post-attention-grabber {
        font-weight: 900;
        font-size: 1rem;
        text-align: center !important;
        margin-bottom: 5px;
    }
    .post-image {
        height: 15vh;
        text-align: center !important;
    }
    .post-title-info {
        font-weight: 600;
        font-size: 0.9rem;
    }
    .post-body-info {
        font-size: .8rem;
    }
    #PostsPageNavigationLink {
        font-size: .75rem;
    }
}