@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: "Scandia";
    src: url("Fonts/Scandia-Regular.woff2") format("woff2"),
         url("Fonts/Scandia-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Scandia";
    src: url("Fonts/Scandia-RegularItalic.woff2") format("woff2"),
         url("Fonts/Scandia-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Scandia";
    src: url("Fonts/Scandia-Light.woff2") format("woff2"),
         url("Fonts/Scandia-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Scandia";
    src: url("Fonts/Scandia-LightItalic.woff2") format("woff2"),
         url("Fonts/Scandia-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Scandia Medium";
    src: url("Fonts/Scandia-Medium.woff2") format("woff2"),
         url("Fonts/Scandia-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Scandia";
    src: url("Fonts/Scandia-MediumItalic.woff2") format("woff2"),
         url("Fonts/Scandia-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Scandia";
    src: url("Fonts/Scandia-Bold.woff2") format("woff2"),
         url("Fonts/Scandia-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Scandia";
    src: url("Fonts/Scandia-BoldItalic.woff2") format("woff2"),
         url("Fonts/Scandia-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Scandia Stencil";
    src: url("Fonts/Scandia-Stencil.woff2") format("woff2"),
         url("Fonts/Scandia-Stencil.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


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

button.enter-again,
.button.enter-again {
  background: transparent url("../images/but2-mobile.png") center no-repeat;
  background-size: contain;
}
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 #facebook-share-button {
  width: 69px;
  height: 25px;
  background: url("../images/send-button.png") center top no-repeat;
  background-size: contain;
  border-radius: 8px;
    margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .fbcontainer {
    display: block;
  }
}

input:not([type=checkbox]),
select,
textarea {

  flex: 1 1 100%;
  padding: 13px 15px;
  margin-bottom: 0px;
    font-family: "Scandia", sans-serif;
  font-size: 14px;
  background-color: #FFFFFF;
    color: #000000;
    width : 100%;
    border: 1px solid #000000;
}


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: 120%;
    margin-left: 5px;
    font-size: 14px;
    color: #000000;
    text-align: left;
    position: relative;
    z-index: 0;
}
label.checkbox-field {
  position: relative;
  display: flex;
  margin: 3px 0 0 0;
  justify-content: center;
  align-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: solid 1px black;
  background-color: #fff;

}
:checked + label.checkbox-field:before {
  content: "✓";
   /* top: 2px;
    position: absolute;
    margin-top: -2px;*/
    content: "✓";
    font-family: 'Apple Symbols', 'Helvetica Neue', Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;

}
:disabled + label.checkbox-field {
  background-color: #fff;
}

* {
  box-sizing: border-box;
}


body {

    font-family: "Scandia", 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%;
}

header img {
    height: 37px;
    margin: 40px 0 40px 0;
}

.link-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 26px;
    font-weight: normal;
    font-family: "Scandia Medium", sans-serif;
}

.facebook-text{
    display: none;
}

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

.link-title.whatsapp-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media screen and (min-width: 1000px) {

    header img {
        height: 50px;
        margin: 40px 0 40px 0;
    }

    input:not([type=checkbox]),
    select,
    textarea {
        border: none;
    }

    label.checkbox-field {
        border: none;
    }

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

    #facebook-share-button{
        display: block;
    }

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

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

    .facebook-text{
        display: flex;
    }
}

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: 15px;
  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: 16px;
    color: #000000;
    background: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 1000px) {


    button,
    .button {
        width: 200px;
        height: 45px;
        background: transparent url("../images/but1.png") no-repeat center;
    }

    button.enter-again,
    .button.enter-again {
        background: transparent url("../images/but2.png") center no-repeat;
        background-size: contain;
    }

}

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: 22px;
}



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


h1.page-heading .heading-text {
    font-family: "Scandia", sans-serif; font-weight: bold;
    color: #000000;
    font-size: 30px;
    margin-top: 18px;
    margin-bottom: 5px;
    line-height: 120%;

}

h1.page-heading img {
    width: 100%;
}


@media screen and (min-width: 1000px) {
    h1.page-heading img {
        width: 100%;
    }

  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%;*/
  /*font-size: 13px;*/
  margin-top: 30px;
  /*  margin-bottom: 20px;*/
  /*  !*width: 410px;*!*/
    display: block;
    padding: 0 0 18px 0;
    line-height: 1.3;
    font-size: 14px;
    width: 250px;
}



form {
  background: none;
  width: 100%;
}
form.secondary {
  padding: 0;
  background: none;
}
form section {
  /*margin-bottom: 10px;*/
}
/*form section.terms {*/
/*  margin-top: 7px;*/
/*}*/
form section.terms a {
  text-decoration: underline;
}
form .field-row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 18px;
}
form .field-row.checkbox {
  margin-bottom: 0px;
  align-items: flex-start;
  flex-flow: nowrap;
  position: relative;
}
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;

}
header .homelink {
  padding: 0px;
  text-decoration: none;
}

/* todo check if logo size width change is ok, for matching proof*/
@media screen and (min-width: 999px) {
  header {
    background-color: #ffffff;
  }
}

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;

  /* 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;*/
  /*}*/
}

