/* ----------------------------
 * GENERAL
 * ---------------------------- */
* {
  max-height: 100000em;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #0679b9;
}
a:hover {
  text-decoration: none;
}

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

body {
  margin: 0;
  color: #969696;
  background: white;
  font: 18px/24px Helvetica, Arial, sans-serif;
  font-weight: lighter;
  min-width: 1000px;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block {
  font-size: 24px;
}
.block .header {
  text-align: center;
  padding: 46px 10px 41px;
}
.block h1 {
  margin: 0 0 19px;
  color: #404040;
  line-height: 60px;
  font-size: 58px;
  font-weight: 300;
}
.block p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

.header-holder, .block .header, .main-holder, .section, .footer-holder {
  margin: 0 auto;
  max-width: 1000px;
}

html {
  box-sizing: border-box;
  background: #FFFFFF;
  height: 100%;
}

img {
  border-style: none;
}

.info.add {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 49.9%;
}

.info-area {
  padding: 37px 0 60px;
}

.info h2, .recover-title h2 {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  color: #1875D1;
  font-size: 41px;
  font-weight: 500;
  line-height: 49px;

}

.info-holder {
  letter-spacing: -4px;
}

.info h3 {
  margin: 0;
  color: #404040;
  line-height: 24px;
  font-size: 18px;
  font-weight: lighter;
}

.info p {
  margin: 0 0 24px;
}

.grey-link {
  color: #5C5C5C;
  text-decoration: underline;
  cursor: pointer;
}

#main {
  padding: 83px 0 0;
  background: #FFFFFF;
}

p {
  margin: 0 0 1.2em;
}

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

.section {
  padding: 56px 0 10px;
}
.section h1 {
  margin: 0 0 26px;
  text-transform: capitalize;
  color: #1875D1;
  line-height: 24px;
  font-size: 24px;
  font-weight: lighter;
}
.section .holder {
  letter-spacing: -4px;
}
.section .col {
  padding: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 49.9%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  background: #404040;
}

/* ----------------------------
 * HEADER & FOOTER
 * ---------------------------- */
.copyright {
  line-height: 18px;
  padding: 13px 0 0;
  display: block;
  overflow: hidden;
  text-align: right;
}
.copyright a {
  color: #969696;
}
.copyright a:hover, .copyright a:active {
  color: #b8b8b8;
  text-decoration: underline;
}

.copyright i {
  color: #ff5f1f;
  line-height: 1em;
}

#footer {
  background: #404040;
  line-height: 14px;
  font-size: 14px;
}

.footer-holder {
  padding: 30px 0 88px;
}

#header {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #1875D1;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.header-holder:after {
  content: " ";
  display: block;
  clear: both;
}

.header-transparency {
  background-color: transparent !important;
}

#header.sticky {
  background: ;
}

.home #header {
  background-image: #1875D1;
}
.home #header.sticky {
  background: #1875D1 !important;
}

.header-holder {
  padding: 21px 0 19px;
  position: relative;
  z-index: 2;
}

.logo {
  float: left;
  width: 205px;
  height: 36px;
  margin: 2px 10px 0 0;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

#love {
   display: inline;
}

#nav {
  float: right;
  padding: 9px 0 0;
  font-size: 14px;
  font-weight: bold;
}
#nav div {
  text-align: right;
  text-transform: uppercase;
  float: right;
}
#nav div a {
  display: block;
  color: #cfdbe5;
}
#nav div a:hover {
  color: white;
}
#nav div a:active {
  color: white;
}
#nav div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  padding: 0 16px 10px;
}
#nav div.active a {
  color: white;
}
#nav div.home {
  display: none;
}

.nav-holder {
  float: right;
}

/* ----------------------------
 * TITLE BAR
 * ---------------------------- */
.divider {
  background: #ffbf00;
  position: relative;
  height: 4px;
}
.divider:after, .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background: #ff5f1f;
}
.divider:after {
  background: #05affe;
  left: auto;
  right: 0;
}
.divider .holder:after, .divider .holder:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  bottom: 0;
  background: #39b54a;
  width: 20%;
}
.divider .holder:after {
  background: #622fe8;
  left: auto;
  right: 20%;
}

/* ----------------------------
 * FORMS
 * ---------------------------- */
