.site-content {
  overflow: visible !important; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
.row-one {
  position: relative;
  min-height: calc(100vh - 95px);
  background-image: url("/images/campaign_smile/head.jpg");
  background-position: center;
  background-size: cover;
  padding: 40px 0; }
  .row-one .p-main-title {
    font-size: 50px;
    color: #ef4123;
    font-weight: 800; }
  .row-one:after {
    position: absolute;
    display: block;
    bottom: 15px;
    left: 50%;
    background-image: url("/images/campaign_smile/arrows.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 50px;
    transform: translateX(-50%);
    animation: bounce 2s infinite; }
    @media (min-width: 1px) and (max-width: 767px) {
      .row-one:after {
        display: none; } }
  @media (min-width: 1400px) {
    .row-one {
      padding-top: 8vw; } }
  @media (max-width: 989px) {
    .row-one {
      background-position: center right; } }
  @media (min-width: 1px) and (max-width: 767px) {
    .row-one .text-center {
      max-width: 80%;
      margin: auto; } }
  .row-one .p-text-black {
    color: #50585d;
    margin-top: 7vh;
    font-size: 15px; }
  .row-one .p-text-wrapper {
    margin-top: 30px;
    padding: 0 0 0 12%;
    color: #fff;
    font-weight: 300; }
    .row-one .p-text-wrapper p {
      font-size: 18px;
      margin-top: 30px; }
  .row-one .logo-and-heading-img {
    max-width: 80%;
    display: block;
    margin: auto; }

.p-terms-link {
  position: fixed;
  z-index: 10;
  top: 150px;
  right: 0;
  border: 3px solid #fff;
  padding: 10px 15px;
  border-right: none; }
  .p-terms-link span {
    word-wrap: break-word;
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
  @media (min-width: 1px) and (max-width: 767px) {
    .p-terms-link {
      top: 82px; }
      .p-terms-link span {
        font-size: 1.3rem;
        top: 27%; } }

.row-two {
  background-image: url("/images/campaign_smile/r2_bg.jpg");
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 90px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .row-two {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .row-two .p-rules-title {
    margin-bottom: 60px;
    color: #547c93; }
    @media (min-width: 1px) and (max-width: 767px) {
      .row-two .p-rules-title {
        font-size: 2.4rem; } }
  .row-two .p-rules {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin: auto; }
    @media (min-width: 1px) and (max-width: 767px) {
      .row-two .p-rules {
        flex-direction: column; }
        .row-two .p-rules .p-rule {
          margin-bottom: 30px; }
          .row-two .p-rules .p-rule .p-rule-image {
            width: 60px; } }
    .row-two .p-rules .p-rule {
      display: flex; }
      .row-two .p-rules .p-rule img {
        width: auto;
        height: 4vw;
        max-height: 100px; }
      .row-two .p-rules .p-rule p {
        padding: 0 30px 0 15px;
        color: #000;
        font-size: 1.6rem; }
      @media (min-width: 992px) {
        .row-two .p-rules .p-rule:last-of-type p {
          min-width: 330px; } }

.row-three {
  min-height: 933px;
  background-image: url("/images/campaign2/form_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px;
  padding-bottom: 90px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .row-three {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .row-three h1 {
    color: #00999b;
    margin-bottom: 0px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .row-three h1 {
        font-size: 2.8rem;
        margin-bottom: 0px; } }
    @media (min-width: 426px) and (max-width: 768px) {
      .row-three h1 {
        margin-bottom: 0px; } }
  .row-three form {
    width: 35vw;
    margin: auto;
    max-width: 450px;
    padding-top: 200px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .row-three form {
        width: 90%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .row-three form {
        width: 80%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .row-three form {
        width: 70%; } }
    @media (min-width: 1200px) {
      .row-three form {
        width: 60%; } }
    .row-three form .form-group {
      margin-bottom: 10px !important; }
    .row-three form label {
      color: #1c3444;
      font-weight: 400;
      font-size: 16px;
      line-height: normal; }
      @media (min-width: 1px) and (max-width: 767px) {
        .row-three form label {
          font-size: 1.8rem; } }
    .row-three form input, .row-three form textarea {
      background: url("/images/campaign_smile/input.png") center no-repeat;
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
      color: #1c3444;
      font-weight: 300;
      font-size: 1.6rem;
      background-size: cover !important; }
      .row-three form input[type=number], .row-three form textarea[type=number] {
        -moz-appearance: textfield; }
        .row-three form input[type=number]:-webkit-inner-spin-button, .row-three form input[type=number]::-webkit-outer-spin-button, .row-three form textarea[type=number]:-webkit-inner-spin-button, .row-three form textarea[type=number]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
    .row-three form input[name=photo] {
      opacity: 0; }
    .row-three form label[for=photo] {
      position: relative;
      width: 100%; }
      .row-three form label[for=photo] span {
        background: url("/images/campaign_smile/input.png") center no-repeat;
        background-size: cover !important;
        position: absolute;
        bottom: -38px;
        right: 0;
        left: 0;
        height: 34px;
        color: #1c3444;
        font-weight: 300;
        font-size: 1.6rem;
        text-align: left;
        padding-top: 10px;
        padding-left: 10px; }
    .row-three form textarea {
      min-height: 100px; }
    .row-three form input[name=terms] {
      opacity: 0; }
    .row-three form label[for=terms] {
      color: #4f5361;
      font-size: 14px;
      position: relative;
      margin-top: 45px; }
      @media (min-width: 1px) and (max-width: 767px) {
        .row-three form label[for=terms] {
          margin-left: 30px; } }
      .row-three form label[for=terms] a {
        color: #4f5361;
        text-decoration: underline; }
      .row-three form label[for=terms]:before {
        content: '';
        position: absolute;
        left: -30px;
        top: 0;
        width: 20px;
        padding-top: 2px;
        height: 20px;
        font-family: FontAwesome;
        background: #d4f4f2; }
    .row-three form input[name=terms]:checked + label:before {
      content: '\f00c'; }
    .row-three form button[type=submit] {
      background: url("/images/campaign_smile/submit.png") center no-repeat;
      background-size: cover;
      border: none;
      color: #1c3444;
      font-weight: 400;
      font-size: 2.2rem;
      padding: 15px 20px; }

.row-four {
  background-image: url("/images/campaign2/r4_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 140px;
  position: relative; }
  @media (min-width: 1px) and (max-width: 767px) {
    .row-four {
      padding-top: 30px;
      padding-bottom: 60px; } }
  .row-four:before {
    position: absolute;
    content: '' !important;
    top: 90px;
    right: 70%;
    bottom: 0;
    left: 0;
    background-image: url("/images/campaign2/r4_lady.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block; }
    @media (min-width: 1px) and (max-width: 767px) {
      .row-four:before {
        display: none; } }
  .row-four .row-four-wrapper {
    width: 50%;
    max-width: 900px;
    margin: auto; }
    .row-four .row-four-wrapper h1 {
      color: #009d8d;
      font-weight: 400;
      font-size: 2rem; }
    .row-four .row-four-wrapper img {
      max-width: 290px !important;
      margin: auto; }
    .row-four .row-four-wrapper .p-when {
      display: inline-block;
      padding: 15px 30px;
      margin-top: 30px;
      font-size: 1.6rem;
      background: #2bbaab; }
      .row-four .row-four-wrapper .p-when p {
        color: white;
        margin-bottom: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .row-four .row-four-wrapper {
        width: 90%; }
        .row-four .row-four-wrapper h1 {
          font-size: 2.2rem; }
        .row-four .row-four-wrapper img {
          max-width: 200px !important; } }

@media (min-width: 1px) and (max-width: 767px) {
  #terms-modal .modal-header {
    border-bottom: none; }
    #terms-modal .modal-header button {
      top: 10px;
      right: 10px; }
  #terms-modal .modal-body {
    padding: 0; }
  #terms-modal .modal-content {
    padding: 15px 25px 15px 15px; } }

#thanks {
  display: none;
  text-align: center;
  width: 35vw;
  margin: auto;
  padding-top: 100px;
  max-width: 550px; }
  @media (min-width: 1px) and (max-width: 767px) {
    #thanks {
      width: 90%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #thanks {
      width: 80%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #thanks {
      width: 70%; } }
  @media (min-width: 1200px) {
    #thanks {
      width: 60%; } }
  #thanks h1 {
    margin-bottom: 36px;
    color: #ef4123; }
  #thanks p {
    margin-bottom: 30px;
    font-size: 18px; }
    #thanks p:last-of-type {
      margin-top: 60px; }

section#sponsors {
  color: #fff;
  background: #21262d;
  padding: 60px 0 90px;
  background-image: url("/images/campaign_smile/r2_bg.jpg");
  background-size: 100% 100%; }
  section#sponsors .sponsors h1 {
    margin: 30px;
    font-weight: 300;
    font-size: 18px; }
  section#sponsors .sponsors ul {
    list-style: none;
    display: block;
    text-align: center;
    justify-content: center; }
    section#sponsors .sponsors ul li {
      padding: 0 30px;
      margin: 15px 0;
      margin-bottom: 40px;
      display: inline-block;
      vertical-align: middle; }
      section#sponsors .sponsors ul li img {
        display: block;
        margin: 0 auto;
        height: auto;
        max-width: 100%; }

/*# sourceMappingURL=campaign_smile.css.map */
