:root {
  --colorBlue: #2b75ae;
  --colorRed: #d4331e;
  --colorDark: #212121;
  --colorWhite: #fff;
  --colorBlack: #000000;
  }

  @font-face {
    font-family: "Bangers";
    src: url(../fonts/Bangers.woff2);
    font-display: swap;
  }

  @font-face {
    font-family: "LF";
    src: url(../fonts/LF.woff2);
    font-display: swap;
  }

  @font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins.woff2);
    font-display: swap;
  }

  @font-face {
    font-family: "Poppins Light";
    src: url(../fonts/Poppins-Light.woff2);
    font-display: swap;
  }

  
*,
::after,
::before {
  box-sizing: border-box;
}

ol[class],
ul[class] {
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}
.bbb-wiget img{
    width: auto;
    height: auto;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'OS Semi', sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

ol[class],
ul[class] {
  list-style: none;
}
.hero-video{
    clear: both;
    position: relative;
}
.hero-video video {
  width: 100%;
  height: auto;
  max-height: 900px;
  min-width: 100%;
  object-fit: cover;
  object-position: top center;
}

.post a:not(.image-gallery-container) {
  border-bottom: 2px dotted var(--colorBlue);
  color: var(--colorDarkGreen);
  font-weight: 400;
  text-decoration: none;
  font-family: 'LF', sans-serif;
}

.post a:hover {
  color: var(--colorGold);
  border-bottom: 2px dotted var(--colorGold);
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  height: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

html {
  scroll-behavior: smooth;

}


.content-wrapper {
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 6%;
}


p {
  color: #212121;
  font-family: 'LF', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 180%;
}

h1 {
  font-family: 'Bangers';
font-style: normal;
font-weight: 400;
font-size: 56px;
line-height: 110%;
color: var(--colorRed);
}


h2 {
  font-family: 'Bangers', sans-serif;
  font-size: 45px;
  letter-spacing: .02em;
  font-weight: 800;
  color: var(--colorRed);
  margin-bottom: 20px;
}

h3, 
h2.type-1 {
  font-family: 'LF';
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 20px;
  color: var(--colorBlue);
}

section {
  background-color: #fff;
}



article .post ul {
  padding-left: 20px;

}


article .post li p {
  margin-bottom: 10px;
}

a.button {
    display: inline-block;
    color: #fff;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 16px 30px;
    text-transform: none;
    font-family: 'LF', sans-serif;
    font-weight: 800;
    line-height: 100%;
    border-radius: 5px;
    letter-spacing: .02em;
    font-size: 20px;
    background-color: var(--colorRed);
    transition: all .4s;
    text-decoration: none;
}

a.button.secondary {
  background-color: var(--colorWhite);
  color: var(--colorBlue);
  border: 1px solid var(--colorBlue);
}

a.butt0n:hover {
  transform: scale(1.03);
  cursor: pointer;
}

/* Desktop */

/* top header */
.top-header {
  height: 80px;
  background-color: var(--colorBlue);
  padding: 0px 3%;
}

ul#top-menu {
  margin: 0;
  display: flex;
  max-width: 760px;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.top-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 100%;
}

ul#top-menu li {
  margin-left: 70px;
}

ul#top-menu li a {
  color: #fff;
  text-decoration: none;
  font-family: 'LF', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

a.nav-cta {
  background-color: var(--colorRed);
  margin-left: 70px;
  padding: 12px 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border: #fff solid 2px;
  border-radius: 6px;
}

header {
  height: 180px;
  width: 100%;
  background-color: var(--colorWhite);
}

.nav-container {
  padding: 0px 3% 0px 3%;
  width: 100%;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 55;
  transition: background-color .6s;
  backdrop-filter: blur(0px);
}


a.logo-link {
  padding: 0;
  height: 160px;
  flex: 0 0 240px;
  margin-right: 2%;
  align-items: center;
  display: flex;
  margin-bottom: 80px;
}

.logo {
  height: 100%;
  width: auto;
}

nav {
height: 100%;
flex-grow: 1;
position: relative;
}


.menu-main-menu-container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.menu-main-menu-container li a {
  font-family: 'LF', sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--colorBlue);
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-main-menu-container li a:hover {
	color: var(--colorGold);
  cursor: pointer;
}


#menu-main-menu {
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  margin: 0;
}

#menu-main-menu > li {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  position: relative;
  margin-right: 6%;
}


  
  /* #menu-main-menu > li:not(:last-child) {
      
  } */
  
  #menu-main-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    border-top: 4px solid var(--colorBlue);
    position: absolute;
    left: 0;
    top: 80px;
    width: auto;
    min-width: 240px;
    filter: drop-shadow(2px 4px 3px #777);
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
  }
  
  
  #menu-main-menu li:hover ul.sub-menu a {
  padding-bottom: 0px;
  }
  
  
  #menu-main-menu > li:not(.nav-cta):hover > a {
  color: var(--colorGrayFont);
  text-decoration: none;
  }
  
  
  #menu-main-menu li.menu-item-has-children>a:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  margin: 0 0 0 5px;
  font-weight:600;
  }
  
  .sub-menu {
  display: none;
  position: absolute;
  z-index: 90;
  margin: 0;
  height: auto;
  top: 23px;
  width: auto;
  min-width: 160px;
  
  }
  
  li#menu-item-29 .sub-menu {
  width: 232px;
  }
  
  
  /* #menu-item-167 a {
  margin-bottom: 22px;
  text-transform: uppercase;
  } */
  
  .sub-menu li {
  margin: 0;
  display: block;
  text-align: left;
  background: #fff;
  padding: 8px 12px;
  }
  
  .sub-menu li:hover {
  background-color: var(--colorRed);
  color: var(--colorWhite);
  }
  
  .sub-menu li:hover a {
  color: var(--colorGrayFont);
  }
  
  .sub-menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--colorGrayFont);
  text-transform: none;
  height: 100%;
  display: block;
  width: 100%;
  }
  
  .sub-menu a:hover {
  color: var(--colorGrayFont) !important;
  }


