/*!
Theme Name: disabilityco
Theme URI: http://tangledmedia.com.au/
Author: Tangled Media Productions
Author URI: https://tangledmedia.com.au/
Description: Description
Version: 1.0.0
License: Tangled Media Productions
Text Domain: disabilityco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

disabilityco is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#disabilityco
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    /* max-width: 1500px; */
    margin: 0 auto;
}

/**
 * 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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;
}

button.float-right {
    float: right;
}

/**
 * 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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
    cursor: pointer;
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

.entry-content .text,
.entry-content .form-membership {
    width: 100%;
    background-color: white;
    padding: 30px 15px 30px 15px;
    margin-top: 30px;
}

@media screen and (min-width: 760px) {

    .entry-content .text,
    .entry-content .form-membership {
        width: 70%;
        margin-left: 15%;
    }
}

@media screen and (min-width: 1024px) {

    .entry-content .text,
    .entry-content .form-membership {
        width: 60%;
        margin-left: 20%;
    }
}

.ms-membership-form-wrapper,
.ms-protected-content {
    max-width: 760px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 0 5px;
}

/*--------------------------------------------------------------
# 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: rgb(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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;
}

select {
    border: 1px solid #ccc;
    cursor: pointer;
}

textarea {
	width: 100%;
}
/* style the login and reset password buttons */
#wp-submit {
    font-size: 18px;
}

*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    /*	clear: both;*/
    margin-top: 24px;
    display: block;
    float: left;
    width: 100%;
}

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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgb(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 {
    left: 100%;
}

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

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

.main-navigation li {
    float: left;
    position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
    float: right;
    margin-top: 8px;
}

@media screen and (min-width: 1024px) {
    .menu-toggle {
        display: none;
    }

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    /* float: left;
    width: 50%; */
    position: fixed;
    top: 50%;
    left: 1em;
    font-size: xx-large;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    /* float: right;
	text-align: right;
    width: 50%; */
    position: fixed;
    top: 50%;
    right: 1em;
    font-size: xx-large;
}

/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

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

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

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

@media (min-width: 600px) {
    .wp-block-column {
        flex-basis: 100%;
    }
}

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* =================Disabilityco */
/* === GENERAL === */
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6,
.modal h1,
.modal h2,
form h1,
form h2,
article h1,
article h2,
header h1,
footer h1,
footer h2 {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.section h1,
.modal h1,
article h1,
header h1,
form h1 {
    color: rgb(79, 146, 202);
    text-transform: uppercase;
}

.section h2,
.section h2 a,
.modal h2,
article h2 {
    color: rgb(238, 38, 117);
    text-transform: uppercase;
}

.section p,
.section ul,
.modal p,
article p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    color: rgb(150, 150, 150);
}

.section hr,
.modal hr {
    border-top: 1px solid #063343;
}

.modal ul {
    color: rgb(238, 38, 117);
}

a,
a:link,
a:active,
a:visited {
    text-decoration: none;
    color: rgb(79, 146, 202);
}

.scroll-next a {
    color: aliceblue;
    transition: all 1s ease 0.4s;
}

.back-to-the-top a {
    color: aliceblue;
    transition: all 1s ease 0.4s;
}

a:hover {
    text-decoration: none;
    color: #063343;
}

body .back-to-the-top {
    position: fixed;
    display: table;
    bottom: 1em;
    right: 1em;
    z-index: 100;
}

body .back-to-the-top a {
    border: 1px solid aliceblue;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background-color: rgb(79, 146, 202);
    text-align: center;
    font-size: 24px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    transition: transform .5s;
}

body .service-application-form {
    position: fixed;
    display: table;
    top: 8em;
    right: 1em;
    z-index: 10;
}

body .service-application-form a {
    border: 1px solid rgb(79, 146, 202);
    padding: 5px;
    background-color: aliceblue;
    text-align: center;
    font-size: 24px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    transition: transform .5s;
}

.scroll-next {
    position: static;
    display: table;
    top: 1em;
    left: 1em;
    z-index: 100;
}

.scroll-next a {
    border: 1px solid aliceblue;
    color: aliceblue;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background-color: rgb(79, 146, 202);
    text-align: center;
    font-size: 24px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

section {
    padding-bottom: 50px;
    min-height: 100vh;
}


/* === HEADER === */
.site-header {
    background-color: white;
}

#header {
    /*    height: 50px;*/
    background-color: rgb(247, 247, 247);
}

.logo img {
    height: 75px;
    margin-top: 10px;
    margin-left: 10px;
}

.site-branding img {
    max-width: 80%
}

/* === header menu === */

/*hide entry title on home and ndis menu pages */
#post-129 .entry-header,
#post-245 .entry-header,
#post-825 .entry-header {
    display: none;
}

h1.entry-title {
    text-align: center;
    font-size: 40px;
    width: 90%;
    margin-left: 5%;
}

@media screen and (min-width: 760px) {
    h1.entry-title {
        font-size: 50px;
        width: 70%;
        margin-left: 15%;
    }
}

@media screen and (min-width: 1024px) {
    h1.entry-title {
        font-size: 60px;
        width: 60%;
        margin-left: 20%;
    }
}


