/*================================================================================
CSS Reset
================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

div.error {
  color: red;
  white-space: pre-line; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

:focus {
  outline: 0; }

textarea {
  overflow: auto;
  resize: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================================================================================
Typography
================================================================================*/
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #4c4c4c; }

p {
  margin: 0 0 15px; }

p:last-child {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  letter-spacing: 1px; }

ul, ol {
  margin: 0 0 10px 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin: 0 0 5px; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

/* Links */
a {
  color: #3dbeba;
  text-decoration: underline; }

/*================================================================================
Structure
================================================================================*/
body {
  background: #fff; }

#page {
  padding: 0; }

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden; }

header .container {
  max-width: 1300px; }

.row {
  margin: 0 -15px;
  overflow: hidden; }

[class*='col-'] {
  float: left;
  padding: 0 15px; }

.row.gutterbig {
  margin-left: -40px;
  margin-right: -40px; }

.row.gutterbig [class*='col-'] {
  padding: 0 40px; }

.col-threequarters {
  width: 75%; }

.col-half {
  width: 50%; }

.col-third {
  width: 33.333333%; }

.col-quarter {
  width: 25%; }

.col-full {
  width: 100%;
  padding: 0 15px; }

/*================================================================================
Header
================================================================================*/
body {
  padding-top: 80px; }

header .bg {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2d2c28;
  opacity: .7;
  display: none; }

header .bar {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #2d2c28; }

header .container {
  position: relative;
  z-index: 1; }

header .table {
  display: table;
  width: 100%; }

header .table > div {
  display: table-cell;
  height: 80px;
  vertical-align: middle; }

header .table > div > * {
  vertical-align: middle; }

header .table .left {
  text-align: left;
  transition: all .4s; }

header.active .table .left {
  opacity: 0; }

header .table .right {
  text-align: right; }

header .logo {
  display: inline-block;
  width: 254px;
  height: 22px;
  background: url('/static/images/logo.svg?8bdfca9ec380') no-repeat center;
  text-indent: -9999px; }

header .tagline-1 {
  display: inline-block;
  margin: 0 0 0 6px;
  padding: 0 0 0 10px;
  border-left: 1px solid #4c4c4c;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-decoration: none; }

header a.tagline-1:hover {
  text-decoration: underline; }

header .tagline-2 {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #3dbeba;
  text-transform: uppercase;
  text-decoration: none; }

header .tagline-2:hover {
  text-decoration: underline; }

header .hamburger {
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  margin: 0 0 0 20px;
  cursor: pointer; }

header .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  margin: 8px 0;
  transition: all .3s; }

header.active .hamburger span:nth-child(1) {
  transform: translateY(10px) rotate(45deg); }

header.active .hamburger span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg); }

header.active .hamburger span:nth-child(2) {
  opacity: 0; }

header nav {
  background: #2d2c28;
  position: relative;
  z-index: -1;
  transform: translateY(-100%);
  transition: all .5s ease-in-out; }

header.active nav {
  transform: translateY(0%); }

header nav ul {
  list-style: none;
  margin: 0;
  padding-bottom: 75px !important;
  opacity: 0;
  transition: all .5s ease-in-out; }

header.active nav ul {
  opacity: 1; }

header nav ul li {
  margin: 5px 0;
  padding: 0;
  text-align: right; }

header nav a {
  font-family: "minion-pro", serif;
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none; }

header .language-selector {
  display: inline;
  position: relative;
  transition: all .5s ease-in-out;
  margin: 0 0 0 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px; }
  header .language-selector * {
    color: white; }
  header .language-selector .current {
    transition: all .5s ease-in-out; }
  header .language-selector a {
    transition: all .5s ease-in-out;
    text-decoration: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 20px;
    left: 0; }
  header .language-selector.active .current {
    color: #bbbbbb; }
  header .language-selector.active a {
    z-index: 100;
    opacity: 1; }

/*================================================================================
Footer
================================================================================*/
footer {
  background: #2d2c28;
  padding: 30px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase; }

footer a {
  text-decoration: none; }

footer a:hover {
  text-decoration: underline; }

/*================================================================================
Sections
================================================================================*/
.richtext .richtext-smaller {
  font-size: 18px; }

.richtext .richtext-smallest {
  font-size: 16px; }

/* Section - Video
--------------------------------------------------*/
section.video,
section.plain-banner {
  height: calc(100vh - 80px);
  background-color: #2d2c28;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  section.video .container,
  section.plain-banner .container {
    display: table; }
  section.video iframe,
  section.plain-banner iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  section.video .container > div,
  section.plain-banner .container > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 80px);
    text-align: center;
    color: #fff; }
  section.video .title,
  section.plain-banner .title {
    font-family: "minion-pro", serif;
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 30px; }
  section.video .subtitle,
  section.plain-banner .subtitle {
    font-size: 22px;
    text-transform: uppercase; }
  section.video .play,
  section.plain-banner .play {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 100em;
    margin: 20px 0 0 0;
    padding: 13px 30px 13px 62px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px; }
  section.video .play:before,
  section.plain-banner .play:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -10px; }

