/* global classes used across all sites */



/* 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 .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;
}

.jc-page .disclaimer {
    font-size: 12px;
}

.jc-page small {
  font-size: 11px;
  line-height: 12px;
}

.jc-page a {
    color: #007fc9;
    text-decoration: none;
}

@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  {

}


/* ---------- fonts ----------- */
.font-size-8 {
    font-size: 8px;
}
.font-size-10 {
    font-size: 10px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-26 {
    font-size: 26px;
}
.font-size-28 {
    font-size: 28px;
}



.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;
}


/* --------- more spacing utilities --------- */
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}

.pb-30 {
    padding-bottom: 20px;
}
.pt-30 {
    padding-top: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}


.set-1280 {
    max-width: 1280px;
    width: 100%;
}



/* --- color and backrounds --- */
.btn-lightblue {
    color: #16384E;
    background-color: #DFEBF0;
    border: 0;
}
.btn-lightblue:hover {
    background-color: #b7dee5;
}