.main-navigation li {
    padding: 10px;
    float: left;
    position: relative;
    font-size: 24px;
}

.main-navigation {
    text-align: center;
}

.circular-menu {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 100;
}

.circular-menu .floating-btn {
    display: table-cell;
    vertical-align: middle;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    /* background-color: hsla(212, 97%, 60%, 0.541);
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);   */
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
    z-index: 999;
}

/* .circular-menu.active .floating-btn {
box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.circular-menu .floating-btn:active {
box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
} */

.circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform .2s;
}

.circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
}

.circular-menu:after {
    display: block;
    content: ' ';
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: hsl(209, 97%, 60%);
    transition: all .3s ease;
}

.circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu.active .items-wrapper {
    visibility: visible;
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
    visibility: hidden;
}

.circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: hsla(0, 0%, 0%, .1);
    transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
    background-color: hsla(0, 0%, 0%, .3);
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(-7.3em, -.5em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-6.3em, 3.5em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-3.5em, 6.5em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(.5em, 7.3em, 0);
}

.circular-menu .tooltiptext {
    visibility: hidden;
    /* width: 106px; */
    background-color: rgb(200, 200, 200);
    /* color: rgb(79,146,202); */
    color: rgb(238, 38, 117);
    text-align: right;
    border-radius: 3px;
    padding: 0px 16px 0px 16px;
    position: absolute;
    z-index: 110;
    /* top: -5px; */
    right: 110%;
    font-size: 20px;
    line-height: 1.5em;
}

.circular-menu .menu-item:hover .tooltiptext {
    visibility: visible;
}


/* === LOGO MENU === */
.hero-menu {
    position: relative;
    padding-bottom: 0px;
}

.site-main-menu {
    background-color: rgb(247, 247, 247);
}

.site-main-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*   background: url(../img/icons3-blue.jpg) 50% 100% repeat fixed;*/
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 100%;
    /*    opacity : 0.2;*/
    z-index: -1;
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700|Oswald:400,300,700);

.mainMenuOverlay {
    min-height: 100vh;
    /*600px;*/
}

.mainMenuOverlay.open {
    bottom: 0;
}

.mainMenuOverlay .toggleMenu {
    display: block;
    /*    background-color: aliceblue;*/
    border-radius: 100%;
    width: 230px;
    height: 230px;
    position: absolute;
    top: 37%;
    right: -60px;
    margin: -62px 62px 0 -62px;
    background-position: center center;
    font-size: 24px;
    /*    color:#FFF; */
    color: rgb(79, 146, 202);
    text-align: center;
    /*	box-shadow: 0 0 0 10px rgb(255, 255, 255, 0.2) inset, 0 0 16px -4px #063343;
    -webkit-transition: box-shadow 0.5s ease, top 0.5s ease; 
    transition: box-shadow 0.5s ease, top 0.5s ease;*/
}

.mainMenuOverlay .toggleMenu .main-menu-content p {
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    padding: 3px;
}

.mainMenuOverlay .toggleMenu .main-menu-content img {
    border-radius: 100%;
    padding: 0 0 0 0;
}

.mainMenuOverlay .itemMenuBox {
    position: absolute;
    top: 35%;
    right: -115px;
    height: 110px;
    width: 190px;
    border-radius: 100%;
    -webkit-transform-origin: 62px 62px;
    -ms-transform-origin: 62px 62px;
    transform-origin: 62px 62px;
    -webkit-transition: all 1s ease 0.4s;
    transition: all 1s ease 0.4s;
}

.mainMenuOverlay .itemMenuBox .itemMenu img {
    vertical-align: top;
    margin-top: -15px;
    height: 50px;
    width: 50px;
}

