.row {
  max-width: 100%;
}
.side-nav-container {
  background-image: url('//www.uua.org/files/png/s/satellite-grey_dot_bkgd.png');
  background-repeat: repeat-y;
  background-position: right 0;
}
.gravatar {
  border-radius: 50%;
}
.side-nav {
  padding-left: 0.3em;
  padding-right: 0.75em;
}
.side-nav li a:not(.button) {
  padding: 0.5rem 0.4rem;
}
div.slido {
  overflow: hidden;
}
div.slido.ciggybwy {
  margin-right: -35px;
}
div.slido.ciggybwy embed {
  height: 590px;
  margin-top: -100px;
}
div.slido.yldlpekr embed {
  height: 600px;
  margin-top: -50px;
}
div.slido.ltcmnivr embed {
  height: 650px;
}
.admin-menu {
  position: absolute;
  top: 0px;
  right: 0px;
}
.move-left > .inner-wrap {
    webkit-transform: translate3d(-985px, 0, 0);
    -moz-transform: translate3d(-985px, 0, 0);
    -ms-transform: translate3d(-985px, 0, 0);
    -o-transform: translate3d(-985px, 0, 0);
    transform: translate3d(-985px, 0, 0);
}
.right-off-canvas-menu {
    width: 985px;
}

section[area="discussion"] {
   box-shadow: 0 0 2px rgb(0 0 0 / 12%);
    border-radius: 12px;
    margin: 0 10px;
    padding: 10px 0px;
    background: white;
}

#slidoapp {
  width: 100%;
  overflow: hidden;
  height: 505px;
  margin: -56px 0px -15px;
}
.teaser {
  height:810px;
  background-image:url(/images/delegatefeaturesbg.png);
  background-size:contain;
  background-repeat:no-repeat;
  padding:50px;
}
.teaser p {
  font-weight: bold;
  padding:20px;
  text-align:center;
}
.on-air[channel] {
  display:none;
}
.main-channel {
  width: 50%;
  display:inline-block !important;
}

.text-centered {
  text-align: center;
}
.float-clear {
  clear: both;
}
.side-nav .inline-links a {
  display: inline;
}
.all-caps {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.heading {
  font-weight: bold;
  text-transform: uppercase;
}
.vertical.menu .divider {
  display: block;
  margin: 0.5rem 0;
  border: thin solid #dedede;
}
.side-nav .block {
  padding: 5px;
  margin-bottom: 0.2rem;
}
.side-nav a.link + a.inline {
  display: inline;
}
.side-nav .inline {
  display: inline;
}
span.button-spacer {
  margin: 0;
  margin-right: 2rem;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
footer {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
footer .footer a:hover {
  text-decoration: underline;
}
footer .float-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #000000;
  display: block;
  padding: 0.5rem 1rem;
}
footer ul {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.inline-text, input + label.inline-text {
  display:inline;
}
.button-group .button-header {
  padding: 0px 10px;
}
.on-demand .video.button {
  margin: 0;
}
.on-demand .presenters {
  display:block;
  font-style: italic;
  font-size:0.9rem;
}
p.footnote {
  font-style: italic;
}

.watch-on-demand {
  position: relative;
  width: 100%;
  height: 90vh;
  max-height: 360px;
  max-width: 640px;
  display: block;
  padding-bottom: 0px;
}
.flex-video[channel]#ustreamit {
  padding-bottom: 57%;
}
.watch-on-demand.flex-video iframe {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}

.whova-download-links {
  margin-bottom: 0.5rem;
}
a.download.app {
  position: relative;
  max-height: 150px;
  height: 20rem;
  max-width: 85%;
  width: 30rem;
  display: inline-block;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.download.app.google {
  background-image: url('/images/wikicommons_google_play.200.png');
}
a.download.app.apple {
  background-image: url('/images/wikicommons_apple_store.200.png');
}
a.download.web.app {
  background-image: url('/images/homemade_whova_webapp.200.png');
}

.login-field-label {
  font-weight: bold;
}

.main-stage-banner {
  height: 2.5rem;
  overflow: hidden;
  padding: 4px 4px;
}
.main-stage-banner h1 {
  font-size: 1rem !important;
  font-weight: bold;
  padding: 4px 2px;
  display: inline;
}
.main-stage-banner label {
  display: inline-block;
}
.main-stage-banner .switch {
  display: inline;
}

.stream-live-alerts {
  position: relative;
}
.stream-live-alerts .stream-alerts-header {
  display: block;
  font-weight: bold;
}
.stream-live-alerts ul {
  /*display: block;*/
}
.stream-live-alerts ul li:not(:first-child) {
  border-left: thin solid black;
}
.stream-live-alerts a.edit.stream-alerts {
  position: relative;
  top: 0px;
  right: 0px;
  margin: 5px;
  padding: 10px;
}

section[area="discussion"] h2 {
  font-size: 1rem;
  font-weight: bold;
}

.event-cards li {
  list-style: none;
}
.event-cards .card {
  border: 1px solid var(--uua-color-gold-dark);
}
.event-cards .card:not(.wide) {
  max-width: 500px;
}

span.spacer {
    display: inline-block;
    width: 3rem;
    text-align: center;
}
ul.spaced-list li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
h2.spaced, h3.spaced, h4.spaced {
  margin-top: 2rem;
}
