/*Mixins*/
/*Reset*/
html, body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

textarea, input, input:focus {
  box-shadow: none !important;
  outline: none !important; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px; }

/*Main*/
#logo {
  width: 230px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px; }

::selection {
  background: #21D36B;
  color: #ffffff; }

::-moz-selection {
  background: #21D36B;
  color: #ffffff; }

/* .row{max-width:555px;} */
body {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover; }

.v-center-row {
  position: relative;
  top: 50%;
  transform: translateY(-51%); }

#thank-you-wrapper {
  display: none;
  text-align: center;
  color: #ffffff; }

.thank-you {
  width: 100%; }

#main-wrapper-row {
  display: block; }

h1 {
  text-transform: uppercase;
  margin: 0px 0px 14px 0px;
  padding: 0px; }

h1 img {
  width: 100%; }

h2 img {
  width: 100%;
  margin: 0px 0px 13px 0px; }

p {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 23px;
  margin: 0px 0px 15px 0px; }

input[type=number], input[type=text], input[type=email] {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px;
  outline: 0px;
  height: 50px;
  text-indent: 8px;
  margin: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 18px;
  color: #000000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-borer-radius: 0;
  -ms-border-radius: 0; }

input[type=number]:focus, input[type=text]:focus, input[type=email]:focus {
  background-color: white;
  border: 0px;
  outline: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

input[type=number]:hover, input[type=text]:hover, input[type=email]:hover {
  background-color: white;
  border: 0px;
  outline: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

#checkbox-wrapper {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px; }

#checkbox-wrapper input {
  width: 30px;
  height: 30px;
  display: block; }

input[type=submit] {
  background-color: #21D36B;
  border: 0px;
  width: 100%;
  height: 70px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

input[type=submit]:hover {
  background-color: #2EE67A;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

#form .row {
  margin: 0px -6px; }

#form .row .columns {
  padding: 6px; }

ul, li {
  margin: 0px;
  padding: 0px; }

.easy-autocomplete {
  width: 100% !important; }

/*autocomplete*/
.easy-autocomplete {
  position: relative; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  color: #a7a7a7;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 12px;
  border-top: 1px solid #f7f7f7; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #000000;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  font-weight: normal; }

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: bold;
  color: #000000; }

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic; }

.custom-checkbox {
  cursor: pointer; }

.custom-checkbox span {
  float: right;
  width: calc(100% - 46px);
  color: #ffffff;
  font-size: 14px;
  margin: -6px 0px 0px 0px; }

.cb-wrapper {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  float: left; }

.cb-wrapper.active {
  background-color: #21D36B !important;
  background-image: url(../img/check-mark.svg);
  background-repeat: no-repeat;
  background-position: center 11px; }

.callout {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border: 0px;
  text-align: center;
  padding: 20px 0px 33px 0px;
  z-index: 10;
  display: none; }

.callout p {
  font-size: 16px !important;
  line-height: 21px;
  margin: 0px 0px 15px 0px;
  padding: 0px; }

.callout span {
  font-size: 16px !important;
  line-height: 21px;
  color: #550505;
  cursor: pointer;
  background-color: #ffffff;
  padding: 9px 20px 10px 20px; }

.alert {
  background-color: #ff4e4e !important; }

label.error {
  position: absolute;
  height: 4px;
  overflow: hidden; }

input.error {
  background-color: rgba(255, 75, 75, 0.8) !important; }

input.error::-webkit-input-placeholder {
  color: #ffffff; }

input.error:-moz-placeholder {
  color: #ffffff; }

input.error::-moz-placeholder {
  color: #ffffff; }

input.error:-ms-input-placeholder {
  color: #ffffff; }

/*Tablet + Mobile*/
@media screen and (max-width: 1024px) {
  #thank-you-wrapper {
    padding: 10px; } }
/*Mobile*/
@media screen and (max-width: 640px) {
  #logo {
    width: 250px !important;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    top: 23px; }

  #thank-you-wrapper.v-center-row {
    position: relative !important;
    top: 50%;
    transform: translateY(-50%); }

  #main-wrapper-row {
    padding: 90px 20px 26px 20px; }

  body {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .v-center-row {
    position: absolute;
    top: 0px;
    transform: none; } }