.navigation-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  
}

.navigation-cta p {
  margin-bottom:  0px;
  line-height: 100%;
  color: var(--colorRed);
  font-weight: 400;
  font-size: 22px;
}

.navigation-cta p span {
    font-size: 18px;
    margin-right: 4px;
}

.navigation-cta a {
  color: var(--colorRed);
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.navigation-cta a:hover {
  color: var(--colorBlue);
  cursor: pointer;
}

#hero {
  background-color: #fff;
  position: relative;
  height: 700px;
}

.swiper.mySwiper {
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide > div {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.slider-copy-container {
  background-color: rgb(43,117,174, .9);
  padding: 40px 60px 40px 7%;
  width: 48%;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
  min-width: 660px;
}

.swiper-slide > div h1,
.swiper-slide > div h2 {
  color: var(--colorWhite);
  font-family: "Bangers";
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
  max-width: 600px;
  text-align: center;
  text-align:left;
  margin-bottom: 0px;
}

.swiper-slide > div p {
  color: #fff;
  font-weight:600;
  margin-bottom: 0px;
  font-size: 24px;
}

section#locations-cta {
  background: var(--colorBlue) url(../images/locator-bg.jpeg) no-repeat center center / cover;
}

div#locations-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#locations-cta-container p {
  margin-bottom: 0px;
  margin-right: 24px;
  color: #fff;
  font-weight: bold;
}

section#locations-cta .content-wrapper {
  padding: 30px;
}




.split-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section#intro {
  background-color: #fff;
}

section#intro .split-container {
  align-items: stretch;
}


.intro-copy {
  text-align: left;
  padding-right: 7%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.intro-copy h2 {
  color: var(--colorRed);
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Bangers';
font-style: normal;
font-weight: 400;
font-size: 56px;
line-height: 110%;
}

.intro-copy p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}


.intro-image-container img {
  width: 100%;
  height: auto;
}

.intro-image-container img:last-of-type {
  height: 400px;
  width: auto;
}

.caption {
  font-size: 10px !important;
  margin-bottom: 20px;
}

#process {
  background-color: var(--colorCream);

}

.process-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}


.about-content {
  text-align: left;
  columns: 2;
}


/* Service */

.service {
  flex: 0 0 322px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.services-row {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
}

.services-row h2 {
  max-width: 322px;
}

#services .content-wrapper {
  text-align: center;
}

.service-heading-container {
  position: absolute;
  height: 86px;
  width: 322px;
  background-color: var(--colorBlue);
  bottom: 28px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.service-image-container {
  height: 300px;
  width: 300px;
  margin: 0 0 0 22px;
}

.service-heading-container p {
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  text-align: left;
}


/* Home Page Reviews */

.reviews-row {
  display: flex;
  text-align: left;
}

.reviews-row .glsr-review-content p {
  font-size: 13px;
}

.reviews-row .glsr-review-date span {
  font-size: 12px;
  font-weight: 300;
}

.reviews-row div.glsr {
  margin: 30px;
  background-color: #ededed;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 194px 77px rgba(44, 119, 177, 0.01), 0px 109px 65px rgba(44, 119, 177, 0.05), 0px 48px 48px rgba(44, 119, 177, 0.09), 0px 12px 27px rgba(44, 119, 177, 0.1), 0px 0px 0px rgba(44, 119, 177, 0.1);
}

/* Areas */

section#areas {
  min-height: 400px;
}


.areas-split-container {
  min-height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.areas-split-container > div {
  flex: 1;
}

.areas-columns-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.area-column {
  flex: 1;
  height: 100%;
  padding: 50px 40px;
  text-align: left;
}

.area-column:last-of-type {
  background-color: var(--colorBlue);
}

.areas-image {
  background: #fff url(/wp-content/themes/dvs-2023/images/intro-img.jpeg) no-repeat center center / cover;
}

.area-column h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}

.area-column:last-of-type * {
  color: #fff;
}

.area-column p {
  font-weight: 400;
    font-size: 18px;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 120%;
}

.area-column:last-of-type .column-list {
  columns: 4;
}


.column-list {
  /* display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap; */
  columns: 3;
}

/* Home Run */

section#homerun h2 {
  color: var(--colorDark);
}

section#homerun p {
  max-width: 900px;
  margin: 0 auto 30px;
}

.home-run-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.home-run-image-container img {
  max-height: 180px;
}