.mainMenuOverlay.open .itemMenuBox {
    width: 295px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.mainMenuOverlay .itemMenuBox .itemMenu {
    display: inline-table;
    float: right;
    border: 2px solid rgb(255, 255, 255, 0.6);
    /*   background-image: linear-gradient(to right, rgb(238,100,150), rgb(238,38,117));*/
    /*background-color: #1f97c2;*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    transition: all 0.8s ease;
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.mainMenuOverlay .itemMenuBox.icon1 .itemMenu {
    background-color: rgb(239, 61, 46);
    background-image: linear-gradient(to right, rgb(255, 161, 46), rgb(239, 61, 46));
}

.mainMenuOverlay .itemMenuBox.icon2 .itemMenu {
    background-color: rgb(216, 63, 151);
    background-image: linear-gradient(to right, rgb(32, 154, 202), rgb(216, 63, 151));
}

.mainMenuOverlay .itemMenuBox.icon3 .itemMenu {
    background-color: rgb(152, 38, 123);
    background-image: linear-gradient(to right, rgb(239, 67, 70), rgb(152, 38, 123));
}

.mainMenuOverlay .itemMenuBox.icon4 .itemMenu {
    background-color: rgb(238, 39, 117);
    background-image: linear-gradient(to right, rgb(252, 192, 132), rgb(238, 39, 117));
}

.mainMenuOverlay .itemMenuBox.icon5 .itemMenu {
    background-color: rgb(32, 110, 182);
    background-image: linear-gradient(to right, rgb(126, 211, 239), rgb(32, 110, 182));
}

.mainMenuOverlay .itemMenuBox.icon6 .itemMenu {
    background-color: rgb(226, 31, 118);
    background-image: linear-gradient(to right, rgb(231, 127, 179), rgb(226, 31, 118));
}

.mainMenuOverlay .itemMenuBox .itemMenu:hover {
    /*    background-color: #cab44b;*/
    background-color: rgb(255, 115, 60);
    /*    background-image: url('../img/coin-134px.jpg');*/
    width: 115px;
    height: 115px;
}

.mainMenuOverlay .itemMenuBox .itemMenu a {
    display: table-cell;
    vertical-align: middle;
    color: aliceblue;
    pointer-events: all;
}

.mainMenuOverlay .itemMenuBox .itemMenu a:hover {
    text-decoration: none;
    /*    color: #063343;*/
    pointer-events: all;

}

/* Mobile icon position */
.mainMenuOverlay .itemMenuBox.icon1 {
    -webkit-transform: rotate(280deg);
    -ms-transform: rotate(280deg);
    transform: rotate(280deg);
}

.mainMenuOverlay .itemMenuBox.icon2 {
    -webkit-transform: rotate(440deg);
    -ms-transform: rotate(440deg);
    transform: rotate(440deg);
}

.mainMenuOverlay .itemMenuBox.icon3 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.mainMenuOverlay .itemMenuBox.icon4 {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
}

.mainMenuOverlay .itemMenuBox.icon5 {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
}

.mainMenuOverlay .itemMenuBox.icon6 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

/* Mobile Icon Orientation */
.mainMenuOverlay .itemMenuBox.icon1 .itemMenu {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
}

.mainMenuOverlay .itemMenuBox.icon2 .itemMenu {
    -webkit-transform: rotate(280deg);
    -ms-transform: rotate(280deg);
    transform: rotate(280deg);
}

.mainMenuOverlay .itemMenuBox.icon3 .itemMenu {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.mainMenuOverlay .itemMenuBox.icon4 .itemMenu {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
}

.mainMenuOverlay .itemMenuBox.icon5 .itemMenu {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
}

.mainMenuOverlay .itemMenuBox.icon6 .itemMenu {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

/* Mobile Icon Hover */
.mainMenuOverlay .itemMenuBox.icon1 .itemMenu:hover {
    -webkit-transform: rotate(440deg);
    -ms-transform: rotate(440deg);
    transform: rotate(440deg);
}

.mainMenuOverlay .itemMenuBox.icon2 .itemMenu:hover {
    -webkit-transform: rotate(640deg);
    -ms-transform: rotate(640deg);
    transform: rotate(640deg);
}

.mainMenuOverlay .itemMenuBox.icon3 .itemMenu:hover {
    -webkit-transform: rotate(600deg);
    -ms-transform: rotate(600deg);
    transform: rotate(600deg);
}

.mainMenuOverlay .itemMenuBox.icon4 .itemMenu:hover {
    -webkit-transform: rotate(560deg);
    -ms-transform: rotate(560deg);
    transform: rotate(560deg);
}

.mainMenuOverlay .itemMenuBox.icon5 .itemMenu:hover {
    -webkit-transform: rotate(520deg);
    -ms-transform: rotate(520deg);
    transform: rotate(520deg);
}

.mainMenuOverlay .itemMenuBox.icon6 .itemMenu:hover {
    -webkit-transform: rotate(480deg);
    -ms-transform: rotate(480deg);
    transform: rotate(480deg);
}

@media screen and (min-width: 600px) {
    .logo img {
        height: 100px;
        margin-left: 30px;
    }

    .mainMenuOverlay .toggleMenu {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 30%;
        left: 46%;
        margin: -62px 0 0 -62px;
    }

    .mainMenuOverlay .itemMenuBox {
        left: 46%;
        right: -140px;
    }

    .mainMenuOverlay .itemMenuBox .itemMenu:hover {
        /*    background-color: #cab44b;*/
        background-color: rgb(255, 115, 60);
        /*    background-image: url('../img/coin-134px.jpg');*/
        width: 134px;
        height: 134px;
    }

    .mainMenuOverlay .itemMenuBox .itemMenu {
        display: inline-table;
        float: right;
        border: 2px solid rgb(255, 255, 255, 0.6);
        /*   background-image: linear-gradient(to right, rgb(238,100,150), rgb(238,38,117));*/
        /*background-color: #1f97c2;*/
        background-repeat: no-repeat;
        background-position: center center;
        width: 124px;
        height: 124px;
        border-radius: 100%;
        transition: all 0.8s ease;
        color: #FFF;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }

    .mainMenuOverlay .itemMenuBox .itemMenu img {
        vertical-align: top;
        margin-top: -15px;
        height: 60px;
        width: 60px;
    }

    .mainMenuOverlay .itemMenuBox {
        position: absolute;
        top: 30%;
        right: -75px;
        height: 124px;
        width: 325px;
        border-radius: 100%;
        -webkit-transform-origin: 62px 62px;
        -ms-transform-origin: 62px 62px;
        transform-origin: 62px 62px;
        -webkit-transition: all 1s ease 0.4s;
        transition: all 1s ease 0.4s;
    }

    .mainMenuOverlay.open .itemMenuBox {
        width: 325px;
        -webkit-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .mainMenuOverlay .toggleMenu .main-menu-content p {
        font-size: 28px;
        display: table-cell;
        vertical-align: middle;
        width: 250px;
        height: 250px;
        border-radius: 100%;
        padding: 5px;
    }

    .mainMenuOverlay .toggleMenu .main-menu-content img {
        border-radius: 100%;
        padding: 20px 10px 0 0;
    }

    .mainMenuOverlay .bottom-more {
        bottom: 55px;
    }

    /* Icon Position */
    .mainMenuOverlay .itemMenuBox.icon1 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .mainMenuOverlay .itemMenuBox.icon2 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .mainMenuOverlay .itemMenuBox.icon3 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .mainMenuOverlay .itemMenuBox.icon4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mainMenuOverlay .itemMenuBox.icon5 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .mainMenuOverlay .itemMenuBox.icon6 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    /* Icon orientation */
    .mainMenuOverlay .itemMenuBox.icon1 .itemMenu {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mainMenuOverlay .itemMenuBox.icon2 .itemMenu {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .mainMenuOverlay .itemMenuBox.icon3 .itemMenu {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .mainMenuOverlay .itemMenuBox.icon4 .itemMenu {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .mainMenuOverlay .itemMenuBox.icon5 .itemMenu {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .mainMenuOverlay .itemMenuBox.icon6 .itemMenu {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    /* Hover */
    .mainMenuOverlay .itemMenuBox.icon1 .itemMenu:hover {
        -webkit-transform: rotate(450deg);
        -ms-transform: rotate(450deg);
        transform: rotate(450deg);
    }

    .mainMenuOverlay .itemMenuBox.icon2 .itemMenu:hover {
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(390deg);
    }

    .mainMenuOverlay .itemMenuBox.icon3 .itemMenu:hover {
        -webkit-transform: rotate(690deg);
        -ms-transform: rotate(690deg);
        transform: rotate(690deg);
    }

    .mainMenuOverlay .itemMenuBox.icon4 .itemMenu:hover {
        -webkit-transform: rotate(630deg);
        -ms-transform: rotate(630deg);
        transform: rotate(630deg);
    }

    .mainMenuOverlay .itemMenuBox.icon5 .itemMenu:hover {
        -webkit-transform: rotate(570deg);
        -ms-transform: rotate(570deg);
        transform: rotate(570deg);
    }

    .mainMenuOverlay .itemMenuBox.icon6 .itemMenu:hover {
        -webkit-transform: rotate(510deg);
        -ms-transform: rotate(510deg);
        transform: rotate(510deg);
    }
}

.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 5px);
    }

    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }

    65% {
        -moz-transform: translate(0, 5px);
    }

    to {
        -moz-transform: translate(0, -0px);
    }
}

.floating2 {
    -webkit-animation-name: Floatingx2;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx2 {
    from {
        -webkit-transform: translate(0, 0px);
    }

    45% {
        -webkit-transform: translate(0, 8px);
    }

    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating2 {
    from {
        -moz-transform: translate(0, 0px);
    }

    45% {
        -moz-transform: translate(0, 8px);
    }

    to {
        -moz-transform: translate(0, -0px);
    }
}

.floating3 {
    -webkit-animation-name: Floatingx3;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx3 {
    from {
        -webkit-transform: translate(0, 0px);
    }

    50% {
        -webkit-transform: translate(2px, 4px);
    }

    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating3 {
    from {
        -moz-transform: translate(0, 0px);
    }

    50% {
        -moz-transform: translate(2px, 4px);
    }

    to {
        -moz-transform: translate(0, -0px);
    }
}

.mainMenuOverlay .bottom-more {
    text-align: center;
    position: absolute;
    width: 150px;
    bottom: 15px;
    left: calc(50% - 75px);
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(238, 38, 117);
    font-size: 24px;
    border-width: 0;
}

.mainMenuOverlay .bottom-more a {
    color: white;
}

/* === CONTACT US === */
#contact-us {
    /*   background: url(../img/stuff-bg.jpg) 80% 100% repeat fixed;*/
    /*    background-position: 50% -1830.25px;*/
    background-color: white;
    background-size: cover;
    text-align: center;
    color: rgb(79, 146, 202);
    min-height: 100vh;
    padding: 30px 15px 30px 15px;
}

/*
#contact-us .vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

#contact-us form {
    background-color: rgb(232,232,232);
    color: rgb(79,146,202);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

#contact-us .form-group {
    text-align: left;
    opacity: 1;
}

#contact-us button {
    background-color: rgb(79,146,202);
    color: white;
}

/*#contact-us:after {
    content : "";
    background: url(../img/stuff-bg.jpg) 50% 100% repeat fixed;
    background-size: cover;
    display: block;
    position: absolute;
    top: 650px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity : 0.4;
    z-index: -1;
}*/


/* === ABOUT US === */
#about-us {
    background-color: rgb(247, 247, 247);
    min-height: 100vh;
    max-width: 760px;
    padding: 30px 15px 30px 15px;
    margin: 0 auto;
}

#about-us .icon {
    height: 124px;
    width: 124px;
    margin: auto;
    /*    border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #1f97c2;
    font-size: 30px;
    font-weight: bold;
    color: white;*/
}

#about-us .icon img {
    width: 100%;
}

#acknowledgement-of-country {
    background-image: linear-gradient(to right, rgb(0, 146, 176), rgb(79, 146, 202));
    background-color: rgb(79, 146, 202);
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#acknowledgement-of-country h1,
#acknowledgement-of-country p {
    color: white;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}

.section-spacer {
    height: 50px;
    background-color: white;
}

/* === NDIS === */

.ndis-main-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*    background: url(../img/icons3-red.jpg) 50% 100% repeat fixed;*/
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 100%;
    /*    opacity : 0.2;*/
    z-index: -1;
}

#ndis-what {
    background-color: white;
    color: #063343;
    min-height: 100vh;
    text-align: center;
    display: table;
    max-width: 760px;
    margin: 0 auto;
    transition: all 1s ease 0.4s;
}

#ndis-what .table {
    display: table;
}

#ndis-what .align-vertically {
    display: table-cell;
    vertical-align: middle;
}

#ndis-rollout {
    background-color: rgb(247, 247, 247);
    ;
    color: aliceblue;
    max-width: 760px;
    margin: 0 auto;
    transition: all 1s ease 0.4s;
}

#ndis-rollout img {
    /*    width: 100%;
    height: auto;*/
    margin: auto;
}

