<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>@charset "UTF-8";
/** Template CSS **/
@import url("/media/templates/site/cassiopeia/css/template.min.css?bc1cc5");

/** Template Colours **/
@import url("/media/templates/site/cassiopeia/css/global/colors_alternative.min.css?bc1cc5");

/** Active Language CSS **/


/** User CSS **/
@import url("/media/templates/site/cassiopeia_alterweb/css/user.css?bc1cc5");

/** Fonts CSS **/
@import url("/media/templates/site/cassiopeia/css/global/fonts-local_roboto.min.css?bc1cc5");

/** Inline **/
:root {
  --hue: 214;
  --template-bg-light: #f0f4fb;
  --template-text-dark: #495057;
  --template-text-light: #ffffff;
  --template-link-color: #2a69b8;
  --template-special-color: #001B4C;
  
}

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore {
  border-bottom: 3px solid #ccc;
  outline: 3px dashed #f00;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

span[lang] {
  padding: 2px;
  border: 1px dashed #bbb;
}
span[lang]:after {
  font-size: smaller;
  color: #f00;
  vertical-align: super;
  content: attr(lang);
}
/*
* For rendering images inserted using the image plugin.
* Includes image captions using the HTML5 figure element.
*/

figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}

figure.align-left {
  float: left;
}

figure.align-right {
  float: right;
}

figure.image img {
  margin: 8px 8px 0 8px;
}

figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}

/* Basic styles for Table of Contents plugin (toc) */
.mce-toc {
  border: 1px solid gray;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc li {
  list-style-type: none;
}</p></body></html>
