html {
	font-size: 62.5%;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

html,
body,
#canvas {
	height: 100%;
}

/* !Layout */

#canvas {
	padding-top: 200px;
}

#canvas.has-slider,
#canvas.has-map {
	padding-top: 0;
}

#banner {
	position: fixed;
	z-index: 20;
	top: 0;

	width: 100%;
	height: 240px;

	pointer-events: none;

	background: -moz-linear-gradient(top, rgba(88,146,194,1) 0%, rgba(88,146,194,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,146,194,1)), color-stop(100%,rgba(88,146,194,0))); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(88,146,194,1) 0%, rgba(88,146,194,0) 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba(88,146,194,1) 0%, rgba(88,146,194,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(88,146,194,1) 0%, rgba(88,146,194,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(88,146,194,1) 0%, rgba(88,146,194,0) 100%); /* W3C */
}

#banner a {
	pointer-events: all;
}

.has-slider #banner,
.has-map #banner {
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* W3C */
}

#banner .container {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

#banner .column {
	height: 90px;
}

#feature,
#feature .container,
#feature .row,
#feature .column {
	width: 100%;
	height: 100%;
}

#feature {
	height: 50%;
}

.has-map #feature {
	height: 60%;
}

.section-home #feature {
	height: 100%;
}

.has-slider .boilerplates,
.has-map .boilerplates {
	margin-top: -60px;
}

.section-home.has-slider .boilerplates {
	margin-top: -150px;
}

#content,
#base,
#footer {
	position: relative;
	z-index: 10;
}

#content,
#base,
#footer {
	background-color: rgba(255, 255, 255, 1);
}

#content .column,
#footer .column {
	padding: 30px 4%;
}

#footer {
	text-transform: uppercase;

	color: #cdc09d;
	border-top: 1px dotted #cccccc;

	font-size: 1.2rem;
}

#footer a {
	color: #9e9271;
}

/* !Fonts */

body {
	/* background-color: #770c15; */
	font-family: 'ff-strada-web', helvetica, arial, sans-serif;
}

#content p,
#content li,
#content td,
#content th,
#content address
#content blockquote {
	margin-bottom: 1rem;

	color: #144b76;

	font-size: 1.5rem;
	font-weight: 100;
	line-height: 1.5;

	widows: 1;
}

#content h1 {
	margin: 0 0 0.6em 0;

	letter-spacing: -2px;

	color: #8c181b;

	font-size: 3.4em;
	line-height: 1.3;
}

#content h2 {
	margin-bottom: 0.9em;

	color: #c0b79c;

	font-size: 2.1em;
	font-weight: normal;
	line-height: 1.4;
}

#content h3 {
	margin: 1.9em 0 0.9em 0;

	letter-spacing: 1px;
	text-transform: uppercase;

	color: #c0b79c;

	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3;
}

#content h4 {
	margin: 1.9em 0 0.9em 0;

	color: #c0b79c;

	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.3;
}

#content h5 {
	font-size: 1.4em;
}

#content h6 {
	font-size: 1.4em;
}

#content a {
	color: #53a6e0;
}

#content .column > :first-child {
	margin-top: 0;
}

/* !General */

#content hr {
	height: 1px;
	margin: 20px 0 !important;

	border: none;
	border-top: 1px dotted #cdc09d;
}

/* !Tables */

table {
	width: 100%;
	margin: 1.5em 0;
	padding-bottom: 2px;

	border-bottom: 1px dotted #999999;
}

th,
td {
	padding: 10px;

	text-align: left;

	border-top: 1px dotted #999999;
	background-color: #f0f7ee;
}

th {
	background-color: #b9d8b0;
}

table.highlight1 {
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
}

.highlight1 td {
	padding: 8px;

	background-color: #ffffff;
}

/* !Navigation */

.slicknav_menu {
	position: relative;
	z-index: 1000 !important;

	display: none;
}

.slicknav_menutxt {
	margin: 1px 0 0 0 !important;

	font-size: 1.8rem;
	font-weight: 400 !important;
	line-height: 1 !important;
}

.slicknav_nav a {
	font-size: 1.6rem !important;
}

nav {
	position: absolute;
	top: 42px;
	right: 0;

	display: block;

	margin: 0 0 0 170px;
	padding: 0;

	pointer-events: all;
}

nav .depth-0 {
	margin: 0;
	padding: 0;
}

/* All nodes */

nav .d1 ul {
	position: absolute;

	display: none;

	width: 200px;
	margin: 0;
	padding: 0;

	list-style-type: none;

	cursor: pointer;
}

