@charset "UTF-8";
#suggested{
    display: none;
    color: #000000;
    font-size: 14px;
}

#suggestion{
    background-color: #f1f1f1;
    color: #000000;
    padding: 2px 10px 2px 10px;

}

@font-face {
    font-family: "SofiaPro";
    src: url("Fonts/SofiaPro.woff2") format("woff2"), url("Fonts/SofiaPro.woff") format("woff");
}

@font-face {
    font-family: "SofiaPro-Medium";
    src: url("Fonts/SofiaPro-Medium.woff2") format("woff2"), url("Fonts/SofiaPro-Medium.woff") format("woff");
}

@font-face {
    font-family: "SofiaPro-Light";
    src: url("Fonts/SofiaPro-Light.woff2") format("woff2"), url("Fonts/SofiaPro-Light.woff") format("woff");
}

/* Breakpoints */
/*$tablet: 900px;*/
/* Colors */
/* Body */
/* Header */
/* Main Area */
/* Form */
/* Buttons */
/* Footer */
button,
.button {
    appearance: none;
    padding: 0px;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    font-family: "SofiaPro", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: none;
    background: #2b4525 url("../images/but1.png") no-repeat center top;
    color: #FFFFFF;
    background-size: cover;
}

button.enter-again,
.button.enter-again {
  background: #d95d30 url("../images/but2.png") center top no-repeat;
  background-size: cover;
}
button:hover,
.button:hover {
  box-shadow: 0 0 6px 1px #000;
}

.error-box {
  display: none;
  color: #000;

  background: #f3f3f3;
  padding: 5px 10px;
  min-height: 38px;
  min-width: 200px;
  margin: 0px auto 15px auto;
    font-size: 12px;
  box-shadow: 0 0 6px 1px #999;
  /*@media screen and (min-width: $mobile) {
    position: absolute;
    right: 50%;
  }*/
}

.fbcontainer {
  margin-bottom: 0px;
    display: none;


}
.fbcontainer #shareBtn {
  width: 80px;
  height: 30px;
  background: url("../images/send-button.png") center top no-repeat;
  background-size: cover;
  border-radius: 3px;
    margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .fbcontainer {
    display: block;
  }
}

input:not([type=checkbox]),
select,
textarea {
  flex: 1 1 100%;
  padding: 11px 15px;
  margin-bottom: 0px;
  font: inherit;
  font-size: 14px;
  border: solid 1px #76777A;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  /*border-radius: 20px;*/
    color: #4A474A;
    width : 100%;
    font-family: "SofiaPro-Light", sans-serif;
}


input:not([type=checkbox]).error,
select.error,
textarea.error {
  border: 1px solid red;
}
input:not([type=checkbox]).error:focus,
select.error:focus,
textarea.error:focus {
  box-shadow: 0 0 5px red;
  border: 1px solid red;
}
input:not([type=checkbox])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox]):-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
input:not([type=checkbox])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000000;
  opacity: 1;
}

* {-webkit-font-smoothing: antialiased;}

[type=checkbox] {
  position: absolute;
  left: 0px;
  opacity: 0;
  z-index: -1;
}

input[type=date] {
  padding: 4px 10px;
}

input[type=date]:before {
  content: attr(placeholder) !important;
  color: #000000;
  margin-right: 0.5em;
}

input[type=date]:focus:before,
input[type=date]:valid:before {
  content: "";
}

input.share-link {
  flex: 1 1 auto !important;
  width: 100%;
    /*text-align: center;*/
    padding: 10px 15px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border-radius: 0;
  background: url("../images/select-arrow.png") no-repeat;
  background-position: calc(100% - 10px) center;
  font-family: inherit;

}

@-moz-document url-prefix() {
    select{
        padding: 7px 10px 8px 6px;
    }

}
select:invalid {
  color: #000000;
  font-weight: normal;
}
/*select option {*/
/*  color: #fff;*/
/*    background-color: #FFFFFF;*/
/*}*/