/* Blog */


/* Blog teaser */

.single .more-posts .blog-author-teaser {
  flex-direction: column;
  }
  
  .single .more-posts .content-wrapper {
  padding-top: 30px;
  }
  
.blog-row {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}

.blog-card {
  flex: 0 0 calc(33% - 12px);
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 194px 77px rgba(44, 119, 177, 0.01), 0px 109px 65px rgba(44, 119, 177, 0.05), 0px 48px 48px rgba(44, 119, 177, 0.09), 0px 12px 27px rgba(44, 119, 177, 0.1), 0px 0px 0px rgba(44, 119, 177, 0.1);
}

.blog-teaser-image {
  height: 220px;
  overflow: hidden;
  margin-bottom: 18px;
}

.blog-teaser-image img {
  object-fit: cover;
  min-height: 100%;
}

.blog-card h3.post-title a,
.blog-details h3.post-title {
  font-size: 21px;
  font-family: "Jost";
  margin-bottom: 0px;
}


.blog-author-teaser p.blog-card-date {
  margin-bottom: 8px;
}

a.blog-link {
  display: inline-block;
  color: #fff;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-transform: none;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  line-height: 100%;
  border-radius: 16px;
  letter-spacing: .02em;
  font-size: 16px;
  border: none;
  margin-bottom: 0px;
  }

.blog-details {
    text-align: left;
    font-family: 'Jost', sans-serif;
}

a.blog-link span {
    margin-right: 6px;
    padding-top: 0px;
}

.blog-details .read-more-container {
  text-align: right;
  margin-bottom: 20px;
}

footer {
  background-color: var(--colorWhite);
}

.footer-logo-column p {
  color: var(--colorBlue);
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0px;
}

.footer-logo-column a {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: var(--colorBlue);
  text-decoration: none;
  letter-spacing: 1px;
}

.footer-logo-column {
  text-align:  center;
}

.footer-logo-column p {
  text-align: center;
}

.footer-menu-column, .footer-social-column {
  text-align: left;
}

.footer-menu-column h5, .footer-social-column h5 {
  color: var(--colorBlue);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
/* identical to box height, or 29px */
  letter-spacing: 1px;
  margin: 0 auto 20px 0px;
}

.nav-social span {
  color: var(--colorBlue);
  font-size: 26px;
  margin-right: 6px;
}

.footer-menu-column a {
  display: block;
  color: var(--colorBlue);
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
/* identical to box height, or 22px */
  letter-spacing: 1px;
  margin-bottom: 16px;
}

footer .split-container {
  align-items: flex-start;
  justify-content: space-between;
}

.split-container.desktop > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer a.nav-cta {
  margin-left: 0px;
  margin-top: 10px;
  display: inline-block;
}

footer .content-wrapper {
  padding: 30px 8% 10px;
}

.footer-bottom-links {
  margin: 60px auto 0px;
}

.footer-bottom-links p, .footer-bottom-links p a {
  font-size:18px;
}

.footer-bottom-links p a {
  color: #212121;
  font-family: 'LF', sans-serif;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}


/* Internal Page */

section.internal-header {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 244px);
  margin: 0 0 0 auto;
  z-index: 980;
}

section.internal-header h1 {
  color: #fff;
  font-size: 60px;
  filter: drop-shadow(2px 4px 6px black);
  text-transform: uppercase;
}

.title-container {
  background: var(--colorBlue);
  margin: 0 auto 0 -244px;
  display: flex;
  padding: 40px 40px 40px 7%;
  min-width: 300px;
}

.prev-next-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.prev-next-nav.top-nav {
  padding-bottom: 40px;
}

.prev-next-nav.bottom-nav {
  padding-top: 40px;
}

.prev-next-nav a.button {
  border: none;
}

.previous-step {
  margin-right: 20px;
}

.page-template-internal-page article .post,.single article .post,.page-template-gallery article .post,.single article .post {
  padding: 60px 6%;
  max-width: 1300px;
  margin: 0;
  width: 100%;
}

.page-template-internal-page aside .aside-cta,.single aside .aside-cta,.page-template-gallery aside .aside-cta,.single aside .aside-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 60px;

  width: 420px;
  height: auto;
  margin-bottom: 30px;
  /* Red */
  background: #D4331E;
}

.page-template-internal-page aside p,.single aside p,.page-template-gallery aside p {
  /* Headings/H4 */
  font-family: 'LF';
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
  /* or 34px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Neutrals/White */
  color: #FFFFFF;
}

.page-template-internal-page .post li,.single .post li,.page-template-gallery .post li {
  color: #212121;
  font-family: 'LF', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 180%;
}

.page-template-internal-page aside .aside-form-container,.single aside .aside-form-container, .page-template-gallery aside .aside-form-container {
  background-color:var(--colorBlue);
  padding: 48px;
}

/* Gallery */

.image-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1000px;
  margin: 20px auto 20px;
}

