/* HERO */
.sePage .sePageLayout .sePageMain .osb-hero .content-block-column,
.sePage .sePageLayout .sePageMain .osb-lp-hero .content-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  padding: 12% 8%;
}

.sePage .sePageLayout .sePageMain .osb-hero::after,
.sePage .sePageLayout .sePageMain .osb-lp-hero::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 100%;
  content: "";
}

.sePage .sePageLayout .sePageMain .osb-hero,
.sePage .sePageLayout .sePageMain .osb-lp-hero {
  position: relative;
  overflow: hidden;
}

.sePage .sePageLayout .osb-lp-hero h1 {
  margin: 22px auto;
}

.sePage .sePageLayout .osb-hero h1,
.sePage .sePageLayout .osb-hero h2 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .osb-hero p {
  margin: 0px auto 11px;
  font-size: 20px;
}

/* SHOPPING LINKS */
.sePageContent .sePageSection.osb-shop-links {
  margin-bottom: 0;
}

.sePage .sePageLayout .sePageMain .osb-shop-links .content-block-column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .osb-shop-links .content-block-column h3 {
  color: #ffffff;
  text-decoration: none;
}

.sePage
  .sePageLayout
  .sePageMain
  .osb-shop-links
  .content-block-column
  h3:hover {
  color: #ffffff;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .osb-shop-links .content-block-column {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  min-height: 200px;
  overflow: hidden;
}

.sePage .sePageLayout .sePageMain .osb-shop-links .content-block-column {
  min-height: 200px;
}

.sePage .sePageLayout .sePageMain .osb-shop-links .content-block-column:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.osb-shop-links .col-margin-bottom {
  margin-bottom: 30px;
}

.sePage .sePageLayout h5,
.sePage .sePageLayout .sePageHeader h5 a:not(.btn),
.sePage
  .sePageLayout
  .sePageHeader
  .sePageHeaderWrapper
  .seHeaderActions
  .seHeaderActionsInner
  h5
  a:not(.btn) {
  font-size: 18px;
}

/* SERVICE PAGE */
.osb-indi-services ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}

.osb-indi-services li {
  padding-bottom: 11px;
}

.price-block .price-header {
  padding: 22px 15px;
  background: #000;
  margin: 0;
  border-bottom: 2px solid #ffffff;
}

.price-block .price-header h3 {
  color: #ffffff;
  margin: 11px auto;
}

.price-block .price {
  display: inline-block;
  background: #424242;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}

.price-block .price h4 {
  color: #ffffff;
}

.price-block .features {
  background: #e2e2e2;
  padding: 15px;
  margin: 0;
}

.osb-border-bottom {
  border-bottom: 1px solid #424242;
}

.osb-service-icons .fas {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .col-margin-bottom {
    margin-bottom: 30px;
  }
}

/* FOOTER */
.osb-footer-social .seContentBlockFooter {
  margin-top: 11px;
  margin-bottom: 11px;
}

.osb-footer-social,
.osb-footer-info {
  border-bottom: 1px solid #ffffff;
}

.osb-footer-info address {
  margin-bottom: 11px;
}

.osb-footer-info li {
  padding-bottom: 7px;
}

.osb-footer-info .seContentBlockFooter ul {
  margin-bottom: 4px;
}

/* HEADER UPDATES */
.sePageLayout .sePageHeader {
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .sePageHeaderWrapper .row .seHeaderActions .seSiteSearch {
    border: 1px solid #020202;
  }
}

.sePageLayout .sePageHeader .seSearchButton {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #020202;
}

.sePageLayout .sePageHeader .seSearchButton:hover,
.sePageLayout .sePageHeader .seSearchButton:focus,
.sePageLayout .sePageHeader .seSearchButton:active {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #020202;
}

.seSiteSearchForm .input-group > .input-group-btn .seIconSearch {
  font-size: 16px;
  color: #222222;
}