/* global classes used across all sites */
.carousel button.carousel-control-prev,
.carousel button.carousel-control-next {
    border: none;
    opacity: 1;
    background-color: transparent;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23000' d='M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z'%3E%3C/path%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23000' d='M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z' transform='translate(100, 100) rotate(180) '%3E%3C/path%3E%3C/svg%3E");
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

/* wrap your page in .jc-page to get old jc headline styles */

.jc-page {
    color: #323d48;
    font-family: 'Open Sans',sans-serif;
}
    .jc-page hr {
        border-top: 1px solid #eee;
    }

    .jc-page .h1,
    .jc-page .h2,
    .jc-page .h3,
    .jc-page .header-level-1,
    .jc-page .header-level-2,
    .jc-page .header-level-3,
    .jc-page h1,
    .jc-page h2,
    .jc-page h3 
    {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .jc-page h1, .jc-page .header-level-1 {
        font-family: 'Fira Sans',sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        color: #16384e;
        font-size: 36px;
    }
    .jc-page h2, .jc-page .header-level-2 {
        font-family: 'Fira Sans',sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        color: #16384e;
        font-size: 26px;
    }
    .jc-page h3, .jc-page .header-level-3 {
        font-family: 'Fira Sans',sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        color: #16384e;
        font-size: 20px;
    }
    .jc-page h4, .jc-page .header-level-4 {
        font-family: 'Fira Sans',sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        color: #16384e;
        font-size: 16px;
    }
    .jc-page p, .jc-page .paragraph {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
    }
    .jc-page .disclaimer {
        font-size: 12px;
    }
    .jc-page small {
      font-size: 11px;
      line-height: 12px;
    }

@media only screen and (min-width:768px) {
    .jc-page h1, .jc-page .header-level-1 {
        font-size: 40px;
        margin: 0 0 .76em 0;
    }
    .jc-page h2, .jc-page .header-level-2 {
        font-size: 30px;
        margin: 0 0 .76em 0;
    }    
    .jc-page h3, .jc-page .header-level-3 {
        font-size: 24px;
        margin: 0 0 .76em 0;
    }
    .jc-page h4, .jc-page .header-level-4 {
        font-size: 20px;
        margin: 0 0 .76em 0;
    }   
    .jc-page p, .jc-page .paragraph {
      font-size: 16px;
      line-height: 22px;
    }  
}


/* --- target specific sites, 
------ probably should do this in another file so we dont overload css rules 
------ */

html.en_US .jc-page  {

}
html.en_CA .jc-page  {
    .
}
html.en_AU .jc-page  {

}
html.en_NZ .jc-page  {

}


html.en_CA .ca-hide, html.en_CA .us-only {
    display: none;
}

html.en_US .us-hide, html.en_US .ca-only {
    display: none;
}


/*---------custom page css per site-------------*/
html.en_AU #get-started.storepage {
}    

   

/* --------- more spacing utilities --------- */
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-40 {
    margin-bottom: 50px;
}

.pt-20 {
    padding-top: 20px;
}
.pt-40 {
    padding-top: 40px;
}

.pb-20 {
    padding-bottom: 20px;
}
.pb-40 {
    padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .mt-sm-20 {
        margin-top: 20px !important;
    }
    .mt-sm-35 {
        margin-top: 35px !important;
    }    
    .mt-sm-40 {
        margin-top: 40px !important;
    }
    .mt-sm-50 {
        margin-top: 50px !important;
    }    

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .mb-sm-40 {
        margin-bottom: 40px !important;
    }
    .mb-sm-50 {
        margin-bottom: 50px !important;
    }    

    .pt-sm-20 {
        padding-top: 20px;
    }
    .pt-sm-40 {
        padding-top: 40px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }
    .pb-sm-40 {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .mt-md-20 {
        margin-top: 20px !important;
    }
    .mt-md-35 {
        margin-top: 35px !important;
    }    
    .mt-md-40 {
        margin-top: 40px !important;
    }
    .mt-md-50 {
        margin-top: 50px !important;
    }    

    .mb-md-20 {
        margin-bottom: 20px !important;
    }
    .mb-md-40 {
        margin-bottom: 40px !important;
    }
    .mb-md-50 {
        margin-bottom: 50px !important;
    }    

    .pt-md-20 {
        padding-top: 20px;
    }
    .pt-md-40 {
        padding-top: 40px;
    }

    .pb-md-20 {
        padding-bottom: 20px;
    }
    .pb-md-40 {
        padding-bottom: 40px;
    }
}   

.oswald-semibold-uppercase {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.oswald-semibold-normal {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: none !important;
}
.oswald-med-uppercase {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.oswald-med-normal {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: none !important;
}
.oswald {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
}
.oswald-light {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
}
.oswald-light-uppercase {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.oswald-light-normal {
  font-family: 'Oswald', sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: none !important;
}

.opensans-extrabold-uppercase {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.opensans-extrabold-normal {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 800 !important;
  text-transform: none !important;
}
.opensans-bold-uppercase {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.opensans-bold-normal {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: none !important;
}
.opensans-semibold-uppercase {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.opensans-semibold-normal {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: none !important;
}
.opensans {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
}

.firasans-extrabold-uppercase {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.firasans-extrabold-normal {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 800 !important;
  text-transform: none !important;
}
.firasans-bold-uppercase {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.firasans-bold-normal {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: none !important;
}
.firasans-semibold-uppercase {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.firasans-semibold-normal {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: none !important;
}
.firasans-med-uppercase {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.firasans-med-normal {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: none !important;
}
.firasans-light-uppercase {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.firasans-light-normal {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: none !important;
}
.firasans {
  font-family: 'Fira Sans', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
}



/* ---------- text utilities ---------- */
.underline {
    text-decoration: underline !important;
}

.set-1280 {
    max-width: 1280px;
    width: 100%;
}

.pointer {
    cursor: pointer;
}


/* --- color and backrounds --- */


.btn-lightblue {
    color: #16384E;
    background-color: #DFEBF0;
    border: 0;
}
.btn-lightblue:hover {
    background-color: #b7dee5;
}