/* Rules for Headline Banner Three-way Sets */

DIV.iac-layout-headline-threeway {
  margin-bottom: 12px;
}

DIV.iac-layout-headline-threeway P.iac-layout-headline-infomessage {
  background-color: #9999FF;
  font-size: 120%;
  padding-left: 6px;
}

/*-- Prevent appearance of slides in their original location before JS has a chance to run --*/

MAIN#content DIV.iac-layout-headline-threeway {
  display: none;
}

MAIN#content DIV#layout-builder DIV.iac-layout-headline-threeway {
  display: block;
}

/*-- Rules for the three-way layout itself --*/

DIV.iac-layout-headline-threeway-wrapper DIV.block-inline-blockheadline-banner {
  margin-bottom: 0;
}

DIV.iac-layout-headline-threeway-wrapper DIV.iac-layout-headline-threeway-first,
DIV.iac-layout-headline-threeway-wrapper DIV.second_top-region,
DIV.iac-layout-headline-threeway-wrapper DIV.second_bottom-region {
  margin-bottom: 12px;
}

@media handheld, only screen and (min-width: 966px) {

  @supports (display: grid) {

    DIV.iac-layout-headline-threeway-wrapper {
      display: grid;
      grid-template-columns: 66.6% 33.3%;
      grid-template-rows: 48.5% 48.5%;
      grid-template-areas:
        "left right-top"
        "left right-bottom";
      max-width: 1440px;
      margin: 0 auto 12px auto;
    }

    DIV.iac-layout-headline-threeway-wrapper DIV.iac-layout-headline-threeway-first {
      grid-area: left;
      margin: 0;
    }
    DIV.iac-layout-headline-threeway-wrapper DIV.second_top-region{
      grid-area: right-top;
      margin: 0;
    }
    DIV.iac-layout-headline-threeway-wrapper DIV.second_bottom-region{
      grid-area: right-bottom;
      margin: 0;
    }

  }

}

DIV.iac-layout-headline-threeway DIV.iac-layout-headline-threeway-first DIV.layout-builder__add-block {
  padding: 3.75em 0;
}

DIV.iac-layout-headline-threeway DIV.layout-builder__add-block:not(:nth-child(2)) {
  display: none;
}

