@font-face {
    font-family: EauDouceLight;
    src: url("/static/eaudouce/eau_douce_sans_thin.otf") format("opentype");
}

@font-face {
    font-family: EauDouceRegular;
    src: url("/static/eaudouce/eau_douce_sans_light.otf") format("opentype");
}

@font-face {
    font-family: EauDouceMedium;
    src: url("/static/eaudouce/eau_douce_sans_regular.otf") format("opentype");
}

@font-face {
  font-family: "Rubik";
  src: url("/static/rubik/Rubik-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "RubikLight";
  src: url("/static/rubik/Rubik-Light.ttf") format("truetype");
}

@font-face {
  font-family: "RubikItalic";
  src: url("/static/rubik/Rubik-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "RubikMedium";
  src: url("/static/rubik/Rubik-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "RubikBold";
  src: url("/static/rubik/Rubik-Bold.ttf") format("truetype");
}

body, html {
    margin: 0;
    height: 100%;
    font-family: Rubik;
    -webkit-font-smoothing: antialiased;
    white-space: inherit;
}


.blue-page.expanded{
    padding-top:53px;
}

.white-page{
    background: white;
    width: 100%;
}

/* SPLASH PAGE */

#splash-body {
  background-color: #EBF1F5;
}

#splash-nav {
  margin: 20px auto 0;
  width: 1050px;
}

#splash-nav-left {
  display: inline-block;
  margin-top: 5px;
}

#splash-nav-right {
  float: right;
  margin-top: 5px;
}

#splash-nav-right div {
  display: inline-block;
  text-transform: uppercase;
  color: #969FA6;
  letter-spacing: 1px;
  font-family: "RubikMedium";
  font-size: 11px;
  margin: 0 15px;
}
#splash-nav-right div a {
  text-decoration: none;
  color: #969FA6;
}

#splash-nav-right #splash-signup-button, #splash-center-signup-button {
  background-color: #31c6bc;
  color: white;
  border-radius: 8px;
  margin-right: 0px;
  padding: 12px 24px;
}

#splash-center-signup-button-wrapper {
  width: 330px;
  margin: 20px auto;
}

#splash-center-signup-button {
  border-radius: 4px;
  padding: 20px;
  text-transform: uppercase;
  font-family: "RubikMedium";
  font-size: 16px;
  letter-spacing: 1px;
}

#splash-center-siftery-wrapper {
  margin-top: 80px;
}

.splash-center-siftery-img, .splash-center-siftery-text {
  width: 150px;
  display: inline-block;
}

.splash-center-siftery-text {
  width: 284px;
  color: #969FA6;
  font-size: 16px;
  font-family: "RubikItalic";
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
}

#splash-center {
  width: 880px;
  text-align: center;
  margin: 125px auto 0;
  position: relative;
}

.experiment #splash-center{
  margin: 95px auto 0;
}

#splash-center-h1 {
  font-family: "RubikLight";
  font-size: 36px;
  color: #31c6bc;
  line-height: 1.1;
}

#splash-center-h2 {
  font-family: "RubikLight";
  font-size: 18px;
  color: #172A3A;
  margin-top: 15px;
  opacity: .8;
}

#splash-center-search-bar {
  width: 100%;
  height: 70px;
  border-radius: 6px;
  border: 2px solid #EAECED;
  margin-top: 25px;
  padding: 0 40px;
  font-size: 18px;
  width: 880px;
}

#content {
  min-width: 880px;
}

#splash-center-search-bar:focus {
  outline: none;
}


#splash-center-search-icon {
  position: absolute;
  top: 167px;
  right: 27px;
}

#splash-bg-image {
  margin-top: -105px;
  background-image: url('/static/img/home_page/splash_bg.png');
  min-height: 350px;
}

.experiment #splash-bg-image {
  margin-top: -255px;
  background-image: url('/static/img/splash_bg_with_blur.png');
  min-height: 340px;
}

#splash-testimonial-wrapper {
  background: white;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  bottom:0px;
}

#splash-testimonial {
  width: 880px;
  margin: 0 auto;
  position: relative;
}

#splash-testimonial img.splash-testimonial-face {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

.splash-testimonial-text {
  display: inline-block;
  width: 770px;
  vertical-align: middle;
  color: #969FA6;
  font-family: "RubikItalic";
  font-size: 16px;
  margin-left: 15px;
}

.splash-testimonial-author{
  margin-top: 6px;
  font-family: "RubikMedium";
  font-size: 14px;
  color: #31c6bc;
}

.splash-testimonial-title {
  opacity: .5;
  font-family: "Rubik";
  font-size: 14px;
  color: #969FA6;
}

#splash-testimonial-right-arrow {
  position: absolute;
  right: -115px;
  top: 15px;
  cursor: pointer;
}

#splash-testimonial-left-arrow {
  opacity: 0;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  position: absolute;
  left: -115px;
  top: 15px;
  cursor: pointer;
}

.splash-testimonial-section {
  width: 880px;
  position: absolute;
}

#splash-testimonial-2 {
  opacity: 0;
}

#splash-testimonial-3 {
  opacity: 0;
}

/* PRODUCT PAGE*/

.product-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0;
}


.product-page .left-side {
    text-align: right;
    width: 46.5%;
    display: inline-block;
    margin-right: 6%;
    position: relative;
}

.product-page .right-side {
    text-align: left;
    width: 46.5%;
    display: inline-block;
}
@media screen and (max-width: 800px) {
    .product-page .left-side, .product-page .right-side {
        display: block;
        margin: 0 auto;
        width: 350px;
    }

    .product-page .right-side {
        margin-top: 30px;
    }
}

.left-side .teal-line {
    float: right;
}


