/*!
Theme Name: NSWTF
Author: Campaign Edge
Author URI: https://campaignedge.com.au
Description: Theme developed by Campaign Edge at the end of 2021 for the new nswtf site redevelopment.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nswtf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nswtf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: source-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #00689e;
	line-height: 1.3;
}

h1 {
	font-size: 2.9em;
	font-size: 2.5em;
	font-weight: 600;
}

h2 {
	font-size: 2.7em;
	font-size: 1.75em;
	font-weight: 600;
	margin: 0.5em 0;
}

h3 {
	font-size: 2.0em;
	font-size: 1.6em;
	font-weight: 600;
}

h4 {
	font-size: 1.6em;
	font-size: 1.5em;
	font-weight: 600;
}

h5 {
	font-size: 1.33em;
	font-weight: 600;
}

h6 {
	font-size: 1.125em;
	font-weight: 600;
}

p {
	margin-bottom: 1em;
	word-break: break-word;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #265f92;
	text-decoration: underline;
}

a:visited {
	color: #265f92;
}

a:hover,
a:focus,
a:active {
	color: #265f92;
}

a:focus {
	/* outline: thin dotted; */
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/*color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	/*color: #111;*/
	border: inherit;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 16px;
    padding: 0.4em 4%;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# NSWTF CSS
--------------------------------------------------------------*/

/* Global and Fonts
--------------------------------------------- */

/*
Source Sans Pro Regular
font-family: source-sans-pro, sans-serif;
font-weight: 400;
font-style: normal;

Source Sans Pro Italic
font-family: source-sans-pro, sans-serif;
font-weight: 400;
font-style: italic;

Source Sans Pro Semibold
font-family: source-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;

Source Sans Pro Bold
font-family: source-sans-pro, sans-serif;
font-weight: 700;
font-style: normal;

Source Sans Pro Black
font-family: source-sans-pro, sans-serif;
font-weight: 900;
font-style: normal;

*/






/* CSS
--------------------------------------------- */
.white-background {
	background: white;
}

body .white-color {
	color: white;
}

.green-color {
	color: #24d33a;
}
.green-background {
	background: #24d33a;
}

.black-background {
	background: black;
}

.black-color {
	color: black;
}

/* General
--------------------------------------------- */

.button-p {
	display: inline-block;
	transition: 0.3s box-shadow ease;
	cursor: pointer;
}

.button-p a, .wp-block-buttons .wp-block-button .wp-block-button__link {
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.65em 1.5em;
	display: block;
	color: white;
	text-decoration: none;
	border-radius: 0px;
	cursor: pointer;
}

.button-p:hover {
	
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
	background: #265f92;
}

.flex1 {
	flex: 0 0 100%;
}

.flex2 {
	flex: 0 0 50%;
}

.flex3 {
	flex: 0 0 33.3%;
}

.flex4 {
	flex: 0 0 25%;
}

.grey-bg-panel, .sc-bg-panel {
	position: relative;
}

.grey-bg-panel:before {
	content: "";
    background: #f3f3f3;
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.sc-bg-panel:before {
	content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.first-no-margin-top > :first-child {
	margin-top: 0px;
}

.no-margin {
	margin: 0px;
}

.main-content-inner ul li {
	word-break: break-word;
}


/* Header
--------------------------------------------- */

/* Top Header */
.header-top {
	padding: 1em 0;
}

.header-top .main-content-inner {
	display: flex;
	justify-content: right;
}

.header-top-buttons {
	
}

.header-top-buttons .button-p {
    margin: 0 0.4em;
    display: inline-block;
}

.header-top-buttons .button-p a {
    padding: 0.275em 1.05em;
	 font-weight: 700;
}

.header-top-buttons .button-p .white-background {
	color: #265f92;
}

.header-top-buttons .button-p .sc-background {
	color: black;
}

.header-top-socials {
	display: flex;
    align-items: center;
}

.header-top-socials a {
	 color: white;
    text-decoration: none;
    vertical-align: middle;
	margin-left: 0.45em;
}

.header-top-socials a span {
	
}

/* Logo and Menu */

.header-primary {
	padding: 1.5em 0;
}

.header-primary .main-content-inner {
	display: flex;
}

.header-logo a {
	display: block;
	line-height: 0;
}

.header-logo img{
	max-width: 300px;
	width: 100%;
}

.main-navigation {
	position: relative;
}

.site-menu-holder {
	height: 100%;
}

.menu-main-container {
	display: flex;
    align-items: center;
    height: 100%;
    justify-content: right;
}

.menu-main-container ul {
	justify-content: right;
}

.menu-main-container ul li {
	margin: 0 0em 0 0.5em;
	padding-right: 1em;
	padding-left: 0.5em;
	transition: background 0.2s ease;
}

.menu-main-container ul li a {
	font-weight: 700;
	text-transform: uppercase;
}

.menu-main-container ul li.current-menu-item > :first-child, 
.menu-main-container ul li.current-menu-ancestor > :first-child  {
	color: #efb321;
}

.menu-main-container ul li.current-menu-item:after, .menu-main-container ul li.current-menu-ancestor:after {
	border-right: 0.2em solid #efb321;
    border-bottom: 0.2em solid #efb321;
}

.menu-main-container ul .menu-item-has-children:after {
	content: "";
    border-right: 0.2em solid #265f92;
    border-bottom: 0.2em solid #265f92;
    display: block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 0.5em;
    height: 0.5em;
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    position: absolute;
    top: 45%;
    right: 0.35em;
    transform: translateY(-50%) rotate(45deg);
}

.menu-main-container ul li .submenu {
	box-shadow: 2px 1px 5px -1px #0000007a;
}

.main-navigation ul ul.sub-menu {
	flex-wrap: wrap;
}

.main-navigation ul ul.sub-menu li {
    margin: 0px;
    position: relative;
    padding: 0.3em 0.5em;
	background: white;
	width: 100%;
}

.main-navigation ul ul.sub-menu li a {
	font-weight: 400;
	    text-transform: capitalize;
}

.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children:after {
transform: translateY(-50%) rotate(-45deg);
	    right: 0.5em;
}

.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
	right: calc(-100%);
	box-shadow: none;
	flex-wrap: wrap;
	width: 100%;
	background: white;
	box-shadow: 2px 1px 5px -1px #0000007a;
}

.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li {
	border-bottom: 1px solid #265f9229;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0em;
}

.menu-main-container ul li:hover {
	background:#265f92;
}

.menu-main-container ul li:hover:after, .main-navigation ul ul.sub-menu li:hover:after {
	border-right: 0.2em solid white;    
	border-bottom: 0.2em solid white;
}

.menu-main-container ul li:hover > :first-child, .main-navigation ul ul.sub-menu li:hover > :first-child {
	color: white;
}

.main-navigation ul ul.sub-menu li:hover {
	background:#50a3c7;
}

.menu-center {
    display: none;
}

.show-on-mobile-menu {
	display: none;
}


/* Search bar */

.header-search {
	display: flex;
    align-items: center;
	margin-left: 1em;
}

.header-search .dashicons {
	width: 1em;
    height: 1em;
    font-size: 1.75em;
	cursor: pointer;
}

.search-form-holder {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0%;
    height: 100%;
	background: #ffffffbd;
    display: flex;
    align-items: center;
    justify-content: right;
	transition: 0.5s ease;
    overflow: hidden;
}

.search-form-holder.search-form-holder-active {
	width: 100%;
}

.search-form-inner {
	   width: 50%;
}

.search-form-inner form{
	   width: 100%;
		display: flex;
}

.search-form-input {
	width: 100%;
    display: inline-block;
    line-height: 1em;
    padding: 1em 1em;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
}

#mainsearchform .search-form-input:focus {
	border-width: 1px;
    border-style: solid;
}