section.plain-banner {
  height: auto; }
  section.plain-banner .container > div {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px; }

section.video .container .backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px; }

/* Section - One Column
--------------------------------------------------*/
section.one-column {
  margin-top: 75px;
  margin-bottom: 75px; }
  section.one-column img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px; }
  section.one-column .title {
    margin-bottom: 40px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold; }
  section.one-column h2 {
    margin: 0 0 10px;
    font-family: "minion-pro", serif;
    font-size: 30px; }
  section.one-column .richtext {
    font-family: "minion-pro", serif;
    font-size: 24px; }

/* Section - Three Column
--------------------------------------------------*/
section.three-column {
  margin-top: 75px;
  margin-bottom: 75px; }
  section.three-column .title {
    margin-bottom: 40px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold; }
  section.three-column .row img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0 auto 20px; }
  section.three-column .row h2 {
    margin: 0 0 10px;
    font-family: "minion-pro", serif;
    font-size: 30px; }

/* Fix problem with anchor links being scrolled to far
 * because of the fixed positioned header.
 */
h1[id]:before,
section[id]:before {
  display: block;
  content: " ";
  margin-top: -85px;
  height: 85px;
  visibility: hidden; }

/* Section - Story Links
--------------------------------------------------*/
section.story-links {
  margin-top: 75px;
  margin-bottom: 75px; }
  section + section.story-links {
    margin-top: -60px; }
  section.video + section.story-links {
    margin-top: calc(75px - 60px); }
  section.story-links .story {
    margin: 60px 0 0; }
    section.story-links .story a {
      color: inherit;
      text-decoration: none; }
    section.story-links .story .img {
      margin: 0 0 20px;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      border-radius: 100%;
      overflow: hidden;
      background-color: #eaeae9;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    section.story-links .story h2 {
      margin: 0 0 10px;
      font-family: "minion-pro", serif;
      font-size: 30px;
      text-align: center; }
  section.story-links:after {
    content: "";
    display: table;
    clear: both; }

/* Section - Image Links
--------------------------------------------------*/
section.img-links {
  background: #eaeae9;
  overflow: hidden; }
  section.img-links > div {
    margin: 0 -3px; }
  section.img-links > div > div {
    float: left;
    height: 280px;
    padding: 0 3px;
    display: table; }
  section.img-links > div > div a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  section.img-links.three > div > div {
    width: 33.3333%; }
  section.img-links.two > div > div {
    width: 50%; }

/* Section - Form
--------------------------------------------------*/
section.form {
  background: #eaeae9;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center; }

/* Proposal Form
--------------------------------------------------*/
#proposal .intro {
  margin: 0 0 90px; }
  #proposal .intro .title {
    margin-bottom: 40px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px; }
  #proposal .intro .richtext {
    font-family: "minion-pro", serif;
    font-size: 24px; }

#proposal .container > h1 {
  margin: 0 0 50px;
  font-family: "minion-pro", serif;
  font-size: 62px; }

#proposal fieldset {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #eaeae9; }
  #proposal fieldset legend {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #3dbeba; }
  #proposal fieldset:last-child {
    border-bottom: 0;
    text-align: center; }

#proposal input[type=submit]:disabled, #proposal input[type=button]:disabled {
  opacity: .4;
  cursor: not-allowed; }

#proposal input[readonly],
#proposal textarea[readonly] {
  opacity: .5;
  cursor: not-allowed; }

#proposal label {
  display: table;
  width: 100%;
  margin: 0 0 4px; }

#proposal label span {
  display: table-cell;
  vertical-align: middle; }

#proposal label span.name {
  width: 140px; }

#proposal label span:not(.name) {
  width: calc(100% - 140px); }

#proposal label input {
  width: 100%; }