label {
  font-size: 0.8rem;
  /* Pseudo-checkbox */
}
label:not(.checkbox):not(.checkbox-field) {
  display: block;
  margin-bottom: 3px;
  color: inherit;
}
label.checkbox {
    line-height: 130%;
    margin-left: 8px;
    font-size: 12px;
    /*color: #000000;*/
    text-align: left;
}
label.checkbox-field {
  position: relative;
  display: flex;
  margin: 0;
  justify-content: center;
  align-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
    border: solid 1px #76777A;
    background-color: #ffffff;
}
:checked + label.checkbox-field:before {
  content: "✓";
    top: 2px;
    position: absolute;
}
:disabled + label.checkbox-field {
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

body {

    font-family: "SofiaPro", sans-serif;

  display: flex;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 100vh;
    color: #fff;
}

.constrained {
  max-width: 600px;
  width: 100%;
}

.link-title {
  /*font-size: 18px;*/
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: normal;
}

.link-title.facebook-text {
    display: none;
}

.link-title.fbcontainer span {
    padding-top: 15px;
}

.link-title.whatsapp-text {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: space-between;
    font-size: 16px;
}

.important-text .second-block {
    letter-spacing: -0.63px;
}

@media screen and (min-width: 1000px) {
    .important-text .second-block {
        letter-spacing: normal;
    }

    .link-title.facebook-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

  .link-title {
    display: block;
      /*font-size: 16px;*/
  }

    .link-title.whatsapp-text {
        display: none;
    }
}

img {
  border: 0;
}

.baseline-strip {
  width: 100%;
  margin-top: -12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
}

small {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex: 0;
  font-size: 12px;
  font-weight: normal;
  /*color: #000;*/
  background: none;
  margin-top: 24px;
  margin-bottom: 30px;
}
small.left {
  justify-content: flex-start;
}
small.center {
  justify-content: center;
}
small.right {
  justify-content: flex-end;
}
small a {
  text-decoration: none;
}
small .upper {
  text-transform: uppercase;
}

small.constrained {
    /*padding: 0 10px;*/
    /*color: #000000;*/
    word-spacing: 1px;
}

body {
  font-size: 18px;
    color: #4A474A;
  background: #f8f8f4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}

h1 {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 10px 5px 10px;
}

h1.page-heading {

  background: none;
  /*font-size: 29px;*/
  padding: 0px;
  /*margin-bottom: 0.5em;*/
}



h1.page-heading div {
  font-size: 1rem;
}


h1.page-heading .heading-text {
    font-family: "SofiaPro-Medium", sans-serif;
    /*color: #000000;*/
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 5px;
    line-height: 120%;
    letter-spacing: -0.5px;
}


@media screen and (min-width: 1000px) {
    /*h1.page-heading img {*/
    /*    display: block;*/
    /*}*/

  h1.page-heading .heading-image {
    width: 290px;
    height: 142px;
    background-size: contain;
  }
}

h2 {
  font-size: 1.1rem;
}

a {
  font: inherit;
  color: inherit;
  transition: color 200ms ease;
}
a:hover {
  color: inherit;
}

.important-text {
    line-height: 120%;
  margin-top: 30px;
    margin-bottom: 20px;
    /*width: 410px;*/
}

form {
  background: none;
  width: 100%;
}
form.secondary {
  padding: 0;
  background: none;
}
form section {
  /*margin-bottom: 10px;*/
}
form section.terms {
  padding-top: 2px;
}
form section.terms a {
  text-decoration: underline;
}
form .field-row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 15px;
}
form .field-row.checkbox {
  margin-bottom: 0px;
  align-items: flex-start;
  flex-flow: nowrap;
}
form .field-row.sub-rows {
  display: block;
  margin-bottom: 0px;
}
form .field-row.sub-rows input {
  width: 100%;
}
form .field-row.sub-rows .field-note {
  height: 18px;
  padding-top: 2px;
  color: #6A6A6A;
  font-size: 0.55rem;
}
form .field-row.last-row {
  margin-bottom: 0px;
}
form .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 20px 0;*/
  margin-top: 35px;
}

header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: #f8f8f4;
}
header .homelink {
  padding: 0px;
  text-decoration: none;
}

/* todo check if logo size width change is ok, for matching proof*/
header img {
    height: 140px;
    padding: 42px 0 50px 0;
}
/*@media screen and (min-width: 850px) {*/
/*  header {*/
/*    padding: 30px 0 15px 0;*/
/*  }*/
/*}*/

