#PageMain {
margin-top: 0px !important;
}


#store-hero-padding{
padding: 4vw;
}

.store-hero-margin {
margin-bottom: 0px !important;
}

.wsp-quote-slider-bkg {
 margin-left: 0;
 margin-right: 0;
 padding: 41px 0 30px;
 border: 1px solid #ccc;
}

.wsp-quote-slider {
 text-align: center;
 color: #9b1f19;
}

.wsp-quote-slider p:first-child {
 font-size: 1.25em;
}

.wsp-quote-slider p:last-child {
 font-weight: bold;
 font-size: 1em;
}

.slick-list,
.slick-slider {
 position: relative;
 display: block;
}

.slick-slider {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}

.slick-prev {
 left: -10px;
}
.slick-next {
 right: -10px;
}

.slick-arrow.slick-prev:before {
 font-family: "simple-line-icons";
 content: "\e605";
}

.slick-arrow.slick-next:before {
 font-family: "simple-line-icons";
 content: "\e606";
}

.wsp-fit-red {
 color: #9B1F19 !important;
}

.wsp-fit-normal {
 font-weight: normal;
 font-size: 18px;
}

.wsp-fit-packages li {
 padding-bottom: 5px;
}

.wsp-img-center {
 text-align: center;
 margin: 0 auto;
}

/* Accordion Styles */
.wsp-appointment-expandable {
 position: relative;
 background-color: #9B1F19;
 color: #fff !important;
 border: 1px solid #eee;
 padding: 4px 10px;
 margin-bottom: 15px;
 cursor: pointer;
}

.wsp-appointment-expandable:after {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 2%;
 content: "\f067";
 font-family: 'Font Awesome 5 Free';
 font-style: normal;
 font-weight: 900;
 text-decoration: inherit;
 font-weight: bold;
}

.wsp-appointment-expandable.active:after {
 content: "\f068";
}

.wsp-expandable-header {
 display: inline-block;
 margin-right: 15px;
 color: #fff !important;
 margin-top: 12px;
}

.accordion-content {
 display: none;
}

.nav-pills {margin-bottom: 15px;}

.nav-pills>li>a {
border-radius: 0;
background-color: #9B1F19;
color: #fff !important;
font-family: "Adelle",Garamond,Times,serif;
font-size: 16px;
padding: 8px 15px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff !important;
background-color: #00004D;
font-family: "Adelle",Garamond,Times,serif;
font-size: 16px;
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
text-decoration: none;
background-color: #00004D;
color: #fff !important;
font-family: "Adelle",Garamond,Times,serif;
font-size: 16px;
}


@media screen and (max-width: 991px) {
.nav-pills>li {
width: 100% !important;
margin: 1px;
}
}

.wsp-remove-margin {margin-bottom: 0px !important;}




