/* BUTTON EDTIS */
.btn {
  padding: 6px 28px;
}

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

.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;
}

.mtc-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mtc-btn-group {
  margin-bottom: 17px;
}

.seResponsive .content-block-column .mtc-btn-group .btn {
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .seResponsive .content-block-column .mtc-btn-group .btn:nth-child(-n+2) {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .mtc-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* HERO */
.sePage .sePageLayout .sePageMain .mtc-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .mtc-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 .mtc-hp-hero::after, .sePage .sePageLayout .sePageMain .mtc-lp-hero::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0;
  width: 100%;
  content: '';
}

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

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

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

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

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

.sePage .sePageLayout .sePageMain .mtc-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.25);
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
}

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

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

.sePage .sePageLayout .sePageMain .mtc-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: 280px;
  overflow: hidden;
}

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

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

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

/* BORDERS */
.mtc-border-bottom {
  border-bottom: 2px solid #ff0d6e;
}

.mtc-border-top {
  border-top: 2px solid #ff0d6e;
}

/* IMAGE OVERLAY */
.mtc-image-overlay .content-block-column::before, .mtc-image-overlay-multi-col .content-block-column::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.mtc-image-overlay .editContent, .mtc-image-overlay .content-block-column, .mtc-image-overlay-multi-col .editContent, .mtc-image-overlay-multi-col .content-block-column {
  position: relative;
}

.sePageContent .sePageSection.mtc-image-overlay-multi-col {
  padding-bottom: 22px;
}

.mtc-image-overlay-multi-col .col-margin-bottom {
  margin-bottom: 30px;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .mtc-fw-2col .mtc-fw-2col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 105px 60px;
}

.sePage .sePageLayout .sePageMain .mtc-fw-2col .seContentEmpty {
  min-height: 300px;
}

@media (max-width: 991px) {
  .sePage .sePageLayout .sePageMain .mtc-fw-2col .mtc-fw-2col-content {
    padding: 45px 30px;
  }
}

@media (max-width: 767px) {
  .sePage .sePageLayout .sePageMain .mtc-fw-2col .mtc-fw-2col-content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* BRAND LOGOS */
.mtc-brand-logos a img:hover {
  opacity: 0.68;
}

.mtc-brand-logos a img {
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/* HEADER EDITS */
.sePage .sePageLayout .seNavbar .seNavigationMain {
  border-top: none;
  border-bottom: none;
}

.sePage .sePageLayout .seNavbar {
  border-top: 2px solid #ff0d6e;
  border-bottom: 2px solid #ff0d6e;
}

.seSiteSearchForm #seHeaderSearchBox {
  background-color: #ff0d6e !important;
}

@media only screen and (min-width: 768px) {
  .sePageHeader .seHeaderActions .seHeaderActionsSearch .seSiteSearchForm .seSearchButton {
    border-top-left-radius: 0;
    background: #ff0d6e;
    border: none;
  }

  .sePageHeader .seHeaderActions .seUserAction .seUserActionsList>li>a {
    background: #ff0d6e;
  }

  .sePageHeader .seHeaderActions .seUserAction .seUserActionsList>li>a {
    padding-top: 6px;
    height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .sePageHeader .seHeaderActions .seHeaderActionsSearch .seSiteSearchForm .seSearchButton {
    background: #ff0d6e;
    border: none;
    height: 36px;
    padding-top: 7px;
  }

  .sePage .sePageLayout .sePageHeader a:not(.btn) .seIcon {
    color: #ff0d6e;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .sePageLayout .sePageHeader .seIcon:active, .sePageLayout .sePageHeader .seIcon:focus, .sePageLayout .sePageHeader .seIcon:hover, .sePageLayout .seSiteSearchForm .seSearchButton:active, .sePageLayout .seSiteSearchForm .seSearchButton:focus, .sePageLayout .seSiteSearchForm .seSearchButton:hover {
    color: #ffffff;
  }

  .sePage .sePageLayout .sePageHeader a:not(.btn):hover {
    color: rgba(255, 13, 110, 0.68);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .sePage .sePageLayout .seHeaderActions a:not(.btn):hover .seIcon {
    color: rgba(255, 13, 110, 0.68);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .sePageHeader .seHeaderActions .seUserAction .seUserActionsList>li>a {
    padding-top: 9px;
    padding-left: 15px
  }

  .seHeaderActions {
    border-top: 2px solid #ff0d6e;
    border-bottom: 2px solid #ff0d6e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .sePageHeader .seHeaderActions .seUserAction .seUserActionsList>li>a {
    padding: 9px 0px 10px 15px;
  }
}