.btn-blue {
  padding: 11px;
  text-transform: uppercase;
  background: #1c7dc0;
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
}
.btn-blue:hover {
  background: #3593d9;
}
.btn-blue:active {
  background: #43a1e7;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

form .textfield {
  border: 1px solid rgb(184, 184, 184);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 38px;
  padding-left: 18px;
}

.formcheck {
	color: rgb(249, 58, 58);
}

.form-holder {
	width: 80%;
	margin-top: 40px;
}

input {
  -webkit-appearance: none; /* Removes shadow on Mobile Safari */
}

input,
textarea,
select {
  font: 100% Helvetica, Arial, sans-serif;
  color: #6f6f6f;
  vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid rgb(184, 184, 184);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #424242;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.inputinfo, .formcheck {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
	display: block;
	margin-top: 3px;
	line-height: 14px;
	font-size: 14px;
}

.input_wrapper {
	min-height: 87px;
}

.input_wrapper .fieldname {
  padding-bottom:5px;
  margin-top:15px;
  line-height: 18px;
}

.input_wrapper .inputinfo {
	display: none;
}

#submit_wrapper {
  margin-top:25px;
  font-size: 14px;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

.two-box, .two-btn,.two-box-widel-left {
	display: inline-block;
	width: 49%;
}

.two-box-widel-left {
	width: 60%;
}

.two-btn {
	text-transform: UPPERCASE;
}

.two-btn-center {
	text-align: center;
}

.two-btn-right {
	text-align: right;
}

/* ----------------------------
 * SIGNUP PAGE
 * ---------------------------- */
.signup-page__form
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  height: 52px;
  padding-left: 16px;
}

.signup-page__form
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #1875D1;
}
.inputinfo, .formcheck:not(.password){
  position: relative;
  top: 1px;
}

.floating-text-field {
  border-radius: 5px;
  height: 52px;
  position: relative;
  width: 100%;
}
.floating-text-field input, .floating-text-field label {
  cursor: text;
  position: absolute;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 100%;
}
.floating-text-field input {
  background: #ffffff;
  border-radius: 5px;
  margin: 0 !important;
  color: rgba(0,0,0,0.75);
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}
.floating-text-field label {
  color: #666666;
  border: solid 1px transparent;
  padding: 16px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
}
.floating-text-field input.filled~ label, .floating-text-field input:focus~ label {
  font-size: 0.5em;
  padding-top: 0.25em;
  padding-left: 1.8em;
  padding-bottom: 0;
  font-weight: 600;
  position: absolute;
  color: #1875D1;
}
.floating-text-field input.filled {
  padding-top: 1.25em;
  padding-bottom: 0.75em;
}
.floating-text-field input:focus {
  padding-top: 1.25em;
  padding-bottom: 0.75em;
  outline: 0;
  border-color: #4A93DB;
}
.hideShowPassword-toggle-show,
.hideShowPassword-toggle-hide {
  font-size: 13px !important;
  line-height: 15px !important;
  top: 55% !important;
  opacity: 1 !important;
  font-weight: 500 !important;
  outline: 0 !important;
}
.signup-page {
  background: url('../images/signup-background.jpg') no-repeat;
  background-position-x: center;
  background-position-y: -70px;
  background-size: 100% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.signup-page__container{
  margin: 0px 110px 0px 110px;
}
.signup-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  margin-bottom: 20px;
}
.signup-header__logo{
  width: 199.24px;
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  left: 40px;
  margin-top: 12px;
}

.signup-page__top-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.signup-page__title-container{
  width: 525px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 164px;
}
.signup-page__title {
  color: #1875D1;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-size: 41px;
  font-weight: 500;
  line-height: 49px;
  text-align: center;
}
.signUp-subtitle {
  color: #5C5C5C;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 16px;
}
.signup-page__product-preview{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 309px;
  width: 427px;
  margin-left: 24px;
}
.signup-page__product-preview{
  background-image: url('../images/signup-preview_en.png');
}

.signup-page__form{
  max-width: 525px;
  position: relative;
  top: -145px;
}
.g-recaptcha{
  margin-bottom: 25px;
}