.header-searchbutton {
	width: 3.5em;
    height: 100%;
    color: transparent;
    border: 1px solid;
    border-radius: 0px;
    cursor: pointer;
}










/* Floating Header */
#header-float {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
	width: 100%;
	transform: translateY(-100%);
	transition: 0.4s ease;
	padding: 0px;
	opacity: 0.5;
}
#header-float.active-header {
	transform: translateY(-0%);
	opacity: 1;
}


#header-float .main-content {
	width: 100%;
    display: block;
    background: white;
	padding: 0.5em 0;
	box-shadow: 0px 1px 6px 0px #00000024;
	overflow: visible;
}

#header-float .header-logo img {
    max-width: 70px;
}


/* Footer
--------------------------------------------- */

.share-footer {
	text-align: center;
}

.share-footer .share-footer-inner {
	padding: 0.75em 4%;
	font-weight:600;
}

.share-footer .share-footer-inner h5 {
	margin-bottom: 0.25em;
}

#colophon .footer-inner {
	display: flex;
	    padding: 3em 0;
}

.footer-menu {
	flex: 0 0 100%;
	display: flex;
}

.footer-heading {
	color: white;
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 0px;
}

.footer-links-inner {
	padding-right: 7.5%;
}

.footer-link {
	margin: 0;
	font-size: 14px;
}

.footer-link a {
	color: white;
    text-transform: uppercase;
	text-decoration: none;
}

.footer-details {
	flex: 0 0 20%;
	text-align: center;
}

.footer-socials {
	display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}

.footer-socials a {
	color: inherit;
    text-decoration: none;
    vertical-align: middle;
	margin-left: 0.45em;
}

.footer-socials a span {
	background: white;
	border-radius: 100%;
	padding: 4px;
	width: 28px;
   height: 28px;
}

.footer-buttons .button-p .white-background {
    color: #265f92;
}

.footer-buttons .button-p a {
    padding: 0.275em 1.05em;
    font-weight: 700;
}

.footer-buttons .button-p .sc-background {
    color: black;
}

.footer-buttons .button-p {
	margin-top: 0em;
   margin-bottom:0.75em;
}

.footer-logo-img img {
	max-width: 120px;
	width: 100%;
	margin: 0 auto;
}

.footer-autho {
	background: black;
	padding: 0.5em 4%;
	    line-height: 1.5em;
}


.footer-autho p {
	margin: 0px;
	color: white;
	text-align: center;
	font-size: 12px;
}

/* Content Areas
--------------------------------------------- */

.main-content {
	padding: 0em 0;
	overflow-x: hidden;
}

.main-content-outer {
	    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.main-content-outer .main-content-inner {
	    padding: 0 4%;
}

.default-page-content .main-content-inner > :first-child {
	margin-top: 0px;
}

.default-page-content .main-content-outer .main-content-inner {
	 margin: 2em 0%;
}

.blog .default-page-content .main-content-outer .main-content-inner {
	 margin: 0em 0%;
}

.page-template-eventscalendar .default-page-content .main-content-outer .main-content-inner {
	 margin-top: 0px;
}

.post-type-archive-course .default-page-content .main-content-outer .main-content-inner {
	 margin-top: 0px;
}

.page-intro-header {
	padding: 2em 0;
}

.nswtf-utilities {
	display: flex;
}

.nswtf-utilities .nswtf-utilities-breadcrumbs {
	flex: 0 0 70%;
}

.nswtf-utilities .nswtf-utilities-utility {
	flex: 0 0 30%;
	text-align: right;
}

.nswtf-utilities .nswtf-utilities-utility p{
	margin: 0px;
	display: inline-block;
}

.breadcrumbs {
	font-size: 13px;
}

#breadcrumbs {
	margin: 0px;
}

.breadcrumb-separator {
	margin: 0 0.2em;
}

.nswtf-utilities-utility a {
	text-decoration: none;
}
.nswtf-utilities-utility span {
	font-size: 1.5em;
	    margin-left: 0.25em;
	cursor: pointer;
}

.page-intro-header h1 {
	    margin: 0em 0 0.2em 0;
	max-width: 90%;
}

.page-intro-header p {
	margin: 0px;
	display: inline-block;
}


.page-banner-image {
	position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0px;
    z-index: 0;
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
    opacity: 0.6;
	    z-index: -1;
}

.displaying-banner-image.grey-bg-panel:before {
    background: black;
}


.displaying-banner-image h1, .displaying-banner-image p, .displaying-banner-image a, .displaying-banner-image .breadcrumbs {
	color: white;
}

.print-this-page .displaying-banner-image h1, .print-this-page .displaying-banner-image p, .print-this-page .displaying-banner-image a, .print-this-page .displaying-banner-image .breadcrumbs {
	color: black;
}

.print-this-page .page-banner-image {
	display: none;
}

.print-this-page .displaying-banner-image.grey-bg-panel:before {
	background: #f3f3f3;
}

.print-this-page .breadcrumbs,  .print-this-page .nswtf-utilities{
	display: none;
}




/*  -------------- HIDE ELEMENTS -------------- */

.hideelement-top-header .header-top, .hideelement-everything .header-top {
	display: none;
}

.hideelement-menu #site-navigation, 
.hideelement-menu #header-float,
.hideelement-menu .header-search,
.hideelement-everything #site-navigation, 
.hideelement-everything #header-float,
.hideelement-everything .header-search{
	display: none;
}

.hideelement-menu .header-primary .main-content-inner,
.hideelement-everything .header-primary .main-content-inner{
    justify-content: center;
}

.hideelement-banner .main-content-banner,
.hideelement-everything .main-content-banner{
	display: none;
}

.hideelement-share-banner .share-footer,
.hideelement-everything .share-footer{
	display: none;
}

.hideelement-footer #colophon,
.hideelement-everything #colophon {
	display: none;
}

.hideelement-quicklinks #quicklinks,
.hideelement-everything #quicklinks {
	display: none;
}

