.text-shadow {
  text-shadow: 0px 3px 10px rgb(0, 0, 0, .45);
}

[data-prefooter] {
  border-top: solid 25px #F5BB26;
  border-bottom: solid 25px #F5BB26;
}

[data-prefooter] dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}

[data-prefooter] dt {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

[data-prefooter] dd {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

[data-prefooter] figure {
  margin: 0;
  width: 100%;
}

.pepsi {
padding: 8px;
border: 3px #1557A6;
border-radius: 8px;
background-color:#1557A6;
color:#fff;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  [data-prefooter] figcaption {
    border-top: solid 25px #48a3d9;
  }
}

@media only screen and (min-width: 48em) {
  [data-prefooter] dl {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  [data-prefooter] dl dd {
    margin-bottom: 20px;
  }

  [data-prefooter] dl dt {
    font-size: 3.5rem;
  }

  [data-prefooter] figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

html, body {
	color:#000000;
  font-family: itc-avant-garde-gothic-pro,sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

article section {
  margin: 40px auto;
}

header[data-backgrounder] {
  position: relative;
}

header[data-backgrounder]:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.33) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.33) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.33) 100%);
}

header[data-backgrounder],
header[data-backgrounder] div:not(.feature) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-attachment: fixed;
}

header[data-backgrounder] a:not(.btn),
header[data-backgrounder] date,
header[data-backgrounder] dd,
header[data-backgrounder] dt,
header[data-backgrounder] h1,
header[data-backgrounder] h2,
header[data-backgrounder] h3,
header[data-backgrounder] h4,
header[data-backgrounder] h5,
header[data-backgrounder] h6,
header[data-backgrounder] li,
header[data-backgrounder] p,
header[data-backgrounder] time {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 5px rgba(0, 0, 0, 0.3);
}

header[data-backgrounder] div:not(.feature) {
  position: relative;
  z-index: 5;
  max-width: 980px;
}

header[data-backgrounder] div:not(.feature) :last-child {
  margin-bottom: 0;
}

header[data-backgrounder] .feature {
  position: absolute;
}

p img {
  max-width: 100%;
  margin-bottom: 1.875rem;
}

section header hr {
  width: 10vw;
  min-width: 100px;
  height: 5px;
  border-width: 0;
  background-color: #F5BB26;
}

section ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  display: inline-block;
}

section ul li {
  position: relative;
  padding-left: 1.5625rem;
  font-size: 1.5rem;
}

section ul li:before {
  position: absolute;
  top: 0;
  left: 0.5rem;
  content: "•";
  color: #F5BB26;
  font-size: 2rem;
}

@media only screen and (min-width: 48em) {
  p .left {
    float: left;
    margin-right: 30px;
  }

  p .right {
    float: right;
    margin-left: 30px;
  }

  p .left,
  p .right {
    max-width: 33vw;
  }
}

svg {
  overflow: hidden;
}

svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

svg.icon use {
  fill: currentColor;
}

[data-backgrounder] {
  background-position: center;
  background-size: cover;
}

[data-backgrounder] .feature {
  min-height: 14vh;
  overflow: hidden;
}

[data-backgrounder] .feature img {
  opacity: 0;
  height: 0;
  display: inline;
  width: 0;
}

[data-flipbook] {
  height: 45vw;
}

[data-component="lr_blocks"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-bottom: 10px;
}

[data-component="lr_blocks"] article,
[data-component="lr_blocks"] figure {
  margin-bottom: 0;
}