nav .d2 ul {
	width: 160px;
}

nav li {
	position: relative;
}

nav a {
	display: block;

	padding: 7px 10px 6px 10px;

	text-decoration: none;

	color: #ffffff;

	font-size: 1.3rem;
	line-height: 1.4;
}

nav a:hover {
	text-decoration: underline;
}

/* Drop downs */

nav .d1:hover {
	z-index: 1 !important;
}

nav li.d1:hover > * {
	top: 100%;
	left: 0;

	display: block;
}

nav li.d1.last:hover > * {
	right: 0;
	left: auto;
}

nav li.d2:hover > * {
	top: 0;
	left: 100%;

	display: block;
}

nav li.d1.p6 li:hover > *,
nav li.d1.p7 li:hover > * {
	right: 100%;
	left: auto;
}

nav li.d3:hover > * {
	top: 0;
	left: 100%;

	display: block;
}

nav .d2 ul {
	background-color: rgba(255, 213, 0, 0.75);
}

/* Top level */

nav li.d1 {
	display: block;
	float: left;

	margin: 0 0 0 5px;
	padding: 0;
}

nav li.d1.selected,
nav li.d1:hover {
	border-radius: 4px;
	background-color: #eedfb7;
}

nav li.d1.expand:hover {
	border-radius: 4px 4px 0 0;
}

nav li.d1.p1 {
	border: none;
}

nav .d1 > a {
	letter-spacing: 1px;
	text-transform: uppercase;

	font-size: 1.3rem;
	line-height: 1;
}

nav .d1 > a:hover,
nav .d1.selected > a {
	color: #000000;
}

nav li.d1.expand > a {
	padding-right: 20px;
}

nav li.d1.expand > a:after {
	position: absolute;
	top: 50%;
	right: 6px;

	display: inline-block;

	margin-top: -0.7rem;

	content: '\f0d7';

	opacity: 0.4;

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
}

/* Subsequent Levels */

nav .d1 li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #eedfb7;
}

nav .d2 li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ddcfa4;
}

nav .d2 a {
	color: #000000;
}

nav .d1 li.selected > a {
	text-decoration: underline;

	color: #770c15;
	background-color: #decea4;
}

nav .d1 li.expand > a:after {
	position: absolute;
	top: 50%;
	right: 10px;

	display: inline-block;

	margin-top: -0.7rem;

	content: '\f0da';

	opacity: 0.4;

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
}

/* !Slider */

/* Set defaults while loading */

.royalSlider * {
	margin: 0;

	-webkit-transform: translateZ(0px);
}

.royalSlider,
.rsOverflow,
.rsSlide {
	background-color: #ffffff !important;
}

.rsSlide {
	background-color: #ffffff !important;
}

.royalSlider > .slide {
	position: relative;

	visibility: hidden;
}

#slider {
	z-index: 1;
}

#slider .rsBullet {
	width: 15px;
	height: 15px;
	margin-right: 8px;
}

/* Custom styling */

#slider {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

#slider .slide {
	height: 100%;
}

#slider .panel {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 90px;
	left: 0;

	width: 100%;
	padding: 15px 5% 90px 5%;

	background-color: rgba(158, 39, 35, 0.90);
}

#slider .panel h2:before {
	position: absolute;
	top: 0;
	left: 0;

	width: 110px;
	height: 110px;

	content: '';

	background-image: url(//cache.cms.io/2015.tranby.wa.edu.au/upload/template/custom/bird-001.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#slider .panel h2,
#slider .panel h3 {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
}

#slider .panel h2 {
	padding-left: 130px;

	color: #ffffff;

	font-family: 'felt-tip-roman', cursive;
	font-size: 4em;
	font-weight: bold;
}

#slider .panel h3 {
	padding: 0 240px 0 130px;

	color: #f1e5c3;

	font-size: 2em;
	line-height: 1.3;
}

#slider .panel h2 + h3 {
	margin-top: 0.5em;
}

#secondary {
	width: 100%;
	height: 350px;
	margin-bottom: 2%;
}

/* !Gallery */

#content .gallery {
	overflow: hidden;

	width: 102%;
	margin: 0 0 0 -1%;
	padding: 0;

	list-style-type: none;
}

#content .gallery li {
	position: relative;

	display: block;
	float: left;

	width: 31.333%;
	margin: 0 1% 2% 1%;
	padding: 0;

	line-height: 1;
}

#content .gallery li:hover {
	cursor: pointer;
}

#content .gallery li:hover:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	padding: 5%;

	content: '\f055';
	text-align: right;

	color: rgba(255, 255, 255, 0.57);
	background-color: rgba(0, 0, 0, 0.35);

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 3em;
}