.btn-sign-up {
  width: 100%;
  margin: 0px auto 16px auto;
  outline: 0;
  border-radius: 5px;
  background-color: #F0800E;
  color: #FFFFFF;
  padding: 13px 32px 14px;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
.btn-sign-up:hover {
  background: rgba(240,128,14, .85);
}
.btn-sign-up:active {
  background: rgba(240,128,14, .85);
}

button .pwd-toggle {
	background: none;
	border: 0;
	color: blue;
	text-transform: UPPERCASE;
	margin-right: 10px;
	margin-top: -11px;
	font-size: 100%;
}

.plan-info-box {
  max-width: 420px;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  margin: 24px;
	border: 1px solid rgb(184, 184, 184);
	border-radius: 5px;
	padding: 30px;
  background-color: #FFFFFF;
}

.plan-info-box a {
	text-decoration: underline;
}

.plan-info-box p:first-child {
	margin-bottom:10px;
  color: #1875D1;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-size: 24px;
  line-height: 28px;
}

.plan-info-box p:last-child {
	margin-top: 25px;
}

.plan-info-box ul {
	padding-left: 18px;
	margin: 0;
  color: #727272;
  font-weight: 200;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-stretch: normal;
  font-size: 20px;
  line-height: 24px;
}

.plan-info-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.terms {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 30px 0;
  color: rgba(0,0,0,0.75);
  font-weight: 400;
}

.terms a {
	color: #0679b9;
	text-decoration: underline;
}

.terms-content {
  padding: 20px;
  font-size: 18px;
}

.terms-content h3 {
  margin: 50px 0 20px 0;
  color: #0679b9;
  font-size: 24px;
  font-weight: lighter;
}
.contact_notice{
  font-size: 14px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 769px), (min-resolution: 144dpi) and (min-width: 769px){
  .signup-page__product-preview{
    background-image: url('../images/signup-preview_en_2x.png');
  }
}
/* ----------------------------
 * SIGNUP SUCCESS PAGE
 * ---------------------------- */
.success_text {
	width: 65%;
}

/* ----------------------------
 * RECOVER PAGES
 * ---------------------------- */
#recover_submit_wrapper {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
}

/* -----------------------------
 * VERIFY PAGE
 * ----------------------------- */
.page-container {
   float: right;
   width: 100%;
   margin-top: 0px;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   position: absolute;
}