#ndis-funding-steps {
    background-color: white;
    /*    display: inline-table;*/
    padding-bottom: 20px;
    min-height: 100vh;
    font-size: 16px;
    max-width: 760px;
    margin: 0 auto;
    transition: all 1s ease 0.4s;
}

#ndis-funding-steps .tabs-left {
    margin-top: 10px;
}

#ndis-funding-steps .nav-tabs {
    float: left;
    border-bottom: 0;
}

#ndis-funding-steps li {
    float: none;
    margin: 0;
}

#ndis-funding-steps .tab-content {
    margin-left: 45px;
}

#ndis-funding-steps .tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 1.6rem;
    overflow-y: auto;
}

#ndis-funding-steps .tab-content .active {
    display: block;
}

/*#ndis-funding-steps .icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #063343;
    background-color: #063343;
    position: relative;
    margin: 5px;
    display: table-row;
    vertical-align: middle;
    text-align: center;
    font-size: 85px;
    color: aliceblue;
    line-height: 100px;
    float: left;
}*/

#ndis-funding-steps .btn-center {
    margin-left: 25%;
}

/*
#ndis-funding-steps a, 
#ndis-funding-steps a:link,
#ndis-funding-steps a:active,
#ndis-funding-steps a:visited {
    color: #063343;
}*/


