/*Fonts*/

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'), url('/fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'), url('/fonts/open-sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'), url('/fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'), url('/fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Images*/
.sprite_header_logo {
    background: url('/assets/images/sprite.png') no-repeat -334px -442px ;
    width: 232px;
    height: 127px;
    margin: 20px auto;
}

.sprite_store_ms {
    background: url('/assets/images/sprite.png') no-repeat -5px 0;
    width: 235px;
    height: 71px;
}

.sprite_store_google {
    background: url('/assets/images/sprite.png') no-repeat -243px 0;
    width: 235px;
    height: 70px;
}

.sprite_store_ios {
    background: url('/assets/images/sprite.png') no-repeat -480px 0;
    width: 235px;
    height: 70px;
}


/* Mobile */
@media only screen and (max-device-width: 767px) {
  [class*="mobile hidden"] {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  [class*="mobile hidden"] {
    display: none !important;
  }
}

/* Common page styles */
body {
    font-family: 'open_sansregular';
    font-weight:normal;
    font-size:1em;
    /*line-height: 1.25em;*/
}


h1, h2, h3, h4 {
    font-family: 'open_sansbold', sans-serif;
    color: #391E5F;
}

h1 {
    font-size: 2.5em;
    line-height: 54px;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.4em;
}

a {
    color:#38A2DA;
    text-decoration:none;
}

header .strap h1 {
    margin: 0;
}

header .strap h4 {
    margin-top: 5px;
    font-family: 'open_sansregular';
}

header p {
    font-size: 1.3em
}

header {
    margin-bottom: 10px;
}

nav {
    margin: 10px 0;    
}

nav button {
    margin: 10px auto;
}

.pseudoButton {
    color:#38A2DA;
    background-color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #38A2DA;
    border-radius: 5px;
    cursor:pointer;
    margin: 5px;
    min-width: 150px;
}

.pseudoButton:hover {
    background-color:#38A2DA;
    color: white;
}


footer p {
    color: white;
}

.stripe_nearlywhite {
    background-color: #DDD;
    padding: 10px 0;
}

.stripe_offwhite {
    background-color: #FBFBFB;
    padding: 10px 0;
}

.stripe_purple, .stripe_purple_xs {
    background-color: #391E5F;
    padding: 10px 0;
    color: white;
}

.stripe_purple h2 {
    color: white;
}
.stripe_purpletrans {
    background-color: rgba(57,30,95,0.7);
    padding: 10px 0;
}

section {
    padding: 15px 0;
}

section#faqlink {
    line-height: 80px;
}

/*Home page */

