body{
    height:100%;padding: 0;
}

.surveyh2 {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    text-align: left;
    font-weight: 300;
    padding: 1% 6% 0% 6%;
    font-size: 2.2rem;
    line-height: 2.4rem;
    word-wrap: break-word;

}

@media only screen and (max-width: 800px) {
    .surveyh2 {
        font-size: 2rem;
        line-height: 1.9rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveyh2 {
        font-size: 1.5rem;
        line-height: 1.6em;
    }
}

.surveytextarea {
    font-family: 'Roboto', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden !important;
    padding: 0px;
    outline: none;
    border: none;
    background-color: white !important;
    resize: none !important;
    font-size: 2rem !important;
    font-weight: 300 !important;
    word-wrap: break-word;
    width: 100%;
    border-bottom: 2px dotted lightgray !important;
    margin-bottom: 0%;
    padding-bottom: 1% !important;
    transition: border-color 1.5s ease;
}

.surveymultiplechoicecontainer {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    text-align: left;
    font-size: 150%;
    font-weight: 100;
    padding: 0px;
    margin-left: 0px;
    margin-top: 4%;
    word-wrap: break-word;
}

.containertotal {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 20px 20px;
    color: black;
    background-color: white;
    margin-left: 27%;
    margin-right: 27%;
}

@media only screen and (max-width: 1100px) {
    .containertotal {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.logosize {
    max-height: 100px;
    max-width: 280px;
    margin: 2% 0 2% 0;
}

.tellodylogosize {
    max-width: 100px;
}

@media only screen and (max-width: 1100px) {
    .tellodylogosize {
        max-width: 90px !important;
    }
}

@media only screen and (max-width: 800px) {
    .tellodylogosize {
        max-width: 80px !important;
    }
}

@media only screen and (max-width: 600px) {
    .tellodylogosize {
        max-width: 70px !important;
    }
}

@media only screen and (max-width: 400px) {
    .tellodylogosize {
        max-width: 60px !important;
    }
}

.postpaid .tellodylogosize {
    max-width: 75px;
}

@media only screen and (max-width: 1100px) {
    .postpaid .tellodylogosize {
        max-width: 70px !important;
    }
}


@media only screen and (max-width: 600px) {
    .postpaid .tellodylogosize {
        max-width: 65px !important;
    }
}

@media only screen and (max-width: 400px) {
    .postpaid .tellodylogosize {
        max-width: 60px !important;
    }
}


.windbluelogosize {
    max-width: 120px;
}

@media only screen and (max-width: 1100px) {
    .windbluelogosize {
        max-width: 110px !important;
    }
}

@media only screen and (max-width: 800px) {
    .windbluelogosize {
        max-width: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    .windbluelogosize {
        max-width: 90px !important;
    }
}

@media only screen and (max-width: 400px) {
    .windbluelogosize {
        max-width: 80px !important;
    }
}


.fullwidth {
    width: 100%;
}

.pre {
    white-space: pre-wrap;
}

[id^=sc-answers-] {
    text-align: center;
}

[class^=single-select-] {
    font-size: 2rem;
    width: 100%;
    background-color: white;
}

.bg-cyan {
  background-color: #1ba1e2 !important;
}

.fg-white {
  color: #ffffff !important;
}

.dataNullifyButton {
  margin: 4% !important;
}

.button.small, button.small {
  padding: 2px 10px;
  font-size: 11.9px;
}

.button {
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle !important;
  background-color: #d9d9d9;
  border: 1px transparent solid;
  color: #222222;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: auto;
}