/* Scss Document */
.sidebar-box {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  padding: 16px 0;
  border-bottom: solid 1px #f8fbf9; }
  .sidebar-box label,
  .sidebar-box .date-label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .sidebar-box h3 {
    border: none; }
  .sidebar-box select {
    margin-left: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    border: 1px solid #ddd;
    padding: 6px 5px 5px; }
  .sidebar-box p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }

.no-top-margin {
  margin-top: -24px; }

.sidebar-header-teal {
  background: #8ba69c;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 32px 8px;
  text-transform: uppercase;
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1; }
  .sidebar-header-teal:after {
    content: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -20px;
    border: none;
    border-top: none;
    z-index: 99; }

.profile-thumbnail {
  display: block;
  width: 100%; }

.profile-thumbnail-caption {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 8px;
  background: #006778;
  background: rgba(0, 103, 120, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.btn-qdf, .btn-qdf-submit, .btn-qdf-other {
  border: 0;
  display: inline-block;
  background: #8ba69c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: "HelveticaNeueLT-BoldCond", Arial, sans-serif;
  padding: 8px;
  vertical-align: middle;
  margin-right: 10px;
  height: 3.85rem;
  width: 20%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: background 125ms ease-in;
  -o-transition: background 125ms ease-in;
  -webkit-transition: background 125ms ease-in;
  transition: background 125ms ease-in; }
  .btn-qdf:hover, .btn-qdf:focus, .btn-qdf-submit:hover, .btn-qdf-submit:focus, .btn-qdf-other:hover, .btn-qdf-other:focus {
    background: #97afa6; }

.btn-qdf-other {
  width: auto; }

.btn-qdf-give {
  background: #aa272f; }
  .btn-qdf-give:hover, .btn-qdf-give:focus {
    background: #b33d44; }

div#ask5.btn-qdf-other label input#payment-other {
  display: inline-block;
  border: 1px solid #ededee;
  width: 100px;
  padding: 6px; }