.product-page img{
    width: 50px;
    margin-bottom: 25px;
}

.product-page .side-header {
    font-size: 30px;
    font-family: RubikLight;
    color: #172A3A;
}

.product-page .teal-line {
    margin: 20px 0;
    border: solid 2px #43D5AD;
    width: 40px;
}

.product-page .side-description {
    clear: both;
    font-family: RubikLight;
    font-size: 14px;
    color: #172A3A;
    opacity: .45;
    line-height: 1.7;
}


/* PRICING PAGE */
.pricing-page {
    padding: 60px 0;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}


.pricing-page .left-side {
    width: 500px;
    display: inline-block;
    height: 385px;
    position: relative;
}

.pricing-page .left-side img {
    width: 100%;
    height: 385px;
}

.pricing-page .right-side {
    position: absolute;
    display: inline-block;
    left: 50%;
    width: 500px;
    height: 385px;
    padding: 40px;
    margin-left: -4px;
    background: #43D5AD;
    color: white;
}

.pricing-page .left-side .side-description {
    position: absolute;
    left: 180px;
    top: 255px;
    color: white;
    font-size: 16px;
    text-align: right;
    width: 265px;
    line-height: 1.3;
}
@media screen and (max-width: 800px) {
    .pricing-page .left-side {
        display: block;
        margin:  0 auto;
        height: inherit;    
        width: 390px;
    }
    .pricing-page .right-side {
        display: block;
        position: inherit;
        left: inherit;
        margin: 20px auto 0;
        width: 390px;
        padding: 30px;
    }

    .pricing-page .left-side img {
        height: inherit;
    }
    .pricing-page .left-side .side-description {
        left: 120px;
        top: 195px;
        font-size: 14px;
        width: 225px;
    }
}

.pricing-page .right-side img {
    width: 60px;
}

.pricing-page .side-header {
    font-family: RubikLight;
    font-size: 34px;
    width: 190px;
    margin-top: 40px;
    line-height: 1;
}

.pricing-page .side-puncher {
    margin-top: 5px;
    font-family: RubikMedium;
    font-size: 25px;
}

.pricing-page .side-description {
    width: 350px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}
    

/* USER PAGE */

.users-page {
    padding: 20px 0px;
}

.users-header {
    font-family: RubikLight;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: #172A3A;
}

.blue-border {
    border: solid 2px #43D5AD;
    width: 40px;
    margin: 0 auto 20px;
}

.testimonials {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.testimonial {
    width: 32%;
    margin: 60px 0.5% 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: Helvetica Neue;
    color: #4A4A4A;
    font-weight: 200;
}

@media screen and (max-width: 600px) {
    .testimonial {
        display: block;
        width: 280px;
        margin: 50px auto;
    }
}

.testimonial-quote {
    position: absolute;
    font-size: 80px;
    font-family: RubikItalic;
    color: #43D5AD;
    margin: -20px 60px;
}
.testimonial img {
    height: 80px;
    margin: 0 auto 0 auto;
    display: block;
}

.testimonial-name {
    font-family: RubikLight;
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 26px;
    color: #1D384B;
}

.testimonial-subtext {
    font-family: RubikLight;
    font-size: 15px;
    color: #1D384B;
    padding: 1px;
}

.white-divider {
    height: 1px;
    width: 70px;
    background: #CCCCCC;
    margin: 20px auto;
}

.testimonial-text {
    font-family: RubikLight;
    line-height: 1.5;
    font-size: 12px;
    margin: 20px 30px 30px 30px;
    text-align: left;
    color: #172A3A;
    text-align: center;
    opacity: 0.45;
}


/* JOIN PAGE */

.join-page {
    height: 290px;
    text-align: center;
    background: url("/static/img/homepage_assets/Join Now Banner.png") no-repeat;
    background-position: 50% 0%;
    background-size: 1500px;
}

.join-page .join-now {
    font-family: RubikLight;
    padding: 58px 0px 30px;
    font-size: 50px;
    color: white;
}

.join-page .call-to-action {
    margin: 0 auto;
    width: 150px;
    font-family: RubikMedium;
    font-size: 18px;
    border-radius: 6px;
    padding: 20px 40px;
    background: #43D5AD;
}

.join-page .call-to-action a{
    color: white;
    text-decoration: none;
}

/* FOOTER */
.footer {
    background: #172A3A;
    width: 100%;
    margin-top: -2px;
    color: white;
}

.social-media a {
    text-decoration: none;
}

.social-media {
    margin-top: -5px;
}

.footer .social-media img{
    width: 25px;
}

.footer .social-media span{
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    color: white;
}

.footer .social-media div {
    margin-bottom: 7px;
    color: white;
}

.footer .footer-container{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px 130px;
}

.footer-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
}

.footer .footer-part-large {
    flex-grow: 3;
    height: 200px
}

@media screen and (max-width: 600px) {
    .footer .footer-part-large {
        flex-grow: 1;
        height: 200px
    }
}

.footer .footer-part{
    flex-grow: 1;
    height: 200px
}

.footer .footer-address{
    text-align: right;
}

.footer .address-title {
    font-family: RubikMedium;
    font-size: 14px;
    margin-bottom: 20px;
}
.footer .address {
    font-family: RubikLight;    
    font-size: 12px;
    line-height: 1.8;
}

.footer a{
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    cursor: pointer;
}

.footer-bottom {
    font-size: 12px;
    text-align: center;
    padding-bottom: 100px;
    color: rgba(255, 255, 255, 0.3);
}

#error-banner{
    top: 0;
    width: 100%;
    z-index:2;
    margin-bottom:0px;
    text-align: center;
}

#error-banner .close {
  height: 20px;
  margin: 0;
  color: black !important;
}