.hideelement-everything .default-page-content .main-content-inner {
	margin-top: 0px;
}



/* Homepage
--------------------------------------------- */
#primary .main-content {
	padding-bottom: 0px;
}

.home .default-page-content .main-content-outer .main-content-inner {
	margin: 0px;
}

/*  -------------- CAROUSEL -------------- */

.hold-carousel{background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#000}.carousel-slide h2{color:#fff;font-weight:600;font-size:2.9em;margin-top:0;margin-bottom:0;line-height:1em}.after-header.banner{background-position:center;background-size:cover;background-repeat:no-repeat;z-index:1}.carousel-empty{width:100%;height:20vh}#carousel{position:relative;display:block;padding:0;overflow:hidden}.carousel-holder{max-width:1300px;width:100%;display:block;position:relative;padding:1% 0;margin:0 auto 0 auto}.carousel-inner{max-width:800px;padding:0 4%;display:block;margin:0 auto 0 0;padding-right:0}.carousel-holder .carousel-holder-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.6);transition:.4s ease}.carousel-holder-bg-on{opacity:1}.carousel-holder-bg-off{opacity:0}.carousel-slides{width:100%;padding:0;text-align:left;position:relative;margin-bottom:0}#carousel-image,#carousel-image-bg{z-index:0;position:absolute;right:0;width:100%;height:100%;top:0;background-position:center;background-size:cover;opacity:.6}#carousel-image-bg{z-index:-1}.carousel-slide{width:100%;position:absolute;opacity:0;bottom:0;padding-top:0;display:block;overflow:hidden;transition:transform 1s ease,opacity .4s ease;margin-left:0;margin-right:0;transform:translatex(0);padding-bottom:0}.slide-content-hold{text-align:left;padding:13% 0}.slide-content-hold p{font-size:1.125em;color:#fff;max-width:100%;letter-spacing:0;line-height:1.3em;padding-bottom:0;margin:1em 0 1.8em 0}.carousel-links-holder{padding:2em 0}.carousel-links-holder a{display:inline-block;color:#fff;text-transform:uppercase;padding:.35em 1.25em;border-radius:5em;position:relative;text-decoration:none;font-weight:700;font-family:Roboto,sans-serif;font-style:italic;font-size:1.222em}.carousel-links-holder a span{z-index:1;position:relative}.carousel-slide.active-slide{opacity:1;position:relative;margin:0;z-index:10;width:100%;padding-top:0;padding-bottom:0;transform:translatex(0)}#carousel .carousel-slides.single-carousel .carousel-slide{height:auto;padding:4em 0;padding-bottom:2em}.carousel-slide-link,.carousel-slide-link-bg{transition:none}.carousel-slide-link-bg.active-slidelink,.carousel-slide-link.active-slidelink{transition:none}.carousel-slide-link{position:absolute;opacity:0;top:0;left:50%;transform:translateX(-50%);margin:0;display:block;overflow:hidden;border-radius:5em;transition:none}.carousel-slide-link-bg{position:relative;opacity:1;top:0;transform:none;margin:0;display:inline-block;overflow:hidden;mix-blend-mode:unset;transition:none;margin-top:1em}.carousel-slide-link-background{width:100%;height:100%;position:absolute;z-index:-1;opacity:1;top:0;left:0;opacity:.85}.carousel-slide .carousel-button{font-size:1em;color:#fff;max-width:100%;letter-spacing:0;text-align:left;padding-bottom:0;margin-bottom:0}.carousel-button a{text-decoration:none;text-transform:uppercase;font-weight:700;padding:.65em 1.5em;display:inline-block;color:#000}.carousel-slide-link-bg a{opacity:1}.carousel-slide-link-bg.active-slidelink{opacity:1;z-index:10}.carousel-slide-link:after{content:''}.carousel-slide-link a:visited{color:#fff}.carousel-slide-link.active-slidelink{opacity:1;z-index:11}.carousel-slide-link.active-slidelink a{opacity:1}.carousel-buttons{z-index:11;text-align:center;position:absolute;bottom:3%;left:0;width:100%}.carousel-buttons-holder{display:none}.button-container{display:inline-block;position:relative;padding-left:22px;margin-bottom:22px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#page .button-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#f0f0f0;transition:.6s ease;border-radius:100%}.button-container:hover input~.checkmark{background-color:#fff}.button-container input:checked~.checkmark:after{display:block}.button-container .checkmark:after{top:9px;left:9px;width:8px;height:8px;border-radius:50%;background:#fff}#carousel.page-banner{padding-bottom:2em;margin-bottom:2em}.page-banner .carousel-slide{opacity:1;position:relative;margin:0;z-index:10;width:auto;padding-top:0;display:inline-block;background:rgba(255,255,255,.6);padding:1em 2em}.page-banner .slide-content-hold,.page-banner h2{display:inline-block}.header-banner-holder{background:#000}.header-banner{display:block;width:100%;height:26vh;background-position:center;background-size:cover;opacity:.6}#carousel .banner-bg{z-index:1;opacity:.5}


/* News and Posts
--------------------------------------------- */
/* Sticky Carousel*/

#news-carousel .carousel-inner {
    max-width: 1280px;
}

#news-carousel .slide-content-hold {
    padding: 1em 0 0.05em 0;
}

#news-carousel .slide-content-hold p {
	    max-width: 800px;
	margin: 1em 0 1.2em 0;
}

#news-carousel .slide-content-hold p .read-more{
	   color: white;
	text-decoration: none;
}


/* Normal */

.news-top-panel {
	padding: 2em 0;
}

.blog .news-top-panel .nswtf-utilities {
	margin-bottom: 1em;
}

.search-main {
	display: flex;
}

.search-button-icon {
	flex: 0 0 3.5em;
	position: relative;
}
.search-main-field {
	flex: 1 1 auto;
}

#searchbutton {
	width: 3.5em;
    height: 100%;
    color: transparent;
    border: 1px solid;    
	border-radius: 0px;
	cursor: pointer;
}

#newssearch {
	width: 100%;
    display: block;
    line-height: 1em;
    padding: 1em 1em;
	border-width: 1px;
    border-style: solid;   
	border-radius: 0px;
}

.search-button-icon .dashicons {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	color: white;
	width: 30px;
    height: 30px;
    font-size: 30px;
	pointer-events: none;
	cursor: pointer;
}


.news-cat-filters {
	display: flex;
	    margin-top: 0.75em;
}

.select-holder {
	display: inline-block;
    position: relative;
    min-width: 60%;
}

.blog .select-holder {
	min-width: unset;
}

.select-holder span {
		content: "";
    border-right: 0.23em solid #265f92;
    border-bottom: 0.23em solid #265f92;
    display: block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 0.8em;
    height: 0.8em;
    font-size: 1em;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    position: absolute;
    top: 45%;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
	z-index:2;
		pointer-events: none;
	cursor: pointer;
}