main {
  display: flex;
  margin-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 1 auto;
  width: 100%;
  max-width: 1100px;
    background-color:  #f8f8f4;
  /* Position Form & Heading */
  /* Position Field Labels */

    /*text-align: center;*/
}
main.flex-alignment {
  align-items: center;
}
main.left {
  align-items: flex-start;
}
main.right {
  align-items: flex-end;
}

@media screen and (max-width: 1000px) {
  main.labels-positioning .field-row:not(.checkbox) {
    flex-wrap: wrap;
  }
  /*main.labels-positioning label {*/
  /*  margin-bottom: 2px;*/
  /*}*/
}


main .hero-image img {
    width: 100%;
    height: auto;
}

.footer-desktop {
    display: none;
}

.footer-desktop small.constrained {
    margin-top: 15px;
}

main .wrapper .step{
    /*align-items: center;*/
}

.desktop-break {
    display: none;
}

@media screen and (min-width: 1000px) {
    h1.page-heading .page3 {
        margin-bottom: 15px;
    }

    .desktop-break {
        display: block;
    }

    main .hero-image img {
        display: block;
        height: 850px;
        width: 250px;
    }

    main#content.constrained {
        flex-direction: row;
        max-width: 1200px;
        height: 760px;
        margin-bottom: 140px;
    }

    .footer-mobile {
        display: none;
    }

    .footer-desktop {
        display: block;
    }
}

@media screen and (min-width: 99px) {
    main .wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        /*max-width: 405px;*/
        align-items: center;
        justify-content: flex-start;
        padding: 10px;
        margin-top: 0;
        margin-bottom: 20px;
        /*text-align: center;*/
    }

    main .wrapper .wrapper-inner {
        max-width: 360px;
        width: 100%;
        padding: 0;
    }


    main .wrapper [class^=step] {
        /*padding: 0 0 30px 0;*/
        width: 100%;
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-left: auto;
        margin-right: auto;
    }

    main .wrapper [class^=step].shop-now-link {
        margin-top: 30px;
        font-size: 0.8rem;
        font-size: 15px;
        justify-content: center;
        flex-direction: row;
    }

    /*main .wrapper [class^=step].enter-again {*/
    /*    padding: 0 0 30px 0;*/
    /*}*/

    main .wrapper [class^=step].enter-again .submit-button {
        margin-top: 10px;
    }

    main .wrapper .step-title {
        display: block;
        padding: 20px 0 28px 0;
        line-height: 1.3;
        font-size: 16px;
        font-family: "SofiaPro-Medium", sans-serif;
    }

    main .wrapper .step-title.small-margin {
        padding: 0px 0px 15px 0px;
    }

    main .wrapper .step-title strong {
        /*font-family: Helvetica, Arial, sans-serif;*/
    }
}