.image-gallery-container {
  flex: 0 0 28%;
  margin-bottom: 20px;
  height: 200px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.image-gallery-container img {
  min-height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.lb-details {
  display: none;
}

/* Reviews */

div.glsr {
  margin: 30px;
  background-color: #ededed;
  padding: 16px;
  border-radius: 8px;
}

.aside-cta .button {
  background-color: #fff;
  border: 2px solid var(--colorBlue);
  color: var(--colorBlue);
  margin-bottom: 0px;
}


section#reasons .content-wrapper {
  padding-bottom: 10px;
}

.reasons-content-copy > h1 {
  max-width: 660px;
  margin-bottom: 20px;
}

.reasons-content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reasons-content-image-container {
  flex: 0 0 440px;
}

.reasons-content-copy {
  display: flex;
  flex-direction: column;
}

.reasons-content-copy > * {
  text-align: left;
  padding-left: 50px;
}


section#reasons > div > p {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: var(--colorBrown);
  margin-bottom: 60px;
}

.reasons-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
}

.reason {
  flex: 0 0 calc(25% - 30px);
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  box-shadow: 0px 194px 77px rgba(44, 119, 177, 0.01), 0px 109px 65px rgba(44, 119, 177, 0.05), 0px 48px 48px rgba(44, 119, 177, 0.09), 0px 12px 27px rgba(44, 119, 177, 0.1), 0px 0px 0px rgba(44, 119, 177, 0.1);
  background-color]: #;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
}



.reason-icon span {
  color: var(--colorRed);
  font-size: 48px;
}

.reason-icon {
  margin-bottom: 20px;
}

.reason h3 {
  color: var(--colorBlue);
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 6px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.reason p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: var(--colorBlue);
}

#reasons a.button {
  background-color: var(--colorBlue);
}


.cta-container {
  background-color: var(--colorBlue);
  padding: 40px;
  width: 867px;
  margin: 0 auto;
  text-align: left;
}

.cta-container h2, .cta-container p {
  color: #fff;
}

.cta-container .button {
  background-color: #fff;
  color: var(--colorBlue);
}



/* Single */

.blog-hero-container {
  position: relative;
  height: 412px;
}

.blog-hero-image-container {
  height: 388px;
  position: relative;
  width: calc(100% - 52px);
  margin: 0 0 0 auto;
}

.blog-hero-copy-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  background-color: rgb(242, 239, 235, .9);
  padding: 30px;
}
.blog-hero-copy-container h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 110%;
  color: var(--colorBlue);
  text-align: left;
}


section.blog-body .content-wrapper {
  display: flex;
  padding-top: 20px;
}

aside {
  flex: 0 0 320px;
}

.aside-form-container {
  background-color: var(--colorCream);
  padding-top: 30px;
}

.aside-form-container a {
  text-decoration: none;
  color: var(--colorBlue);
  text-align: left;
  margin-bottom: 10px;
  display: block;
  font-family: 'LF';
}

.aside-form-container h2.section-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: var(--colorBlue);
}

aside .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 12 !important;
}

article {
  padding-right: 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.post h2 {
  font-family: 'Bangers';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  color: var(--colorRed);
}

.post h3, 
.post h2.type-1 {
  font-family: 'LF';
font-style: normal;
font-weight: 900;
font-size: 24px;
line-height: 120%;
color: var(--colorBlue);
letter-spacing: 1px;
text-transform: uppercase;
}

.post p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

aside .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 12 !important;
}


.aside-cta {
  background-color: var(--colorBlue);
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 10px 10px 0px 0px;
}

.aside-cta h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 12px;
}



/* Blog List Page */

/* Blog */

/* Blog Page */

#blog-list h1.category-title {
  color: var(--colorPurple);
  font-size: 36px;
}

#blog-list .content-wrapper {
  /* padding-top: 0px; */
}

.blog-teaser {
  width: 100%;
  padding-bottom: 50px;
  padding-top: 30px;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #aaa;
}

.blog-teaser.last-post {
  border-bottom: none;
}

.teaser-blog-image {
  flex: 0 0 244px;
}

.teaser-blog-image img {
  object-fit: cover;
  min-height: 150px;
  min-width: 100%;
}

.blog-teaser .blog-content {
  flex-grow: 1;
  padding-right: 40px;
  text-align: left;
}

.blog-teaser .blog-details {
  display: flex;
  margin-bottom: 12px;
  flex-direction: row;
  align-items: center;
}

.blog-teaser h2 {
  font-family: "Mont Bold", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--colorDark);
}

.teaser-blog-category ul li a {
  text-transform: uppercase;
  font-family: "Mont Bold", sans-serif;
  margin-right: 10px;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: var(--colorPurple);
}

.teaser-blog-author {
  font-family: "Mont", serif;
  text-transform: capitalize;
  color: var(--colorDarkFont);
  letter-spacing: 0.03em;
  padding-bottom: 0px;
  margin-right: 8px;
  font-size: 16px;
}

.teaser-blog-author a {
  font-family: "Mont", serif;
  color: var(--colorDarkFont);
}

.teaser-blog-time {
  font-weight: lighter;
  color: #212121;
  font-size: 16px;
  font-family: "Mont", sans-serif;
}

/* Blog teaser */

