﻿/* Variables */
.qo {
  font-family: 'PT Sans',sans-serif;
  padding: 0 8px;
  color: #555; }
  .qo * {
    box-sizing: border-box; }
  .qo h1 {
    font-size: 25px;
    line-height: 1.3;
    color: #555; }
  .qo p, .qo li {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .qo p, .qo li {
        font-size: 16px;
        line-height: 1.8; } }
  .qo .qo-header {
    width: 100%;
    display: flex;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.6;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .qo .qo-header {
        font-size: 16px;
        line-height: 1.8;
        padding-bottom: 0; } }
    .qo .qo-header .left {
      width: 75%; }
    .qo .qo-header .right {
      width: 25%; }
  .qo .qo-line-container {
    width: 100%; }
  .qo .qo-line {
    width: 100%;
    display: flex;
    font-size: 19px;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .qo .qo-line {
        font-size: 16px;
        line-height: 1.8; } }
    .qo .qo-line input {
      display: block;
      padding: 20px 16px;
      box-sizing: border-box;
      font-size: 19px;
      border: 0;
      border-radius: 6px;
      background: rgba(0, 0, 0, 0.04);
      margin-bottom: 12px;
      border: 1px solid rgba(0, 0, 0, 0.08); }
      .qo .qo-line input.left {
        width: calc(75% - 20px);
        margin-right: 20px; }
      .qo .qo-line input.right {
        width: 25%; }
      @media (min-width: 768px) {
        .qo .qo-line input {
          font-size: 16px;
          line-height: 1.8;
          margin-top: 18px;
          padding: 12px 16px 14px; } }
  .qo .qo-form input {
    display: block;
    width: 100%;
    padding: 20px 16px;
    box-sizing: border-box;
    font-size: 19px;
    border: 0;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.04);
    margin-bottom: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08); }
    @media (min-width: 768px) {
      .qo .qo-form input {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 18px;
        padding: 12px 16px 14px; } }
  .qo button.qo-cta {
    display: block;
    width: 100%;
    padding: 22px 0 23px;
    box-sizing: border-box;
    font-size: 19px;
    border: 0;
    border-radius: 6px;
    margin-top: 24px;
    background: #F16637;
    text-align: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-family: 'PT Sans',sans-serif; }
    @media (min-width: 768px) {
      .qo button.qo-cta {
        font-size: 16px;
        line-height: 1.8;
        padding: 12px 0 14px;
        width: 320px;
        margin: 48px auto; } }
  .qo .qo-buttons {
    margin-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .qo .qo-add {
    display: block;
    width: 100%;
    padding: 22px 0 23px;
    box-sizing: border-box;
    font-size: 19px;
    border: 0;
    border-radius: 6px;
    margin-top: 24px;
    background: white;
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.64);
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.36);
    font-family: 'PT Sans',sans-serif; }
    @media (min-width: 768px) {
      .qo .qo-add {
        font-size: 16px;
        line-height: 1.8;
        padding: 12px 0 14px;
        width: 320px;
        margin: 24px 20px 24px 0;
        display: inline-block; } }
  .qo .qo-cta-final {
    display: block;
    width: 100%;
    padding: 22px 0 23px;
    box-sizing: border-box;
    font-size: 19px;
    border: 0;
    border-radius: 6px;
    margin-top: 24px;
    background: #F16637;
    text-align: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-family: 'PT Sans',sans-serif; }
    @media (min-width: 768px) {
      .qo .qo-cta-final {
        font-size: 16px;
        line-height: 1.8;
        padding: 12px 0 14px;
        width: 320px;
        margin: 24px 20px 24px 0;
        display: inline-block; } }