#ndis-funding-steps .panel-title {
    font-size: 24px;
}

#ndis-steps-accordian {
    margin: 0 10px 0 10px;
}

#ndis-contact-modal form {
    background-color: white;
    color: rgb(79, 146, 202);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

#ndis-contact-modal .form-group {
    text-align: left;
    opacity: 1;
}

#ndis-contact-modal button {
    background-color: rgb(79, 146, 202);
    text-align: center;
}

#ndis-my-funding {
    background-color: rgb(247, 247, 247);
    ;
    color: #063343;
    min-height: 100vh;
    max-width: 1024px;
    width: 90%;
    margin-left: 5%;
    transition: all 1s ease 0.4s;
}

@media screen and (min-width: 600px) {
    #ndis-my-funding {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (min-width: 1024px) {
    #ndis-my-funding {
        width: 70%;
        margin-left: 15%;
    }
}

#ndis-my-funding .icon {
    height: 124px;
    width: 124px;
    margin: auto;
}

#ndis-my-funding img {
    max-width: 100%;
}

#ndis-area-modal .modal-content,
#ndis-contact-modal .modal-content {
    /*    min-height: 300px;*/
    padding: 10px;
    /*    background-color: #1f97c2;*/
    -webkit-transition: all 1s ease 0.4s;
    transition: all 1s ease 0.4s;
    /*    color: rgb(79,146,202);*/
    z-index: 0;
}

#ndis-area-modal-title,
#ndis-contact-modal-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
}

#ndis-area-modal-body,
#ndis-contact-modal-body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
}

#ndis-area-modal .close,
#ndis-contact-modal .close {
    font-size: 20px;
    color: aliceblue;
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 100%;
}

#ndis-area-modal a,
#ndis-contact-modal a {
    /*    color: green;*/
}

#ndis-area-modal .modal-content:after,
#ndis-contact-modal .modal-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*    background: url(../img/icons3-green.jpg) 50% 100% repeat fixed;*/
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}

#ndis-area-content ul {
    /*     color: rgb(238,38,117); */
}

/*@media (max-width: 768px) {*/
.ndis-rollout-maps {
    display: none;
}

#ndis-rollout-select {
    display: inherit;
}

/*}*/

