/* SGR THEME CUSTOMIZATIONS */
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.embed-responsive-item {
  width: 100%;
  height: auto;
}

.stand-alone .RadMultiPage {
  border: none;
}

/* Sigmas in the News Article Overrides */

.sigma-news-article strong {
  color: #000;
}

.sigma-news-article h1 {
  font-size: 40px;
  color: #000;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

.sigma-news-article h2 {
  font-size: 30px;
  color: #000;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

.sigma-news-article h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.1em;
  margin-bottom: 1em;
}

@media (min-width: 850px) {
  .RadMenu.RadMenu ul.rmHorizontal {
    float: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