#content .gallery img {
	float: left;

	cursor: pointer;
}

.gallery .wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	padding: 0;
}

.gallery .wrapper .label {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	display: none;

	padding: 5%;

	color: #ffffff;
}

.gallery .wrapper:hover .label {
	display: block;
}

.gallery .wrapper .title {
	font-size: 1.1em;
	font-weight: 600;
}

.gallery .wrapper .description {
	margin-top: 0.5em;
}

.aside {
	position: absolute;
	top: 5px;
	right: 0;

	width: 360px;

	pointer-events: all;

	opacity: 0.5;
}

.aside:hover {
	opacity: 1;
}

/* !Search */

#search {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;

	padding: 0;
}

#search * {
	margin: 0;
}

#search label {
	display: none;
}

#search .field {
	width: 80%;

	border: none;
}

#search button {
	width: 18%;
	padding: 0;

	color: #ffffff;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: 0 0 0 0;
	text-shadow: none;

	font-size: 18px;
	font-weight: 200;
}

#search button:before {
	padding-right: 5px;

	content: '\f002';

	color: #ffffff;
	text-shadow: none;

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
}

#search button span {
	position: absolute;

	display: block;

	width: 0;
	height: 0;

	text-indent: -1000em;
}


/* !Quicklinks */

.quicklinks > p {
	float: left;

	margin: 0 0 0 10px;

	opacity: 0.9;

	line-height: 1;
}

.quicklinks > p:hover {
	opacity: 1;
}

.quicklinks * {
	margin: 0;
}

.quicklinks {
	position: relative;
	z-index: 10;
	z-index: 1000;

	height: 25px;

	text-transform: uppercase;

	font-size: 1.2em;
	font-weight: 400;
}

.quicklinks ul {
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;

	margin: 0;
	padding: 0;

	list-style-type: none;
}

.quicklinks > ul > li {
	position: relative;

	float: left;

	margin: 0;
	padding: 6px 10px;

	cursor: pointer;

	color: #000000;
	border-radius: 4px;
	background-color: #ffffff;
}

.quicklinks > ul > li span.fa {
	padding-left: 5px;
}

.quicklinks > ul > li.p1 {
}

.quicklinks > ul > li.p2 {
}

.quicklinks li a {
	display: block;

	margin: 0 !important;
	padding: 6px 10px !important;

	cursor: pointer;
	text-decoration: none;

	color: #333333;

	line-height: 1.1 !important;
}

.quicklinks li p {
	display: block;

	margin: 0 !important;
	padding: 0 !important;

	cursor: pointer;
}

.quicklinks ul ul {
	display: none;

	margin: 0;
	padding: 0;

	text-align: left;
}

.quicklinks ul li:hover > ul {
	position: absolute;
	top: 100%;
	left: 0;

	display: block;
}

.quicklinks ul ul li {
	position: relative;
	z-index: 300;

	display: block;
	float: left;
	clear: both;

	background-color: #efefef !important;
}

.quicklinks ul ul a {
	position: relative;
	z-index: 400;

	display: block;
	float: left;

	width: 140px;
	padding: 10px;
}

.quicklinks a:hover {
	text-decoration: underline;
}

/* !Boilerplates */

.boilerplates {
	display: table;

	width: 94%;
	height: 100%;
	margin: 0 auto 20px auto;
}

.boilerplates > .cell {
	position: relative;

	display: table-cell;

	width: 25%;
	padding: 0 1%;

	vertical-align: top;
}

.boilerplates > .cell > .item {
	position: relative;

	height: 100%;
	min-height: 240px;

	color: #ffffff;
	background-color: #ead8a8;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: cover;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.boilerplates > .cell > .item > .morelink > a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.boilerplates > .cell > .item > .morelink > a {
	bottom: 0;

	text-indent: -1000em;
}

.boilerplates .slides * {
	margin: 0;
}

.boilerplates > .cell > .item > .slides > .frame > h1,
.boilerplates .bloglisting {
	padding: 22px 18px;
}

.boilerplates > .cell > .item > .slides > .frame > h1 {
	letter-spacing: 1px;
	text-transform: uppercase;

	background-color: #6aa4cd;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

	font-size: 1.6rem;
	font-weight: 400;
}
.boilerplates > .cell > .item > .slides > .frame > h1 a {
	text-decoration: none;

	color: #ffffff;
}

.boilerplates .bloglisting .item {
	margin-bottom: 10px;
	padding-bottom: 10px;

	border-bottom: 1px dotted #000000;
}