.postSignup__background-image {
  height: 100%;
  background-image: url(../images/signup-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.postSignup__background-container {
  position: absolute;
  top: -85%;
  height: 130%;
  width: 100%;
  z-index: 1;
}

.postSignup__qts-logo {
  background-image: url(https://s3.amazonaws.com/quicktapsurvey/static/logo/fs/qts-logo.svg);
  background-size: 199px 55px;
  position: absolute;
  height: 55px;
  width: 199px;
}

.postSignup__logo-header {
  position: relative;
  z-index: 10;
  margin: 30px 40px;
}

.postSignup__header {
  position: relative;
  z-index: 10;
}

.postSignup__content {
  position: relative;
  z-index: 10;
}

.postSignup__header__title {
   color: #1875D1;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
   font-size: 41px;
   font-weight: 500;
   line-height: 49px;
   text-align: center;
   margin: 110px 0px 30px;
}

.postSignup__header__body {
   color: #5C5C5C;
   font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
   font-size: 24px;
   line-height: 29px;
   text-align: center;
   max-width: 500px;
   margin: 0 auto;
}
.postSignup__content__title {
    color: #1875D1;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin: 40px 0px 21px;
}

.postSignup__content__section {
   height: auto;
   width: 525px;
   margin: auto;
}

.postSignup__content__question {
    color: #727272;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-top: 28px;
}

.buttonGroup {
  display: -webkit-box; /* chrome */ /* firefox */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* newer browsers */
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-pack:justify;
  -webkit-box-sizing: border-box;
  -moz-box-pack: justify;
  -moz-box-sizing: border-box;
  box-orient: horizontal;
  box-sizing: border-box;
  margin-top:2px;
  padding-left: 0px;
  width: 100%;
}

.buttonGroup > li {
  display: inline-block;
  -webkit-box-flex: 1;

  -webkit-flex-grow: 1;

      -ms-flex-positive: 1;

          flex-grow: 1;

  border: 1px solid #B8B8B8;
  border-radius: 3px;

  background-color: #FFFFFF;
  color: rgba(0,0,0,0.41);
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;

  padding: 9px 12px 13px;
  margin-right: 8px;
  margin-top: 8px;
  height: 44px;
  cursor: pointer;
}

.customerButtonGroup::after {
  content: '';
  -webkit-box-flex: 100000000;
  -webkit-flex-grow: 100000000;
      -ms-flex-positive: 100000000;
          flex-grow: 100000000;
}

.buttonGroup > li:hover {
  background: #F4F8FD ;
  border: 1px solid #1875D1 ;
}
.buttonGroup > li.selected {
  background-color:#1875D1;
  color: #fff;
  border-color: #1b6da9;
}

input.postSignup__content__textfield,
textarea.postSignup__content__textfield {
    height: 44px;
    width: 100%;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1 !important;
    margin-top: 9px !important;
    resize: none;
    outline: 0;
    padding: 8px 16px;
}

textarea.postSignup__content__textfield {
	height: 105px;
}

.postSignup__content__textfield:focus {
	border-color: #1875D1 !important;
}
.postSignup__failed__container {
	position: relative;
	z-index: 10;
	margin: 110px 110px 0 110px;
}
.postSignup__failed__container__title {
	color: #1875D1;
	font-size: 41px;
	font-weight: 500;
	line-height: 49px;
}
.postSignup__failed__container__message {
	margin: 0 0 24px;
}

/* Password reset */
.password-reset {
  background: url('../images/signup-background.jpg') no-repeat;
  background-position-y: -100px;
  background-size: 100% 100%;
}
.password-reset__input-field {
  height: 52px;
  max-width: 545px;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 3px;
  background-color: #FFFFFF;
  padding-left: 18px !important;
  width: 100%;
  color: rgba(0,0,0,0.4);
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.password-reset__input-wrapper{
  margin-bottom: 25px;
}
.password-reset__submit{
  height: 52px;
  max-width: 545px;
  border-radius: 5px;
  background-color: #1875D1;
  margin-bottom: 16px;
}
.password-reset__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 20px;
}
.password-reset-header__logo{
  width: 200px;
  height: inherit;
  margin-left: 50px;
  margin-top: 10px;
}

.password-reset p {
  color: #5C5C5C;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.btn-verify {
  padding: 5px;
  float: right;
  text-transform: uppercase;
  background: #6297f2;
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
}
.btn-verify:hover {
  background: #2a55b1;
}
.btn-verify:active {
  background: #ff7d49;
}

#industryForm .textfield {
  height: 43px;
  padding: 10px 10px 10px 18px;
}

.postSignup__content__button-container {
	text-align: center;
	margin-top: 18px;
}

.postSignup__content__button-submit {
	max-width: 525px;
	width: 100%;
    margin: 0 auto;
    outline: 0;
    border-radius: 5px;
    background-color: #F0800E;
    color: #FFFFFF;

    padding: 14px 32px;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.postSignup__content__button-submit:hover {
    background: #ec8823;
}

.postSignup__content__skip-container {
	display: block;
	margin: 16px 0px 31px;
}

.postSignup__content__link-skip {
    color: #5C5C5C;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.postSignup__content__link-skip:hover {
	text-decoration: underline;
}

/* ------------------------------------------
 * TABLET & MOBILE VIEW
 * ------------------------------------------ */
@media (max-width: 1023px) {

  /* --------------------------------
   * GENERAL
   * -------------------------------- */
  .block {
    line-height: 30px;
  }
  .block .header {
    padding: 44px 80px 16px;
  }
  .block h1 {
    line-height: 48px;
    font-size: 48px;
  }

  body {
    min-width: 320px;
  }

  .info-area {
    padding-left: 36px;
    padding-right: 36px;
  }
  .info-area h2 {
    margin: 0 0 23px;
  }
  .info-area h2 a{
    pointer-events: none;
    cursor: default;
  }
  .info {
    margin: 0 0 38px;
  }

  #main {
    padding: 59px 0 0;
  }

  .section {
    padding: 40px 36px 16px;
  }
  .section .col {
    padding: 0 34px 0 0;
  }

  .tablet-width-auto {
  	width: auto;
  }

  /* ---------------------------------
   * HEADER & FOOTER
   * --------------------------------- */
  .copyright {
    padding: 10px 0 0;
  }

  #footer {
    line-height: 13px;
    font-size: 12px;
  }

  #footer .logo {
  	margin: 0;
  }

  .footer-holder {
    padding: 36px 39px 66px;
  }

  .header-holder {
    padding: 14px 39px 12px;
  }

  .home #header {
    background: #1875D1;
  }

  .logo {
    float: left;
    margin: 0 auto;
  }

  .nav-holder {
  	float: right;
  	margin-top: 6px;
  }

  #nav {
    padding: 0;
    font-size: 24px;
    font-weight: lighter;
  }

  #nav div {
  	font-size: 18px;
  	width: 100%;
  	padding:0;
  }

  /* ---------------------------------
   * FORM
   * --------------------------------- */
  .form-holder {
  	width: 85%;
  }

  /* ----------------
   * SIGNUP PAGE
   * ---------------- */
  .signup-page__container{
    margin: 0 10%;
  }
  .signup-page__title-container{

    width: 377px;
    max-height: none;
  }
  .signup-page__title{
    margin-top: 0;
  }
  .signup-page__form {
    top: 0;
    max-width: 100%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }

  .signup-page__product-preview {
    margin-left: 0;
  }

  .plan-info-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .plan-info-box {
  	max-width: 100%;
    max-height: initial;
    margin: 48px 0;
    margin-left: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }

  /* ----------------------------
   * SIGNUP SUCCESS PAGE
   * ---------------------------- */
  .success_text {
	width: 100%;
  }

  /* -----------------
   * RECOVER ccccccccccccccccccccccccPAGES
   * ----------------- */

  .recover-title {
  	padding-bottom: 0;
  }
  .password-reset__submit,
  .password-reset__input-field {
    max-width: inherit;
  }
  .password-reset .two-btn, .password-reset .two-box{
    width: 100%;
  }

}