/*@media (min-width: 769px) {
    .ndis-rollout-maps { display: inherit; }
    #ndis-rollout-select { display: none; }    
}*/


/* === SERVICES === */

.services-banner {
    height: 150px;
    /*    background: url(../img/m_bg-17.png) repeat fixed;*/
    background-size: cover;
    text-align: center;
    color: rgb(79, 146, 202);
    font-size: 80px;
    /*    padding-top: 85px;*/
}

#services-content {
    /*    background-color: aliceblue;*/
    /*    background-color: #066;*/
    color: rgb(79, 146, 202);
}

#services-content:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*    background: url(../img/icons3-asphalt.jpg) 50% 100% repeat;*/
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 100%;
    /*    opacity : 0.3;*/
    z-index: -4;
}

#services-content h2 {
    margin-bottom: 20px;
}

#services-content p {
    text-align: center;
}

.services-fee-schedule tr th {
    border-bottom: 1px solid darkgray;
    padding-top: 10px;
}

.services-fee-schedule tr:nth-child(even) td {
    background: #CCC;
}

;

.services-fee-schedule tr:nth-child(odd) td {
    background: #FFF;
}

;

@media (min-width: 768px) {

    #services-content .services-core,
    #services-content .services-capital {
        border-right: 2px solid #063343;
        min-height: 870px;
    }

    #services-content p {
        min-height: 140px;
    }
}

@media (min-width: 992px) {
    #services-content p {
        min-height: 84px;
    }
}

@media (min-width: 1200px) {
    #services-content p {
        min-height: 84px;
    }

}

#services-content .services-core .icon img,
#services-content .services-capital .icon img,
#services-content .services-capacity .icon img {
    display: block;
    height: 124px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 100%;
}

/*#services-content .container:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icons3-asphalt.jpg) 50% 100% repeat fixed;
    width: 100%;
    height: 100%;
    opacity : 0.4;
    z-index: -1;
}*/

#services-content .services-icon {
    margin-bottom: 10px;
    border-radius: 100%;
    text-align: center;
}

#services-content .icon {
    height: 124px;
    width: 124px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    font-size: 16px;
    /*    border: 2px solid #063343;*/
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    /*    background-image: url(../img/icon-pad.png);*/
}

#services-content .icon:hover {
    /*    background-color: #cab44b;*/
    /*    background-color: rgb(255, 115, 60);*/
    width: 134px;
    height: 134px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#services-content .services-icon button,
#services-content .services-icon a {
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.services-icon .btn.active.focus,
.services-icon .btn.focus {
    outline: none;
    outline-offset: 0;
}

.services-icon button:active,
.services-icon button:select,
.services-icon a:active,
.services-icon a:select {
    border-radius: 100%;
    border: none;
}

#services-text {
    width: 100%;
    background-color: white;
    padding: 30px 15px 30px 15px;
}

@media screen and (min-width: 760px) {
    #services-text {
        margin-left: 10%;
        width: 70%;
        margin-left: 15%;
    }
}

@media screen and (min-width: 1024px) {
    #services-text {
        margin-left: 10%;
        width: 60%;
        margin-left: 20%;
    }
}

#apply-for-service {
    width: 80%;
    margin-left: 10%;
    background-color: rgb(247, 247, 247);
    padding: 30px 15px 30px 15px;
}

@media screen and (min-width: 760px) {
    #apply-for-service {
        width: 60%;
        margin-left: 20%;
    }
}

@media screen and (min-width: 1024px) {
    #apply-for-service {
        width: 50%;
        margin-left: 25%;
    }
}

/* === APPLY SECTION === */

/*
#apply {
    background-color: aliceblue;
    min-height: 100vh;
}

#apply form {
    display: table-cell;
    vertical-align: middle;
}*/

/* === SERVICES MODAL === */
#services-modal .modal-content {
    padding: 10px;
    -webkit-transition: all 1s ease 0.4s;
    transition: all 1s ease 0.4s;
    z-index: 0;
}

#services-modal .modal-content .services-modal-learn-more-btn {
    margin: 20px;
}

#services-modal .modal-content .services-modal-apply-btn {
    margin: 20px;
    float: right;
}

#services-modal-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
}

.services-modal-body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
}

#services-modal .close {
    font-size: 20px;
    color: aliceblue;
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 100%;
}

#services-modal .modal-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*    background: url(../img/icons3-asphalt.jpg) 50% 100% repeat fixed;*/
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

#services-modal-apply-form,
#services-modal-learn-more {
    display: none;
}

/* === CAREERS === */
#careers-content h2 {
    text-align: center;
}

.careers-banner {
    height: 300px;
    /*    background: url(../img/m_bg-04.png) repeat fixed;*/
    background-color: rgb(247, 247, 247);
    background-size: cover;
    text-align: center;
    color: rgb(79, 146, 202);
    font-size: 80px;
    padding-top: 85px;
}

#careers-content {
    background-color: rgb(247, 247, 247);
    height: 100vh;
}

#careers-content h2 {
    margin-bottom: 20px;
}

#careers-text {
    width: 100%;
    background-color: white;
    padding: 30px 15px 30px 15px;
}

