/* BUTTON EDTIS */
.btn {
  padding: 8px 22px 7px;
  text-transform: uppercase;
  font-weight: 500;
}

.seResponsive .content-block-column .btn {
  margin-bottom: 22px;
}

.sePage .seBackTop {
  background-color: #555;
}

.seBackTop i {
  color: #fff;
}

.seBackTop:hover i {
  color: #fff;
  top: 40%;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
  font-weight: 500;
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover {
  text-decoration: underline;
}

.sePageLayout .btn-default {
  color: #000;
  background-color: #fff;
  border-color: #263a7c;
}

.sePageLayout .btn-default:active, .sePageLayout .btn-default:focus, .sePageLayout .btn-default:hover {
  color: #000;
  background-color: #ccc;
  border-color: #263a7c;
}

/* HEADINGS */
.block-bg-img .h1, .block-bg-img .h2, .block-bg-img .h3, .block-bg-img h1, .block-bg-img h2, .block-bg-img h3 {
  margin-top: 22px;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel h5 a:not(.btn) {
  font-size: 16px;
}

.sePageLayout .bordered-top-bottom-block, .sePageLayout .bordered-top-bottom-block2 {
  border: 1px solid #263a7c;
  border-width: 1px 0;
  min-height: 80px;
  padding: 11px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* DIVIDERS & MARGINS */
.sePageContent .sePageSection.se-section-margin-b-two {
  margin-bottom: 2px;
}

.sePageContent .sePageSection.se-section-padding-t-two {
  padding-top: 2px;
}

.sePageLayout .bordered-top-bottom-block2 h4, .sePageLayout .bordered-top-bottom-block h4 {
  margin: 0;
}

.bpm-divider-style-1::after {
  display: block;
  margin-bottom: 11px;
  background-color: #8cc33f;
  width: 100%;
  height: 2px;
  content: '';
}

.bpm-divider-style-2::after {
  display: block;
  margin-bottom: 11px;
  background-color: #263a7c width: 100%;
  height: 2px;
  content: '';
}

.bpm-divider-style-3::after {
  display: block;
  margin-bottom: 11px;
  background-color: #9eb3c2;
  width: 100%;
  height: 2px;
  content: '';
}

.divider {
  border: 0;
  border-top: 2px solid #9eb3c2;
  margin-bottom: 22px;
  margin-top: 22px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .bpm-hp-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: 16% 10%;
}

.sePage .sePageLayout .sePageMain .bpm-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% 10%;
}

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

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

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

.sePage .sePageLayout .bpm-hp-hero h1, .sePage .sePageLayout .bpm-hp-hero h2 {
  margin: 22px auto 7px;
}

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

/* SECTION HEADING */
.sePage .sePageLayout .bpm-section-heading h1, .sePage .sePageLayout .bpm-section-heading h2, .sePage .sePageLayout .bpm-section-heading h3 {
  margin: 22px auto 7px;
}

.sePage .sePageLayout .bpm-section-heading p {
  margin: 0px auto 11px;
  font-size: 20px
}

/* EXAMPLE IMAGES */
.sePageContent .sePageSection.bpm-example-img {
  margin-bottom: 0px;
}

.bpm-example-img .col-margin-bottom {
  margin-bottom: 30px;
}

/* SHOP LINKS LARGE */
.bpm-shop-links-large .content-block-column::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.bpm-shop-links-large .editContent, .bpm-shop-links-large .content-block-column {
  position: relative;
}

.sePageContent .sePageSection.bpm-shop-links-large {
  margin-bottom: 0px;
}

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

.bpm-shop-links-large .block-bg-img {
  padding: 75px 15px;
}

.sePage .sePageLayout .bpm-shop-links-large h3 {
  margin-top: 22px;
}

.sePage .sePageLayout .bpm-shop-links-large .block-bg-img p {
  margin: 0 0 11px;
  font-size: 20px
}

.seResponsive .bpm-shop-links-large .content-block-column .btn {
  margin-bottom: 22px;
}

/* SHOP LINKS */
.bpm-shop-links .content-block-column::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.bpm-shop-links .editContent, .bpm-shop-links .content-block-column {
  position: relative;
}

.sePageContent .sePageSection.bpm-shop-links {
  margin-bottom: 0px;
}

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

.sePage .sePageLayout .bpm-shop-links h3 {
  margin-top: 22px;
}

.sePage .sePageLayout .bpm-shop-links .block-bg-img p {
  margin: 0 0 11px;
  font-size: 20px
}

.seResponsive .bpm-shop-links .content-block-column .btn {
  margin-bottom: 22px;
}

/* FULL WIDTH 2 COLUMN */
.bpm-fw-2col .content-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.bpm-fw-2col .content-block-column {
  width: 100%;
}

.bpm-fw-2col .content-block-column:first-child {
  min-height: 360px;
}

.bpm-fw-2col .content-block-column:last-child {
  padding: 45px 30px;
}

.bpm-fw-2col .custom1-6 .col-sm-push-6 {
  left: inherit;
}

.bpm-fw-2col .custom1-6 .col-sm-pull-6 {
  right: inherit;
}

@media only screen and (min-width: 992px) {
  .bpm-fw-2col .content-block-column:first-child {
    min-height: 540px;
  }

  .bpm-fw-2col .content-block-column {
    width: 50%;
  }

  .bpm-fw-2col .custom1-6 .col-sm-push-6 {
    left: 50%;
  }

  .bpm-fw-2col .custom1-6 .col-sm-pull-6 {
    right: 50%;
  }

  .bpm-fw-2col .content-block-column:last-child {
    padding: 45px 60px;
  }
}

/* TUNE-UP BACKGROUND COLOR */
.bpm-service-menu .price-block .price-header {
 background: #263a7c;
}

/* TUNE-UP TEXT COLOR */
.sePage .sePageLayout .bpm-service-menu .price-block .price-header h3 {
 color: #fff;
font-size: 25px;
}

/* PRICE BACKGROUND COLOR */
.bpm-service-menu .price-block .price {
 background: #8cc33f;
}

/* PRICE TEXT COLOR */
.sePage .sePageLayout .bpm-service-menu .price-block .price-figure h4 {
 color: #000;
}

/* FEATURES BACKGROUND COLOR */
.bpm-service-menu .price-block .features {
 background: #fff;
}

/* BUTTON GROUP */

.bpm-btn-group {
 flex-direction: column;
 display: inline-flex;
}

.seResponsive .content-block-column .bpm-btn-group .btn {
 margin-bottom: 11px;
}

.seResponsive .content-block-column .bpm-btn-group .btn:not(:last-child) {
 margin-bottom: 2px;
}

@media only screen and (min-width: 992px) {
 .seResponsive .content-block-column .bpm-btn-group .btn:not(:last-child) {
 margin-right: 2px;
 margin-bottom: 11px
 }

 .bpm-btn-group {
 display: flex;
 flex-direction: row;
 justify-content: center;
 }
}

/* HEADER UPDATES */
.sePage .sePageLayout .sePageHeader {
  background: #263a7c;
}

.sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>.active>a, .sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>.active>a:focus, .sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>.active>a:hover, .sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>li>a:focus, .sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>li>a:hover {
  background-color: #555;
}

.sePageLayout .seNavbar .seNavbarNav>li.active>a, .sePageLayout .seNavbar .seNavbarNav>li.active>a:focus, .sePageLayout .seNavbar .seNavbarNav>li.active>a:hover, .sePageLayout .seNavbar .seNavbarNav>li.open>a, .sePageLayout .seNavbar .seNavbarNav>li.open>a:focus {
  background-color: #555;
}

.sePageLayout .seNavbar .seNavbarNav>li.open>a:hover, .sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>.open>a, .sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>.open>a:focus, .sePageLayout .sePageLayoutWrapper .navbar .navbar-nav>.open>a:hover {
  background-color: #555;
}

@media only screen and (min-width: 768px) {
  .seSiteNavigator .navbar-nav {
    margin-left: -22px;
  }

  .navbar-nav>li>a {
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .seSiteSearchForm .input-group>.input-group-btn>.btn {
    height: 36px;
    width: 36px;
  }

  .sePageHeaderWrapper>.row {
    padding: 11px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .seSiteSearchForm .input-group .form-control {
    height: 44px;
  }

  .seSiteSearchForm .input-group>.input-group-btn>.btn {
    height: 44px;
    border-color: #ccc;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ccc;
  }

  .seSiteSearchForm .input-group>.input-group-btn>.btn {
    height: 44px;
    width: 44px;
  }

  .sePageLayout .seSiteSearchForm .input-group .form-control {
    background-color: #ccc;
    color: #000;
    border-color: #ccc;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }

  .sePageHeaderWrapper .row .wsmobileheader {
    height: 44px;
    width: 60px;
  }

  .navbar-toggle, .wsmobileheader #wsnavtoggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  }

  .wsmobileheader #wsnavtoggle {
    margin: 0;
    z-index: 100;
    padding-top: 13px;
    padding-bottom: 15px;
  }

  .navbar-nav {
    margin: 0px -15px;
  }

  .seSiteNavigator .navbar-nav .seMobiActionLocation {
    border-bottom: none;
  }

  .seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title {
    padding: 7px 20px;
  }

  .seSiteNavigator .navbar-nav .is-drilldown-submenu.is-active.is-drilldown-submenu .is-drilldown-submenu {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 7px 3px;
    background: #fff;
  }

  .sePage .sePageLayout .seNavbar .navbar-nav>li>a {
    border-bottom: 1px solid #555;
  }

  .seSiteNavigator .navbar-nav .is-drilldown-submenu {
    padding-bottom: 7px;
  }

  .sePageHeaderWrapper>.row {
    padding: 11px 0px 0px;
  }
}

.nav>li>a {
  padding: 11px 20px 10px;
  margin: auto 1px;
}

.dropdown-menu {
  padding: 7px 0;
}

.dropdown-menu>li>a {
  padding: 7px 20px;
}

.sePage .sePageLayout .seNavbar .navbar-nav>li>a {
  font-weight: 500;
  text-transform: uppercase;
}

.megamenu {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

.sePageHeaderWrapper .row .seStoreData .seSiteLogo {
  margin-bottom: 11px;
  margin-top: 11px;
}

.sePage .sePageLayout .seNavbar {
  border-color: #fff;
  border-width: 2px 0px;
}

/* SEARCH */
.seSiteSearchForm .input-group>.input-group-btn .seIconSearch {
  font-size: 16px;
  color: #000;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-group.input-group-sm .seSiteSearchForm span.twitter-typeahead .form-control, .input-sm, .seSiteSearchForm .input-group .seSiteSearchForm span.twitter-typeahead .form-control, .seSiteSearchForm .input-group>.form-control, .seSiteSearchForm .input-group>.input-group-addon, .seSiteSearchForm .input-group>.input-group-btn>.btn {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.sePageLayout .seSearchButton.btn-default:active, .sePageLayout .seSearchButton.btn-default:focus, .sePageLayout .seSearchButton.btn-default:hover {
  color: #000;
  background-color: #ccc;
  border-color: #ccc;
}

/* SEARCH TEXT COLOR */
.seSearchBox {
  color: #000;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-webkit-input-placeholder {
  color: #000;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-ms-input-placeholder {
  color: #000;
}

.sePageLayout .seSiteSearchForm .input-group .form-control:-ms-input-placeholder {
  color: #000;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-moz-placeholder {
  color: #000;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::placeholder {
  color: #000;
}

.sePageHeader .seHeaderActions .seSiteSearchForm .twitter-typeahead pre {
  color: #000 !important;
}

/* LOCATION PAGE EDITS */
.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
  border: 2px solid #263a7c;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA {
  border-bottom: 2px solid #8cc33f;
}

.seStoreInformationWrapper .seSingleStoreMap {
  border: 2px solid #263a7c;
}

.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
  color: #b30000;
}

.bpm-catagory-links ul {
 margin-top: 22px;
 margin-bottom: 22px;
 padding-left: 0;
 list-style-type: none;
}

.bpm-catagory-links li {
 border-bottom: 1px solid #ccc;
}

.bpm-catagory-links li:first-child {
 border-top: 1px solid #ccc;
}

.bpm-catagory-links li {
 padding: 10px 0;
}

.bpm-catagory-links li a {
 text-decoration: none;
 text-transform: uppercase;
}

.bpm-catagory-links li a:hover {
 text-decoration: underline;
}

@media only screen and (min-width: 992px) {
 .bpm-catagory-links li, .bpm-catagory-links li:first-child {
 border: 0;
 }

 .bpm-catagory-links li:not(:last-child) {
 border-right: 1px solid #ccc;
 }

 .bpm-catagory-links li {
 display: inline;
 padding: 2px 20px;
 }
}

/* FOOTER EDITS */
.seContentBlockFooter address {
  margin-bottom: 11px;
}

.seContentBlockFooter li {
  padding-bottom: 7px;
}

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

.sePage .sePageFooter .seContentBlockFooter h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.bpm-footer-social .seContentBlockFooter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.sePageFooter {
  margin-top: 44px;
  border-top: 2px solid #8cc33f;
}

.seContentBlockFooter .social-icons li {
  padding-bottom: 7px;
  display: inline;
  padding: 7px;
}

.bpm-footer-info {
  border-bottom: 2px solid #8cc33f;
}
