﻿.qor-header {
  background-color: #7d6fbd;
  position: relative;
  width: 100%;
  height: 10rem;
}
.qor-header img.qor-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 30rem;
}
.qor-header .qor-donate {
  position: absolute;
  top: 0;
  right: 0;
  width: 19rem;
  height: 10rem;
}
.qor-header .qor-donate .thermometer {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 160px;
}
.qor-header .qor-donate .thermometer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  z-index: 12;
}
.qor-header .qor-donate .thermometer div.therm-progress {
  z-index: 9;
  position: absolute;
  left: 1rem;
  bottom: 2.25rem;
  width: 1rem;
  background-color: #cd1213;
}
.qor-header .qor-donate .message {
  position: absolute;
  top: 0;
  right: 0;
  width: 16rem;
  height: 10rem;
  padding-top: 0.25rem;
  box-sizing: border-box;
}
.qor-header .qor-donate .message p {
  font-size: 0.96rem;
  line-height: 1.25rem;
  margin: 0.75rem;
  color: #fff;
}
.qor-header .qor-donate .message a {
  color: #000;
  background-color: #ebbdf7;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
}
.qor-menu {
  list-style: none;
  float: right;
  border-bottom: solid 0.125rem #cfcae6;
  margin: 0 0 2rem 0;
  padding-bottom: 0.125rem;
  max-width: none;
}
.qor-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 3rem;
}
.qor-menu li a {
  display: inline-block;
  padding: 0 1rem;
  line-height: 3rem;
}
.qor-menu li.social {
  line-height: 3rem;
  padding: 0 1rem;
  font-weight: bold;
  color: #68428a;
}
.qor-menu li.social a {
  padding: 0 0.125rem;
}
.qor-menu li.social img {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  border-radius: 0.5rem;
}
.qor-col-left {
  width: 70%;
  float: left;
  padding-bottom: 2rem;
}
.qor-col-left ul.qor-conversations {
  margin-left: 0;
}
.qor-col-left ul.qor-conversations li {
  display: block;
  overflow: auto;
  padding-left: 0;
  background-color: #d8eeee;
  padding: 0.5rem;
}
.qor-col-left ul.qor-conversations li a {
  display: block;
  width: 100%;
  overflow: auto;
}
.qor-col-left ul.qor-conversations li img {
  float: left;
  width: 7rem;
  margin: 0 0.5rem 0 0;
}
.qor-col-left ul.qor-conversations li strong,
.qor-col-left ul.qor-conversations li span {
  color: #000;
}
.qor-col-right {
  width: 22.5%;
  float: right;
}
.qor-col-right ul {
  list-style: none;
  margin-left: 0;
}
.qor-col-right ul li {
  display: inline-block;
  padding-left: 0;
  text-align: center;
  margin: 0.5rem 0;
}
.qor-col-right ul li img {
  width: 100%;
}
p.qor-follow {
  clear: both;
  margin-top: 2rem;
}
p.qor-follow img {
  width: 3rem;
  vertical-align: middle;
  border-radius: 0.5rem;
}
.qor-partners {
  list-style: none;
  margin: 0 0 2rem 0;
  max-width: none;
}
.qor-partners li {
  display: inline-block;
  vertical-align: middle;
  width: 12rem;
  margin: 0.5rem 1rem;
  padding: 0;
}
.qor-partners li.square {
  width: 8rem;
}
.qor-partners li img {
  width: 100%;
}
.qor-sponsor-button {
  display: inline-block;
  color: #fff;
  background-color: #058ed1;
  padding: 0.125rem 1rem;
  border-radius: 0.5rem;
  margin-top: 0.125rem;
}
main .qor-partner-videos {
  border-collapse: collapse;
}
main .qor-partner-videos td:first-child {
  width: 40%;
}
main .qor-partner-videos td:first-child .youtube {
  margin-bottom: 0;
}
main .qor-partner-videos td:first-child img {
  width: 80%;
  margin: 1rem 10%;
}
main .qor-partner-videos td:last-child {
  vertical-align: top;
  padding: 1rem 2rem;
}