#proposal .split label {
  display: table-cell;
  width: 50%; }

#proposal .split label:first-child {
  padding-right: 15px; }

#proposal .split label:last-child {
  padding-left: 15px; }

#proposal label.small span.name {
  width: 60px; }

#proposal label.small span:not(.name) {
  width: calc(100% - 60px); }

#proposal .money {
  position: relative; }
  #proposal .money:before {
    content: '$'; }
  #proposal .money input[type=number] {
    width: 90%;
    width: calc(100% - 20px); }

#proposal input[type=number] {
  -moz-appearance: textfield; }

#proposal input::-webkit-outer-spin-button,
#proposal input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

#proposal .response {
  margin: 0 0 20px;
  overflow: hidden; }
  #proposal .response .instruction {
    margin: 0 15px 0 0;
    float: left;
    cursor: pointer; }
  #proposal .response.filled .instruction {
    color: #a6a8ab; }
  #proposal .response .form {
    margin: 20px 0 0; }
  #proposal .response .max,
  #proposal .response .edit {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #bbbdbf; }
  #proposal .response .edit {
    color: #3dbeba;
    cursor: pointer; }
  #proposal .response.active .max {
    display: inline-block; }
  #proposal .response input[type="button"] {
    display: inline-block;
    margin: 10px 0 20px;
    padding: 6px 10px;
    background: none;
    border: 1px solid #3dbeba;
    border-radius: 100em;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3dbeba;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right; }
  #proposal .response input[type="button"][disabled] {
    opacity: .5;
    cursor: not-allowed; }
  #proposal .response .form {
    display: none; }
  #proposal .response.active .form {
    display: block; }

#proposal.review input[readonly] {
  opacity: 1;
  cursor: auto; }

#proposal.review .review-label {
  margin: 0 0 20px; }

#proposal.review .review-text {
  background: #f1f1f2;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 20px;
  white-space: pre-line; }

.progress-numbers {
  padding: 70px 0 100px;
  text-align: center;
  vertical-align: middle; }
  .progress-numbers h1 {
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  .progress-numbers > div:not(.circle) {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 2px;
    margin: 0 -4px;
    background: #eaeae9; }
  .progress-numbers .circle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 194px;
    height: 194px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    color: #fff; }
  .progress-numbers .circle:first-child {
    margin-left: 0; }
  .progress-numbers .circle:last-child {
    margin-right: 0; }
  .progress-numbers .circle:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px; }
  .progress-numbers .circle .number {
    font-size: 160px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
    color: #fff;
    opacity: .2; }
  .progress-numbers .circle .top,
  .progress-numbers .circle .bottom {
    display: table;
    width: 194px;
    height: 97px; }
  .progress-numbers .circle .top {
    background: #3dbeba;
    padding: 10px 60px 0; }
  .progress-numbers .circle .bottom {
    background: #4c4c4c;
    padding: 0 60px 10px;
    color: #bbbdbf; }
  .progress-numbers .circle.todo .top {
    background: #ee4036; }
  .progress-numbers .circle:first-of-type .top {
    background: rgba(61, 191, 187, 0.4); }
  .progress-numbers .circle:first-of-type .bottom {
    background: rgba(76, 76, 76, 0.4); }
  .progress-numbers .circle .top span,
  .progress-numbers .circle .bottom span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2; }
  .progress-numbers .circle .bottom {
    background: #4c4c4c;
    padding: 0 60px 10px; }

/* Dashboard
--------------------------------------------------*/
#dashboard {
  margin: 0 0 100px; }
  #dashboard .head h1 {
    margin: 40px 0 50px;
    font-family: "minion-pro", serif;
    font-size: 62px; }
  #dashboard .head p b {
    font-weight: normal;
    color: #3dbeba; }
  #dashboard .head p a {
    margin: 0 0 0 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600; }
  #dashboard table {
    width: 100%;
    table-layout: fixed;
    margin: 0 0 30px; }
    #dashboard table td {
      vertical-align: middle;
      padding: 10px;
      text-align: center; }
    #dashboard table thead td {
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      color: #bbbdbf; }
    #dashboard table tbody td {
      border-bottom: 1px solid #eaeae9; }
    #dashboard table tbody td:first-child {
      font-weight: 600;
      color: #3dbeba; }
    #dashboard table tbody tr:last-child td {
      border-bottom: 0; }
    #dashboard table td:first-child {
      width: 100%;
      padding-left: 0;
      text-align: left; }
    #dashboard table td:not(:first-child) {
      width: 160px; }
    #dashboard table td:last-child {
      width: 60px;
      padding-right: 0;
      text-align: right; }
    #dashboard table td.status.APPLICATION-PENDING {
      font-weight: bold; }
    #dashboard table .btn-small {
      white-space: nowrap; }

