body {
	background-color: #87d3e7;
  color: #fff;
}

#mainExtra {
  background-color: #ffffff !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

.container {
  margin-top: 0px;
  max-width: 960px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


.spacerS {
  margin-top: 20px;
}

.spacerSM {
  margin-top: 40px;
}

.spacerM {
  margin-top: 60px;
}

.spacerL {
  margin-top: 90px;
}

.spacerLL {
  margin-top: 120px;
}

.spacerXL {
  margin-top: 200px;
}

.btn {
  background-color: #c20e1a!important;
  border-color: #c20e1a !important;
  color: #fff !important;
}

.btn-primary.focus {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.btn:hover {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.btn:active {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.submit {
  background: url(images/submit.png) no-repeat;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 134px;
  height: 32px;
}

.submitQuestion {
  background: url(images/submit_question.png) no-repeat;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 142px;
  height: 34px;
}

.termsLabel {
  margin-left: 20px;
  font-size: 14px;
  margin-top: -15px !important;
  position: absolute;
  color: #fff;
  font-weight: normal;
}

.pusher {
  margin-top: -20px;
}

input.form-control {
  margin-bottom: -5px !important;
  border-radius: 0 !important;
color: #000 !important;
background-color: #fff !important;
}
.checkbox {
  margin-top:20px !important;
  display: flex;
  justify-content: center;
  margin-left: -430px;
}
input[type="checkbox"] {
  width: 30px !important;
  height: 50px !important;
  margin-top: -30px;
  background-color: #afdcf3 !important;
  opacity: 1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #989898 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #989898 !important;
}

label {
  color: #ffca40 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.red {
  color: #ffffff;
}

.yellow {
  color: #ffe800;
  font-size: 14px;
}

.blue {
  color: #ffffff !important;
}

.terms  {
  color: #fff !important;
}

.terms:hover {
  color: #ffca40 !important;
}

.modal-content {
  color: #000;
}

.modal-content a {
  color: #c20e1a;
}

.modal-content a:hover {
  color: #c20e1a;
}

.imgInline {
  display: inline !important;
}

a:focus {
  font-weight: bold;
  text-decoration: underline;
  color: #74cee1;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #74cee1;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #c20e1a;
}

.offMobile {
  display: normal;
}

.onMobile {
  display: none;
}

.small {
  font-size: 12px;
  padding-right: 100px;
}

.medium {
  font-size: 16px;
}

.logoPush {
  margin-top: 20px;
}

.formBG label {
  color: #009fe3;
  font-weight: bold;
  font-size: 20px;
}

.form-control {
  background-color: #fff;
  border: 0px;
  color: #4d5a94;
  border-radius: 10px;
}

.alert-warning {
  color: #fff;
  background-color: #c20e1a;
  border-color: #c20e1a;
}

@media (max-width: 480px) {

  .termsLabel {
    margin-left: 50px !important;
  }

  .spacerM {
    margin-top: 30px !important;
  }
  .offMobile {
    display: none;
  }
  .onMobile {
    display: block;
  }
  .logoPush {
    margin-right: 0px;
  }
  .small {
    font-size: 12px;
    padding-right: 0px;
  }  .checkbox {
    margin-left: -380px !important;
    margin-bottom: 30px !important;
  }
  input {
    margin-bottom: 0 !important;
    font-size: 16px !important;

  }
  input[type="checkbox"] {
    width: 35px !important;
    margin-left: 0 !important;
    margin-top: -30px;
    height: 35px !important;
  }

  .spacerL {
    margin-top: 10px;
  }
  .spacerSMob {
    margin-top: 30px !important;
  }
  .ribbonTop {
    margin-bottom: -20px;
  }
  .ribbonBottom {
    margin-top: -20px;
  }
}