/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.advance-pages-callus {
  font-size: 14px;
  line-height: 1.125rem;
  color: #fff;
  position: relative;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5rem;
}

@media only screen and (max-width: 576px) {
  .advance-pages-callus {
    margin-left: 3rem;
  }
}

.page-without-header-footer .advance-pages-callus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-without-header-footer .header__navigation .region--navigation-left{
  width: 100%;
}

.advance-pages-callus p {
  font-size: 1rem;
  color: #fff;
  /* font-weight: 600; */
}

.advance-pages-callus a {
  color: #fff;
  font-weight: bold;
}

.advance-pages-callus a:hover {
  color: #fff;
  font-weight: bold;
}

.advance-pages-callus::before {
  background: #f15655 url("/themes/custom/aster/images/call-icon-new.svg") no-repeat center center;
  content: '';
  position: absolute;
  display: inline-block;
  padding: 0.625rem 0.5625rem 0.6875rem 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
  transform: rotate(-30deg)
}

/*# sourceMappingURL=advance-pages-callus.css.map */