.news-cat-filters select {
	line-height: 1em;
    padding: 0.8em 1em;
    font-size: 1em;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    min-height: unset;
	 width: 100%;
	outline: none;
	position: relative;
	-webkit-appearance: none;
  -moz-appearance: none;
}
.news-cat-filters select:focus {
	outline: none;
}

.news-filter-tag {
	text-align: right;
}

.news-filter-category {
	text-align: right;
}

.blog .news-filter-cat {
	    flex: 1 0 auto;
}

.blog .news-filter-cat.news-filter-category {
	    flex: 1 0 auto;
}

.blog .news-filter-tag {
	    flex: 1 0 auto;
}


.news-cat-filters p {
	display: inline-block;
	margin-right: 1em;
	font-weight: 600;
}

.news-cat-filters p a {
	margin-left: 1em;
}

.news-post {
	    padding: 1.5em 0;
}

.news-post-inner {
	display: flex;
	align-items: center;
}

.news-post .news-post-image {
	flex: 0 0 19%;
	padding-right: 5%;
}

.news-post .news-post-image .news-post-image-inner {
	padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}

.news-post-image-date {
	position: relative;
	height: 100%;
	background: white;
	padding-bottom: 100%;
}

.latest-news-single .news-post-image-date {
	position: unset;
	padding-bottom: 0;
}

.news-post-image-date-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
	font-size: 4em;
}

.news-post-image-date-inner .image-date-day {
    margin: 0;
    display: inline-block;
    font-size: 180%;
    line-height: 0.3em;
	word-break: normal;
}

.news-post-image-date-inner .image-date-month {
    margin: 0;
    line-height: 0.3em;
	word-break: normal;
}


.news-post .news-post-details {
	flex: 0 1 81%;
	padding-left: 1%;
}

.news-post-details h3 a, .news-post-details h3{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	text-decoration: none;
}

.news-post-info {
	line-height: 0;
}

.page-intro-header .news-post-info {
	    line-height: inherit;
}

.page-intro-header .news-post-info p {
	display: inline-block;
	margin-right: 1em;
}

.news-post-excerpt .news-post-info p {
    display: inline-block;
    margin-right: 2em;
    margin-top: 0.5em;
    margin-bottom: 0em;
	line-height: 1.5;
}
.news-post-info p a {
	font-weight: 600;
}

.news-date {
	font-style: italic;
}

.news-post-excerpt p {
	margin: 0.5em 0;
}

.news-post-tags a {
	font-weight: 600;
}

.news-post-content {
	display: flex;
	position: relative;
}

.news-post-excerpt {
	flex: 0 0 82%
}

.news-post-button {
    flex: 1 0 auto;
    text-align: right;
    align-self: center;
}


.news-post-button p a {
	font-weight: 600;
}

.page-numbers {
	    margin: 1em 0px;
    padding: 0;
    text-align: center;
    list-style: none;
}
.page-numbers li {
	display: inline-block;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    font-weight: 600;
	margin:0 0.25em;
}
.page-numbers li span, .page-numbers li a {
	text-decoration: none;
}
.page-numbers li .next, .page-numbers li .prev  {
	background: white;
    box-shadow: 1px 1px 3px 1px #00000054;
	display: block;
	position: relative;
	color: transparent;
	margin: 0px;
}

.page-numbers li .next:after, .page-numbers li .prev:after {
	content: "";
    border-right: 0.23em solid #265f92;
    border-bottom: 0.23em solid #265f92;
    display: block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 0.6em;
    height: 0.6em;
    font-size: 1em;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-45deg);
	z-index:2;
	pointer-events: none;
	cursor: pointer;
}

.page-numbers li .prev:after {
	transform: translate(-50%, -50%) rotate(135deg);
	left: 60%;
}

.single .page-intro-header {
	margin-bottom: 0em;
}

.single-post .default-page-content .main-content-outer .main-content-inner {
	    margin-bottom: 0px;
}

.single .news-post-tags {
	margin: 2em 0;
}

.single .block-latest-news {
    padding: 2em 0;
}

.span-gap {
	margin-right: 1.5em;
}


/* QuickLinks
--------------------------------------------- */
#quicklinks-side {
	position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
	transition: 0.5s ease;	
	transform: rotate(-90deg) translateX(70%);
    transform-origin: 100% 100%;
	cursor: pointer;
}
#quicklinks-side .quicklinks-inner {
	   transform: translatey(100%);
	transition: 0.5s ease;
}

#quicklinks-side.quicklinks-side-active .quicklinks-inner {
	 transform: translatey(0);  
}

#quicklinks-main {
	position: fixed;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    z-index: 99;
	transition: 0.5s ease;
}

#quicklinks-main.quicklink-active {
	right: calc(((100vw - 1196px) / 2) / 2);
    transform: translate(50%, -50%);
}

.quicklinks {
	min-width: 270px;
}

.quicklinks .quicklinks-inner {
	border-width: 3px;
    border-style: solid;
}

.quicklinks .quicklink {
	display: flex;
    padding: 4% 5%;
	align-items: center;
	background: #dae9f1;
    border-bottom-width: 3px;
    border-bottom-style: solid;
	transition: background 0.3s ease;
}
.quicklinks .quicklink:first-child {
	border-bottom: 0px;
}

.quicklinks .quicklink:last-child {
	border-bottom: 0px;
}

.quicklink .quicklink-image  {
	flex: 0 0 10%;
}

.quicklink .quicklink-image .quicklink-image-inner   {
	padding-bottom: 100%;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.quicklink .quicklink-title  {
	flex: 0 0 90%;
	text-align: right;
}

.quicklink .quicklink-title p {
	margin: 0px;
}

.quicklink .quicklink-title a {
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	width: 100%;
    display: block;
}

.quicklinks .quicklinks-inner .quicklink-header {
	background: #265f92;
	cursor: pointer;
}


.quicklinks .quicklinks-inner .quicklink-header p {
	color: white;
	font-weight: 700;
}

.quicklinks .quicklink.quicklink-search {
	padding: 0px;
}

.quicklinks .search-form-inner {
    width: 100%;
}

.quicklinks .search-form-input  {
	    padding: 0.5em 1em;
	border: 0px;
}

.quicklinks .search-button-icon {
    flex: 0 0 2.5em;
}
.quicklinks .header-searchbutton {
    width: 2.5em;
}

.quicklinks .search-button-icon .dashicons {
    width: 25px;
    height: 25px;
    font-size: 25px;
}

.quicklinks .quicklink-normal:hover {
	background: #abcfe3;
}

.quicklinks-inner .quicklink-header:hover {
	background: #4183bf;
}




/* Search Page
--------------------------------------------- */

.search-type {
	text-transform: capitalize;
}


/* Events
--------------------------------------------- */
.page-template-eventscalendar h1 {
	margin: 0px;
}

#calendar {
	margin-top: 2em;
}

.list-calendar {
	text-align: left;
	margin-top: 0em;
	display: inline-block;
}

