  .marketing{
    background: url('bgrey.png');
  }
  .lowered{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #mainbox {
    min-height: 300px;
  }


#prev {
    display:none;
}

#startOver {
    /*display:none;*/
}

#next{
    display:none;
}

#formdiv{
    display:none;
}

#resultdiv{
    display:none;
}

.warning {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.warning-box {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 3em;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.button-p {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-green {
    background: rgb(28, 184, 65);
}

.button-red {
    background: rgb(202, 60, 60);
}

.button-orange {
    background: rgb(223, 117, 20);
}

.button-blue {
    background: rgb(66, 184, 221);
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}

.footer {
    background: #123953;
    padding-top: 0px;
    color:#fff;
    /*position: fixed;*/
    /*bottom: 0;*/
}

#mainbox{
    display: none;
}

#question h4{
    /*font-size: 1em;*/
}

#question p{
    text-align: center;
    font-size: 2em;
    color: #2D2D2D;
    min-height: 3em;  
}

.quotation{
  font-size: 18px;
  font-family: Arial, sans-serif;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 40px;
  color: #4F4F4F;
  font-size: 3em;
}

.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 40px;
  color: #4F4F4F;
  font-size: 3em;
}

.radiolist {
    font-size: 1.1em;
}

.radiolist .radio{
    padding-top: 0.5em;
    display: block;
    height: 3em;
    border:2px solid #fff;
    border-radius: 6px;
    padding-right: 5px;
}

.radio label{
    cursor: pointer;
}

.radiolist .c0{
    background-color: #FFE6E6;
}

.radiolist .c1{
    background-color: #FFCFCF;
}

.radiolist .c2{
    background-color: #FFB8B8;
}

.radiolist .c3{
    background-color: #FFB8B8;
}

.radiolist .c4{
    background-color: #FFA1A1;
}

.radiolist .c5{
    background-color: #FF8A8A;
}