@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i&display=swap');

/* BUTTON EDITS */
.btn {
  padding: 6px 32px;
  font-weight: 700;
}

.seBackTop {
  bottom: 0;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
}

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

.sePage .sePageLayout .sePageMain .trc-hero::after,
.sePage .sePageLayout .sePageMain .trc-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 .trc-hero,
.sePage .sePageLayout .sePageMain .trc-lp-hero {
  position: relative;
  overflow: hidden;
}

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

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

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

.sePageContent .sePageSection.se-section-margin-b-two {
  margin-bottom: 2px;
}

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

.trc-logo-section img {
  margin: 15px auto;
}

.sePageContent .sePageSection.trc-logo-section {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.sePage .sePageLayout .sePageMain .trc-shop-links .content-block-column a {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: 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 .trc-shop-links .content-block-column h3 {
  color: #ffffff;
  text-decoration: none;
}

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

.sePage .sePageLayout .sePageMain .trc-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 .trc-shop-links .content-block-column {
  min-height: 200px;
}

.sePage .sePageLayout .sePageMain .trc-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;
}

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

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

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

.price-block .price-header {
  padding: 22px 15px;
  background: #bf201c;
  margin: 0;
}

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

.price-block .price {
  display: inline-block;
  background: #ffffff;
  width: 100%;
}

.price-block .features {
  background: #000000;
  padding: 15px;
  margin: 0;
  border: 2px solid #ffffff;
}

.price-block .features p {
  color: #ffffff;
}

.trc-labor-rates ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 4px;
}

.trc-labor-rates li {
  padding-bottom: 7px;
}

.trc-border-bottom {
  border-bottom: 2px solid #000000;
}

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

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

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

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

.trc-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: 2px solid #000000;
  }
}

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

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

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

/* NAVIGATOR EDITS */
.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 {
  color: #ffffff;
  background-color: transparent;
}

.is-drilldown-submenu-parent.is-active > a .arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: transparent transparent transparent #ffffff;
}

@media only screen and (max-width: 767px) {
  .seSiteNavigator
    .navbar-nav
    .is-drilldown-submenu
    .is-drilldown-submenu-parent
    > .mobile-megamenu-title {
    padding: 5px 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .seSiteNavigator .navbar-nav .is-drilldown-submenu {
    padding-bottom: 5px;
  }

  .seSiteNavigator
    .navbar-nav
    .is-drilldown-submenu.is-active.is-drilldown-submenu
    .is-drilldown-submenu {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 5px 0;
  }

  .sePageHeaderWrapper .row .seHeaderActions .seHeaderActionsInner {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}

.megamenu .link-list li a {
  padding: 5px 20px;
  line-height: 1.5;
}

.navbar {
  border: none;
}

.nav > li > a {
  padding: 10px 22px;
}

@media (min-width: 768px) {
  .navbar-nav > li:hover {
    background: #bf201c;
  }

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