.blog-row {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.blog-teaser-image {
  height: 220px;
  overflow: hidden;
  margin-bottom: 18px;
}

.blog-teaser-image img {
  object-fit: cover;
  min-height: 100%;
}

.blog-card h3.post-title a,
.blog-details h3.post-title {
  font-family: 'LF';
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
    margin-bottom: 14px;
  line-height: 120%;
  /* identical to box height, or 34px */
  text-decoration: none;
  color: var(--colorRed);
  letter-spacing: 1px;
  text-transform: uppercase;
}


.blog-author-teaser p.blog-card-date {
  margin-bottom: 8px;
}

a.blog-link {color: var(--colorBlue);font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 15px;line-height: 20px;text-decoration: none;}

.blog-details {
    text-align: left;
    padding: 0px 20px;
}

.blog-details p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

a.blog-link span {
    margin-right: 6px;
    padding-top: 0px;
}

.pagination {
  width: 100%;
}

nav.navigation.pagination {
  background-color: #fff;
  padding-top: 30px;
  height: auto;
  box-shadow: none;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  background-color: transparent;
  justify-content: center;
  height: 47px;
}

a.page-numbers {
  color: var(--colorDark);
  background-color: var(--colorLightGray);
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 15px;
  font-family: "Mont", sans-serif;
}
a.page-numbers:last-of-type {
  margin-right: 0px;
}

span.current {
  
  font-family: "Mont", sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background-image: var(--colorYellow);
  padding: 8px;
  border-radius: 4px;
  color: var(--colorDark);
  margin-right: 8px;
}

span.page-numbers.dots {
  margin-right: 8px;
}


.blog-details > * {
  text-align: left;
}





.disclaimer p {
  font-family: 'OS Semi Ital';
  font-size: 14px;
}

.disclaimer p span {
  font-family: 'OS Bold';
  font-size: 13px;
  color: red;
}

.internal-header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.internal-header-container h2 {
  color: #fff;
  font-size: 120px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.post {
  text-align: left;
}

.page-template-internal .content-wrapper {
  padding-top: 20px;
}

section#contact .split-container {
  align-items: stretch;
}

section#contact .split-container > div {
  flex: 1;
}

.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: var(--colorCream);
  padding: 40px;
}

section#contact h2 {
  color: var(--colorRed);
}

.form-container {
  max-width: 500px;
  margin: 0 auto;
}


.form-container {
  max-width: 500px;
  margin: 0 auto;
  background-color: var(--colorLightGold);
  padding: 30px;
  border-radius: 14px;
  text-align: left;
}

.form-container h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: var(--colorBlue);
  margin-bottom: 20px;
}

.gform_wrapper .top_label .gfield_label {
  font-family: 'OS Semi', sans-serif;
  color: var(--colorDark);
  font-weight: 400;
  width: 100%;
  text-align: left;
}


.ginput_container.ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: row;
}

form .gform_wrapper .gform_footer {
  margin-top: 0px;
}

#gform_2 {
  max-width: 600px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-family: open sans, sans-serif;
  font-size: 10px;
}


section#contact-form {
  min-height: 400px;
  background-color: var(--colorLightGray);
  padding: 50px 10%;
}

section#contact-form > div {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}

#contact-form h2 {
  color: #212121;
  text-align: center;
}

#contact-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required  {
  color: #212121;
  font-family: 'LF', sans-serif;
}

#contact-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
  color: #212121;
  font-family: 'LF', sans-serif;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border-radius: 6px;
  border: 2px solid #ddd;
  height: 44px;
  width: 100%;
  margin-bottom: 4px;
}


input[type="text"] {
  height: 44px;
  background-color: #fff;
  border: none;
  padding-left: 6px !important;
  border-radius: 0px;
  font-family: 'Lora', sans-serif;
}

::placeholder {
  color: #777;
  text-transform: Capitalize;
  font-family: 'LF', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

option:not(:first-of-type) {
  color: #aaa;
}

body #gform_wrapper_1 .gform_footer {
  padding: 10px 0px 0px;
  margin: 0px;
}

body .gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  color: #fff;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  text-transform: none;
  font-family: 'LF', sans-serif;
  font-weight: 700;
  line-height: 100%;
  border-radius: 6px;
  letter-spacing: .02em;
  font-size: 18px;
  background-color: var(--colorBlue);
  border: none;
  margin-bottom: 0px;
}

body aside .gform_wrapper .gform_footer input[type=submit] {
  background-color: #fff;
  color: var(--colorBlue);
}

section#contact p {
  max-width: 800px;
  margin: 0 auto 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
  height: auto;
}
.alignright {
	float: right;
	margin: 0 0px 20px 20px;
  height: auto;
}
.aligncenter {
	display: block;
	margin: 0 auto 20px;
  height: auto;
}

div#field_1_1 {
  text-align: left;
}

div#gform_fields_1 > div {
  text-align: left;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 100px;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .3;
  z-index: 15;
}


/* Child Hero */

.swiper-slide > div .hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  
}

.swiper-slide > div .hero-buttons .hero-cta p {
  margin-bottom:  0px;
  line-height: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

.hero-buttons .button {
  border: 2px solid #fff;
}

.swiper-slide > div .hero-cta p span {
    font-size: 18px;
    margin-right: 4px;
}

.swiper-slide > div .hero-cta a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}


.swiper-slide > div .hero-cta a:hover {
  color: var(--colorGold);
  cursor: pointer;
}