.list-calendar p {
    display: inline-block;
    margin: 0 0em;
    padding: 0.5em;
    background: #f3f3f3;
    border: 3px solid #f3f3f3;
	cursor: pointer;
	transition: 0.3s ease;
}

.list-calendar .listview-active, .list-calendar .listview-active:hover {
	border: 3px solid #265f92;;
}

.list-calendar p:hover {
	border: 3px solid #efb321;
}

.list-calendar span {
	width: 1em;
    height: 1em;
    font-size: 2em;
}

.events-calendar-list {
	margin: 2em 0;
	box-shadow: 0px 1px 6px 0px #00000024;
}

.events-calendar-event {
	display: flex;
	align-items: center;
}

.events-calendar-event-event {
	flex: 0 0 35%;
}

.events-calendar-event-category {
	flex: 0 0 25%;
}

.events-calendar-event-date {
	flex: 0 0 23%;
}

.events-calendar-event-link {
	flex: 0 0 17%;
	text-align: center;
}

.events-calendar-event-headings h5 {
	color: white;
	margin: 0px;
}

.events-calendar-event .events-calendar-event-detail {
	padding: 0.4em 1em;
	border-right: 1px solid #dfdfdf;
}

.events-calendar-event .events-calendar-event-detail.events-calendar-event-link {
	border-right: 0px;
}

.events-calendar-event .events-calendar-event-detail p {
	margin: 0px;
	font-weight: 600;
	display: inline-block;
}

.events-calendar-event .events-calendar-event-event.events-calendar-event-detail p {
	display: inline;
}

.events-calendar-event .events-calendar-event-detail .nswtf-bookmark {
	margin-right: 0.5em;
}


.event-grey {
	background: #f3f3f3;
}

.fc-event-time, .fc-event-title {
	white-space: normal;
}

.fc-daygrid-dot-event {
	    align-items: baseline;
}

/* Event Banner */

.event-banner {
	padding: 1em 0;
}
.event-banner h5 {
	color: black;
	margin: 0px;
	flex: 0 0 100%;
	margin-bottom: 0.25em;
}

.event-banner .seemorevents {
	color: #00000073;
    font-size: 11px;
    vertical-align: middle;
    margin-top: 0.5em;
	display: block;
	text-align: left;
	flex: 0 0 100%;
}

.event-banner .event-banner-inner {
	display: flex;
}

.event-banner .event-banner-details {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	flex-wrap: wrap;
}

.event-banner .event-banner-register {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 20%;
	align-items: center;
}

.event-banner-details .event-banner-detail {
	flex: 0 1 auto;
	padding: 0.5em 3% 0.15em 0;
}

.event-banner-details .event-banner-detail p {
	margin: 0;
	font-weight: 600;
}

.event-banner-details .event-banner-detail p .dashicons {
	margin-right: 0.25em;
	    width: 1em;
    height: 1em;
    font-size: 1.5em;
}

.event-banner-details .event-banner-detail p a {
	color: black;
}

.event-banner-register p {
	margin: 0px;
}

.event-banner-details .event-banner-detail .eventtime {
	margin-left: 0.25em;
}

/* Courses
--------------------------------------------- */

.post-type-archive-course .news-search {
	display: flex;
	align-items: center;
}

.post-type-archive-course .news-search form {
	flex: 1 1 auto;
}

.news-search-tut-cpl {
	flex: 0 1 auto;
    margin-left: 1em;
}

.news-search-tut-cpl .news-search-tut-cpl-single {
	display: inline-block;
    padding: 1em 0.85em;
    margin: 0px;
    line-height: 1em;
	 margin-left: 1em;
	cursor: pointer;
	color: #265f92;
	border: 1px solid #265f92;
}

.news-search-tut-cpl .news-search-tut-cpl-single.news-search-tut-cpl-single-active {
	border-bottom: 3px solid #265f92;
    font-weight: 800;
}

.news-cat-filters .course-filter {
	flex: 1 1 auto;
}

.news-cat-filters .course-filter.course-filter-section {
	flex: 1 0 auto;
	    display: flex;
    align-items: center;
}

.news-cat-filters .course-filter.course-filter-section p {
	margin-right: 0.5em;
}

.news-filter-cat.course-filter, .news-filter-tag.course-filter {
	/*flex: 1 1 25%;*/
}




.course-banner {
	display: flex;
    align-items: center;
	    padding: 1em 0;
}

.course-banner p {
	margin-right: 2em;
}

.course-intro {
	display: flex;
}

.course-intro .course-intro-text {
    flex: 1 1 auto;
	padding-right: 4%;
}

.course-intro .course-intro-cta {
	flex: 0 0 27%;
}

.course-intro-cta .course-intro-cta-inner {
	display: block;
	width: 100%;
	    padding: 1em 10%;
	text-align: center;
}

.course-intro-cta .course-intro-cta-inner p {
	color: white;
	display: block;
}

.course-intro-cta .course-intro-cta-inner p a {
	font-weight: 700;
}

.course-intro-cta .course-intro-cta-inner .course-phone {
	font-weight: 600;
	margin-bottom: 0px;
}

.course-intro-cta .course-intro-cta-inner .course-phone a {
	font-weight: 600;
	display: inline-block;
    width: auto;
}

.course-intro-cta .course-intro-cta-inner .course-phone a:hover {
	color: inherit;
}

.course-tags span {
	margin-left: 1em;
}

.post-type-archive-course h1 {
	margin: 0px;
}

.course-intro-cta h6 {
	margin: 1em 0 0.5em 0;
	text-align: center;
}

.course-signup-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.course-signup-form-inner, .course-signup-form-reveal-inner, .course-signup-form-reveal-inner p {
	padding-top: 1em;
}

.course-signup-form-inner h6, .course-signup-form-reveal-inner h6 {
	margin: 1em 0;
}

.course-signup-form-reveal {
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.course-signup-form-reveal p {
margin: 0px;
}

.course-signup-form-reveal p a {
    padding: 0.2em 0.6em;
}

.revealcourseform.button-p, #signup-for-course, .course-sign-up-button {
	margin: 0px;
	margin-right: 2em;
}

.showenquiryform {
	margin: 0px;
	margin-right: 2em;
}

.course-banner select {
	    padding: 0.65em 0.75em;
    border-width: 0px;
	border-style: solid;
    border-radius: 0px;
    text-align: left;
	margin-right: 2em;
}

.course-banner option {
	    padding: 0.5em 0.75em;
    border: 0px;
    border-radius: 0px;
}

#page .enquirycomplete a {
	background: #00b705;
}
#gform_confirmation_wrapper_3, #gform_confirmation_wrapper_8 {
	padding-bottom: 1em;
}




/* FORMS
--------------------------------------------- */

/* Hide required legend*/
.gform_required_legend {
	display: none;
}