[data-component="lr_blocks"] article {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

[data-component="lr_blocks"] figure {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  min-height: 33vw;
}

@media only screen and (min-width: 48em) {
  [data-component="lr_blocks"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }

  [data-component="lr_blocks"] article,
  [data-component="lr_blocks"] figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0.5 auto;
    -ms-flex: 0 0.5 auto;
    flex: 0 0.5 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }

  [data-component="lr_blocks"] article {
    padding: 45px;
  }

  [data-component="lr_blocks"] figure {
    min-height: 45vh;
  }

  [data-component="lr_blocks"]:nth-child(even) article {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  [data-component="lr_blocks"]:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (min-width: 64em) {
  [data-component="lr_blocks"] {
    margin-bottom: 60px;
  }
}

/* .fancybox-bg {
  background: #fff;
}

.fancybox-button,
.fancybox-infobar__body {
  background: #48a3d9;
}

.fancybox-arrow {
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 64px;
  height: 64px;
  margin: -32px 0 0;
  padding: 10px;
  border-radius: 200px;
  color: #fff;
  background: #48a3d9;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fancybox-arrow:focus {
  outline: 0;
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  position: static;
  top: auto;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: 0 0;
}

.fancybox-arrow--left:after {
  margin-left: -5px;
  border-width: 10px 12px 10px 0;
  border-right-color: #fff;
  border-left-color: transparent;
}

.fancybox-arrow--right:after {
  margin-right: -5px;
  border-width: 10px 0 10px 12px;
  border-left-color: #fff;
  border-right-color: transparent;
} */

[data-component="gallery"] {
  margin-top: 40px;
  padding-bottom: 40px;
}

[data-component="gallery"]:not(:last-of-type) {
  border-bottom: 25px solid #48a3d9;
}

[data-component="gallery"] [class*="col-"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

[data-component="gallery"]>div:not(:first-of-type) {
  margin-top: 40px;
}

[data-component="gallery"] figure {
  margin-left: auto;
  margin-right: auto;
}

[data-component="gallery"] figure a {
  position: relative;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

[data-component="gallery"] figure figcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  padding-left: 40px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  background-color: #48a3d9;
}

[data-component="gallery"] figure figcaption .icon {
  position: absolute;
  left: 16px;
}

[data-component="gallery"] [data-backgrounder] {
  background-blend-mode: luminosity;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

[data-component="gallery"] [data-backgrounder].dim {
  background-color: #000;
}

[data-component="gallery"] [data-backgrounder] .feature {
  max-height: 66.66667vh;
  overflow: hidden;
}

[data-component="gallery"] [data-backgrounder] .feature img {
  display: inline;
  width: 100%;
  height: auto;
  opacity: 0;
}

[data-component="gallery"].gallery_categories {
  margin: 40px auto auto auto;
  padding-bottom: 40px;
}

[data-component="gallery"].gallery_categories:not(:last-of-type) {
  border-bottom: 25px solid #48a3d9;
}

[data-component="gallery"].gallery_categories [class*="col-"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

[data-component="gallery"].gallery_categories>div:not(:first-of-type) {
  margin-top: 40px;
}

[data-component="gallery"].gallery_categories figure {
  margin-left: auto;
  margin-right: auto;
}

[data-component="gallery"].gallery_categories figure a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

[data-component="gallery"].gallery_categories figure figcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  background-color: #48a3d9;
}

[data-component="gallery"].gallery_categories figure figcaption .icon {
  margin-right: 14px;
}

[data-component="gallery"].gallery_categories figure[data-backgrounder] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 33vh;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  [data-component="gallery"].gallery_categories figure[data-backgrounder] {
    max-width: calc(25% - 20px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  [data-component="gallery"].gallery_categories figure[data-backgrounder] {
    max-width: calc(50% - 20px);
  }
}

[data-component="gallery"].gallery_categories figure[data-backgrounder] a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

[data-component="gallery"].gallery_categories figure[data-backgrounder] a:focus,
[data-component="gallery"].gallery_categories figure[data-backgrounder] a:hover {
  text-decoration: none;
}

[data-component="gallery"].gallery_categories figure[data-backgrounder] a:focus figcaption,
[data-component="gallery"].gallery_categories figure[data-backgrounder] a:hover figcaption {
  background-color: #000;
}

[data-component="gallery"].gallery_categories figure[data-backgrounder] figcaption {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #48a3d9;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 700;
  padding: 8px;
  font-size: 1.25rem;
}

@media only screen and (min-width: 48em) {

  [data-component="gallery"]:focus [data-backgrounder],
  [data-component="gallery"]:hover [data-backgrounder] {
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
  }

  [data-component="gallery"] [data-backgrounder]:focus figcaption,
  [data-component="gallery"] [data-backgrounder]:hover figcaption {
    background-color: #48a3d9;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }

  [data-component="gallery"] [data-backgrounder] {
    -webkit-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;
  }

  [data-component="gallery"] [data-backgrounder] figcaption {
    -webkit-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;
  }
}

@media only screen and (max-width: 991px) {
  [data-component="gallery"] {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  [data-component="gallery"]>div:not(:first-of-type) {
    margin-top: 20px;
  }

  [data-component="gallery"] figure {
    max-width: 320px;
  }

  [data-component="gallery"] .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  /* mobile menu/nav styles */

  .main-nav .nav-link {
    text-align: left;
  }

  .main-nav {
    border-radius: 0 !important;
  }

  .main-nav .nav-item::after {
    width: 0 !important;
  }

  .main-nav .nav-item {
    border-bottom: 2px solid #C03633;
  }

  .main-nav .nav-item:last-of-type {
    border-bottom: none;
  }

  .main-nav .dropdown-item {
    padding: 0 10px;
    padding-bottom: 5px;
  }

  .main-nav .dropdown-menu {
    background-color: transparent;
    padding-top: 0;
  }

  .main-nav .dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent;
  }

  .navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler:focus {
    border: none;
    outline: none;
  }

  .animated-icon2 span:nth-child(1) {
    top: 0px;
  }

  .animated-icon2 span:nth-child(2),
  .animated-icon2 span:nth-child(3) {
    top: 10px;
  }

  .animated-icon2 span:nth-child(4) {
    top: 20px;
  }

  .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }

  .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }

  .animated-icon1,
  .animated-icon2,
  .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .animated-icon1 span,
  .animated-icon2 span,
  .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .animated-icon2 span {
    background: #C03633;
  }

  .mobile-chat-btn {
    position: absolute;
    top: 40px;
    right: 13px;
  }

}

.livechat_button a {
  color: #ffffff;
}

circle.white,
path.white,
polygon.white,
rect.white {
  fill: #fff;
}

.footer a[href^="tel:"] {
  color: #136796;
}

/* .navbar-dark .navbar-nav .nav-link.active {
  background: #d79a00 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  background: #d79a00;
}

.nav-item .dropdown-item.active, .nav-item .dropdown-item:active {
  background: #d79a00;
} */

.carousel-item {
  background-size: cover !important;
  background-position: center bottom !important;
  height: 450px;
}

.carousel-item h1 {
  font-size: 2rem;
}

.list-style-type-none,
.list-style-type-none ul {
  list-style-type: none;
}

.hours-list ul>li:first-child,
.locations-list ul>li:first-child {
  font-size: 125%;
  font-weight: 700;
  line-height: 125%;
}

textarea {
  height: 10rem;
}

/* .page-header {
  margin-top: -60px;
  margin-top: -87px;
  margin-bottom: 2rem;
  height: 500px;
  border-bottom: 1rem solid #F5BB26;
}

.page-header.secondary {
  height: 200px;
  display: none;
}

.application-product,
.page-header.application {
  height: 800px;
  background-size: cover !important;
  background-position: center !important;
} */

.application-product {
  height: 100px;
}

.application-product.size {
  background-size: 120% !important;
  background-position: center center !important;
}

/* .page-header.contact {
  background: url(/images/contact-page-header.jpg);
  background-size: cover;
  background-position: center bottom;
}

.page-header.product {
  background-size: cover !important;
  background-position: center !important;
} */

.request-visit-spacer {
  margin-top: -17px;
  margin-top: -60px;
  margin-top: -87px;
}

.services section dt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2727272727;
}

.services section dd {
  font-size: 1.5rem;
}

/* 
START :: site refresh styles June 2021 
*/

.dotted hr {
  border: 0;
  border-top: 5px dotted rgb(0 0 0);
  margin: 0;
}

.logo-home {
  max-width: 200px;
  width: 100%;
  height: auto;
  padding: 30px;
}

.premium-img {
  max-width: 185px;
  width: 100%;
  height: auto;
}

.offset-cta {
  margin-top: -20px;
}

.footer .nav-link {
  text-transform: uppercase;
  font-size: 1.15rem;
}

.main-nav {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  max-width: 1050px;
}

.main-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.navbar-dark .main-nav .navbar-nav .nav-link {
  color: #ffffff;
}

.main-navbar {
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 999999999999; 
  background: transparent;
  background: linear-gradient(0deg, rgb(255, 255, 255, 0) 0%, rgb(0, 0, 0, .65) 100%);
}

.covid-banner {
  background-color: rgb(0, 0, 0, .75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.main-nav .nav-item {
  position: relative;
}

.main-nav .nav-item::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #ae1b1f;
  position: absolute;
  top: 10px;
  right: 0;
}

.main-nav .nav-item:last-of-type::after {
  content: "";
  width: 0px;
  height: 0px;
}

.top-nav {
  position: absolute;
  top: -55px;
  width: 100%;
  right: 0;
}

.bottom-nav {
  position: absolute;
  bottom: -50px;
  width: 100%;
  right: 0;
  text-align: right;
  padding-right: 40px;
}

.bottom-nav div {
  font-weight: bold;
  color: #ffffff;
}

.top-nav div {
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.top-nav div a {
  color: #ffffff;
}

.page-header.bg-image {
  height: 100vh;
  min-height: 450px;
  max-height: 750px;
  position: relative;
}

.page-header.bg-image .page-header-text {
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(0, 0, 0, .65) 100%);
}

.btn-brackets {
  position: relative;
  padding: 0 15px;
}

.btn-brackets::before {
  content: "{";
  font-weight: 400;
  position: absolute;
  top: 47%;
  left: 0px;
  transform: translateY(-50%);
}

.btn-brackets::after {
  content: "}";
  font-weight: 400;
  position: absolute;
  top: 47%;
  right: 0px;
  transform: translateY(-50%);
}

ol.list-custom {
  list-style: none;
  counter-reset: my-awesome-counter;
  /* display: flex; */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ol.list-custom li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

ol.list-custom li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  margin-bottom: 20px;
  color: #AD1F24;
  line-height: 1;
}

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-gradient-gold {
  background: rgb(245, 187, 38);
  background: linear-gradient(90deg, #ffc20e 50%, #b37c24 100%);
}

.bg-gradient-gold-v {
  background: rgb(245, 187, 38);
  background: linear-gradient(0deg, rgb(255, 194, 14, .9) 0%, rgb(193, 126, 43, .9) 100%);
}

.bg-gradient-gold-h {
    background: rgb(245, 187, 38);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(193, 126, 43, .9) 25%, rgba(193, 126, 43, .9) 50%, rgba(193, 126, 43, .9) 75%, rgba(255,255,255,1) 100%);
  }

.bg-gradient-red {
  background: rgb(174, 27, 31);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(129,57,59,1) 25%, rgba(124,31,34,1) 50%, rgba(129,57,59,1) 75%, rgba(255,255,255,1) 100%);
}

.bg-gradient-black {
  background: rgb(174, 27, 31);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(69,69,69,1) 25%, rgba(0,0,0,1) 50%, rgba(69,69,69,1) 75%, rgba(255,255,255,1) 100%);
}

.bg-green-transparent {
  background-color: rgba(82,174,77,.75)!important;
}

.bg-blue-transparent {
  background-color: rgba(63,175,252,.75)!important;
}

.bg-red-transparent {
  background-color: rgba(220,53,69,.75)!important;
}

.bg-yellow-transparent {
  background-color: rgba(255,193,7,.75)!important;
}

.bg-purple-transparent {
  background-color: rgba(165,96,167,.75)!important;
}

.text-purple {
  color: #a560a7!important;
}

.text-blue {
  color: #3faffc!important;
}

.text-green {
  color: #52ae4d!important;
}

.carousel-item {
  background-position: center !important;
  height: 100vh;
  min-height: 600px;
}

.dropdown-menu {
  border-radius: 0;
  margin: 0;
  border: none;
  background-color: rgb(255, 255, 255, .9);
}

.dropdown-menu .dropdown-item {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .list-custom {
    moz-column-count: 3;
    -moz-column-gap: 1.5em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1.5em;
    column-count: 3;
    column-gap: 1.5em;
    padding: 0;
  }
  

  .list-custom-2 {
    moz-column-count: 2;
    -moz-column-gap: em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    column-count: 2;
    column-gap: 2em;
    padding: 0;
  }

  .footer-col {
    border-left: 1px solid #dee2e6;
  }

  .navbar-dark .navbar-nav .nav-link {
    position: relative;
  }
}

/* 
END :: site refresh styles June 2021 
*/

@media only screen and (min-width: 64em) {
  .services section dt {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .services section dd {
    font-size: 1rem;
  }

  section ul li {
    font-size: 1rem;
  }

  section ul li:before {
    line-height: 0.6875;
  }
}

.services section dd {
  margin-bottom: 1.5rem;
}

.header a.nav-link- {
  font-size: .68rem;
  color: #000;
}

h2.home-product {
  font-size: 1rem;
}

@media (min-width: 0) {
  .whitey {
    font-size: 12px;
  }

  .request-widget h2 {
    font-size: 1.6rem;
    text-align: center;
  }

  /* .carousel-item {
    height: 38vh;
  } */

  .d-flex.box-slide-row {
    height: 450px !important;
  }

  .hours-list ul,
  .locations-list ul {
    padding: 0;
  }


  .footer .nav-wrap {
    border: none !important;
  }

  .footer .flex-row .nav-item {
    margin: 0.5rem;
  }

  /* .application-product,
  .page-header.application {
    height: 200px;
  }

  .page-header,
  .request-visit-spacer {
    margin-top: 0;
  } */
}

@media (min-width: 576px) {
  .whitey {
    font-size: 12px;
  }

  .d-flex.box-slide-row {
    height: 550px !important;
  }

  .footer .nav-wrap {
    border: none !important;
  }

  /* .application-product,
  .page-header.application {
    height: 200px;
  }

  .page-header,
  .request-visit-spacer {
    margin-top: 0;
  } */

  h3.finance {
    font-size: 200%;
  }

  .header a.nav-link- {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
#chat-widget-container {display:none;}
#livechat-eye-catcher {display:none;}
}
@media (min-width: 768px) {
  .whitey {
    font-size: 12px;
  }

  /* h4 {
    font-size: 2rem;
  } */

  .d-flex.box-slide-row {
    height: 300px !important;
  }

  /* .carousel-item {
    height: 50vh;
  } */

  .footer .nav-wrap {
    border-left: 1px solid #2d2b2c !important;
  }

  /* .application-product,
  .page-header.application {
    height: 600px;
  }

  .page-header,
  .request-visit-spacer {
    margin-top: 0;
  } */

  h2.home-product {
    font-size: 80%;
  }

  h3.finance {
    font-size: 300%;
  }

  .home-nav .nav-item,
  .site-nav .nav-item {
    font-size: .85rem;
  }

  .header a.nav-link- {
    font-size: 1.75rem;
  }

  .carousel-item h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .whitey {
    font-size: 1rem;
  }

  .d-flex.box-slide-row {
    height: 350px !important;
  }

  /* .carousel-item {
    height: 60vh;
  } */

  /* .application-product,
  .page-header.application {
    height: 800px;
  }

  h3.finance {
    font-size: 300%;
  }

  .page-header,
  .request-visit-spacer {
    margin-top: -60px;
    margin-top: -100px;
  } */

  .home-nav .nav-item,
  .site-nav .nav-item {
    font-size: 1.25rem;
  }

  .carousel-item h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .whitey {
    font-size: 1rem;
  }

  .d-flex.box-slide-row {
    height: 500px !important;
  }

  .visit-educate-prepare {
    min-height: 400px !important;
  }

  h2.home-product {
    font-size: 150%;
  }

  h3.finance {
    font-size: 200%;
  }
}

@media (min-width: 2500px) {
  .carousel-item {
    background-position: center !important;
    height: 93vh;
  }

  .d-flex.box-slide-row {
    height: 600px !important;
  }

  h3.finance {
    font-size: 160%;
  }
}

#CookieBanner {
 /* position: fixed;
  bottom: 0; */
  width: 100%;
  background-color: rgb(33 33 33 / 95%);
  color: #ffffff;
  font-size: 90%;
}