@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0; }
  body h1 {
    color: #1E1E1E; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

p a {
  color: #149696;
  text-decoration: none; }
  p a:hover {
    color: #9bd7d7; }

blockquote {
  clear: both;
  position: relative;
  color: #eb0000;
  font-family: Gesta, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0.5em 1.2em; }
  blockquote::before {
    position: absolute;
    top: 0.25em;
    left: -0.6em;
    content: "”";
    line-height: 1px;
    font-family: "PT Serif", Times, serif;
    color: #1E1E1E;
    font-size: 2em; }

hr {
  border: none;
  height: 1px;
  background-color: #f4f4f4; }

pre {
  white-space: pre-wrap; }

img.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

img.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

img.aligncenter {
  display: block;
  margin: 0 auto 10px; }

.App .App-main {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media screen and (min-width: 600px) {
    .App .App-main {
      max-width: 95%; } }
  @media screen and (min-width: 1024px) {
    .App .App-main {
      max-width: 980px; } }
  @media screen and (min-width: 1440px) {
    .App .App-main {
      max-width: 1400px; } }

.Home .editoralblurbs {
  display: flex; }

.Page {
  padding: 20px;
  background-color: white; }
  .Page h1 {
    max-width: 800px;
    margin: 40px auto; }
  .Page .Page-content {
    max-width: 800px;
    margin: 40px auto; }
  .Page .SubscriptionForm {
    max-width: 800px;
    margin: 10px auto; }

.SearchResults {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1em 0; }
  .SearchResults:after {
    content: "";
    display: table;
    clear: both; }
  .SearchResults h1 {
    margin: 0;
    padding: 0 12px;
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .SearchResults h1 {
        padding: 0 12px; } }
    @media screen and (min-width: 1024px) {
      .SearchResults h1 {
        padding: 0 15px; } }
    @media screen and (min-width: 1440px) {
      .SearchResults h1 {
        padding: 0 25px; } }
    .SearchResults h1:after {
      content: "";
      display: table;
      clear: both; }
    .SearchResults h1 span:first-child {
      color: #9E9E9E;
      font-size: 0.85em; }
    .SearchResults h1 span {
      display: block; }
    .SearchResults h1 .SearchResults-query {
      border-bottom: 1px solid #9E9E9E;
      padding-bottom: 0.5em; }
    @media screen and (min-width: 1024px) {
      .SearchResults h1 {
        float: left;
        width: 25%; }
        .SearchResults h1 .search-query {
          border-bottom: none;
          padding-bottom: 0; } }
  .SearchResults .SearchResults-instructions, .SearchResults .SearchResults-nohits, .SearchResults .ArticleList {
    margin: 0;
    padding: 0 12px; }
    @media screen and (min-width: 600px) {
      .SearchResults .SearchResults-instructions, .SearchResults .SearchResults-nohits, .SearchResults .ArticleList {
        padding: 0 12px; } }
    @media screen and (min-width: 1024px) {
      .SearchResults .SearchResults-instructions, .SearchResults .SearchResults-nohits, .SearchResults .ArticleList {
        padding: 0 15px; } }
    @media screen and (min-width: 1440px) {
      .SearchResults .SearchResults-instructions, .SearchResults .SearchResults-nohits, .SearchResults .ArticleList {
        padding: 0 25px; } }
    .SearchResults .SearchResults-instructions:after, .SearchResults .SearchResults-nohits:after, .SearchResults .ArticleList:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 600px) {
      .SearchResults .SearchResults-instructions, .SearchResults .SearchResults-nohits, .SearchResults .ArticleList {
        float: left;
        width: 66.667%; } }
    @media screen and (min-width: 1024px) {
      .SearchResults .SearchResults-instructions, .SearchResults .SearchResults-nohits, .SearchResults .ArticleList {
        width: 50%; } }
  .SearchResults .SearchResults-instructions, .SearchResults .SearchResults-nohits {
    font-size: 2em;
    font-weight: bold; }
  .SearchResults .ArticleListItem::after {
    border-bottom-color: #505050; }
  @media screen and (min-width: 600px) {
    .SearchResults .ArticleListItem > a {
      float: left;
      width: 33%;
      padding-right: 12px; }
      .SearchResults .ArticleListItem > a img {
        height: auto;
        width: 100%; }
    .SearchResults .ArticleListItem h3 {
      margin: 0 0 0 33%; }
    .SearchResults .ArticleListItem p {
      margin: 0 0 0 33%; } }

.Article {
  margin: 1em 8px;
  min-height: 1200px;
  background-color: white; }
  .Article:after {
    content: "";
    display: table;
    clear: both; }
  .Article .Article-header {
    padding-top: 20px;
    margin: 0 10px 1em; }
    .Article .Article-header h1 {
      font: 30px Gesta, Verdana, sans-serif;
      margin: 10px 0;
      font-weight: 900;
      line-height: 1; }
  .Article .Article-kicker {
    display: inline-block;
    width: auto;
    overflow: hidden;
    padding: 0.4em 0.8em;
    margin: 1em 0 0;
    font: 14px Gesta, Verdana, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid black; }
  .Article .Article-published {
    display: block;
    clear: both;
    margin: 20px 0 0;
    font: 12px Gesta, Verdana, sans-serif;
    text-transform: uppercase; }
    .Article .Article-published .Article-pubLabel {
      margin-right: 0.3em; }
    .Article .Article-published .Article-pubTime {
      margin-left: 0.5em; }
  .Article .Article-lead {
    font: 18px "PT Serif", Times, serif;
    font-weight: bold;
    line-height: 1.6em;
    margin: 1em 0 2em;
    padding: 10px; }
    .Article .Article-lead::after {
      display: block;
      content: "";
      background-color: black;
      width: 2em;
      height: 0.6em;
      margin-top: 0.6em; }
  .Article .Article-main {
    line-height: 1.4em;
    padding: 10px; }
    .Article .Article-main .Article-inlineCatName {
      display: block;
      float: left;
      color: #eb0000;
      margin-right: 0.2em;
      text-transform: uppercase;
      font: inherit;
      font-weight: 700; }
    .Article .Article-main p {
      margin: 0 0 1em; }
  .Article .Article-content li {
    margin: 0.5em 0 0; }
    .Article .Article-content li::first-child {
      margin: 0; }
  .Article .Article-meta {
    padding: 2px 10px; }
  .Article.Article-standard .Byline-image {
    max-width: 80px;
    height: auto;
    margin: 0 0 0.5em; }
  .Article.Article-column .Byline-image {
    max-height: 400px;
    width: auto;
    margin-bottom: 1em; }
  .Article .Article-related {
    margin: 80px 0 0; }
    .Article .Article-related .Article-relatedHeader {
      font: 12px Gesta, Verdana, sans-serif;
      font-weight: 900;
      color: black;
      background-color: #fff5a5;
      margin: 0 0 1em;
      padding: 0.5em; }
    .Article .Article-related .ArticleListItem {
      margin: 0 0 25px; }
      .Article .Article-related .ArticleListItem img {
        width: 100%;
        float: none;
        margin: 0 0 0.5em; }
      .Article .Article-related .ArticleListItem h3 {
        font-size: 20px; }
      .Article .Article-related .ArticleListItem p {
        font-size: 14px; }
  @media screen and (min-width: 600px) {
    .Article {
      margin: 0; }
      .Article .Article-header h1 {
        font: 40px Gesta, Verdana, sans-serif;
        font-weight: 900; }
      .Article .Article-article:after {
        content: "";
        display: table;
        clear: both; }
      .Article .Article-lead {
        padding: 0 10px 0 0;
        margin-left: 33%; }
      .Article .Article-meta {
        float: left;
        width: 30%;
        text-align: right; }
      .Article .Article-main {
        padding: 0 10px 0 0;
        float: right;
        width: 67%; }
      .Article .Article-related {
        clear: both; } }
  @media screen and (min-width: 1024px) {
    .Article .Article-header h1 {
      font: 50px Gesta, Verdana, sans-serif;
      font-weight: 900; }
    .Article .Article-article {
      float: left;
      width: 70%; }
    .Article .Article-published {
      margin: 40px 0 20px; }
    .Article .Article-lead {
      padding: 0; }
    .Article .Article-main {
      padding-right: 0; }
    .Article .Article-content blockquote {
      float: left;
      position: relative;
      width: 0;
      left: -220px;
      margin: 0;
      word-wrap: break-word;
      hyphens: auto;
      -ms-hyphens: auto;
      -webkit-hyphens: auto; }
      .Article .Article-content blockquote p, .Article .Article-content blockquote h1, .Article .Article-content blockquote h2, .Article .Article-content blockquote h3, .Article .Article-content blockquote h4, .Article .Article-content blockquote h5, .Article .Article-content blockquote h6 {
        width: 165px;
        margin: 0 1em 0.5em; }
      .Article .Article-content blockquote::before {
        font-size: 1.8em;
        left: 0; }
    .Article .Article-related {
      float: right;
      clear: none;
      width: 30%;
      padding: 0 10px;
      margin: 0; } }
  @media screen and (min-width: 1440px) {
    .Article .Article-article {
      width: 73%;
      padding-left: 100px; }
    .Article .Article-header {
      margin: 0 27% 0.5em 100px; }
      .Article .Article-header h1 {
        margin: 15px 0; }
    .Article .Article-content blockquote {
      left: -327px; }
      .Article .Article-content blockquote p, .Article .Article-content blockquote h1, .Article .Article-content blockquote h2, .Article .Article-content blockquote h3, .Article .Article-content blockquote h4, .Article .Article-content blockquote h5, .Article .Article-content blockquote h6 {
        width: 267px; }
      .Article .Article-content blockquote::after {
        right: -310px; }
    .Article .Article-related {
      padding: 0 20px;
      width: 27%; } }

.ArticleImage img {
  display: block;
  margin: 0 auto;
  max-height: 600px;
  width: auto; }

.ArticleImage p {
  margin: 0;
  padding: 10px;
  background-color: white;
  color: #505050;
  font: 90% normal franklin-gothic-urw, sans-serif; }

.Byline {
  margin: 0 0 1em; }
  .Byline:after {
    content: "";
    display: table;
    clear: both; }

.Byline-name {
  display: block;
  color: black;
  font: 16px bold franklin-gothic-urw, sans-serif;
  text-transform: uppercase; }

.Byline-email {
  color: black;
  display: block;
  font: 14px bold franklin-gothic-urw, sans-serif;
  text-decoration: none; }

.FactBox {
  background-color: #f4f4f4;
  padding: 0 10px 0;
  font-family: franklin-gothic-urw, sans-serif; }
  .FactBox:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 600px) {
    .FactBox {
      margin: 10px;
      margin-left: 33%; } }
  @media screen and (min-width: 1024px) {
    .FactBox {
      margin: 0 10px 20px 0;
      float: right;
      width: calc(30% - 20px); } }
  @media screen and (min-width: 1440px) {
    .FactBox {
      margin: 0 20px 20px 0;
      width: calc(27% - 40px); } }

.FactBox h2 {
  font-size: 12px;
  background-color: #fff5a5;
  font-family: Gesta, Verdana, sans-serif;
  margin: 0 -10px 1em;
  padding: 0.5em; }

.FactBox p {
  font-size: 0.875em; }
  .FactBox p:first-of-type {
    margin-top: 0; }

.FactBox hr {
  background-color: #9E9E9E; }

.MediaCarousel {
  color: black; }
  .MediaCarousel .MediaCarousel-content {
    background-color: black; }
  @media screen and (min-width: 1024px) {
    .MediaCarousel {
      position: relative; }
      .MediaCarousel .MediaControls {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        background-color: black;
        color: white; }
      .MediaCarousel:hover .MediaControls {
        visibility: visible;
        opacity: 0.8; } }

.MediaControls {
  text-align: center; }
  .MediaControls a {
    padding: 10px;
    cursor: pointer; }
  .MediaControls .MediaControls-prev {
    float: left; }
  .MediaControls .MediaControls-next {
    float: right; }
  .MediaControls .MediaControls-bullet {
    display: inline-block;
    color: transparent;
    font-size: 1px;
    overflow: hidden;
    margin: 10px;
    padding: 0;
    height: 16px;
    width: 16px;
    border: 3px solid #9E9E9E;
    border-radius: 50%; }
    .MediaControls .MediaControls-bullet.current {
      background-color: #9E9E9E; }

.TagCloud {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 300px;
  margin: 40px 0; }
  .TagCloud:after {
    content: "";
    display: table;
    clear: both; }
  .TagCloud .TagCloud-tag {
    float: left;
    background-color: #505050;
    color: white;
    padding: 4px;
    margin: 0 4px 4px 0;
    font: 11px bold Gesta, Verdana, sans-serif;
    text-transform: uppercase; }

.YouTubeVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .YouTubeVideo iframe, .YouTubeVideo object, .YouTubeVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.Banner {
  display: block; }
  .Banner .Banner-caption {
    font-size: 10px;
    line-height: 1em;
    display: block; }
    .Banner .Banner-caption::before {
      font-size: 80%;
      content: "▼";
      color: #333; }
  .Banner a {
    margin: 0; }

.Banner-top {
  margin: 5px auto;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .Banner-top {
      max-width: 95%; } }
  @media screen and (min-width: 1024px) {
    .Banner-top {
      max-width: 980px; } }
  @media screen and (min-width: 1440px) {
    .Banner-top {
      max-width: 1400px; } }
  .Banner-top img {
    width: 100%;
    height: auto; }

.Banner-cluster img {
  width: 100%;
  height: auto; }

.Banner-embedded {
  margin: -5px 0 20px; }

.TakeOverBanner {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center; }
  .TakeOverBanner .TakeOverBanner-shader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 0; }
  .TakeOverBanner .TakeOverBanner-container {
    text-align: left;
    display: inline-block;
    position: relative;
    margin: 5% 0;
    background-color: white;
    padding: 1.2em 0.4em 0.4em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2); }
    .TakeOverBanner .TakeOverBanner-container .TakeOverBanner-closeLink {
      font-size: 0.9em;
      display: block;
      position: absolute;
      top: 0.4em;
      right: 0.4em;
      cursor: pointer; }
      .TakeOverBanner .TakeOverBanner-container .TakeOverBanner-closeLink:hover {
        color: #505050; }
    .TakeOverBanner .TakeOverBanner-container img {
      width: auto;
      height: auto;
      max-width: 90%;
      max-height: 90%;
      max-width: 90vw;
      max-height: 80vh; }
  @media screen and (min-width: 600px) {
    .TakeOverBanner .TakeOverBanner-container img {
      max-width: 900px;
      max-width: 70vw;
      max-height: 600px;
      max-height: 70vh; } }

.Blurb {
  margin: 0 0 20px; }
  .Blurb img {
    width: 100%;
    height: auto; }
  .Blurb h3 {
    font-family: Gesta, Verdana, sans-serif;
    margin: 0 0 5px; }
  .Blurb p {
    font-family: franklin-gothic-urw, sans-serif;
    margin: 0;
    line-height: 1.25; }
  @media screen and (min-width: 600px) {
    .Blurb {
      margin: 0; }
      .Blurb p, .Blurb h3 {
        padding: 0; } }

.BlurbCluster {
  min-height: 400px;
  width: 100%;
  clear: both;
  background-color: #FFFFFF;
  margin: 0 0 1em; }
  .BlurbCluster:after {
    content: "";
    display: table;
    clear: both; }
  .BlurbCluster a {
    color: black;
    text-decoration: none; }
  .BlurbCluster .BlurbCluster-blurbs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    min-height: 424px;
    margin: 15px 0; }
    .BlurbCluster .BlurbCluster-blurbs > li {
      margin: 0;
      padding: 0 12px;
      font-size: 16px; }
      @media screen and (min-width: 600px) {
        .BlurbCluster .BlurbCluster-blurbs > li {
          padding: 0 12px; } }
      @media screen and (min-width: 1024px) {
        .BlurbCluster .BlurbCluster-blurbs > li {
          padding: 0 15px; } }
      @media screen and (min-width: 1440px) {
        .BlurbCluster .BlurbCluster-blurbs > li {
          padding: 0 25px; } }
      .BlurbCluster .BlurbCluster-blurbs > li:after {
        content: "";
        display: table;
        clear: both; }
      .BlurbCluster .BlurbCluster-blurbs > li .Blurb-image img {
        margin: 0 0 0.5em 0; }
      .BlurbCluster .BlurbCluster-blurbs > li h3 {
        font-size: 1.25em;
        line-height: 1; }
      .BlurbCluster .BlurbCluster-blurbs > li p {
        font-size: 1em; }
    @media screen and (min-width: 600px) {
      .BlurbCluster .BlurbCluster-blurbs {
        position: relative;
        margin: 12px 0; }
        .BlurbCluster .BlurbCluster-blurbs:after {
          content: "";
          display: table;
          clear: both; }
        .BlurbCluster .BlurbCluster-blurbs > li {
          width: 33.333%;
          float: left;
          margin-bottom: 24px; } }
    @media screen and (min-width: 1024px) {
      .BlurbCluster .BlurbCluster-blurbs {
        min-height: 424px;
        margin: 15px 0; }
        .BlurbCluster .BlurbCluster-blurbs > li {
          width: 25%; } }
    @media screen and (min-width: 1440px) {
      .BlurbCluster .BlurbCluster-blurbs {
        min-height: 496px;
        margin: 25px 0; } }
    .BlurbCluster .BlurbCluster-blurbs .banner-blurb {
      text-align: center; }
  .BlurbCluster .BlurbCluster-topArticles {
    display: none; }
  .BlurbCluster.BlurbCluster-color-red .BlurbCluster-title {
    color: white;
    background-color: #eb0000; }
  .BlurbCluster.BlurbCluster-color-beige .BlurbCluster-title {
    color: black;
    background-color: #fff5a5; }
  .BlurbCluster.BlurbCluster-color-lturq .BlurbCluster-title {
    color: black;
    background-color: #9bd7d7; }
  .BlurbCluster.BlurbCluster-color-dturq .BlurbCluster-title {
    color: white;
    background-color: #149696; }
  .BlurbCluster.BlurbCluster-color-lgray .BlurbCluster-title {
    color: black;
    background-color: #f4f4f4; }
  .BlurbCluster.BlurbCluster-color-dgray .BlurbCluster-title {
    color: white;
    background-color: #505050; }
  .BlurbCluster.BlurbCluster-color-lblue .BlurbCluster-title {
    color: black;
    background-color: #78a5c8; }
  .BlurbCluster.BlurbCluster-color-dblue .BlurbCluster-title {
    color: white;
    background-color: #374d91; }
  .BlurbCluster.BlurbCluster-color-black .BlurbCluster-title {
    color: white;
    background-color: black; }
  @media screen and (min-width: 600px) {
    .BlurbCluster .BlurbCluster-title {
      font-size: 14px; } }

@media screen and (min-width: 600px) {
  .BlurbCluster-layout-121 .BlurbCluster-blurbs {
    position: relative;
    margin: 12px 0; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs:after {
      content: "";
      display: table;
      clear: both; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:first-of-type {
      width: 66.667%;
      float: right; } }
    @media screen and (min-width: 600px) and (min-width: 600px) {
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:first-of-type h3 {
        font-size: 2em; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:first-of-type p {
        font-size: 1.25em; } }

@media screen and (min-width: 600px) {
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(2) h3, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) h3, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) h3 {
      font-size: 1em; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(2) p, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) p, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) p {
      font-size: 0.875em;
      max-height: calc(1.25 * 3em);
      overflow: hidden; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) {
      height: 64px;
      margin-bottom: 20%; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) .Blurb-image {
        display: none; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) p {
        display: none; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) {
      clear: both; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) {
      float: left;
      height: 64px;
      overflow: hidden;
      margin-bottom: 0; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4):after {
        content: "";
        display: table;
        clear: both; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) .Blurb-image {
        display: block;
        float: left;
        margin: 0 0.5em 0 0;
        height: 64px;
        width: 64px;
        overflow: hidden;
        padding-bottom: 0; }
        .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) .Blurb-image img {
          height: 100%;
          max-width: none;
          width: auto; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) h3 {
        font-size: 0.875em; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) p {
        font-size: 0.75em; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5) {
      float: left;
      height: 64px;
      overflow: hidden;
      margin-bottom: 0; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5):after {
        content: "";
        display: table;
        clear: both; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5) .Blurb-image {
        display: block;
        float: left;
        margin: 0 0.5em 0 0;
        height: 64px;
        width: 64px;
        overflow: hidden;
        padding-bottom: 0; }
        .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5) .Blurb-image img {
          height: 100%;
          max-width: none;
          width: auto; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5) h3 {
        font-size: 0.875em; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5) p {
        font-size: 0.75em; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6) {
      float: left;
      height: 64px;
      overflow: hidden;
      margin-bottom: 0; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6):after {
        content: "";
        display: table;
        clear: both; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6) .Blurb-image {
        display: block;
        float: left;
        margin: 0 0.5em 0 0;
        height: 64px;
        width: 64px;
        overflow: hidden;
        padding-bottom: 0; }
        .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6) .Blurb-image img {
          height: 100%;
          max-width: none;
          width: auto; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6) h3 {
        font-size: 0.875em; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6) p {
        font-size: 0.75em; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7) {
      float: left;
      height: 64px;
      overflow: hidden;
      margin-bottom: 0;
      margin-top: 24px; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7):after {
        content: "";
        display: table;
        clear: both; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7) .Blurb-image {
        display: block;
        float: left;
        margin: 0 0.5em 0 0;
        height: 64px;
        width: 64px;
        overflow: hidden;
        padding-bottom: 0; }
        .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7) .Blurb-image img {
          height: 100%;
          max-width: none;
          width: auto; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7) h3 {
        font-size: 0.875em; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7) p {
        font-size: 0.75em; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8) {
      float: left;
      height: 64px;
      overflow: hidden;
      margin-bottom: 0;
      margin-top: 24px; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8):after {
        content: "";
        display: table;
        clear: both; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8) .Blurb-image {
        display: block;
        float: left;
        margin: 0 0.5em 0 0;
        height: 64px;
        width: 64px;
        overflow: hidden;
        padding-bottom: 0; }
        .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8) .Blurb-image img {
          height: 100%;
          max-width: none;
          width: auto; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8) h3 {
        font-size: 0.875em; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8) p {
        font-size: 0.75em; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9) {
      float: left;
      height: 64px;
      overflow: hidden;
      margin-bottom: 0;
      margin-top: 24px; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9):after {
        content: "";
        display: table;
        clear: both; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9) .Blurb-image {
        display: block;
        float: left;
        margin: 0 0.5em 0 0;
        height: 64px;
        width: 64px;
        overflow: hidden;
        padding-bottom: 0; }
        .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9) .Blurb-image img {
          height: 100%;
          max-width: none;
          width: auto; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9) h3 {
        font-size: 0.875em; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9) p {
        font-size: 0.75em; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) {
      position: absolute;
      left: 12px;
      bottom: 176px;
      width: calc(33.333% - 2 * 12px);
      padding-bottom: 18%;
      padding-right: 0;
      margin-bottom: 0;
      padding-left: 0;
      overflow: hidden; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) .Banner-blurb {
        position: absolute; }
      .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) > article {
        position: absolute; }
        .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) > article .Blurb-image {
          display: none; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(n+11) {
      display: none; } }

@media screen and (min-width: 1024px) {
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:first-of-type {
    width: 50%;
    margin-right: 25%;
    min-height: 400px; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(2) h3, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) h3, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) h3 {
    font-size: 1.2em; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(2) p, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) p, .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) p {
    font-size: 1em;
    max-height: calc(1.25 * 3em);
    overflow: hidden; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(3) {
    margin-bottom: 0; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) {
    position: absolute;
    left: 75%;
    top: 0px;
    margin-top: 0; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5) {
    position: absolute;
    left: 75%;
    top: 72px;
    margin-top: 0; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6) {
    position: absolute;
    left: 75%;
    top: 144px;
    margin-top: 0; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7) {
    position: absolute;
    left: 75%;
    top: 216px;
    margin-top: 0; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8) {
    position: absolute;
    left: 75%;
    top: 288px;
    margin-top: 0; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9) {
    position: absolute;
    left: 75%;
    top: 360px;
    margin-top: 0; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) {
    position: static;
    margin-left: 15px;
    float: left;
    width: 215px;
    padding-bottom: 0; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) .Banner-blurb {
      height: 129px; }
    .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) > article {
      position: static; } }

@media screen and (min-width: 1440px) {
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(4) {
    top: 0px; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(5) {
    top: 84px; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(6) {
    top: 168px; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(7) {
    top: 252px; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(8) {
    top: 336px; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(9) {
    top: 420px; }
  .BlurbCluster-layout-121 .BlurbCluster-blurbs > li:nth-of-type(10) {
    margin-left: 25px;
    width: 300px;
    height: 180px; } }

@media screen and (min-width: 600px) {
  .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:first-of-type {
    width: 100%; } }
  @media screen and (min-width: 600px) and (min-width: 600px) {
    .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:first-of-type h3 {
      font-size: 2em; }
    .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:first-of-type p {
      font-size: 1.25em; } }

@media screen and (min-width: 600px) {
  .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:nth-of-type(n+2) {
    width: 50%; }
  .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:nth-of-type(even) {
    clear: both; }
  .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:nth-of-type(n+6) {
    display: none; } }

@media screen and (min-width: 1024px) {
  .BlurbCluster-layout-211 .BlurbCluster-blurbs {
    position: relative; }
    .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:first-of-type {
      width: 50%;
      position: absolute;
      left: 0; }
    .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:nth-of-type(n+2) {
      width: 25%; }
    .BlurbCluster-layout-211 .BlurbCluster-blurbs > li:nth-of-type(even) {
      margin-left: 50%; } }

.BlurbCluster-layout-2111 {
  min-height: 300px; }
  @media screen and (min-width: 600px) {
    .BlurbCluster-layout-2111 .BlurbCluster-blurbs {
      min-height: 300px; }
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:nth-of-type(n+2) {
        width: 33.333%; }
        .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:nth-of-type(n+2) h3 {
          font-size: 1em; }
        .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:nth-of-type(n+2) .Blurb-image ~ p {
          display: none; }
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:first-of-type {
        width: 100%;
        height: auto;
        overflow: visible; } }
    @media screen and (min-width: 600px) and (min-width: 600px) {
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:first-of-type h3 {
        font-size: 2em; }
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:first-of-type p {
        font-size: 1.25em; } }
  @media screen and (min-width: 600px) {
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:nth-of-type(n+8) {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .BlurbCluster-layout-2111 .BlurbCluster-blurbs {
      min-height: 300px;
      position: relative; }
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:nth-of-type(n+2) {
        width: 20%; }
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:first-of-type {
        position: absolute;
        width: 40%; }
      .BlurbCluster-layout-2111 .BlurbCluster-blurbs > li:nth-of-type(3n+2) {
        width: 20%;
        margin-left: 40%;
        clear: both; } }

.ClusterFeed {
  margin: 0 auto; }

.ExpandButton {
  position: relative;
  height: 46px;
  width: 46px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: white;
  outline: none;
  cursor: pointer;
  z-index: 1; }
  .ExpandButton img {
    height: 32px;
    width: auto; }
  .ExpandButton.ExpandButton-menu {
    clear: left;
    float: left;
    margin: 8px 0 0 -8px; }
    .ExpandButton.ExpandButton-menu span {
      position: absolute;
      display: block;
      color: transparent;
      width: 100%;
      height: 6px;
      font-size: 1px;
      margin: auto;
      background-color: #505050;
      content: " ";
      width: 60%;
      left: 20%; }
      .ExpandButton.ExpandButton-menu span::before, .ExpandButton.ExpandButton-menu span::after {
        position: absolute;
        display: block;
        color: transparent;
        width: 100%;
        height: 6px;
        font-size: 1px;
        margin: auto;
        background-color: #505050;
        content: " ";
        top: -10px; }
      .ExpandButton.ExpandButton-menu span::after {
        top: 10px; }
    @media screen and (min-width: 600px) {
      .ExpandButton.ExpandButton-menu {
        display: none; } }
  .ExpandButton.ExpandButton-down {
    display: none;
    float: right;
    margin-right: 16px; }
    .ExpandButton.ExpandButton-down span {
      position: absolute;
      display: block;
      color: transparent;
      width: 100%;
      height: 6px;
      font-size: 1px;
      margin: auto;
      background-color: #505050;
      content: " ";
      width: 16px;
      left: 15px;
      top: 18px;
      background-color: transparent; }
      .ExpandButton.ExpandButton-down span::before, .ExpandButton.ExpandButton-down span::after {
        transition: transform 0.25s ease-in-out;
        position: absolute;
        display: block;
        color: transparent;
        width: 100%;
        height: 6px;
        font-size: 1px;
        margin: auto;
        background-color: #505050;
        content: " ";
        height: 4px;
        top: 0;
        left: 0;
        content: " ";
        transform: translateX(-4.5px) rotateZ(45deg); }
      .ExpandButton.ExpandButton-down span::after {
        transform: translateX(4.5px) rotateZ(-45deg); }
    .ExpandButton.ExpandButton-down.ExpandButton-expanded span::before {
      transform: translateX(-5px) rotateZ(135deg); }
    .ExpandButton.ExpandButton-down.ExpandButton-expanded span::after {
      transform: translateX(5px) rotateZ(-135deg); }
    @media screen and (min-width: 600px) {
      .ExpandButton.ExpandButton-down {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .ExpandButton.ExpandButton-down span {
        top: 22px; } }

.Header {
  margin: 10px; }
  @media screen and (min-width: 600px) {
    .Header {
      margin: 10px 0; } }

.Header-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 12px;
  background-color: white; }
  @media screen and (min-width: 600px) {
    .Header-container {
      max-width: 95%; } }
  @media screen and (min-width: 1024px) {
    .Header-container {
      max-width: 980px; } }
  @media screen and (min-width: 1440px) {
    .Header-container {
      max-width: 1400px; } }
  @media screen and (min-width: 600px) {
    .Header-container {
      padding: 12px 12px 0;
      background-color: #FFFFFF; } }
  @media screen and (min-width: 1024px) {
    .Header-container {
      padding: 15px 15px 0; } }
  @media screen and (min-width: 1440px) {
    .Header-container {
      padding: 25px 25px 0; } }
  .Header-container:after {
    content: "";
    display: table;
    clear: both; }
  .Header-container .ExpandButton-expanded ~ .Header-expandable {
    max-height: 300px; }
  .Header-container .Header-expandable {
    font-family: Gesta, Verdana, sans-serif;
    font-weight: bolder;
    font-size: 16px;
    transition: max-height .25s ease-in-out;
    clear: left;
    overflow-y: hidden;
    padding: 0 8px;
    max-height: 0;
    color: black;
    line-height: 1.5; }
    @media screen and (min-width: 600px) {
      .Header-container .Header-expandable {
        overflow-y: visible;
        padding: 0 0 10px;
        max-height: inherit;
        color: #1E1E1E;
        line-height: inherit; } }
    @media screen and (min-width: 1024px) {
      .Header-container .Header-expandable {
        font-size: 20px; } }
  .Header-container .Menu > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .Header-container .Menu > ul .Menu-item {
      position: relative;
      text-transform: uppercase; }
      .Header-container .Menu > ul .Menu-item a {
        text-decoration: none;
        color: inherit; }
  .Header-container .Menu.Header-sectionMenu {
    margin-top: 8px; }
  .Header-container .Menu.Header-miscMenu::before {
    content: "";
    margin: 0.5em 0;
    display: block;
    height: 1px;
    background-color: #f4f4f4; }
  @media screen and (min-width: 600px) {
    .Header-container .Menu.Header-sectionMenu {
      margin-top: 12px;
      margin-bottom: 12px;
      float: left; }
      .Header-container .Menu.Header-sectionMenu > ul > li {
        margin-right: 1em;
        display: inline-block; }
        .Header-container .Menu.Header-sectionMenu > ul > li a {
          text-decoration: none;
          color: inherit; }
        .Header-container .Menu.Header-sectionMenu > ul > li::after {
          position: absolute;
          left: 0;
          bottom: -6px;
          content: "";
          width: 20px;
          height: 6px;
          display: block;
          opacity: 0;
          transition: opacity 0.1s, background-color 0.3s; }
        .Header-container .Menu.Header-sectionMenu > ul > li.selected::after {
          opacity: 1.0;
          background-color: #eb0000; }
        .Header-container .Menu.Header-sectionMenu > ul > li:hover::after {
          opacity: 1.0;
          background-color: black; }
    .Header-container .Menu.Header-miscMenu {
      position: absolute;
      top: 12px;
      right: 12px; }
      .Header-container .Menu.Header-miscMenu::before {
        content: none; }
      .Header-container .Menu.Header-miscMenu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .Header-container .Menu.Header-miscMenu ul li {
          display: inline-block;
          margin: 0 0 0 1em;
          font-size: 11px;
          font-weight: normal; } }
  @media screen and (min-width: 1024px) {
    .Header-container .Menu.Header-sectionMenu {
      margin-top: 15px; }
    .Header-container .Menu.Header-miscMenu {
      top: 15px;
      right: 15px; } }
  @media screen and (min-width: 1440px) {
    .Header-container .Menu.Header-sectionMenu {
      margin-top: 25px; }
    .Header-container .Menu.Header-miscMenu {
      top: 25px;
      right: 25px; } }

.Header-extras {
  margin-top: 16px;
  min-width: 110px;
  float: right;
  clear: both; }
  @media screen and (min-width: 600px) {
    .Header-extras {
      margin-top: 4px; } }
  @media screen and (min-width: 1024px) {
    .Header-extras {
      margin-top: 8px; } }
  @media screen and (min-width: 1440px) {
    .Header-extras {
      min-width: 200px; } }

.HeaderBlurb {
  height: 61px;
  float: left;
  display: none;
  max-width: 280px;
  width: calc(100% - 250px); }
  .HeaderBlurb img {
    float: left;
    height: 100%;
    width: auto;
    margin-right: 8px; }
  .HeaderBlurb h2 {
    margin: -2px 0 2px 0;
    font: normal 14px "PT Serif", Times, serif;
    line-height: 1.25em; }
    .HeaderBlurb h2 a {
      color: black;
      text-decoration: none; }
  .HeaderBlurb > a {
    font-family: inherit;
    color: black;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px; }
  @media screen and (min-width: 600px) {
    .HeaderBlurb {
      height: 61px;
      display: block;
      max-width: 320px; } }
  @media screen and (min-width: 1024px) {
    .HeaderBlurb {
      height: 79px;
      max-width: 360px; }
      .HeaderBlurb h2 {
        margin-top: -4px;
        font-size: 17px;
        line-height: 1.4em; }
      .HeaderBlurb > a {
        font-size: 11px; } }
  @media screen and (min-width: 1440px) {
    .HeaderBlurb {
      max-width: 420px; }
      .HeaderBlurb h2 {
        font-size: 19px;
        line-height: 1.25em; } }

.HeaderTopNote {
  font-size: 70%;
  margin: 0 0 20px; }
  .HeaderTopNote .HeaderTopNote-label {
    display: none; }
  @media screen and (min-width: 600px) {
    .HeaderTopNote {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .HeaderTopNote {
      margin-bottom: 40px; }
      .HeaderTopNote .HeaderTopNote-label {
        display: inline; } }

.HeaderTopNote-date {
  font-weight: bold;
  padding: 0 0.4em; }

.HeaderTopNote-year {
  padding-right: 1.2em; }

.Logo {
  display: block;
  line-height: 1px; }
  .Logo img {
    width: 230px;
    height: auto; }
    @media screen and (min-width: 1024px) {
      .Logo img {
        width: 300px; } }
  @media screen and (min-width: 600px) {
    .Logo {
      margin-right: 20px;
      float: left; } }
  @media screen and (min-width: 1024px) {
    .Logo {
      margin-right: 45px; } }
  @media screen and (min-width: 1440px) {
    .Logo {
      margin-right: 80px; } }

.SearchField {
  display: inline;
  position: relative;
  float: right; }
  .SearchField input {
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 18px;
    background-color: #f4f4f4;
    height: 32px;
    width: 32px;
    padding: 4px;
    background-image: url("/static/img/search.png");
    background-color: transparent;
    background-position: center right 4px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: none;
    border-radius: 2px;
    color: transparent;
    vertical-align: middle; }
    .SearchField input::placeholder {
      color: #ddd;
      visibility: hidden;
      font-size: 90%; }
    .SearchField input:-moz-placeholder {
      color: #ddd;
      visibility: hidden;
      font-size: 90%; }
    .SearchField input::-moz-placeholder {
      color: #ddd;
      visibility: hidden;
      font-size: 90%; }
    .SearchField input::-webkit-input-placeholder {
      color: #ddd;
      visibility: hidden;
      font-size: 90%; }
    .SearchField input:-ms-input-placeholder {
      color: #ddd;
      visibility: hidden;
      font-size: 90%; }
    .SearchField input:focus {
      color: inherit;
      border: 1px solid #9E9E9E;
      background-color: #f4f4f4;
      background-position: center right 8px;
      background-size: 16px auto;
      transition: width 0.25s;
      width: calc(100vw - 76px);
      max-width: 300px; }
    @media screen and (min-width: 1440px) {
      .SearchField input {
        position: static;
        width: 300px;
        color: inherit;
        border: 1px solid #9E9E9E;
        background-color: #f4f4f4;
        background-position: center right 8px;
        background-size: 16px auto; }
        .SearchField input:focus {
          width: 300px;
          position: static; }
        .SearchField input::placeholder {
          visibility: visible; }
        .SearchField input:-moz-placeholder {
          visibility: visible; }
        .SearchField input::-moz-placeholder {
          visibility: visible; }
        .SearchField input::-webkit-input-placeholder {
          visibility: visible; }
        .SearchField input:-ms-input-placeholder {
          visibility: visible; } }
  .SearchField button {
    font-size: 18px;
    display: none; }
  @media screen and (min-width: 600px) {
    .SearchField {
      margin-bottom: 0; }
      .SearchField::before {
        content: none; } }

.SocialButtons {
  display: inline;
  margin-bottom: 8px; }
  .SocialButtons a {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    padding: 6px;
    background-color: #eb0000;
    border-radius: 50%;
    text-align: center; }
  .SocialButtons span {
    display: none; }
  .SocialButtons img {
    width: 100%;
    height: auto;
    margin: auto; }
  @media screen and (min-width: 600px) {
    .SocialButtons {
      float: left;
      margin-bottom: 0; }
      .SocialButtons span {
        display: none; }
      .SocialButtons::before {
        content: none; } }

.Footer {
  margin-top: 40px;
  color: #505050;
  font: 14px normal franklin-gothic-urw, sans-serif; }
  .Footer:after {
    content: "";
    display: table;
    clear: both; }
  .Footer:before {
    display: block;
    content: "";
    background-color: #eb0000;
    height: 0.5em;
    width: 3em;
    margin-left: auto;
    margin-right: auto; }
  .Footer .Footer-container {
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 0 20px;
    background-color: transparent; }
    @media screen and (min-width: 600px) {
      .Footer .Footer-container {
        max-width: 95%; } }
    @media screen and (min-width: 1024px) {
      .Footer .Footer-container {
        max-width: 980px; } }
    @media screen and (min-width: 1440px) {
      .Footer .Footer-container {
        max-width: 1400px; } }
    @media screen and (min-width: 600px) {
      .Footer .Footer-container {
        padding: 12px 0; } }
    @media screen and (min-width: 1024px) {
      .Footer .Footer-container {
        padding: 15px 0; } }
    @media screen and (min-width: 1440px) {
      .Footer .Footer-container {
        padding: 25px 0; } }
    .Footer .Footer-container:after {
      content: "";
      display: table;
      clear: both; }
  .Footer .Footer-info {
    padding: 20px 0; }
  .Footer .Footer-menus {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3em; }
    .Footer .Footer-menus h4 {
      font-size: inherit;
      font-weight: 900;
      font-family: Gesta, Verdana, sans-serif;
      text-transform: uppercase;
      margin-bottom: 0; }
    .Footer .Footer-menus .Menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .Footer .Footer-menus .Menu a {
      color: inherit;
      text-decoration: none; }
      .Footer .Footer-menus .Menu a:hover {
        color: #149696; }
  @media screen and (min-width: 600px) {
    .Footer {
      margin-top: 120px;
      padding-bottom: 40px; }
      .Footer .Footer-container {
        margin-top: 40px; }
      .Footer .Footer-menu {
        width: 25%;
        float: left; }
      .Footer .Footer-info {
        width: 25%;
        float: right;
        padding: 0; } }
  @media screen and (min-width: 1440px) {
    .Footer .Footer-menu {
      width: 20%; }
    .Footer .Footer-info {
      width: 20%; } }

.ArticleList {
  margin: 0;
  padding: 0;
  list-style: none; }

.ArticleListItem {
  margin-bottom: 10px; }
  .ArticleListItem:after {
    content: "";
    display: table;
    clear: both; }
  .ArticleListItem::after {
    content: "";
    display: block;
    width: 320px;
    max-width: 80%;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 auto 20px;
    padding-top: 20px; }
  .ArticleListItem:last-of-type::after {
    content: none; }
  .ArticleListItem a {
    color: #1E1E1E;
    text-decoration: none; }
  .ArticleListItem h3 {
    font-size: 20px;
    font-family: Gesta, Verdana, sans-serif;
    margin: 0; }
  .ArticleListItem p {
    font-family: franklin-gothic-urw, sans-serif;
    margin: 0; }

.CookieNotice {
  font-size: 1.1em;
  position: fixed;
  padding: 1em;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: #444;
  text-align: center;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 100%, 0);
  transition-duration: 0.25s;
  transition-property: transform;
  transition-timing-function: ease-out; }
  .CookieNotice p {
    margin: 0 0 0.5em; }
  .CookieNotice a {
    color: inherit; }

.CookieNotice-show {
  transform: translate3d(0, 0, 0); }

.CookieNotice-privacyLink {
  margin-left: 0.5em;
  text-decoration: underline; }

.CookieNotice-acceptButton {
  padding: 0.25em 0.5em;
  background: transparent;
  border: 0.125em solid white;
  border-radius: 2em;
  text-align: center;
  font-size: 1em;
  color: white;
  cursor: pointer; }

.CookieNotice-acceptButton:focus,
.CookieNotice-acceptButton:hover,
.CookieNotice-acceptButton:active {
  color: #888;
  border-color: white;
  background-color: white; }

@media screen and (min-width: 1024px) {
  .CookieNotice {
    padding: 1em 9em 1em 4em; }
  .CookieNotice-acceptButton {
    position: absolute;
    top: 0.8em;
    right: 0.8em; } }

.EditorialBlurb {
  flex: 1;
  height: 80px;
  margin-bottom: 10px;
  background-color: #1E1E1E;
  color: #ffffff;
  display: none; }
  .EditorialBlurb a {
    color: #f4f4f4;
    text-decoration: none; }
  .EditorialBlurb p {
    font: 14px franklin-gothic-urw, sans-serif;
    margin: 0 0.5em;
    display: none; }
  .EditorialBlurb:first-child {
    display: flex; }
  .EditorialBlurb .EditorialBlurb-image {
    margin-right: 0.5em;
    width: 80px; }
    .EditorialBlurb .EditorialBlurb-image img {
      height: 100%;
      width: auto; }
  .EditorialBlurb .EditorialBlurb-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1; }
    .EditorialBlurb .EditorialBlurb-content h2 {
      margin: 0 0.5em;
      font: 16px bolder Gesta, Verdana, sans-serif;
      text-transform: uppercase; }
  .EditorialBlurb .EditorialBlurb-kicker {
    color: #fff5a5;
    font-weight: bold;
    margin-right: 4px; }
  @media screen and (min-width: 600px) {
    .EditorialBlurb:nth-child(2) {
      display: flex; }
    .EditorialBlurb:nth-last-child(n+2),
    .EditorialBlurb:nth-last-child(n+2) ~ .editorialblurb {
      width: 50%; }
    .EditorialBlurb .EditorialBlurb-image {
      margin-right: 1em; } }
  @media screen and (min-width: 1024px) {
    .EditorialBlurb p {
      display: block; } }
  @media screen and (min-width: 1440px) {
    .EditorialBlurb {
      display: flex; } }

.LoadingIndicator, .LoadingIndicator::before, .LoadingIndicator::after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loading 1.3s infinite ease-in-out;
  animation: loading 1.3s infinite ease-in-out; }

.LoadingIndicator {
  margin: 4em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }
  .LoadingIndicator h1 {
    display: none; }
  .LoadingIndicator::before, .LoadingIndicator::after {
    content: '';
    position: absolute;
    top: 0; }
  .LoadingIndicator::before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .LoadingIndicator::after {
    left: 3.5em; }

@-webkit-keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #eb0000; }
  40% {
    box-shadow: 0 2.5em 0 0 #eb0000; } }

@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #eb0000; }
  40% {
    box-shadow: 0 2.5em 0 0 #eb0000; } }

.SectionHeader {
  padding: 0.5em 1em;
  background-color: black;
  color: #f4f4f4;
  font: 12px bold Gesta, Verdana, sans-serif;
  text-transform: uppercase; }
  .SectionHeader a {
    color: inherit;
    text-decoration: none; }
  .SectionHeader.SectionHeader-red {
    color: white;
    background-color: #eb0000; }
  .SectionHeader.SectionHeader-beige {
    color: black;
    background-color: #fff5a5; }
  .SectionHeader.SectionHeader-lturq {
    color: black;
    background-color: #9bd7d7; }
  .SectionHeader.SectionHeader-dturq {
    color: white;
    background-color: #149696; }
  .SectionHeader.SectionHeader-lgray {
    color: black;
    background-color: #f4f4f4; }
  .SectionHeader.SectionHeader-dgray {
    color: white;
    background-color: #505050; }
  .SectionHeader.SectionHeader-lblue {
    color: black;
    background-color: #78a5c8; }
  .SectionHeader.SectionHeader-dblue {
    color: white;
    background-color: #374d91; }
  .SectionHeader.SectionHeader-black {
    color: white;
    background-color: black; }

.SubscriptionForm label, .SubscriptionForm select, .SubscriptionForm input {
  display: block;
  clear: left; }

.SubscriptionForm label {
  margin: 0.6em 0 0.2em; }
  .SubscriptionForm label:after {
    display: inline-block;
    color: #eb0000;
    width: 0.7em;
    text-align: center;
    content: ""; }

.SubscriptionForm .SubscriptionForm-field.required label:after {
  content: "*"; }

.SubscriptionForm .SubscriptionForm-field.invalid input {
  border-color: #eb0000; }

.SubscriptionForm input, .SubscriptionForm textarea, .SubscriptionForm select {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 0.4em;
  margin: 0.2em 0;
  width: 90%; }

.SubscriptionForm h2, .SubscriptionForm h3 {
  clear: both;
  margin-top: 1em; }

.SubscriptionForm .SubscriptionForm-type label, .SubscriptionForm .SubscriptionForm-gift label {
  margin-top: 0.3em; }

.SubscriptionForm .SubscriptionForm-giftOptions {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s; }

.SubscriptionForm .SubscriptionForm-giftLink {
  display: inline-block;
  cursor: pointer;
  margin: 2em 0 0;
  font-weight: bold; }
  .SubscriptionForm .SubscriptionForm-giftLink:hover {
    color: #eb0000; }

.SubscriptionForm.SubscriptionForm-isGift .SubscriptionForm-giftOptions {
  max-height: 600px; }

.SubscriptionForm.SubscriptionForm-isGift .SubscriptionForm-giftLink {
  visibility: hidden; }

.SubscriptionForm .SubscriptionForm-options,
.SubscriptionForm .SubscriptionForm-giftRecipient,
.SubscriptionForm .SubscriptionForm-message,
.SubscriptionForm .SubscriptionForm-terms {
  margin-top: 1em;
  clear: both; }
  .SubscriptionForm .SubscriptionForm-options:after,
  .SubscriptionForm .SubscriptionForm-giftRecipient:after,
  .SubscriptionForm .SubscriptionForm-message:after,
  .SubscriptionForm .SubscriptionForm-terms:after {
    content: "";
    display: block;
    clear: both; }
  .SubscriptionForm .SubscriptionForm-options ul,
  .SubscriptionForm .SubscriptionForm-giftRecipient ul,
  .SubscriptionForm .SubscriptionForm-message ul,
  .SubscriptionForm .SubscriptionForm-terms ul {
    padding: 0; }
  .SubscriptionForm .SubscriptionForm-options li,
  .SubscriptionForm .SubscriptionForm-giftRecipient li,
  .SubscriptionForm .SubscriptionForm-message li,
  .SubscriptionForm .SubscriptionForm-terms li {
    list-style-type: none; }
    .SubscriptionForm .SubscriptionForm-options li:after,
    .SubscriptionForm .SubscriptionForm-giftRecipient li:after,
    .SubscriptionForm .SubscriptionForm-message li:after,
    .SubscriptionForm .SubscriptionForm-terms li:after {
      content: "";
      display: table;
      clear: both; }
  .SubscriptionForm .SubscriptionForm-options input[type=radio], .SubscriptionForm .SubscriptionForm-options input[type=checkbox],
  .SubscriptionForm .SubscriptionForm-giftRecipient input[type=radio],
  .SubscriptionForm .SubscriptionForm-giftRecipient input[type=checkbox],
  .SubscriptionForm .SubscriptionForm-message input[type=radio],
  .SubscriptionForm .SubscriptionForm-message input[type=checkbox],
  .SubscriptionForm .SubscriptionForm-terms input[type=radio],
  .SubscriptionForm .SubscriptionForm-terms input[type=checkbox] {
    display: block;
    margin: 0 0.5em 0 0;
    float: left;
    width: 5%; }
  .SubscriptionForm .SubscriptionForm-options label, .SubscriptionForm .SubscriptionForm-options div,
  .SubscriptionForm .SubscriptionForm-giftRecipient label,
  .SubscriptionForm .SubscriptionForm-giftRecipient div,
  .SubscriptionForm .SubscriptionForm-message label,
  .SubscriptionForm .SubscriptionForm-message div,
  .SubscriptionForm .SubscriptionForm-terms label,
  .SubscriptionForm .SubscriptionForm-terms div {
    clear: none;
    display: block;
    margin: 0;
    float: left;
    width: 80%; }
  .SubscriptionForm .SubscriptionForm-options div p,
  .SubscriptionForm .SubscriptionForm-giftRecipient div p,
  .SubscriptionForm .SubscriptionForm-message div p,
  .SubscriptionForm .SubscriptionForm-terms div p {
    margin-top: 0; }
  .SubscriptionForm .SubscriptionForm-options input[type=text],
  .SubscriptionForm .SubscriptionForm-giftRecipient input[type=text],
  .SubscriptionForm .SubscriptionForm-message input[type=text],
  .SubscriptionForm .SubscriptionForm-terms input[type=text] {
    clear: both; }

.SubscriptionForm .SubscriptionForm-termsItem {
  padding: 0.5em 0.5em 0; }
  .SubscriptionForm .SubscriptionForm-termsItem.invalid {
    background-color: #ffd2d2; }

.SubscriptionForm .SubscriptionForm-submit {
  margin-top: 1em;
  cursor: pointer;
  font-weight: bold; }
  .SubscriptionForm .SubscriptionForm-submit:hover {
    background: #eb0000;
    color: white; }

@media screen and (min-width: 600px) {
  .SubscriptionForm:after {
    content: "";
    display: table;
    clear: both; }
  .SubscriptionForm .SubscriptionForm-type:after,
  .SubscriptionForm .SubScriptionForm-gift:after,
  .SubscriptionForm .SubscriptionForm-recipient:after,
  .SubscriptionForm .SubscriptionForm-billing:after {
    content: "";
    display: table;
    clear: both; }
  .SubscriptionForm .SubscriptionForm-type label,
  .SubscriptionForm .SubScriptionForm-gift label,
  .SubscriptionForm .SubscriptionForm-recipient label,
  .SubscriptionForm .SubscriptionForm-billing label {
    text-align: right;
    padding-right: 1em;
    float: left;
    width: 25%; }
  .SubscriptionForm .SubscriptionForm-type select, .SubscriptionForm .SubscriptionForm-type input,
  .SubscriptionForm .SubScriptionForm-gift select,
  .SubscriptionForm .SubScriptionForm-gift input,
  .SubscriptionForm .SubscriptionForm-recipient select,
  .SubscriptionForm .SubscriptionForm-recipient input,
  .SubscriptionForm .SubscriptionForm-billing select,
  .SubscriptionForm .SubscriptionForm-billing input {
    width: 65%;
    float: left;
    clear: none; }
  .SubscriptionForm .SubscriptionForm-giftLink {
    margin-left: 25%; }
  .SubscriptionForm .SubscriptionForm-options ul,
  .SubscriptionForm .SubscriptionForm-giftRecipient ul,
  .SubscriptionForm .SubscriptionForm-terms ul {
    margin-left: 20%; }
  .SubscriptionForm .SubscriptionForm-options input[type=text],
  .SubscriptionForm .SubscriptionForm-giftRecipient input[type=text],
  .SubscriptionForm .SubscriptionForm-terms input[type=text] {
    width: 65%;
    margin-left: 25%; }
  .SubscriptionForm label[for=SubscriptionForm-message] {
    text-align: right;
    padding-right: 1em;
    float: left;
    width: 25%; }
  .SubscriptionForm textarea {
    width: 65%;
    float: left; }
  .SubscriptionForm .SubscriptionForm-submit {
    width: auto;
    clear: both;
    float: right;
    margin-right: 10%;
    padding: 0.5em 1em; } }

.TopArticlesList {
  margin: 1em 0; }
  .TopArticlesList h3 {
    font: 12px Gesta, Verdana, sans-serif;
    font-weight: 900;
    color: black;
    background-color: #fff5a5;
    margin: 0;
    padding: 0.5em; }
  .TopArticlesList ol {
    margin: 0;
    padding: 0; }
  .TopArticlesList li {
    padding: 0.6em 0.4em;
    font-size: 13px;
    list-style-type: none; }
    .TopArticlesList li:nth-child(even) {
      background-color: #f4f4f4; }
    .TopArticlesList li a {
      text-decoration: none;
      color: black; }
      .TopArticlesList li a:hover {
        color: #9bd7d7; }

.Section {
  margin: 1em 0; }
  .Section:after {
    content: "";
    display: table;
    clear: both; }
  .Section .Section-list {
    background-color: white; }
    .Section .Section-list:after {
      content: "";
      display: table;
      clear: both; }
  .Section .ArticleList {
    margin: 20px; }
    @media screen and (min-width: 600px) {
      .Section .ArticleList {
        float: left;
        width: 66.667%; } }
    @media screen and (min-width: 1024px) {
      .Section .ArticleList {
        width: 50%; } }
  .Section .Section-loadMoreLink {
    clear: both;
    text-align: center;
    padding: 1em; }
    .Section .Section-loadMoreLink a {
      font-family: Gesta, Verdana, sans-serif;
      font-weight: bold;
      color: #149696;
      cursor: pointer; }
      .Section .Section-loadMoreLink a:hover {
        color: #9bd7d7; }
    .Section .Section-loadMoreLink .LoadingIndicator {
      margin: 0 auto 4em; }
  @media screen and (min-width: 600px) {
    .Section .ArticleListItem > a {
      float: left;
      width: 33%;
      padding-right: 12px; }
      .Section .ArticleListItem > a img {
        height: auto;
        width: 100%; }
    .Section .ArticleListItem h3 {
      margin: 0 0 0 33%; }
    .Section .ArticleListItem p {
      margin: 0 0 0 33%; } }

.fb-share-button {
  margin-top: 0.5em; }
  .fb-share-button.fb_iframe_widget {
    display: block; }

.TweetButton {
  vertical-align: top;
  height: 20px;
  display: inline-block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  font-size: 11px;
  padding: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: #CCC solid 1px;
  border-radius: 3px; }
  .TweetButton img {
    width: 14px;
    height: 11px; }
  .TweetButton span {
    vertical-align: top; }
