@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
body {
  font-family: 'Source Sans Pro', sans-serif; }

p {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }

a {
  color: #c00e38;
  cursor: pointer; }
  a:hover {
    color: #c00e38;
    text-decoration: none; }

.btn-disabled {
  cursor: wait;
  opacity: .5; }

.nopad {
  padding: 0; }

.competition-slogan {
  margin-bottom: 15px; }

.prizeinfo {
  text-align: center; }
  .prizeinfo a {
    color: #c00e38;
    font-size: 20px;
    font-weight: 400; }

.competition-form-wrap img {
  margin-bottom: 15px; }
.competition-form-wrap p {
  padding-bottom: 10px; }

#competition-form {
  font-size: 16px; }
  #competition-form input {
    font-size: 16px; }

.btn-success {
  background-color: #c00e38;
  color: #FFF;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  border: none; }

.btn-no-thanks {
  background-color: #fff;
  color: #636466;
  width: 70%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #636466; }

.form-control {
  border-radius: 0; }

.radio-label {
  display: inline-block;
  width: 219px; }

.radio-option {
  display: inline-block;
  width: 52px; }

.tandc {
  font-size: 16px;
  text-align: center;
  font-weight: 400; }

.facebooklike {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  color: #636466; }

.fb_iframe_widget {
  margin-left: 45%;
  padding-bottom: 20px; }

.footer p {
  font-size: 14px;
  color: #636466; }
.footer .text {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  font-weight: 600; }
.footer img {
  padding: 10px; }

@media (min-width: 768px) and (max-width: 1199px) {
  p {
    font-size: 16px; }

  .form-control {
    height: 25px;
    padding: 0px 12px; }

  #competition-form {
    font-size: 13px; }
    #competition-form input {
      font-size: 13px; }

  .form-group {
    margin-bottom: 10px; } }

/*# sourceMappingURL=app.min.css.map */