/* ------------------------------------------
 * MOBILE ONLY VIEW
 * ------------------------------------------ */
@media (max-width: 767px) {

  /* --------------------------------
   * GENERAL
   * -------------------------------- */

  #main {
    padding: 60px 0 0;
  }

  .block {
    line-height: 24px;
    font-size: 18px;
  }
  .block .header {
    padding: 25px 26px 26px;
  }
  .block h1 {
    margin: 0 0 12px;
    line-height: 29px;
    font-size: 24px;
  }

  .info-area {
    padding: 0;
  }
  .info-area h2 {
    margin: 0;
  }
  .info-area h2 a {
    pointer-events: auto;
    cursor: auto;
  }

  .info {
    margin: 0;
    padding: 0 15px;
    border-top: 1px solid #c9c9c9;
  }
  .info:first-child {
    border: none;
  }

  .info h2 {
    font-size: 24px;
  }

  .password-reset .info h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 26px;
  }

  .info.add {
    width: 100%;
    border-top: 1px solid #c9c9c9;
  }

  .info-area {
    font-size: 18px;
    padding-top: 37px;
    padding-bottom: 60px;
  }

  .section {
    border-top: 1px solid #c9c9c9;
    padding: 19px 0 4px;
  }
  .section h1 {
    margin: 0 3px 16px 9px;
  }
  .section .col {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  .floating-text-field label{
    font-size: 12px;
  }

  /* --------------------------------
   * HEADER & FOOTER
   * -------------------------------- */
  .copyright {
    text-align: left;
    padding: 0 0 5px;
  }

  .copyright i {
    margin: 0 0 0 -5px;
  }

  /* Heart logo */
  .fa {
    padding-left: 5px;
  }

  #footer {
    line-height: 18px;
    font-size: 18px;
    padding: 25px 10px 15px;
  }

  #footer .logo {
  	display: none;
  }

  .footer-holder {
    padding: 0;
  }

  #header {
    background: #1c7dc0;
  }

  .header-holder {
    padding: 28px 17px;
  }

  .logo {
    width: 18px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    float:none;
    margin: -15px auto 0;
  }

  #love {
   display: block;
  }

  #nav {
  	float: none;
  }

  #nav div {
    font-size: 18px;
    width: 100%;
    padding: 0 0;
  }

  .nav-holder {
  	float: right;
  }

  /* ---------------------------------
   * TITLE BAR
   * --------------------------------- */

  .divider {
  	display: none;
  }

  /* ---------------------------------
   * FORMS
   * --------------------------------- */
  .btn-blue {
  	padding: 18px;
  }

  .form-holder {
  	margin-top: 0px;
  }

  .form-mobile-full {
  	width: 100%;
  }

  .two-btn {
  	width: 100%;
  }

  .two-btn-right, .two-btn-center {
  	margin-top: 25px;
  	text-align: center;
  }

  /* -----------------
   * SIGNUP PAGE
   * ----------------- */
  .signup-page{
    background-size: 100% 11%;
  }
  .plan-info-side {
  	width:100%;
  }
  .signup-header {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .signup-header__logo{
    left: 0;
  }
  .signup-header__message{
   display: none;
  }
  .signup-page__title-container{
    margin-top: 25px;
    width: initial;
  }
  .signup-page__top-container {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-webkit-flex-direction: column-reverse;
  	    -ms-flex-direction: column-reverse;
  	        flex-direction: column-reverse;
  }
  .signup-page__product-preview{
    width: 100%;
  }

  .signup-page__form{
    top: 50px;
  }
  .g-recaptcha {
    -webkit-transform:scale(0.85);
        -ms-transform:scale(0.85);
            transform:scale(0.85);
    -webkit-transform-origin:0 0;
        -ms-transform-origin:0 0;
            transform-origin:0 0;
  }


  /* -----------------
   * VERIFY PAGE
   * ----------------- */

   .postSignup__qts-logo {
     position: relative;
     display: block;
     margin: 0 auto;
   }

   .postSignup__header-label {
     display: none;
   }

   .postSignup__header__title {
     margin-top: 50px;
     margin-bottom: 20px;
     font-size: 24px;
     line-height: 29px;
   }

   .postSignup__header__body {
     max-width: 273;
     font-size: 15px;
     line-height: 17px;
   }

   .postSignup__content__title {
     max-width: 208px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 30px;
     font-size: 24px;
     line-height: 29px;
   }

   .postSignup__customer-section {
     margin-top: 30px;
   }

   .postSignup__content__section {
     max-width: 262px;
   }

   .buttonGroup {
     display: -ms-grid;
     display: grid;
   }

   .postSignup__content__button-submit {
     width: 262px;
   }

  /* -----------------
   * RECOVER PAGES
   * ----------------- */
  #recover_submit_wrapper, #submit_wrapper {
  	margin-bottom: 45px;
  }

  .recover-title {
  	margin-top: 30px;
  }
  .info h2, .recover-title h2{
    font-size: 24px;
  }
  .password-reset__header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
  }
  .password-reset-header__logo {
    margin-left: 0;
    margin-top: 20px;
  }

}