.hero-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-right: 30px;
}

.swiper-slide > div .hero-buttons p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}

#intro .split-container > div {
  flex: 1;
}

/* Locations */


.locations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.locations div {
  display: flex;
  flex-direction: column;
  width: calc(100%/3 - 20px);
  margin: 0 auto 20px;
  text-align: center;
  padding: 40px 10px;
  border: 2px solid #02313f;
  box-shadow: 0 0 25px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}

p.location-phone span, p.location-email span {
  display: block;
}

.locations p {
  margin-bottom: 10px;
}

.locations p.location-email {
  margin-bottom: 30px;
}

p.location-name {
  color: #00313F;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  height: 100%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .02em;
}

.location-finder p, .location-finder a, .location-finder {
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
  color: #fff;
}

.location-finder a {
  margin-left: 10px;
}

.wpsl-store-below #wpsl-gmap {
  display: none !important;
}

#wpsl-result-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: space-between !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  text-align: center !important;
  padding: 60px 10px !important;
  flex: 0 0 32% !important;
  filter: drop-shadow(0 0 3px #ccc) !important;
  background-color: #fff !important;
  margin: 5px 7px !important;
}

.wpsl-store-location span {
  display: none !important;
}

#wpsl-result-list .wpsl-contact-details span:first-of-type {
  margin-bottom: 12px !important;
}

span.show-before-searched {
  margin-bottom: 12px !important;
}

#wpsl-result-list a {
  outline: 0;
  font-size: 14px !important; 
}

#wpsl-result-list p:first-of-type a {
  font-size: 20px !important; 
}



/************************* STORE LOCATOR PAGE *****************/

.page-template-locations-page h1 {
  margin-bottom: 50px;
}

#wpsl-result-list, #wpsl-wrap {
	display: none;
}
#wpsl-result-list ul,
.location-alpha-list ol li ol {
  margin: 20px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.location-alpha-list ol li ol {
  list-style: none;
  padding: 0;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li,
.location-alpha-list ol li ol li {
  padding: 40px 20px;
  margin: 0 10px;
  width: 31%;
  background-color: var(--colorBlue);
  /* border: 3px solid #00313F; */
  text-align: center;
  margin-bottom: 30px;
  /* box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2); */
  min-width: 240px;
  /* border-radius: 10px; */
}

.location-alpha-list ol li {
	border-bottom: 1px dotted #ccc;
}

.location-alpha-list ol li,
.location-alpha-list ol li ol li {
	margin:0 20px 20px 0;
}

.location-alpha-list ol,
.location-alpha-list ol li {
	display: block;
	width:100%;
	flex: none;
	margin-left:0;
	padding: 0;
	text-align: left;
}

.location-alpha-list ol li .listed-state {
  font-size: 27px;
  font-family: 'poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.location-alpha-list li h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  font-family: 'Bangers';
  font-weight: 300;
}

p.listed-fran-title a, p.listed-fran-title {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: Bangers, sans-serif;
    text-decoration: none;
  text-transform: capitalize;
}

.location-alpha-list ol li a span {
  color: var(--colorWhite);
  border-bottom: dotted 3px #fff;
}

.location-alpha-list ol li a {
    text-decoration: none;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li a#wpsl-store-mindbody-url,
.location-alpha-list .try-button {
  display:inline-block;
  color:#fff;
  font-weight: bold;
  background-color: var(--colorRed);
  border: none;
  padding: 5px 15px;
  font-family: 'LF',sans-serif;
  border: 2px solid #fff;
  border-radius: 6px;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li a#wpsl-store-mindbody-url:hover,
.location-alpha-list .try-button:hover {
  color:#00313F;
  font-weight: bold;
  background-color: #fff;
}
a.wpsl-directions {
    margin: 0 auto;
    padding: 0 16px;
}

a.try-button {
  margin-top: 10px;
  margin-bottom:-10px;
}

.wpsl-store-location strong a:first-of-type, .store-name-n-image strong {
  font-size: 16px;
  border-bottom: 2px solid #e3e3e3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wpsl-search.wpsl-clearfix.wpsl-filter {
    background: #4f2c1d;
    border: 2px solid #fff;
    color: #fff;
}
span.wpsl-street {
    margin-top: 20px;
}
.wpsl-store-below #wpsl-result-list {
    margin: 40px 0 0;
}

.wpsl-store-location .socialIcon{
    display: inline-block;
    padding: 15px 9px 0 9px;
}



a.store-phone:before {
  font-family: 'FontAwesome';
  content: '\f095';
  margin: 0 10px 0 0px;
}

a.store-email:before {
  font-family: 'FontAwesome';
  content: '\f0e0';
  margin: 0 10px 0 0px;
}

a.soc-facebook, a.soc-instagram, a.soc-twitter{
    padding: 0 9px;
}

#locations h1 {
  margin-bottom: 40px;
}


/* RESPONSIVE */

@media screen and (max-width: 1250px) {



}

@media screen and (max-width: 1130px) {


}

@media screen and (min-width: 1001px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
    .hero-video{
        padding-top: 90px;
    }
  .desktop {
    display: none !important;
  }

  header#top {
    position: relative;
    z-index: 985;
    background-color: white;
  }

    header.mobile-only {
      display: flex;
      padding: 0px 23px;
      justify-content: space-between;
      align-items: center;
      height: 90px;
      background-color: #fff;
      z-index: 50;
      position: fixed;
    }

    a.logo-link {
      height: 100px;
      margin-bottom: 0px;
  }
  
  a.logo-link img {
      height: 90px;
      bottom: 0;
  }

    .sidenav {
      height: 0px;
      width: 100%;
      position: fixed;
      z-index: 990;
      top: 90px;
      left: 0;
      background-color: var(--colorWhite);
      overflow-x: hidden;
      transition: 0.5s all;
      -webkit-overflow-scrolling: touch;
      padding-right: 20px;
      padding-left: 20px;
    }

    .mobile-navbar ul {
      list-style: none;
  }
  
    .sidenav li {
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
  
    .sidenav li:last-of-type {
      border: none;
    }
  
    .sidenav a {
      padding: 8px;
      text-decoration: none;
      font-size: 28px;
      color: var(--colorDark);
      display: block;
      transition: 0.3s;
      font-family: "bangers", sans-serif;
    }
  
    a.mobile-submenu-link {
      color: var(--colorPurple);
      font-size: 20px;
      margin-left: 20px;
    }
  
    #mySidenav .faq-accordion-title-container.mobile-menu-accordion h3, #mySidenav h3  {
      font-size: 24px;
  }
  
    .sidenav.open {
      height: calc(100vh - 80px);
      padding-bottom: 100px;
      padding-top: 20px;
    }
  
    #mySidenav ul {
      list-style: none;
      padding-left: 0px;
    }
  
    .fixedPosition {
      position: fixed;
    }

    p {
      font-size: 18px;
    }
  
    /* Menu Icon */
    #menu-icon {
      width: 40px;
      height: 30px;
      position: relative;
      margin: 7px auto 6px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer;
    }
  
    #menu-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: var(--colorDark);
      border-radius: 6px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
  
    #menu-icon.open span {
      background: var(--colorDark);
    }
  
    /* Icon 3 */
    #menu-icon span:nth-child(1) {
      display: none;
    }
  
    #menu-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
      top: 11px;
    }
  
    #menu-icon span:nth-child(4) {
      top: 24px;
    }
  
    #menu-icon.open span:nth-child(1) {
      display: none;
    }
  
    #menu-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  
    #menu-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 10px;
    }
  
    #menu-icon.open span:nth-child(4) {
      top: 12px;
      width: 0%;
      left: 50%;
      opacity: 0;
    }
  
    div#menu-icon {
      z-index: 999;
    }



  .mobile-header-copy-container {
    flex: 0 0 33%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  body.home header.mobile {
    z-index: 15;
    position: relative;
    background-color: #fff;
    padding: 10px;
  }

  .mobile a.logo-link {
    padding: 0px;
    height: 100%;
    margin-right: 0px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
  }


  body:not(.home) header.mobile a.logo-link {
    padding: 10px;
  }

  #hero {
    padding-top: 90px;
  }

  .intro-copy-container h2 {
    font-size: 60px;
}



