﻿@charset "UTF-8";


/* Responsive "Slider" Content
   ========================================================================== */
/* This header is used in the out-of-the-box Member, Member Responsive
 * and Annual Conference sample sites */
.Slider.FullWidth {
  max-height: 325px;
  background: transparent;
  background-size: contain;
  position: relative;  
  margin-left: -20px;
  margin-right: -20px;
}
.Slider.FullWidth h1 {
  font-size: 280%;
}
@media (min-width: 768px) {
  .Slider.FullWidth h1 {
    font-size: 320%;
  }
}
.no-mqs .Slider.FullWidth h1 {
  font-size: 320%;
}
.Slider.FullWidth .SliderPage1 {
  height: 100%;
  max-height: 325px;
}
.Slider.FullWidth .SliderPage1 h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.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: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  position: absolute;
  bottom: 0;
  max-height: 325px;
  overflow: auto;
}
@media (min-width: 768px) {
  .Slider.FullWidth .SliderPage1 .SliderContent {
    position: inherit;
    float: left;
    width: 26em;
    margin: 1em;
    max-height: 22em;
  }
}
.no-mqs .Slider.FullWidth .SliderPage1 .SliderContent {
  position: inherit;
  float: left;
  width: 26em;
  margin: 1em;
  max-height: 325px;
}
.Slider.FullWidth .SliderPage1 .SliderText {
  overflow-y: auto;
  line-height: 1.7em;
  color: #0069B0;
}
.Slider.FullWidth .SliderPage1 .SliderText h2, .Slider.FullWidth .SliderPage1 .SliderText h3, .Slider.FullWidth .SliderPage1 .SliderText h4, .Slider.FullWidth .SliderPage1 .SliderText h5 {
  color: #0069B0;
}
.Slider.FullWidth .SliderPage1 p:last-child {
  margin-bottom: 0;
}
.Slider.FullWidth .SliderPage1 .ActionButton {
  margin-top: 1em;
  text-align: left;
}
.Quote {
  background: #f4f5ed;
  border-left: 10px solid #36B561;
  margin: 1.5em .7em 1.5em 0;
  padding: 1.5em .7em;
  quotes: "\201C" "\201D" "\201C" "\201D";
  font-weight: normal;
}
@media (max-width: 480px) {
.nav-auxiliary a {
  /* Utility navigation links */
  display: none;
}