/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('/site/assets/fonts/lato/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/site/assets/fonts/lato/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* lato-900 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local(''),
         url('/site/assets/fonts/lato/lato-v23-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/site/assets/fonts/lato/lato-v23-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* lato-italic - latin */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('/site/assets/fonts/lato/lato-v23-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/site/assets/fonts/lato/lato-v23-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  

html, body{

    font-family: var(--font-sans);
    font-weight: 400;
    color: var(--dark);

}

a{
    text-decoration: underline;
    color:var(--theme);
    transition: var(--transition);
}

.tint-panel-content a{
    text-decoration: none;
    color: var(--accent);
}

.link-white{
    color:white;
}

.link-no-decoration{
    text-decoration: none;
}

a:hover,
a:focus{
    color:var(--accent);
    text-decoration: none;
    transition: var(--transition);
}

.tint-panel-content a:hover,
.tint-panel-content a:focus{
    text-decoration: underline;
    color: var(--accent);
}

blockquote {
    display: block;
	font-style: italic;
	padding: 0 0.5rem;
	margin: 1rem 3rem;
    border-left: 6px solid #ccc;
}


caption,
.caption{
    display: block;
    font-size: 0.8rem;
    text-align: center;
    background-color: var(--dark);
    padding:0.4rem;
    color:white;
}

/*=============================
  Typography
=============================*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-sans)
}

h1, h2, h3, h4, h5,
.text-heading{
    font-weight: var(--strong);
    line-height: 1.1;
}

h1 {
	font-size: 3rem;
	margin: 0 0 1rem 0;
}

.site-title{
    margin-top:0;
    padding-top: 1rem;
}

h2{
    font-size: 1.8rem;
}

h3{
    font-size: 1.25rem;
}

h3{
    font-size: 1.15rem;
}

.has-lede p:first-of-type{
    font-weight: var(--strong);
    font-size: 1.1rem;
}

@media (max-width: 768px) {
 
}

.text-condensed{
    font-family: 'Roboto Condensed', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.text-70{
    font-size:0.7rem !important;
}

.text-80{
    font-size:0.8rem !important;
}

.text-90{
    font-size:0.9rem !important;
}

.text-100{
    font-size:1rem;
}

.text-110{
    font-size:1.1rem;
}

.text-120{
    font-size:1.2rem;
}

.text-140{
    font-size:0.8rem;
}

.text-150{
    font-size:1.5rem;
}

.text-160{
    font-size:1.6rem;
}

.text-180{
    font-size:1.8rem;
}

.text-200{
    font-size:2rem;
}

.text-250{
    font-size:2.5rem;
}

.text-300{
    font-size:3rem;
}

.text-blue{
    color: var(--blue);
}

.text-centre,
.text-center{
    text-align: center;
}

.text-decoration-no{
    text-decoration: none;
}

.text-measure {
	max-width: 540px;
}

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

.text-smaller{
    font-size:var(--smaller) !important;
} 

.text-strong{
    font-weight:var(--strong);
} 

.text-upper{
    text-transform: uppercase;
}

.text-white{
    color: white !important;
}

.max-copy-length{
    max-width: 560px;
}