@media only screen and (max-device-width: 768px) {

    /*Don't attempt parallax effect on smaller devices*/
    .parallax { 
        background-image: url("/assets/images/your-world-connected-hero-image.png");
        height: 500px; 

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (min-device-width: 769px) {

    .parallax {
        background-image: url("/assets/images/your-world-connected-hero-image.png");
        height: 500px;
        background-attachment: fixed;/*creates parallax effect*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        margin-top: 20px;
    }
}

/* Registration page */

.reg_title1, .reg_title2 {
    color: #391E5F;
    font-size: 70px;
    font-family: 'open_sansbold';
    text-align: left;
    line-height: 76px;
}

.reg_title2 {
    color: #289AD7;
    padding-top: 0px
}

.blue-number-span {
    font-family: 'open_sansbold';
    color: #289AD7;
    font-size: 24px;
    line-height: 26px;
}


.reg-text-normal {
    font-family: 'open_sansregular';
    font-size: 24px;
    line-height: 26px;
    color: #343434
}

.reg-text-bold {
    font-family: 'open_sansbold';
    font-size: 24px;
    margin-top: 15px;
}

.span-no-padding {
    padding-top: 0px;
    font-size: 50px;
    display: block;
}




/* Show nothing on small screens */
@media only screen and (max-width: 508px) {

    .reg-hero-image {
            background-image: none;
        }

    .reg_title1, .reg_title2 {
        font-size: 30px;
        line-height: 32px;
    }

    .reg-text-normal, .reg-text-normal, .blue-number-span {
        font-size: 20px;
        line-height: 22px;
    }

    .main_details_medium {display: none;}
    .main_details_large {display: none;}
    .stripe_purple {display: none;}
    .stripe_purple_xs {display: block;}
}

    /* iPad */
@media only screen and (min-width: 509px) {
    .reg-hero-image {
        background-image: url("/assets/images/connected-your-world-med-sm-xs.png");
        height: 280px;
        text-align: center;
        background-repeat: no-repeat;
    }

    .reg_title1, .reg_title2 {
        font-size: 50px;
        line-height: 55px;
    }

    .reg-text-normal, .reg-text-normal, .blue-number-span {
        font-size: 22px;
        line-height: 24px;
    }

    .main_details_small {display: none;}
    .main_details_medium {display: block;}
    .main_details_large {display: none;}
    .stripe_purple {
        display: flex;
    }

    .stripe_purple_xs {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .reg-hero-image {
        background-image: url("/assets/images/connected-your-world-large-xl.png");
        height: 878px;
        text-align: center;
        background-repeat: no-repeat;
    }

    .reg_title1, .reg_title2 {
        font-size: 70px;
        line-height: 76px;
    }

    .reg-text-normal, .reg-text-normal, .blue-number-span {
        font-size: 24px;
        line-height: 26px;
    }

    .main_details_small {display: none;}
    .main_details_medium {display: none;}
    .main_details_large {display: block;}
    .stripe_purple {
        display: flex;
    }

    .stripe_purple_xs {
        display: none !important;
    }
}

.parallax span {
    font-family: 'open_sansbold';
    font-style: italic;
    font-size: 3em;
    line-height: 200px;
    color: white;
}

.getstarted_number {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;

    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #391E5F;
    color: white;
    text-align: center;
    font-size: 2em;
    margin-top:60px;
}

.getstarted_phone {
    /*height: 60px;*/
    margin-top: 40px;
}

div#getstarted h4 {
    margin: 60px 0 0 0;
}

#card_reading {
    font-family: 'open_sansbold';
    font-size: 1.2em;
    color:#391E5F;
    vertical-align: middle
}

/* FAQ */

.question {
    font-family: 'open_sansbold';
    display:block;
    color:#38A2DA;
    font-size: 1.2em;
    line-height: 1.4em;
    cursor:pointer;
    margin-top: 20px;
}

.answer {
    display:none;
}

.section {
    display:none;
}

.faqSectionHeader {
    color:#38A2DA;
    text-align: center;
    background-color: white;
    height: 50px;
    line-height: 50px;
    border: 1px solid #38A2DA;
    border-radius: 5px;
    margin-top: 10px;
    cursor:pointer;
    margin-right: 10px;
}

.faqSectionHeader.active {
    background-color:#38A2DA;
    color: white;
}

.faqSectionHeader:hover {
    background-color:#38A2DA;
    color: white;
}

.faq {
    display:none;
    margin:0;
    text-align: left;
}

#commentform button {
    color: white;    
    background-color: #38A2DA;
    height: 50px;
    width: 100px;
    line-height: 50px;
    border-radius: 5px;
    font-family:  'open_sansregular';
    font-size: 1.2em;
    margin: 1.5em 0 0.3em 0;
}

#commentform {
    font-family: 'open_sansbold';
    font-size: 1.2em;
    color:  #391E5F;
}

#commentform p {
    margin: 1.5em 0 0.3em 0;
}

#commentform textarea {
    font-family: 'open_sansregular';
}

.infoMessage {
    color: #88D8B0;
    font-family: 'open_sansbold';
    font-size: 1.1em;
}

.errorMessage {
    color: #F12929;
    font-family: 'open_sansbold';
    font-size: 1.1em;
}

/*Contact*/

.telNo {
    color:#38A2DA;
    display: inline;
}

.smallprint {
    font-style: italic;
}


/* Cookie message*/

.display.none {
    display: none;
}

.policy-container {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    border: solid 1px #aaa;
    background-color: #391E5f;
    z-index: 9999;
    opacity: 0.99;
    padding: 30px 20px;
}

.policy-container h4 {
    margin: 10px;
    color: #ffffff;
}

.policy-container p {
    margin: 0 0 10px 0;
    font-size: 0.8em;
    color: #fff !important;
}

.policy-container a {
  color: #38a2da;
  font-weight: bold;
}

.policy-container a:hover {
  color: #ffffff;
  text-decoration: underline;

}

.cookie-actions {
    margin: 0 1em;
}

.text-align.center {
    text-align: center;
}