@media screen and (min-width: 760px) {
    #careers-text {
        margin-left: 10%;
        width: 70%;
        margin-left: 15%;
    }
}

@media screen and (min-width: 1024px) {
    #careers-text {
        margin-left: 10%;
        width: 60%;
        margin-left: 20%;
    }
}

/* === PRIVACY === */
#privacy-content h2 {
    text-align: center;
}

.privacy-banner {
    height: 300px;
    /*    background: url(../img/m_bg-04.png) repeat fixed;*/
    background-color: rgb(247, 247, 247);
    background-size: cover;
    text-align: center;
    color: rgb(79, 146, 202);
    font-size: 80px;
    padding-top: 85px;
}

#privacy-content {
    background-color: rgb(247, 247, 247);
    height: 100vh;
}

#privacy-content h2 {
    margin-bottom: 20px;
}

/* === TERMS & CONDITIONS === */
#tac-content h2 {
    text-align: center;
}

.tac-banner {
    height: 300px;
    /*    background: url(../img/m_bg-04.png) repeat fixed;*/
    background-color: rgb(247, 247, 247);
    background-size: cover;
    text-align: center;
    color: rgb(79, 146, 202);
    font-size: 80px;
    padding-top: 85px;
}

#tac-content {
    background-color: rgb(247, 247, 247);
    height: 100vh;
}

#tac-content h2 {
    margin-bottom: 20px;
}

/* === FOOTER === */
.site-footer {
    background-image: linear-gradient(to right, rgb(238, 100, 150), rgb(238, 38, 117));
    background-color: rgb(238, 38, 117);
    color: white;
    padding-bottom: 25px;
}

.site-footer ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.site-footer ul li a {
    color: white;
}

.site-footer h2 {
    text-transform: uppercase;
    color: white;
}

.copyright {
    height: 30px;
    background-color: rgb(247, 247, 247);
}

.copyright h6 {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(79, 146, 202);
    text-align: center;
}

.site-info,
.site-info a {
    font-size: 10px;
    text-align: center;
    color: rgb(79, 146, 202);
}

article.page {
    max-width: 1024px;
    margin: 0 auto;
}

article.post {
    max-width: 800px;
    /* margin-left: 20px; */
    margin: 0 auto;
}

article .entry-meta {
    text-align: center;
    padding-bottom: 10px;
    color: rgb(150, 150, 150);
}

article footer.entry-footer span {
    margin-left: 20px;
}

#forminator-module-421 {
    background-color: white;
    max-width: 760px;
}

/* client-care-plans */
.single-client-care-plans .site-content,
.entry-content .client-care-plans {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 30px 0 30px;

}

.entry-content h2.client-care-plans {
    /* font-size: 24px; */
    text-align: center;
}

.client-docs ul,
ul.embedded-docs {
    list-style: none;
    font-size: 18px;
    margin: 0;
}

.content-area {
    margin: 0 10px 40px 10px;
}

.content-area.client-care-plans {
    min-height: 100vh;
}

/* new-shift-notes */
.shift-notes-date-field,
.shift-notes-select-field,
.shift-notes-input {
    min-height: 30px;
}

.shift-notes-textarea {
    min-height: 100px;
}

#shift-description-field,
#behaviour-notes-field {
    min-height: 200px;
}

.travel-from-field,
.travel-to-field {
    width: 100%;
}

.travel-kms-field {
    min-width: 40px;
    width: 100%;
}

#travel-kms-total-field {
    width: 100px;
}

.shift-notes-field {
    margin: 5px 0 0 0;
}

#shift-notes {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    background-color: white;
    padding: 30px 15px 30px 15px;
}

.shift-note-locked {
    color: green;
}

.shift-note-edit {
    color: orange;
}

.shift-note-create {
    color: red;
}

p.shift-notes-help-text {
    font-size: small;
}

/* #select-shift {
    border: 2px solid rgb(238,38,117);
} */

#add-travel,
#clear-travel {
    border: 1px solid darkgray;
    border-radius: 3px;
    text-align: center;
    background-color: #e6e6e6;
    height: 30px;

}

#shift-notes-total-kms,
#submit {
    text-align: center;
}

.round-trip-checkbox {
    text-align: center;
}

.extra-travel-row {
    margin-top: 10px;
}


/* @media screen and (min-width: 760px) {
    #shift-notes {
        width: 70%;
        margin-left: 15%;
    }
}

@media screen and (min-width: 1024px) {
    #shift-notes {
        width: 60%;
        margin-left: 20%;
    }
} */

/* ====== display shift notes ====== */
#shift-notes-accordian h3 {
    color: rgb(238, 38, 117);
}

#client-page-shift-notes-dates {
    margin: 0 0 20px 0;
}

#client-page-shift-notes-dates form {
    text-align: center;
}

a#add-travel,
a#clear-travel {
    cursor: pointer;
}

a#add-travel:hover,
a#clear-travel:hover {
    text-decoration: none;
}


/* ===== travel summary ===== */
.travel-summary {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto 50px auto;
    padding: 0 5px;
    background-color: white;
    min-height: 100vh;
}

#travel-summary-content h2 {
    font-size: 60px;
}