.boilerplates .bloglisting .item:last-child {
	margin: 0;
	padding: 0;

	border: none;
}

.boilerplates .bloglisting .date {
	margin-bottom: 0.5rem;

	color: #000000;

	font-size: 1.2rem;
}

.boilerplates .bloglisting .title {
	font-size: 1.5rem;
}

.boilerplates .bloglisting .title a {
	text-decoration: none;

	color: #5992c1;
}

.boilerplates .bloglisting .title a:after {
	padding-left: 5px;

	content: '\f101';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
}

/* !News Tabs */

p#newscontrols {
	position: relative;

	display: table;

	margin: 0;

	letter-spacing: 1px;

	font-size: 1.3rem;
}

p#newscontrols a {
	display: table-cell;

	margin: 0;
	padding: 9px 14px 6px 14px;

	text-decoration: none;
	text-transform: uppercase;

	color: #144b76;
	background-color: #ccc6af;

	line-height: 1;
}

p#newscontrols a.selected {
	color: #ffffff;
	border-bottom: none;
	background-color: #144b76;
}

#content .newslist {
	padding: 20px 0;

	border-top: 3px solid #144b76;
}

#content .newslist .item {
	padding: 20px 0;

	border-bottom: 1px dotted #144b76;
}

#content .newslist .item p.date {
	margin-bottom: 0.2rem;

	font-size: 1.3rem;
	font-weight: bold;
}

#content .newslist .item h2 {
	margin-top: 0;

	color: #9d3022;
}

#content .newslist .item h2 a {
	text-decoration: none;

	color: #9d3022;
}

#content .newslist p,
#content .newslist li {
	font-size: 1.5rem;
}

.dynamicloader {
	display: table;

	width: 100%;

	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;

	opacity: 0.3;
	color: #000000 !important;

	font-size: 1.4rem;
}

.loading {
	display: table-cell;

	padding: 20% 0;

	text-align: center;
	vertical-align: middle;
}

.loading:before {
	display: block;

	margin-bottom: 0.8rem;

	content: '\f021';

	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 5rem;
}

/* !Map */

#map {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

/* !Forms */

#springform h1 {
	font-size: 3rem;
}

#springform h2 {
	font-size: 1.8rem;
}

#springform p {
	width: 100% !important;
	padding: 0 !important;
}

#springform .requirednotice {
	margin-bottom: 10px !important;
}

#springform .requirednotice,
#springform label {
	display: block !important;
	float: left !important;

	width: auto !important;

	text-align: left !important;

	font-weight: 400 !important;
}

#springform label {
	margin-bottom: 5px;

	letter-spacing: 1px;
	text-transform: uppercase;

	font-size: 1.3rem;
}

#springform select {
	display: block !important;
	clear: both !important;
}

#springform input,
#springform textarea {
	display: block !important;
	clear: both !important;

	width: 100% !important;
}

#springform input[type=submit] {
	width: auto !important;
}

#springform .requiredflag {
	float: right;

	padding: 0 5px !important;
}


.featurelinks {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 190px;
	left: 0;
}

.featurelinks .wrapper {
	position: relative;

	width: 1070px;
	margin: 0 auto;
}

.featurelinks ul {
	position: absolute;
	right: 0;
	bottom: 0;

	display: block;
	display: table;

	width: 200px;
	height: 200px;
	margin: 0;
	padding: 0;

	list-style-type: none;
	/* Black dot - feature hidden */
	/* border-radius: 50%;
	background-color: #000000; */
}

.featurelinks li {
	display: table-cell;

	text-align: center;
	vertical-align: middle;
}

.featurelinks a {
	text-decoration: none;
	text-transform: uppercase;

	color: #5992c1;

	font-size: 2rem;
	font-weight: 700;
}

.featurelinks li strong {
	display: block;

	padding: 10px;

	letter-spacing: 3px;
	text-transform: uppercase;

	color: #ffffff;

	font-size: 1.2rem;
	font-weight: 400;
}

.featurelinks ul:hover {
	opacity: 0.8;
}


/*
.featurelinks {
	bottom: 170px;
}

.featurelinks .wrapper {
	width: 90%;
}
*/

#springform .bold.note {
	padding-top: 2rem !important;

	letter-spacing: 1px !important;
	text-transform: uppercase !important;

	color: #c0b79c !important;
	border-top: none !important;
	border-bottom: none !important;

	font-size: 1.7em !important;
	font-weight: bold!important;
	font-style: normal !important;
	line-height: 1.3 !important;
}

video {
    max-width: 100%;
}

