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

.seSiteNavigator {
  margin-bottom: 15px;
}

.sePageHeader {
  background: #eee;
}

.navbar-nav>li>a {
  line-height: 24px;
}

@media only screen and (min-width: 1540px) {
  .megamenu.seMegaMenuGrid {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 992px) {
  .seSiteNavigator .navbar-nav li .dropdown-menu {
    margin-top: 1px;
    background-color: #ccc;
  }

  .seSiteNavigator .navbar-nav li .dropdown-menu li a {
    border-bottom: 1px solid #eee;
  }
}

@media only screen and (max-width: 991px) {
  .sePageHeader .seHeaderActions .seHeaderMobileActions {
    border-bottom: none;
    margin-bottom: 15px;
  }

  .sePageHeader .seHeaderActions .seSiteLogo {
    margin: 15px auto;
  }

  .seSiteNavigator .navbar-nav {
    background-color: #ccc;
  }

  .sePage .sePageLayout .seNavbar .navbar-nav>li>a {
    color: #000;
  }

  .sePage .sePageLayout .seNavbar .navbar-nav>li>a:hover {
    color: #000;
  }

  .sePageHeader .seHeaderActionsSearch:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #333;
    width: calc(100% - 14px);
    bottom: 7px;
    left: 7px;
    position: absolute;
    text-align: center;
  }
}

.sePageHeader .seHeaderActions .seSiteLogo {
  max-width: 345px;
}

/* RETURN TO TOP */
.seBackTop:hover i {
  color: #ffffff;
  top: 30%;
}

/* HOMEPAGE */
.ccf-hero h1, .ccf-hero h2 {
  margin-bottom: 5px;
}

.ccf-hero h3 {
  margin-top: 0;
}

.sePage .sePageLayout .sePageMain .ccf-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% 15px;
}

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

.sePage .sePageLayout .sePageMain .ccf-hero {
  position: relative;
  overflow: hidden;
}

.ccf-secondary-hero h2 {
  margin-bottom: 11px;
}

.ccf-secondary-hero p {
  font-size: 18px;
  margin-top: 0;
}

.sePage .sePageLayout .sePageMain .ccf-secondary-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: 9% 15px;
}

.sePage .sePageLayout .sePageMain .ccf-secondary-hero::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0 15px;
  width: 100%;
  content: '';
}

.sePage .sePageLayout .sePageMain .ccf-secondary-hero {
  position: relative;
  overflow: hidden;
}

.btn {
  padding: 6px 30px;
}

.ccf-hp-centered-text p {
  font-size: 18px;
}

.ccf-hp-centered-text h2 {
  margin-bottom: 5px;
}

.ccf-multi-toi h3 {
  margin-top: 22px;
}

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