section#contact .split-container > div {
  margin-bottom: 20px;
}


    .split-container {
      flex-direction: column;
    }

    .split-content {
      padding-top: 0px;
      padding-right: 0px;
      margin-bottom: 20px;
    }

    .intro-copy-container {
      padding-right: 0px;
      padding-top: 20px;
    }

    .internal-header-container h2 {
      font-size: 64px;
    }

    img.logo {
      height: 120%;
      width: auto;
      position: relative;
      z-index: 20;
  }
  
  a.logo-link {
      flex: 0 0 200px;
  }
  
  .hero-buttons > p {display: none;}
  
  .slider-copy-container {
      min-width: 590px;
  }
  
  div#locations-cta-container {
      flex-direction: column;
  }
  
  div#locations-cta-container p {
      margin-bottom: 20px;
  }
  
  .reasons-content-container {
      flex-direction: column-reverse;
  }
  
  .reasons-content-image-container {
      flex: none;
  }
  
  .reasons-row {
      justify-content: center;
      flex-flow: wrap;
  }
  
  .reason {
      flex: 0 0 calc(50% - 40px);
      margin: 10px;
  }

  #intro .intro-copy img {
    margin-bottom: 20px;
  }

  .intro-copy {
    padding: 0 0 30px 0;
}

section.internal-header {
  padding-top: 90px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-container {
  margin:  0;
  width: 100%;
  background: rgb(43 117 174 / 50%);
  justify-content: center;
  padding: 20px;
  min-height: 160px;
  align-items: center;
}

section.internal-header h1 {
  font-size: 30px;
  text-align: center;
}

article {
  flex-direction: column;
  padding: 0px;
}

.page-template-internal-page article .post, .single article .post, .page-template-gallery article .post {
  padding: 30px 20px;
}

.prev-next-nav.top-nav {
  padding-bottom: 20px;
}

.prev-next-nav.top-nav > div a {
  padding: 10px 20px;
}

.post h2 {
  text-align: left;
  font-size: 36px;
}

footer .split-container {
  align-items: center;
}

footer .split-container > div {
  text-align: center;
  margin-bottom: 20px;
}

footer .split-container > div p {
  text-align: center;
}


.areas-image {
  display: none;
}

.area-column {
  padding: 30px 20px;
  text-align: center;
}

.column-list {
  align-items: center;
}
    
  }


  @media screen and (max-width: 780px) {
	  .reviews-row {
  flex-wrap: wrap;
}
	  .reviews-row div.glsr {
  margin: 20px 0;
}
	  .areas-columns-container{
		  flex-wrap: wrap;
	  }
	  .area-column{
		  width: 100%;
		  height: auto;
		  flex: auto;
		  
	  }


    .reason {
      flex: 0 0 100%;
  }
  
  
  
  .intro-image-container img {
      height: 300px;
  }

  .intro-image-container img:first-of-type {
    display: none;
  }
  
  #services .content-wrapper {
      padding: 0px 20px;
  }
  
  .services-row {
      justify-content: center;
  }
  
  .content-wrapper {
      padding: 30px 20px;
  }
  
  .about-content {
      columns: 1;
  }
  
  .home-run-row {
    flex-flow: wrap;
  }
  
  .home-run-row .home-run-image-container {
      flex: 0 0 46%;
  }
  
  .blog-row {
      flex-direction: column;
  }
  
  .service {
      flex: 0 0 41%;
  }

  .slider-copy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    min-width: 0px;
}