/* Input and Textarea */
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
	border: 1.5px solid #00689e;
    padding: 0.8em 1em;
    color: #00689e;
    font-weight: 400;
}
.gform_wrapper .gform_body .gform_fields .gfield.gf_readonly input {
	background: #f9f9f9;
}

/* Checkbox */
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
	color: #00689e;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input {
	margin-right: 0.5em;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input:checked + label {
    font-weight: 600;
}

/* Labels */
.gform_wrapper .gform_body .gform_fields .gfield_label {
	 color: #00689e;
}

/* Footer */
.gform_wrapper .gform_page_footer {
	    text-align: center;
}

/* Buttons */
#page .gform_wrapper form .gform_page_footer input, #page .gform_wrapper form .gform_footer input {
	       background-color: #00689e;
    color: white;
    border: 0px;
    outline: none;
    font-weight: 600;
    padding: 0.8em 2em;
    margin-left: 2em;
    margin-right: 2em; 
	cursor: pointer;
}

#page .gform_wrapper form .gform_footer input {
	margin-left: 0em;
    margin-right: 0em; 
}


/* Custom Spinner */
.showenquiryform {
	position: relative;
}

.formspinner {
	position: relative;
}

.formspinner:after {
	content: "";
    background-image: url(/wp-content/uploads/2022/06/Loading.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(100%, -50%);
}

.gspinner {
	background-image: url(/wp-content/uploads/2022/06/Loading.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    align-self: center;
	margin-left: 0.2em;
}


/* Join Form
--------------------------------------------- */

.join-form-progress-bar {
	padding: 2em 0;
}

.join-form-student-progress-bar img {
	max-height: 110px;
	margin: 0 auto;
    display: block;
}



#gform_1 h3, #gform_7 h3 {
	margin-bottom: 0em;
}

/* Date Select */
/*#gform_1 #field_1_6 #input_1_6 #input_1_6_3_container {
	position: relative;
}
#gform_1 #field_1_6 #input_1_6 #input_1_6_3_container:after {
	content: "";
	background-image: url('/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg');
	position: absolute;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -10px;
    transform: translate(100%, -50%);
	opacity: 0.7;
} */

.gform_wrapper .gform_body .gform_fields #field_1_6 select {
	padding-left: 0.25em;
	padding-right: 0.25em
}

/* Hide Autocomplete helper */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* jQuery UI */
.ui-menu.ui-widget {
	border: 1.5px solid #00689e;
	border-top: 0px;
    padding: 0em 0.6em;
    color: #00689e;
    font-weight: 400;
	background: white;
	list-style: none;
	margin: 0px;
	max-width:1196px !important;
}

.ui-menu.ui-widget .ui-menu-item {
	color: #00689e;
    font-weight: 400;
	border-bottom: 1px solid #00689e1a;
	border-left: 2px solid white;
	margin: 0;
	padding: 0.4em 0;
	padding-left: 0.4em;
	cursor: pointer;
	transition: border ease 0.2s;
}

.ui-menu.ui-widget .ui-menu-item:hover {
	border-left: 2px solid #00689e;
}

.ui-menu.ui-widget .ui-menu-item:last-child{
	border-bottom: 0px;
}

/* Confirm details page */
.nswtf-join-form-confirmdetails {
	display: flex;
}

.nswtf-join-form-confirmdetails .nswtf-join-form-confirmdetail {
	flex: 0 0 33%;
}

.nswtf-join-form-confirmdetails h5 {
	margin: 0px;
}


#nswtf_payment_rate p {
	    margin: 0px;
}


/* Student */

#input_7_113_2_container {
	display: none;
}

#input_7_113_1_container {
	margin-left: 0px;
}



/* Bookmark
--------------------------------------------- */

.nswtf-utilities-bookmark {
	display: inline-block;
}

.nswtf-bookmark {
	max-width: 18px;
	cursor: pointer;
	width: 100%;
	vertical-align: middle;
}

.nswtf-bookmark-path {
	fill:none;
	stroke-miterlimit:10;
	stroke-width: 2px;
	transition: fill 0.4s ease;
}

#page .page-intro-header.displaying-banner-image .nswtf-bookmark .nswtf-bookmark-path {
	stroke: white;
}

#page .page-intro-header.displaying-banner-image .nswtf-bookmark-active .nswtf-bookmark-path {
	fill: white;
}

.news-post .nswtf-bookmark {
	position: absolute;
    top: 0px;
    right: 0px;
}

.post-type-archive-course .news-post-content {
	position: relative;
}

/* Email Campaign
--------------------------------------------- */
#field_13_8, #gform_submit_button_13 {
	opacity: 0;
	transition: opacity 0.2s ease;
}

#gform_submit_button_13, #gform_13 .gform_footer {
	height: 1px;
}


/*--------------------------------------------------------------
# MOBILE
--------------------------------------------------------------*/

@media only screen and (max-width: 1745px) {

/* QuickLinks
--------------------------------------------- */
	#quicklinks-main.quicklink-active {
    	right: 0;
		transform: translate(0%, -50%);
	}
	
	/*#quicklinks-main.quicklinks {
		min-width: unset;
		max-width: calc(((100vw - 1186px) / 2) / 1);
	}
	
	.quicklink .quicklink-title p {
		line-height: 1.1em;
	}*/
	
}


@media only screen and (max-width: 1500px) {
	
/* QuickLinks
--------------------------------------------- */
	/*#quicklinks-main.quicklink-active {
		right: 1em;
		transform: translate(0%, -50%);
	}
	#quicklinks-main.quicklinks {
		max-width: unset;
		min-width: 270px;
	}*/
	
	
}