.travel-summary h3 {
    color: rgb(79, 146, 202);
}

.travel-summary-total-kms h3 {
    color: rgb(238, 38, 117);
}

ul.travel-summary-trip-list {
    text-align: left;
    list-style: none;
    color: grey;
}

.travel-summary-trip-list hr {
    max-width: 100px;
}

/* ===== client-rostering ===== */


#rostering-accordian h3 {
    color: rgb(238, 38, 117);
}

#rostering {
    width: 100%;
    /*margin-left: 5%;*/
}

#rostering p {
    font-size: .8em;
    text-align: center;
}

#rostering .shift-schedule {
    float: left;
    border-right: 1px solid lightgrey;
}

#rostering .request-alternatives {
    float: left;
}

#rostering .request-alternatives button {
    width: 100%;
}

.roster-header {
    float: left;
    padding: 10px 0;
    margin-left: 2%;
    min-width: 12%;
    text-align: center;
    font-size: 1.2em;
}

.roster-header-row h2 {
    color: rgb(79, 146, 202);
}

div.roster-header-row {
    margin-left: 1%;
    margin-right: 1%;
}

.has-rosters {
    background-color: lightgreen;
}

@media screen and (min-width: 760px) {
    #rostering {
        width: 70%;
        margin-left: 15%;
    }

    #rostering p {
        font-size: 1em;
        text-align: center;
    }

    .roster-header {
        float: left;
        padding: 16px 0;
        font-size: 1.5em;
    }

    .fc-content,
    .fc-content ul {
        font-size: 12px;
    }

}

@media screen and (min-width: 1024px) {
    #rostering {
        width: 60%;
        margin-left: 20%;
    }

    #rostering p {
        font-size: 1.2em;
        text-align: center;
    }

    .roster-header {
        float: left;
        padding: 16px 0;
        font-size: 2em;
    }

    .fc-content,
    .fc-content ul {
        font-size: 12px;
    }
}

.fc-content {
    font-size: 10px;
}

.fc-content hr {
    border-top: 1px solid white;
    margin-top: 2px;
    margin-bottom: 2px;
}

.fc-content ul {
    list-style: none;
    font-size: 10px;
    color: white;
    margin: 5px 2px;
    /* margin-block-start: 0;
    margin-block-end: 0; */
    padding-inline-start: 0;
}

.fc-time-grid-event.fc-event.fc-start.fc-end {
    border: 1px solid #2C3E50;
}

#eventContent,
#eventContent ul {
    list-style: none;
    font-size: 10px;
    padding: 2px;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

#eventActivities .panel-heading {
    margin-top: 5px;
    margin-bottom: 5px;
}

.column {
    width: 100%;
    margin-right: .5%;
    /*min-height:300px;*/
    background: #fff;
    float: left;
}

.column .dragbox {
    margin: 5px 2px;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.column .dragbox h2 {
    margin: 0;
    height: 35px;
    font-size: 12px;
    padding: 10px 5px;
    background: #f0f0f0;
    color: #000;
    border-bottom: 1px solid #eee;
    font-family: Verdana;
    cursor: move;
}

.dragbox-content {
    background: #fff;
    min-height: 100px;
    margin: 5px;
    font-family: 'Lucida Grande', Verdana;
    font-size: 0.8em;
    line-height: 1.5em;
}

.column .placeholder {
    background: #f0f0f0;
    border: 1px dashed #ddd;
}

.dragbox h2.collapse {
    background: #f0f0f0 url('collapse.png') no-repeat top right;
}

#activity-configure-icons {
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

#activity-configure-icons .activity-complete,
#activity-configure-icons .activity-edit,
#activity-configure-icons .activity-delete {
    cursor: pointer;
}

#rostering-activities-shift-notes-button {
    display: block;
    width: 100%;
}

#rostering-activities-add-activity-icon {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.activity-edit-shift-icon {
    float: right;
    cursor: pointer;
    font-size: 1.2em;
}


/* ===== check shift notes ===== */
.check-shift-notes {
    text-align: center;
    max-width: 1024px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    background-color: white;
    min-height: 100vh;
}

#check-shift-notes-content h2 {
    font-size: 60px;
}

.check-shift-notes h3 {
    color: rgb(79, 146, 202);
}

/* ===== incident report ===== */
#post-2766 {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 5px;
}

#post-2766 .forminator-pagination-steps {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

#post-2766 .forminator-step {
    width: 15px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

#post-2766 .forminator-step-dot {
    margin-right: 0;
}

#post-2766 .forminator-break {
    display: block;
    width: auto;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 7px 0;
}

#post-2766 .forminator-break:first-child,
#post-2766 .forminator-break:last-child {
    display: none;
}

@media (min-width: 783px) {

    #post-2766 .forminator-break:first-child,
    #post-2766 .forminator-break:last-child {
        display: block;
    }
}

#post-2766 .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-break:before,
#post-2766 .forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-break:before {
    width: 0
}

#post-2766 .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-steps .forminator-break:before,
#post-2766 .forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-steps .forminator-break:before {
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0
}

#post-2766 .forminator-step {
    width: 15px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}