/*================================================================================
Forms
================================================================================*/
.btn {
  display: inline-block;
  background: #3dbeba;
  border: 0;
  border-radius: 100em;
  padding: 8px 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.btn-big {
  padding: 15px 30px;
  font-size: 22px; }

.btn-small {
  padding: 6px 12px 5px;
  font-size: 10px; }

label {
  font-size: 14px; }

input[type="text"],
input[type="number"],
input[type="text"][disabled],
input[type="number"][disabled] {
  width: 340px;
  display: inline-block;
  background: #f1f1f2;
  border: 0;
  border-radius: 0;
  padding: 6px 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #3f3f3f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"][disabled] {
  color: #6f6f6f;
  font-weight: bold; }

select {
  padding: 7px 30px 6px 8px;
  width: 100%;
  background: #fff url('/static/images/select-arrow.svg?8bdfca9ec380') no-repeat calc(100% - 10px) 50%;
  border: 2px solid #f1f1f2;
  border-radius: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #3f3f3f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  display: block;
  width: 100%;
  height: 340px;
  background: #f1f1f2;
  border: 0;
  border-radius: 0;
  padding: 30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #3f3f3f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*================================================================================
Translation links (Just add "?spanish=1" to frontend url to see links)
================================================================================*/
.translation {
  position: relative; }

.translation .message-admin-link {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  border: 1px solid white;
  font-size: 16px;
  padding: 2px;
  text-decoration: none !important;
  background-color: yellow;
  cursor: pointer; }

.translation .message-admin-link:hover {
  opacity: 1; }

.translation.translation-status-RESUBMIT .message-admin-link,
.translation.translation-status-REFORMAT .message-admin-link,
.translation.translation-status-PENDING .message-admin-link {
  background-color: red; }

.translation.translation-status-APPROVED .message-admin-link {
  background-color: green; }

/*================================================================================
Modal
================================================================================*/
.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: none; }

.modal.active {
  display: block; }

.modal-bg {
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2d2c28;
  opacity: .7; }

.modal-scroll {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.modal-table {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%; }

.modal-alignmiddle {
  display: table-cell;
  vertical-align: middle; }

.modal-body {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }

/* New proposal */
form.new-proposal {
  max-width: 500px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center; }

form.new-proposal p {
  margin: 0 0 40px; }

form.new-proposal p:last-child {
  margin: 0; }

form.new-proposal > div {
  display: table;
  width: 100%;
  margin: 40px 0; }

form.new-proposal div div {
  display: table-cell;
  vertical-align: middle; }

form.new-proposal div div:nth-child(1) {
  width: calc(100% - 100px); }

form.new-proposal div div:nth-child(2) {
  width: 100px; }

form.new-proposal label {
  width: 100%; }

form.new-proposal label span {
  width: 50px;
  display: inline-block;
  padding: 0 15px 0 0; }

form.new-proposal label input {
  width: calc(100% - 80px); }

form.new-proposal input[type="submit"] {
  display: block;
  width: auto;
  padding: 8px 20px; }

/* Send proposal */
form.send-proposal {
  max-width: 520px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center; }

form.send-proposal input {
  width: 100%; }

form.send-proposal input[type="button"] {
  background: #fff;
  border: 2px solid #3dbeba;
  color: #3dbeba; }

/*================================================================================
Responsive
================================================================================*/
/* Medium Screen */
@media print {
  body {
    padding: 0; }
  header,
  footer {
    display: none; }
  #proposal .intro {
    margin: 0 0 20px; }
  #proposal fieldset {
    margin: 0 0 20px;
    padding: 0 0 20px; }
    #proposal fieldset a {
      display: none; } }

.hide {
  display: none !important; }

#proposal.print .progress-numbers, #proposal.print .intro, #proposal.print h1, #proposal.print input.save-response, #proposal.print span.edit {
  display: none !important; }

#proposal.print input[readonly], #proposal.print textarea[readonly] {
  opacity: 1 !important; }

#proposal.print input[type="text"][disabled] {
  color: unset !important;
  font-weight: unset !important; }

.short .response .instruction {
  max-width: 50%; }
