/* line 3, ../scss/bamco-header-promo.scss */
body.home.bamco-header-promo #masthead .site-header-inner {
  z-index: 100; }
/* line 7, ../scss/bamco-header-promo.scss */
body.home.bamco-header-promo #masthead .bamco-header-promo {
  position: absolute;
  top: 127px;
  width: 100%;
  z-index: 10; }
/* line 14, ../scss/bamco-header-promo.scss */
body.home.bamco-header-promo #masthead .bamco-header-promo-text {
  position: absolute;
  width: 1000px;
  left: 50%;
  right: 50%;
  margin-left: -500px;
  z-index: 15; }
  /* line 22, ../scss/bamco-header-promo.scss */
  body.home.bamco-header-promo #masthead .bamco-header-promo-text .promo-text-container {
    position: absolute;
    width: 362px;
    padding: 24px;
    bottom: 24px;
    right: 0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    font: normal 2.25rem/1.2 "Agenda Medium", sans-serif;
    color: #f4f1de;
    text-transform: uppercase; }
/* line 36, ../scss/bamco-header-promo.scss */
body.home.bamco-header-promo #masthead .bamco-header-promo-link:hover {
  color: #fff;
  text-shadow: 0 0 10px #fff; }

/* Media queries */
@media only screen and (max-width: 1100px) {
  /* line 49, ../scss/bamco-header-promo.scss */
  body.home.bamco-header-promo #masthead .bamco-header-promo-text .promo-text-container {
    padding: 10px 24px;
    bottom: 14px;
    font: normal  3vw/1.2 "Agenda Medium", sans-serif; } }
@media only screen and (max-width: 839px) {
  /* line 61, ../scss/bamco-header-promo.scss */
  body.home.bamco-header-promo #masthead {
    height: auto !important;
    min-height: 235px; }
    /* line 65, ../scss/bamco-header-promo.scss */
    body.home.bamco-header-promo #masthead .large-header-image-wrap {
      min-height: 235px; }
    /* line 69, ../scss/bamco-header-promo.scss */
    body.home.bamco-header-promo #masthead .site-header-inner {
      top: 0; }
    /* line 73, ../scss/bamco-header-promo.scss */
    body.home.bamco-header-promo #masthead .bamco-header-promo-text {
      display: inline-block;
      position: static;
      float: left;
      width: 100%;
      margin: 0; }
      /* line 80, ../scss/bamco-header-promo.scss */
      body.home.bamco-header-promo #masthead .bamco-header-promo-text .promo-text-container {
        display: inline-block;
        position: static;
        float: left;
        width: 100%;
        padding: 24px;
        text-align: center; } }
