@charset "UTF-8";
.m-b-xs {
  margin-bottom: 2%;
}

.m-b-md {
  margin-bottom: 10%;
}

.m-t-xs {
  margin-top: 2%;
}

.m-t-sm {
  margin-top: 5%;
}

* {
  outline: 0 !important;
}

body {
  padding: 2% 0;
 	background-color: #FFFFFF;
  height: 100%;
  margin: auto;
  width: 70%;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  color: #FBB900;
  text-transform: uppercase;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  color: #1d1e22;
}

a {
  color: #074E90;
}
a:hover {
  text-decoration: none;
  color: #FBB900;
}

#survey-form label,
#survey-form .labels {
  display: block;
  margin-bottom: 2%;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #074E90;
  letter-spacing: 0.5px;
}
#survey-form input::-webkit-input-placeholder {
  color: transparent !important;
}
#survey-form input::-moz-placeholder {
  color: transparent !important;
}
#survey-form input:-ms-input-placeholder {
  color: transparent !important;
}
#survey-form input:-moz-placeholder {
  color: transparent !important;
}
#survey-form input,
#survey-form select {
  display: block;
  width: 100%;
  overflow: hidden;
  outline: none;
  border: 2px solid #333;
}
#survey-form input {
  margin-top: 1.5%;
  padding: 0 0 5px 0;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #074E90;
  font-size: 1.1em;
  font-weight: 300;
  color: #1d1e22;
}
#survey-form input:focus {
  border-color: #FBB900;
}
#survey-form [type=checkbox],
#survey-form [type=radio] {
  display: inline-block;
  width: auto;
  margin: 0px 10px 0 0;
}
#survey-form [type=checkbox],
#survey-form [type=radio] {
  display: inline-block;
  margin: 0 10px 0 0 !important;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 23px;
  width: 23px;
  transition: all 0.15s ease-out 0s;
  background: #37404a;
  color: #FFF;
  cursor: pointer;
  outline: none;
  z-index: 1000;
  border: 1px solid #FFF;
}
#survey-form [type=checkbox]:hover,
#survey-form [type=radio]:hover {
  border-color: #85FFC7;
}
#survey-form [type=checkbox]:checked:before,
#survey-form [type=radio]:checked:before {
  display: inline-block;
  height: 21px;
  width: 21px;
  position: relative;
  left: 0;
  bottom: 0;
  content: "X";
  text-align: center;
  font-family: "Roboto";
  line-height: 20px;
  font-size: 15px;
  color: #FBB900;
}
#survey-form [type=checkbox]:focus,
#survey-form [type=radio]:focus {
  outline: none;
  border-color: #FFF;
}
#survey-form [type=radio] {
  border-radius: 50%;
}
#survey-form [type=radio]:after {
  border-radius: 50%;
}
#survey-form [type=number] {
  width: 45px;
}
#survey-form [type=number]::-webkit-inner-spin-button, #survey-form [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#survey-form select {
  height: 40px;
  padding-left: 5px;
  background-color: #FFFFFF;
  border: 2px solid #074e90;
  color: #1d1e22;
}
#survey-form select option {
  padding: 5px 10px;
  font-weight: 300;
  cursor: pointer;
}
#survey-form select option:hover {
  background-color: #85FFC7;
}
#survey-form textarea {
  resize: none;
  margin-top: 2%;
  padding: 10px 10px 0px 20px;
  width: 100%;
  height: 90px;
  color: #85FFC7;
  background-color: #37404a;
  border: 2px solid #FFF;
}
#survey-form .btn {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 3% 0 0 0;
  height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #FBB900;
  border-radius: 0;
  font-weight: 500;
  font-size: 1.2em;
  color: #FBB900;
  text-align: center;
  background: none;
  transition: color 0.25s ease;
}
#survey-form .btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FBB900;
  transform-origin: left;
  transition: width 0.5s ease;
  z-index: -1;
}
#survey-form .btn:hover {
  color: #37404a;
}
#survey-form .btn:hover:after {
  width: 100%;
}
#survey-form fieldset {
  margin: 5% 0 0 0;
}

.copyright {
  text-align: center;
  font-size: 10px;
  color: #FFF;
}
.copyright i {
  color: #EF5350;
}

label.long.btn.btn-default.btn-piccolo {
  height: 30px !important;
 
  margin: 1% 0 3% 0 !important;
  
  }


@media only screen and (max-width: 600px) {
  body {
    padding: 8% 0;
  }
}