/* rubik-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: url('/site/assets/fonts/rubik-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	src: url('/site/assets/fonts/rubik-v28-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 600;
	src: url('/site/assets/fonts/rubik-v28-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	src: url('/site/assets/fonts/rubik-v28-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-900 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	src: url('/site/assets/fonts/rubik-v28-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

html,
body {
    font-family: var(--font-sans);
    font-weight: 500;
    color: var(--dark);

}

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

button{
	font-family: var(--font-sans);
}

.link-white {
    color: white;
}

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

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

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;
}


h1 {
    font-size: 2rem;
    line-height: 1;
    font-weight: var(--strong);
    margin: 0 0 2rem 0;
    display: flex;
    align-items: center;
    color: var(--secondary);
}


.csp_hasmap h1 {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: inline-flex;
    z-index: 1220;

}

@media(min-width: 768px) {

    h1 {
        font-size: 3rem;
    }

    .csp_hasmap h1 {
        top: 2rem;
        left: 2rem;
    }

}

h2, .h2, .panel_title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: var(--letter-spacing);
	text-transform: capitalize;
	display: flex;
	color: var(--secondary);
	gap: 0.5rem;
	align-items: center;
}

.card > h2{
    margin-top: 0;
}


h3,
.h3 {
    font-weight: var(--heavy);
    color: var(--secondaryA);
    font-size: 1.125rem;
    letter-spacing: var(--letter-spacing);
}

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

.card_title_stacked{
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap:1rem;
}

.card_title_stacked .csp_icon{
	margin-right:0 !important;
}

.text_label{
    font-size: 1.125rem;
    font-weight: var(--strong);
    line-height: 1.2;
    color: var(--secondaryA);
}


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

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

.text-condensed {
    font-family: var(--font-condensed);
}

.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_centre,
.text-center {
    text-align: center;
}

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


.text_heavy {
    font-weight: 700;
}

.text_measure {
    max-width: 65ch;
}

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

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

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

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

.align_center{
    text-align: center;
}

img.align_center{
    display: block;
    margin:auto;
}

.success{
	color: var(--green);
}

.error{
	color: var(--red);
}