/* Forces titles to put at least two words on the second line */
@media (max-width: 384px) and (min-width: 340px) {
  .info-area h2 {
    margin-right: 45px;
  }
}

/* Forces text to put at least two words on the second line */
@media (max-width: 409px) {
	.info .cause_wrap {
		margin-right: 25px;
	}
}

@font-face {
  font-family: 'qts-icon-set';
  src: url('../fonts/icomoon/fonts/qts-icon-set.ttf') format('truetype'), url('../fonts/icomoon/fonts/qts-icon-set.woff') format('woff'), url('../fonts/icomoon/fonts/qts-icon-set.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-check-white:before {
    content: "\e91f";
    font-family: 'qts-icon-set' !important;
    font-size: 18px;
}

.icon-check-white {
    color: rgba(255,255,255,0.75);
}
.report-unsubscribe {
	overflow: hidden;
}
.report-unsubscribe .message__text {
    color: rgba(0,0,0,0.75);
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    max-width: 760px;
    display: inline-block;
}

.report-unsubscribe .message__section .icon-success {
    background-color: rgb(100,182,7);
    border-radius: 50%;
    height: 38px;
    width: 38px;
    padding-top: 7px;
    padding-right: 3px;
    margin-bottom: 16px;
    margin-top: 48px;
}

.report-unsubscribe .message__section .icon-failure {
    background: url('/admin/static/images/icons/error.svg') no-repeat;
    background-size: contain;
    content: "";
    padding-right: 10px;
    margin-bottom: 16px;
    height: 34px;
    width: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
}

.icon-container {
    display: inline-block;
}

.report-unsubscribe .message__logo {
    display: inline-block;
}

.report-unsubscribe .message__logo  .qts-logo {
    background: url(https://s3.amazonaws.com/quicktapsurvey/static/logo/fs/qts-logo.svg) no-repeat;
    width: 230px;
    height: 40px;
}

.report-unsubscribe .message__container {
    margin-top: 20%;
    display: block;
    text-align: center;
}
.terms-and-conditions__checkbox{
  -webkit-appearance: checkbox;
}
.warning-banner {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    color: #f9b325;
    background-color: #fcf8e3;
    border-radius: 3px;
    border: 1px solid #f9b325;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.warning-banner__icon {
    background: url(/admin/static/images/icons/warning.svg) no-repeat;
    height: 17px;
    width: 20px;
    position: absolute;
}
.warning-banner__message {
    margin-left: 30px;
    font-weight: 400;
}