@media screen and (max-width: 600px) {
    body header.constrained img {
        height: 104px;
        padding-top: 30px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 450px) {
    /*main .wrapper .wrapper-inner {*/
    /*    max-width: 100%;*/
    /*    padding: 0;*/
    /*}*/

    /*body header.constrained img {*/
    /*    height: 80px;*/
    /*    padding-top: 20px;*/
    /*    padding-bottom: 20px;*/
    /*}*/
}
@media screen and (min-width: 1000px) {
    .footer-desktop {
        position: absolute;
        bottom: 0;
    }

    .footer-desktop .constrained {
        margin: 0;
        padding: 0;
    }

    .wrapper .wrapper-inner .page-heading .heading-text span{
        font-size: 26px;
        display: block;
        padding-top: 8px;
        letter-spacing: normal;
    }

    main.registration-member div.wrapper .wrapper-inner h1.step-title {
        padding-bottom: 32px;
        padding-top: 20px;
    }

    main.registration-member .wrapper .wrapper-inner .page-heading .heading-text span {
        padding-top: 10px;
    }


    main .wrapper .step-title {
        font-size: 18px;
    }

    main .wrapper form section.terms {
        padding-top: 5px;
    }

    label.checkbox {
        font-size: 13px;
    }

    .important-text span.first-block {
        display:inline-block;
        width: 390px;
    }

  main .wrapper {
      width: 50%;
      margin-top: 0;
      margin-right: 500px;
      margin-left: 0;
      height: 100%;
  }

  main .wrapper .wrapper-inner {
    max-width: 400px;
    margin-bottom: 30px;
    margin-top: 50px;
      /*text-align: center;*/
  }


    main.confirmation-member .wrapper .wrapper-inner{
        /*margin-top: 150px;*/
    }

    main div.wrapper h1.step-title {
        /*margin-top: 2px;*/
        padding-bottom: 32px;
        padding-top: 42px;
    }

  .page1, .page3{
      /*margin: 0 -25px 0 -25px;*/
  }

  main .wrapper.long-content .step-title {
    padding: 22px 10px 8px 10px;
  }
  main .wrapper [class^=step] {
      margin-left: auto;
      margin-right: auto;
      /*text-align: center;*/
  }

}
main img.bg{
    display: none;
}

@media screen and (min-width: 1000px) {
  main {
    height: 660px;
    position: relative;
      flex-direction: column;
  }
  main .wrapper {
      z-index: 10;
      margin-bottom: 60px;

  }
    main  div.bg {
        background: url("../images/background.jpg") center no-repeat;
        background-size: cover;
        display: block;
        z-index: 0;
        margin:0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 650px;
        right: 0;
        height: 760px;
        max-width: 550px;
    }
  main.flex-alignment {
    align-items: flex-start;
  }
  main .hero-image {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
    /*.wrapper-inner.confirmation .page-heading{*/
    /*    display: none;*/
    /*}*/

    /*main div.wrapper div.wrapper-inner {*/
    /*    max-width: 400px;*/
    /*}*/

    .wrapper-inner.confirmation h1.step-title{
        background: none;
        /*font-size: 26px;*/
        line-height: 120%;
    }
}

@media screen and (max-width: 350px) {
    .heading-text img {
        width: 100% !important;
    }
}

/*@media screen and (min-width: 850px) and (max-width: 1199px) {*/
/*    main#content div.bg {*/
/*        right: 350px;*/
/*    }*/

/*    main#content div.wrapper {*/
/*        width: 350px;*/
/*        margin-left: 500px;*/
/*    }*/

/*    main#content div.wrapper div.wrapper-inner {*/
/*        margin-top: 32px;*/
/*    }*/

/*    main#content div.wrapper h1.page-heading {*/
/*        padding: 0 20px;*/
/*    }*/

/*    main div.wrapper h1.step-title {*/
/*        padding: 0 30px 18px 30px;*/
/*    }*/

/*    main#content div.wrapper div.wrapper-inner .step-two {*/
/*        padding: 0 30px;*/
/*    }*/

/*    main#content div.wrapper div.wrapper-inner .step-two {*/
/*        padding: 0 30px;*/
/*    }*/

/*    main#content div.wrapper div.wrapper-inner .step .share-link {*/
/*        max-width: 250px;*/
/*    }*/

/*    main#content div.wrapper div.wrapper-inner .important-text {*/
/*        padding: 0 33px;*/
/*    }*/

/*    main.confirmation-member .wrapper h1.page-heading .heading-text {*/
/*        margin-top: 80px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*    .heading-text img {*/
/*        width: 84% !important;*/
/*    }*/

/*    .duplicate-captain h1.page-heading .heading-text, .confirmation-captain h1.page-heading .heading-text {*/
/*        margin-bottom: 1px;*/
/*    }*/


/*    main#content div.wrapper div.wrapper-inner div.important-text {*/
/*        width: 390px;*/
/*    }*/
/*}*/

#suggested {
    margin-bottom: 10px;
    margin-top: -5px;
}

.alert.dismissable.alert-danger ul {
    margin-top: -5px;
    margin-bottom: 10px;
}

main.registration-member .wrapper .wrapper-inner .page-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main.confirmation-member .wrapper .step-title {
    /*padding: 10px 35px 5px 35px*/
}

/*main.confirmation-member .wrapper [class^="step"].enter-again .submit-button {*/
/*    margin-top: 0px;*/
/*}*/

main.confirmation-captain .wrapper h1.page-heading {
    /*max-width: 380px;*/
}

#shareBtn {
    display: none;
}

.whatsapp-share-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#whatsapp-share-button {
    width: 72px;
    height: 28px;
    background: url("../images/whatsapp-button.png") center top no-repeat;
    background-size: contain;
    border-radius: 3px;
    position: relative;
    margin-top: 10px;
}

@media screen and (min-width: 1000px) {
    #shareBtn {
        display: block;
    }

    #whatsapp-share-button {
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    main#content div.bg {
        max-width: 550px;
        left: 50%;
    }
}