.hero-image {
    font-size: 0; /* no vertical visual space under image */
    margin: 0 0 20px 0;
}

.hero-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.footer-desktop {
    display: none;
}

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

span.page2-subheading{
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "Scandia", sans-serif; font-weight: bold;
}



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

.desktop-break {
    display: none;
}




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

    main .wrapper .wrapper-inner {
        max-width: 420px;
        width: 100%;
        padding: 0;
        margin: 0 0 90px 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: 30px;
    }

    main .wrapper .step-title,
    main .page-heading{
        display: block;
        padding: 0 0 26px 0;
        line-height: 1.3;
        font-family: "Scandia Medium", sans-serif;
        font-size: 18px;
    }

    main .wrapper .important-text .step-title{
        padding: 0;
    }

    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 (min-width: 1000px) {
    main .wrapper{
        background-color:  transparent;
    }
    .desktop-break {
        display: block;
    }
    .mobile-break {
        display: none;
    }

    main .wrapper .wrapper-inner {
        padding: 0;
        margin-bottom: 30px;
        margin: 116px 0 0 0;

    }

    .hero-image img {
        display: none;
    }

    main#content.constrained {
        flex-direction: row;
        max-width: 1200px;
        height: 780px;
    }

    .footer-mobile {
        display: none;
    }

    .footer-desktop {
        display: block;
    }
}


@media screen and (min-width: 1000px) {

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


    main.confirmation-member .wrapper .wrapper-inner{
        margin-top: 108px;
    }
    main div.wrapper h1.step-title {
        margin-top: 10px;
    }

  .page1, .page3{
      margin: 0 0 0 0;
  }

  main .wrapper.long-content .step-title {
    padding: 22px 10px 8px 10px;
  }
  main .wrapper [class^=step] {
      /*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;

  }
    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: 0;
        right: 0;
        height: 780px;
    }
  main.flex-alignment {
    align-items: flex-start;
  }
  main .hero-image {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
    /*.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: 16px;
        line-height: 120%;
    }

    /* iOS Safari/Chrome checkbox fix */
    /*[type=checkbox] {
        width: 44px !important;
        height: 44px !important;
        left: -14px !important;
        top: -14px !important;
        outline: 3px solid green !important;
        position: absolute !important;
        display: block !important;
    }*/
}

@media screen and (max-width: 380px) {
    .heading-text img {
        width: 100% !important;
    }
    h1.page-heading .heading-text .desktop-break{
        display: none;
    }
    main#content div.wrapper div.wrapper-inner .step-two{
        width: 100%;
    }
}

/*@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;*/
}



.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;
}