@media only screen and (max-width: 1200px) {
	
	
	
/* Header and Menu
--------------------------------------------- */
	.header-primary {
		padding: 1em 0;
	}
	
	.show-on-mobile-menu {
		display: block;
	}
	
	.main-navigation {
		align-self: center;
	}
	
	.menu-center {
		position: relative;
		width: 35px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.menu-center:before,
	.menu-center:after,
	.menu-center div {
	  background: #265f92;
	  content: "";
	  display: block;
	  height: 4px;
	  border-radius: 0px;
	  margin: 7px 0;
	  transition: 0.5s;
	}
	.menu-center.menu-center-active:before {
	  transform: translateY(11px) rotate(135deg);
	}
	.menu-center.menu-center-active:after {
	  transform: translateY(-11px) rotate(-135deg);
	}
	.menu-center.menu-center-active div {
	  transform: scale(0);
	}
	
	.menu-center-move {
		transition: transform 0.5s ease;
		margin-right: 0px;
	}
	
	.menu-center-move.menu-center-active {
		/*transform: translateX(calc(30vw - 100%));*/
	}
	
	.main-header-logo {
		flex: 0 0 230px;
		margin: 0px;
	}
	
	.main-navigation {
		flex: 1 1 auto;
		margin: 0px;
		margin-right: 1.5em;
	}
	
	.header-search {
		flex: 1 1 auto;
		justify-content: right;
		margin: 0px;
	}
	
	.site-menu-holder {
		display: block;
		position: fixed;
		width: 70%;
		left: 0px;
		top: 0px;
		min-height: 100vh;
		background: white;
		transform: translateX(-103%);
		transition: transform 0.5s ease;
		z-index: 99999;
		padding: 2% 4%;
    	box-shadow: 1px 1px 7px 0px #00000045;
	}
	.site-menu-holder.site-menu-holder-active {
		transform: translateX(0%);
	}
	
	.site-menu-holder .menu-center {
		    margin-bottom: 2em;
	}
	
	.site-menu-holder .header-logo  {
		margin-bottom: 2em;
	}
	
	.menu-main-container {
		display: flex;
		align-items: flex-start;
		height: auto;
		justify-content: left;
		/*padding: 4%;
		box-shadow: 1px 1px 7px 0px #00000045;*/
	}
	
	.menu-main-container ul {
		flex-wrap: wrap;
	}
	
	.menu-main-container ul li {
		margin: 0 0em 1em 0.5em;
		flex: 1 0 100%;
	}
		.menu-main-container ul li:hover {
		background: initial;
	}
	
	.menu-main-container ul li a {
		width: auto;
    	display: inline-block;
		position: relative;
	}
	.menu-main-container ul li:hover > :first-child, .main-navigation ul ul.sub-menu li:hover > :first-child {
		color: #265f92;
		/*border-bottom: 1px solid #265f92;*/
	}
		.menu-main-container ul .menu-item-hovered > :first-child, .main-navigation ul ul.sub-menu .menu-item-hovered > :first-child {
		color: #265f92;
		margin-bottom: 0.5em;
			/*border-bottom: 1px solid #265f92;*/
	}
	
	.menu-main-container ul li.current-menu-item > :first-child, .menu-main-container ul li.current-menu-ancestor > :first-child {
		color: #efb321;
	}
	
	.main-navigation ul ul {
		box-shadow: none;
		float: none;
		position: relative;
		top: unset;
		z-index: 1;
		background: white;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}
	
	.main-navigation ul .menu-item-hovered > ul {
		height: auto;
		opacity: 1;
		visibility: visible;
		left: unset;
	}
	
	.main-navigation ul ul.sub-menu li:hover {
		background: unset;
	}
	.main-navigation ul ul.sub-menu li {
		margin: 0px;
		position: relative;
		padding: 0.3em 0.5em;
		background: white;
		width: 100%;
		margin-left: 0.5em;
	}
	.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
		right: unset;
		box-shadow: none;
		flex-wrap: wrap;
		width: 100%;
		background: white;
		box-shadow: none;
	}
	
	.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li {
		border: 0px;
	}
	
	.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li a {
		border-bottom: 1px solid #265f9229;
	}
	
	.menu-main-container ul .menu-item-has-children:after {
		content: none;
	}
	
.menu-main-container ul .menu-item-has-children > :first-child:after {
    content: "";
    border-right: 0.2em solid #265f92;
    border-bottom: 0.2em solid #265f92;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 0.5em;
    height: 0.5em;
    font-size: 1em;
    vertical-align: middle;
    text-align: center;
    transition: color .1s ease-in, transform .2s ease, top .2s ease;
    transform: rotate( 
45deg);
    position: absolute;
    right: -2em;
    top: 26%;
	pointer-events: none;
}
	 
	.menu-main-container ul .menu-item-hovered > :first-child:after {
		transform: rotate( -45deg);
		top: 32%;
	}	
	
	
	
	.mobile-menu-search {
		display: flex;
		align-items: center;
		background: #dae9f1;
		transition: background 0.3s ease;
		padding: 0px;
		margin-top: 2em;
	}
	
	.mobile-menu-search .search-form-inner {
		width: 100%;
	}
	
	#header-float .main-navigation .menu-main-container {
		display: none;
	}
	
	#header-float .menu-center {
		margin-right: 0em;
   	 	align-self: center;
	}
	
	#header-float .header-search {
		flex: 0 1 auto;
	}
	
	#header-float .header-logo img {
    max-width: 50px;
	}
	
	
	
}



@media only screen and (max-width: 1024px) {
	body {
		font-size: 15.5px;
	}	
	
	
	/* Events
--------------------------------------------- */	
	
	.events-calendar-event-link .button-p a {
		padding: 0.35em 1em;
	}
	
	/* Courses
--------------------------------------------- */	
	
	.news-cat-filters {
		flex-wrap: wrap;
	}
	
	.news-cat-filters {
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	.news-cat-filters p {
		display: none;
	}
	
	.page-template-eventscalendar .news-cat-filters p {
		display: inline-block;
	}
	
	.news-cat-filters .course-filter.list-calendar p, .news-cat-filters .courses-reset {
		display: inline-block;
	}
	
	.news-cat-filters .course-filter.list-calendar {
		
	}
	
	.news-cat-filters .course-filter.course-filter-section {
		
	}
	
	.news-cat-filters .course-filter.news-filter-category {
		
	}
	
	.news-cat-filters .course-filter.news-filter-tag {
		
	}
	
		/* Courses Single
--------------------------------------------- */		
	
	.course-banner {
		flex-wrap: wrap;
	}
	
	.course-banner #course_time {
		flex: 1 1 100%;
	margin-bottom: 1em;
	margin-right: 0px;
	width: 100%;
	}
	
	
		
		/* News
--------------------------------------------- */	
	
	.blog .news-filter-cat {
	flex: 1 0 33.33%;
}

.blog .news-filter-cat.news-filter-category {
	flex: 1 0 33.33%;
}

.blog .news-filter-tag {
	flex: 1 0 33.33%;
}
	
	.blog .select-holder {
		min-width: 100%;
	}	
	
	
	
	
}


@media only screen and (max-width: 768px) {
h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.25em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.45em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.125em;
}
	
	
/* Header and Menu
--------------------------------------------- */	
	
	.header-top {
		padding: 0.5em 0;
	}
	
	.header-top-buttons .button-p {
		padding: 0.25em 0;
	}
	
	.header-primary {
		padding: 0.5em 0;
	}
	
	.header-logo img {
    	max-width: 200px;
	}
	
	
/* Carousel
--------------------------------------------- */
	.carousel-inner {
		padding-right: 20%;
	}
	
	.slide-content-hold {
		padding: 8% 0 12% 0;
	}
	
	.carousel-slide h2 {
		font-size: 2.5em;
	}
	
	.carousel-buttons {
		bottom: 1%;
	}
	
	
/* Footer
--------------------------------------------- */
	#colophon .footer-inner {
		padding: 2em 0;
	}
	
	.footer-menu {
		flex-wrap: wrap;
	}
	.footer-menu .footer-links  {
		    flex: 0 0 33.33%;
	}
	
	.footer-menu .footer-links.footer-details  {
		    flex: 0 0 100%;
		margin-top: 2em;
	}
	
	
	/* Quicklinks
--------------------------------------------- */	
	#quicklinks-side.quicklinks .quicklink {
		padding: 1% 4%;
	}
	
	
		