.hero-buttons {
    flex-direction: column;
    padding: 0;
    align-items: center;
}

.hero-buttons .hero-cta {
  margin-top: 30px;
}

.swiper-slide > div h2 {
  text-align:  center;
  font-size: 48px;
  width: 280px;
}

.slider-copy-container p {
  text-align: center;
  max-width: 330px;
}

.slider-copy-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  width: 100%;
  min-width: 0px;
  height: 100%;
  background-color: rgb(43,117,174, .5);
}

.hero-buttons {
  flex-direction: column;
  padding: 0;
  align-items: center;
}

.hero-buttons .hero-cta {
  margin-top: 30px;
}

.swiper-slide > div h1,
.swiper-slide > div h2 {
  text-align:  center;
  font-size: 48px;
  width: 280px;
}

.slider-copy-container p {
  text-align: center;
  max-width: 330px;
}

.reasons-content-copy > * {
  padding: 0;
}

.reasons-content-copy > h1, h2 {
  font-size: 38px;
  text-align: center;
}

.intro-copy h2 {
  font-size: 38px;
}

.intro-image-container img:last-of-type {
  height: auto;
  width: 100%;
}

.services-row h2 {
  text-align: left;
}

.swiper-slide > div {
  background-position-x: center !important;
}

div#locations-cta-container > p {
  margin: 0 0 20px 0;
}

#wpsl-result-list ul, .location-alpha-list ol li ol {
  flex-direction: column;
}

p.listed-fran-title a, p.listed-fran-title {
  line-height: 100%;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li, .location-alpha-list ol li ol li {
  flex: none;
  width: 100%;
  padding: 24px 16px 12px;
}

#locations h1 {
  font-size: 32px;
}

}

  @media screen and (max-width: 520px) {

    a.logo-link {
      height: 80px;
  }
  
  a.logo-link img {
      height: 80px;
      bottom: 0;
  }

  .page-template-internal-page aside .aside-cta, .single aside .aside-cta, .page-template-gallery aside .aside-cta {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px;
}
   
  .image-gallery-container {
    height: 100px;
  }
  .image-gallery-container img {
    min-height: 100px;
  }

  div.glsr {
    margin: 30px 0px;
    background-color: #ededed;
    padding: 16px;
    border-radius: 8px;
  }

  }

/*LSS Button Styles*/

.locations-sec .container{
    max-width:1154px;
    margin:0 auto;
}


.locations-sec{
width: 100%;
padding: 20px 0;
clear: both;
border-top: solid 1px rgba(0,0,0,0.1);
}
.btn-loc{
 text-align: center;
display: block;
font-size: 1.2em;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
transition: all 0.5s ease 0s;
}
.btn-loc:after{
content:"\f0d7";
display:inline-block;
font-family:FontAwesome;    
}
.btn-loc.collaps-this:after{
transform: rotate(-180deg);
}
.btn-loc:hover{
color:#000;  
}
.locpanel{
display:none;   
transition: all 0.5s ease 0s;
}
.locations-sec ul{
margin: 0;
padding: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-end;
    
}
.locations-sec ul li{
list-style-type: none;
width: 31%;
margin: 0 1%;
border-bottom: solid 1px rgba(0,0,0,0.2);
}
.locations-sec ul li a{
display: block;
transition: all 0.5s ease 0s;
padding: 10px 0;
text-decoration: none;
color: #444;
line-height: 1;
}
.locations-sec ul li a:hover{
color:#477589;
}
.collapse.show{
    display:block;
}
@media screen and (max-width:1199px) {
    .locations-sec .container {
  max-width:96%;
  margin: 0 auto;
}
}
@media screen and (max-width:575px) {
    .locations-sec ul li {
  width: 48%;
}
}
@media screen and (max-width:480px) {
    .locations-sec ul li {
  width:100%;
}
}



/*End of LSS Button Styles*/