/* Responsive Hero Content
   ========================================================================== */
/* This header is used in the out-of-the-box Member, Member Responsive
 * and Annual Conference sample sites */
/* Note: this is actually a static hero image and text.
 * For the Slideshow iPart styles see Carousel.
 */
.Slider.FullWidth {
  height: 24em;
  background-image: url(images/SQA_AM2025_Hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .Slider.FullWidth h1 {
    font-size: 200%; }
.Slider.FullWidth p {
    font-size: 130%;}
    @media (min-width: 768px) {
      .Slider.FullWidth h1 {
        font-size: 200%; } 
      .Slider.FullWidth p {
        font-size: 140%; } }
    .no-mqs .Slider.FullWidth h1 {
        font-size: 200%; }
      .Slider.FullWidth p {
        font-size: 140%; } 
  .Slider.FullWidth .SliderPage1 {
    height: 100%; }
    .Slider.FullWidth .SliderPage1 h1 {
      color: #fff;
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1.2em; }
    .Slider.FullWidth .SliderPage1 .SliderContent {
      /* remove the margins put on by the container */
      margin-left: -15px;
      margin-right: -15px;
      /* then add it back on */
      padding: 15px;
      /* Fallback for IE8, which doesn't support rgba */
      background-color: #35657e;
      background-color: rgba(10,91,121, 0.8);
      width: 100%;
      position: absolute;
      bottom: 0;
      max-height: 100%;
      overflow: auto; }
      @media (min-width: 768px) {
        .Slider.FullWidth .SliderPage1 .SliderContent {
          position: inherit;
          float: left;
          width: 40em;
          margin-right: 0;
		  margin-top: 1.2em; 
          max-height: 30.2em;} }
      .no-mqs .Slider.FullWidth .SliderPage1 .SliderContent {
        position: inherit;
        float: right;
        width: 35em;
        margin-right: 0;
		margin-top: 1.2em;
        max-height: 30.2em; }
    .Slider.FullWidth .SliderPage1 .SliderText, .Slider.FullWidth p {
      line-height: 1.2em;
      margin-bottom: 10px;
      color: #fff; }
      .Slider.FullWidth .SliderPage1 .SliderText h2, .Slider.FullWidth .SliderPage1 .SliderText h3, .Slider.FullWidth .SliderPage1 .SliderText h4, .Slider.FullWidth .SliderPage1 .SliderText h5 {
        color: inherit; }
    .Slider.FullWidth .SliderPage1 p:last-child {
      margin-bottom: 0; }
    .Slider.FullWidth .SliderPage1 .ActionButton {
      margin-top: 1em;
      text-align: right; }