/* Events
--------------------------------------------- */	
	
	.events-calendar-event .events-calendar-event-detail {
		padding: 0.4em 0.25em;
	}
	
	.events-calendar-event-event {
		flex: 1 0 40%;
	}
	.events-calendar-event-category {
		flex: 0 0 35%;
	}
	.events-calendar-event-date {
		flex: 0 0 25%;
	}
	.events-calendar-event-link {
		display: none;
	}
	
	/* Courses
--------------------------------------------- */	
	
	.news-cat-filters .course-filter.list-calendar {
		flex: 0 1 auto;
	}
	
	.news-cat-filters .course-filter.course-filter-section {
		flex: 1 0 auto;
		margin: 0.5em 0;
	}
	
	.news-cat-filters .courses-reset {
		    flex: 1 0 auto;
		margin: 0px;
	}
	
	.news-cat-filters .course-filter.news-filter-category {
		flex: 1 1 50%;
		    padding-right: 0.25em;
	}
	
	.news-cat-filters .course-filter.news-filter-tag {
		flex: 1 1 50%;
		    padding-left: 0.25em;
	}
	
	.course-filter .select-holder {
		width: 100%;
	}
	
	.list-calendar p {
		padding: 0.25em;
	}
	
	/* Form
--------------------------------------------- */
	#page .gform_wrapper form .gform_page_footer input, #page .gform_wrapper form .gform_footer input {
		padding: 0.6em 1.5em;
		margin-left: 1em;
		margin-right: 1em;
	}
	
	#field_1_84 .gfield_radio .gchoice, #field_1_121 .gfield_radio .gchoice, #field_1_100 .gfield_radio .gchoice {
		margin-bottom: 0.5em;
	}
	
	#field_1_84 .gfield_radio label, #field_1_121 .gfield_radio label, #field_1_100 .gfield_radio label {
		margin-left: 0.5em;
	}
	
	.nswtf-join-form-confirmdetails {
		flex-wrap: wrap;
	}
	
	.nswtf-join-form-confirmdetails .nswtf-join-form-confirmdetail {
		flex: 0 0 100%;
	}
	
	
}


@media only screen and (max-width: 500px) {

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.05em;
}
	
	
	.button-p a, .wp-block-buttons .wp-block-button .wp-block-button__link {
		padding: 0.45em 1em;
	}	
		
/* Header and Menu
--------------------------------------------- */
	.header-top-buttons {
		font-size: 0.9em;
	}
	.header-top-buttons .button-p a {
		padding: 0.275em 0.5em;
	}
	
	.header-logo img {
		max-width: 170px;
		width: 100%;
	}
	
	.header-primary .main-navigation {
		margin-right: 0px;
	}
	
	.primary-search-button {
		display: none;
	}
	
	.site-menu-holder {
    	width: 80%;
	}
	
	.site-menu-holder .header-logo {
		text-align: center;
	}
	
	.menu-center {
    	width: 26px;
	}
	.menu-center:before, .menu-center:after, .menu-center div {
		margin: 4px 0;
	}
	.menu-center.menu-center-active:before {
    	transform: translateY(7px) rotate(135deg);
	}
	.menu-center.menu-center-active:after {
		transform: translateY(-9px) rotate(-135deg);
	}
	
	#header-float .menu-center {
		margin-right: 1em;
	}
	
	#header-float .search-form-inner {
		width: 100%;
	}
	
	/* Carousel
--------------------------------------------- */
	.carousel-slide h2 {
		font-size: 2em;
	}
	
	.carousel-inner {
    padding-right: 4%;
}
	
	.slide-content-hold {
    padding: 8% 0 8% 0;
}
	
		/* Footer
--------------------------------------------- */
	
	.footer-menu .footer-links {
		flex: 0 0 50%;
	}
	
	
		/* News
--------------------------------------------- */
	
	.news-top-panel #newssearch {
		padding: 0.75em 1em;
	}
	
	.news-top-panel #searchbutton {
		width: 2.5em;
	}
	
	.news-top-panel .search-button-icon .dashicons {
		left: 38%;
	}
	
	.news-search-tut-cpl {
		margin-left: 0.25em;
		display: flex;
	}
	
	.news-search-tut-cpl .news-search-tut-cpl-single {
		padding: 0.5em 0.45em;
		white-space: nowrap;
		margin-left: 0.25em;
	}
	
	
	.news-post-inner {
		flex-wrap: wrap;
	}
	
	.news-post .news-post-image {
		flex: 0 0 100%;
		padding-right: 0;
		margin-bottom: 1em;
	}
	
	.news-post .news-post-image .news-post-image-inner {
		padding-bottom: 36%;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.news-post .news-post-details {
		flex: 1 1 100%;
		padding-left: 0%;
	}
	
	.news-post-content {
		flex-wrap: wrap;
	}
	
	.news-post-excerpt {
		flex: 0 0 100%;
	}
	
	.news-post-button {
		flex: 1 0 auto;
		text-align: left;
		align-self: center;
	}
	
	.blog .news-filter-cat, .blog .news-filter-cat.news-filter-category, .blog .news-filter-tag {
		flex: 1 0 33.33%;
		margin-bottom: 0.5em;
	}
	
	.blog .news-filter-cat {
		padding-right: 0.5em;
	}
	
	.blog .news-filter-cat.news-filter-category {
	padding: 0 0.25em;
	}
	
	.news-cat-filters select {
		padding: 0.8em 0.5em;
	}
	
	.blog .news-filter-tag {
		padding-left: 0.5em;
	}
	
	.blog .search-button-icon {
		flex: 0 0 2.5em;
		position: relative;
	}
	.blog .news-top-panel .search-button-icon .dashicons {
		left: 50%;
	}
	
	
	.single-post .nswtf-utilities {
		margin-bottom: 1em;
	}
	
		/* Courses
--------------------------------------------- */	
	
	.revealcourseform.button-p, .showenquiryform.button-p {
margin-top: 0.5em;

	}
	
	/* Quicklinks
--------------------------------------------- */	
	#quicklinks-side {
		min-width: 40px;
	top: 80%;
	}
	
		#quicklinks-side.quicklinks .quicklink {
		padding: 4% 6%;
	}
	
	#quicklinks-side .quicklink .quicklink-image {
    flex: 0 0 100%;
}
	
	#quicklinks-side .quicklink-title {
		display: none;
	}
	
	#quicklinks-side .quicklink-image .quicklink-image-inner {
		padding-bottom: 100%;
	}
	
	
	
	
}



/* Min widths */

@media (min-width: 600px){
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    max-width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8);
}
	
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    max-width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75);
}
	
}

















