/*



Header BG Color = #002740
Footer BG Color = #002740
Body BG Color = #F7F7F2
Tab BG Color = #F7F7F2
#eef5f6
Light Blue = #B0DDF8
Link Color = #123C69
new link color: #005497;
Tile BG Color = #EEF5F6
Text Color = #4D4E4C
Orange = #ff8728
Yellow: #ffdd00
Blue : #449cd6
Pink Transparent
rgba(238, 42, 123, 0.95);

*/


/*
--------------------
2. Globals
--------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

.clear {
    clear: both;
}

.visuallyhidden,
.element-invisible,
.home .hide_in_home {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}

.hidden,
.hide,
.pc-hidden,
.print-only,
.mobile-only {
    display: none !important;
}

.unhide,
.unhidden {
    display: block;
}

.top-margin {
    margin-top: 18px;
}

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

.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
}

.main-content img {
    height: auto;
    padding: 5px;
}

.left,
.left-image {
    float: left;
}

.right,
.right-image {
    float: right;
}

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

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

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

.item__shadow,
.item__shadow-hover:hover,
.item__shadow-hover:focus {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.item__radius,
.item__radius-hover:hover,
.item__radius-hover:focus {
    border-radius: 5px;
}

.item__transition,
.item__transition-off {
    transition: all .2s;
}

::selection {
    color: #f7f7f2;
    background-color: rgba(68, 156, 214, 0.7);
    text-shadow: none;
}

.contact-wrapper__form-content ::selection {
    color: #000000;
    background-color: rgba(68, 156, 214, 0.7);
}

::-moz-selection {
    color: #f7f7f2;
    background-color: rgba(68, 156, 214, 0.7);
    text-shadow: none;
}

img::selection
iframe::selection {
    background-color: rgba(68, 156, 214, 0.7);
}

ul,
ol,
.pagination,
.toc__list,
.listing__list,
.feature-list__list,
.skip-links__list,
.navigation__level-1,
.navigation__level-1-item,
.top-navigation ul,
.quick-links__primary-nav,
.quick-links__list,
.news__list,
.footer ul,
.list-wrapper,
.skip-links__list,
.sq-form-question-answer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-indent: 0;
}

.skip-links__list li:before,
.footer li:before,
.quick-links__item:before,
.news__item:before,
.list-wrapper li:before,
.sq-form-question-answer ul li:before {
    content: none;
}

html,
body {
    height: 100%;
}

.map__icon,
.map__icon:before,
.map__marker-alt,
.map__marker-alt:before {
    font-size: 1.2rem;
    padding: 5px;
    color: #ff6347 !important;
}

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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #363636;
    background-color: #f7f7f2;
}

body * {
    box-sizing: border-box;
    /*transition: font-size 0.35s;*/
}

.page-wrapper {
    clear: both;
    width: 100%;
    min-height: 90vh;
    margin: 0 auto;
}

.main {
    position: relative;
    display: inline-block;
    clear: both;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
}

section,
.section-container,
.pre-main-container,
.main-container {
    clear: both;
    margin: 0 auto;
}

/* --- 2.2 Column widths --- */

.section-container,
.pre-main-container,
.main-container {
    width: 100%;
}

.accordion-container + .accordion-container {
    margin-bottom: 40px;
}

.pre-main-container {
    padding: 15px 2%;
}

.main-container {
    overflow: visible;
}

.with-sideNav .main-container {
    display: flex;
    flex-flow: nowrap;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 1312px;
}

.main-container > div,
.main-container > form {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 2% 15px;
}

.full-width .main-container > div,
.full-width .main-container > form {
    overflow: visible;
    max-width: 100%;
    padding: 0;
}


.with-sideNav .main-container > .lhs-column {
    width: 25%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 2% 15px;
}

.with-sideNav .main-container > div {
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2% 15px;
}


.pre-main-container > div {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 1% 0;
    border-bottom: 1px solid #e2e2e2;
}

.columns {
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
}

.column {
}

.column75 {
    flex-grow: 1;
    width: 75%;
    padding: 15px 25px 15px 15px;
}

.column25 {
    width: 25%;
    padding: 15px
}

.features__container,
.feature-callout-container {
    clear: both;
    width: 100%;
    margin-top: 0;
    /*float: left;*/
}

.row-container {
    display: block;
    overflow: hidden;
    width: 100%;
}

/* --- 2.2.1 Single Column--- */

/* --- 2.2.2 Two Column --- */

.landing_two .lhs-column {
    display: inline-block;
}

.inside .rhs-column,
.landing_two .rhs-column {
    display: none;
}

.landing_two .main-content {
    width: 100%;
    padding: 2%;
}

/* --- 2.2.3 Three Column --- */

.inside.with-rhs .main-content,
.inside.three_column .main-content,
.landing.with-rhs .main-content,
.landing.three_column .main-content {
    width: 45%;
}

.inside.three_column .rhs-column,
.inside.with-rhs .rhs-column,
.inside.two_column .rhs-column,
.landing.three_column .rhs-column,
.landing.with-rhs .rhs-column,
.landing.two_column .rhs-column {
    display: block;
}

/* background colors*/

.bg__light-blue {
    background: #b0ddf8;
}

.bg__gradient-white-blue {
    background: linear-gradient(180deg, #f7f7f2 0%, #b0ddf8 80%, #b0ddf8 100%);
}

.bg__gradient-navy-blue,
.bg__gradient-dark {
    background: linear-gradient(180deg, #002740 0%, #012841 70%, #012841 100%);
}


/*** Helper Classes ***/


.bg-color__black,
.bg__black {
    background: #000000;
}

.bg-color__blue {
    background: #449cd6;
}

.bg-color__pink {
    color: #ee2a7b;
}

.bg-color__dark-grey {
    background: #24282c;
}

.bg-color__grey {
    background: #eeeeee;
}

.bg-color__white {
    background: #f6f3ef;
}

.bg-color__green {
    background: #6b8b20;
}

.bg-color__orange {
    background: #f58f0f;
}

.bg-color__teal {
    background: #359a9c;
}

.bg-color__red {
    background: #d0000a;
}

.bg-color__dark-blue {
    background: #002740;
}

.text__color-orange {
    color: #f58f0f;
}

.text__color-red {
    color: #bc161d;
}

.text__color-blue {
    color: #449cd6;
}

.text__color-pink {
    color: #ee2a7b;
}


.closed,
.Closed {
    color: #000000;
    background: #ff8092;
}

hr.divider__grey {
    margin: 20px 0 30px;
    border: none;
    border-bottom: 1px solid #becad0;
}


/* Container */
.section-width__60 {
    max-width: 60%;
    margin: 0 auto;
}

.section-width__70 {
    max-width: 70%;
    margin: 0 auto;
}

.section-width__80 {
    max-width: 80%;
    margin: 0 auto;
}

.section-width__90 {
    max-width: 90%;
    margin: 0 auto;
}


/*
--------------------
3. Content
--------------------
*/

/* --- 3.1 Headings --- */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 0;
    transition: font-size 0.35s;
    color: #002740;
}

.right + h1,
.right + h2,
.right + h3,
.right + h4,
.right + h5,
.right + h6 {
    margin-top: 65px;
}

h1 {
    font-size: 2.6em;
}

h1 + *, .h1 + * {
    margin-top: 1rem;
}

h1:first-child {
    margin-top: 0;
}

h1 ~ form {
    margin-top: 1.6em;
}

h2, .h2 {
    font-size: 2.1em;
}

h2 + *, .h2 + * {
    margin-top: 14px;
}

h3 {
    font-size: 1.9em;
    color: #34515e;
}

h3 + * {
    margin-top: 11px;
}

h4, .h4 {
    font-size: 1.6em;
    color: #34515e;
}

h4 + *, .h4 + * {
    margin-top: 8px;
}

h5, .h5 {
    font-size: 1.3em;
}

h5 + *, .h5 + * {
    margin-top: 8px;
}

h6 {
    font-size: 0.95rem;
    font-style: italic;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    clear: both;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
h1 > b, h2 > b, h3 > b, h4 > b, h5 > b, h6 > b,
h1 > strong, h2 > strong, h3 > strong, h4 > strong, h5 > strong, h6 > strong {
    font-weight: 600;
}

.headline {
    position: relative;
    margin: 0 0 15px -15px;
    padding: 5px 15px;
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #002740;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.headline:after {
    position: absolute;
    z-index: -1;
    right: 13px;
    bottom: 11px;
    width: 70%;
    height: 10px;
    content: "";
    transform: rotate(2deg);
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .7);
}

.heading,
.feature__section-title {
    color: #0b2740;
}

.heading__prepend,
.section-title__prepend {
    color: #34515e;
}

/* --- 3.2 Paragraphs and links --- */

p, li, li a {
    font-weight: 300;
}

b, strong, strong a {
    font-weight: 600;
}

.main-content p,
.main-container p,
.rhs-column .rhs-aside p {
    margin: 1em 0;
}

a, a:visited {
    font-weight: 300;
    -moz-transition: color 0.25s;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    color: #449cd6;
}

.pdf-link,
.external-single-link,
.internal-single-link,
.form-link,
.youtube-link {
    display: block;
    clear: both;
    min-height: 26px;
    margin-left: 0;
    padding-left: 30px;
}

.pdf-link.pseudo-hidden:before,
.external-single-link.pseudo-hidden:before,
.internal-single-link.pseudo-hidden:before,
.youtube-link.pseudo-hidden:before,
.form-link.pseudo-hidden:before {
    content: none;
}

.pdf-link:before,
.external-single-link:before,
.internal-single-link:before,
.youtube-link:before,
.form-link:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 0;
    content: "\f1c1";
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.external-single-link:before {
    content: "\f35d";
}

.internal-single-link:before {
    content: "\f0c1";
}

.form-link:before {
    content: "\f15c";
}

.pdf-link .fa-icon,
.youtube-link .fa-icon,
.external-single-link .fa-icon,
.internal-single-link .fa-icon,
.form-link .fa-icon {
    font-size: 1.2rem;
    display: inline-block;
    width: 26px;
    margin-left: -26px;
    padding: 0;
    text-decoration: none !important;
}

.youtube-link .fa-icon:before {
    color: #c4302b;
}

.youtube-link:focus .fa-icon:before,
.youtube-link:hover .fa-icon:before {
    color: #000000;
}


a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    text-decoration: none;
    color: #c2155d;
}

a:focus,
a:visited:focus {
    background-color: #eef5f6;
}

a:-webkit-any-link:focus-visible {
    outline: none;
    outline-offset: 0;
}

.main-container a:focus,
.main-container a:visited:focus,
.main-container a:focus-visible {
    border: none;
    outline: none;
}

.main .external-link {
    margin-left: 10px;
}

.main .external-link em {
    line-height: 0;
    position: absolute;
    left: -999em;
    display: none;
    width: 0;
    height: 0;
}


.back-to-top {
    font-size: 13px;
    line-height: 13px;
    position: fixed;
    right: 10px;
    bottom: 40px;
    visibility: hidden;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;

    transition: opacity .3s 0s, visibility 0s .3s;
    white-space: nowrap;
    text-decoration: none;
    opacity: 0;
    color: #000000;
}

.back-to-top i {
    font-size: 17px;
    font-style: normal;
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 0 3px;
    padding: 4px 0 0 1px;
    text-align: center;
    text-decoration: none;
    color: #449cd6;
    border-radius: 50%;
}

.back-to-top i.fa.fa-angle-up {
    font-size: 2.1em;
    font-weight: 300;
    margin-left: 5px;
    padding: 5px 10px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #000000;
    background: #cccccc;
}

.back-to-top:hover i.fa.fal-angle-up {
    color: #ffffff;
    background: #449cd6;
}


.arrow_sec .back-to-top span {
    display: block;
}

.back-to-top:focus,
.back-to-top:active,
.back-to-top:hover {
    text-decoration: none;
    border: none;
    outline: none;
    background: none;
}


.back-to-top:hover i {
    color: #449cd6;
    background-color: #f7f7f2;
}


.back-to-top.cd-is-visible,
.back-to-top.cd-fade-out,
.no-touch .back-to-top:hover {
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.back-to-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.back-to-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.page__id {
    display: block;
}

.page__id-text {
    font-size: 0.9em;
    font-weight: 500;
}

.no-touch .back-to-top:hover {
    opacity: 1;
}


/* --- 3.3 Images --- */

img.left {
    padding: 0 18px 10px 0;
}

img.right {
    padding: 0 0 10px 18px;
}


/* --- 2.4 Unoredered and Ordered Lists --- */

ul,
.main-container form .intro ul {
    margin: 0;
}

ul.skip-list {
    margin: 0;
    text-indent: 0;
}

ul.skip-list li:before {
    content: "";
}

.main-container form .intro ul {
    overflow: visible;
}

ul li,
.main-container form .intro ul li {
    line-height: 1.625rem;
    position: relative;
    display: block;
    margin: 0.5em 0;
    padding-left: 1.25rem;
    list-style: none;

}

.main-container form .intro ul li {
    float: none;
}

ul > li:before,
ul.listing ul > li:before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 9px;
    height: 9px;
    content: '';
    background-color: #449cd6;
}

ul li ul {
    margin: 0.8em 0;
}

ul li ul ul {
    margin-left: 1.2em;
}

ul ul li:before,
ul.listing ul ul > li:before {
    font-size: 1.15em;
    line-height: 1em;
    width: 7px;
    height: 7px;
    margin-right: 19px;
    content: '';
    border: 1px solid #449cd6;
    border-radius: 0;
    background-color: transparent;
}

ul ul ul li:before,
ul.listing ul ul ul > li:before {
    line-height: 1.9em;
    width: 5px;
    height: 5px;
    content: ' ';
    border-radius: 10px;
    background-color: #449cd6;
}

.main-content ul {
    clear: both;
}

ol {
    margin: 16px 0 16px 1.2em;
    counter-reset: foo;
    text-indent: -1.2em;
}

ol li {
    margin: 0.5em 0;
}

ul li > br,
ol li > br {
    line-height: 27px;
}

ol li ol ol {
    margin-left: 1.2em;
}

ol ol {
    counter-reset: foo;
}

ol > li:before {
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 11px;
}

ol ol.sub > li:before {
    content: counters(foo, ".");
    counter-increment: foo;
}

ol > li:before {
    content: counter(foo);
    counter-increment: foo;
}

ol li:before {
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 11px;
    color: #449cd6;
}

ol ul li:before {
    margin-right: 22px;
}

ol.upper-alpha > li:before {
    content: counter(foo, upper-alpha);
}

ol.upper-alpha > li,
ol.lower-alpha > li {
    counter-increment: sectionU;
}

ol.lower-alpha > li:before {
    content: counter(foo, lower-alpha);
    counter-increment: foo;
}

ul ol.lower-alpha > li:before {
    content: counter(foo, lower-alpha);
}

ul ol.upper-alpha > li:before {
    content: counter(foo, upper-alpha);
}

ol.upper-alpha ol.numeric li:before,
ol.lower-alpha ol.numeric li:before {
    content: counter(foo, decimal) ")";
}

ol ol.numeric-alpha li:before {
    content: counter(sectionU, decimal) counter(foo, lower-alpha) ")";
}

ol.upper-alpha ol.alpha-numeric li:before {
    content: counter(sectionU, upper-alpha) counter(foo, decimal) ")";
}

ol.lower-alpha ol.alpha-numeric li:before {
    content: counter(sectionU, lower-alpha) counter(foo, decimal) ")";
}

ol ol.lower-alpha ol.alpha-numeric li:before {
    content: counter(foo, lower-alpha) counter(foo, decimal) ")";
}

ol.upper-alpha ol.alpha-alpha li:before {
    content: counter(sectionU, upper-alpha) counter(foo, upper-alpha) ")";
}

ol.lower-alpha ol.alpha-alpha li:before {
    content: counter(sectionU, lower-alpha) counter(foo, lower-alpha) ")";
}

.sq-asset-builder-tab-content ol li:before,
#sq-asset-builder-header li:before {
    content: none;
}

dt {
    font-weight: bold;
    margin-bottom: 0.5em;
}

dd {
    margin-bottom: 1em;
    margin-left: 1em;
    padding-left: 12px;
    border-left: 5px solid #eff6fd;
}

/* Navigation accessibility */
#nav-accessibility {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    display: block;
}

#nav-accessibility ol li:before {
    content: none;
}

#nav-accessibility ol li a {
    position: absolute;
    top: -999em;
    left: -999em;
}

#nav-accessibility ol li {
    display: inline;
}

#nav-accessibility ol li a {
    line-height: 30px;
    z-index: 10000;
    display: block;
    float: none;
    height: auto;
    padding: 9px 9px;
    text-indent: 0;
    color: #2b2b2b;
}

#nav-accessibility ol li a:focus,
#nav-accessibility ol li a:active {
    position: fixed;
    top: 0;
    left: 0;
}

/* --- 3.5 Tables --- */
table {
    font-size: 0.9em;
    display: table;
    width: 95%;
    margin: 20px 5px;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

table tbody * {
    color: #2b2b2b;
}

table a:link,
table a:visited {
    font-weight: 500;
    text-decoration: none;
}

table a:active,
table a:hover {
    text-decoration: underline;
}

table tr {
    padding-left: 20px;
    text-align: center;
    background: #f5f5f5;
}

table thead tr {
    background: linear-gradient(180deg, #cfd8dc 0%, #f7f7f2 44%, #f7f7f2 100%);
    background: #449cd6;
}

table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
}

table thead th {
    font-size: 1.1em;
    font-weight: 500;
    padding: 15px 30px 15px 20px;
    color: #f7f7f2;
}

table tbody tr th:first-child {
    border-right: 1px solid #bdccd4;
    border-bottom: 1px solid #bdccd4;
    background-color: #eef5f6;
}

table th:first-child {
    padding-left: 20px;
    text-align: left;
}

table th:last-child {
    border-right: none;
}


th.sub-heading,
.sub-heading th {
    padding: 10px 8px 10px 13px;
}


.tablesorter .filtered {
    display: none;
}

tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

tbody thead tr:nth-child(odd),
tbody thead tr:nth-child(even) {
    background: #e3e3df;
}

tbody thead tr th {
    color: #0b2740;
    border: 1px solid #f7f7f2;
}

tbody tr:nth-child(even) {
    background: #e0e9ec;
}


table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
}

table tr:first-child th:last-child {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}

table tr td {
    padding: 18px 10px;
    text-align: left;
}

table tr td:first-child {
    padding-left: 20px;
    border-left: 0;
}

table tr td:last-child {
    border-right: none;
}

table tr:hover td {
    background: #cfd8dc;
}

/* --- 2.6 Form and Inputs --- */

form {
    overflow: hidden;
}

form * {
    font-family: 'Poppins', sans-serif;
    color: #363636;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.sq-form-question {
    margin-bottom: 20px;
}

legend {
    padding: 0 0 8px 0;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    line-height: 1.385em;
    margin: 0;
    position: relative;
}

.sq-form-question > label {
    display: block;
    font-weight: 700;
    line-height: 1.385em;
    padding: 0 0 17px 0;
    margin: 0;
    position: relative;
}

.sq-form-question-select fieldset legend,
.sq-form-question-option-list fieldset legend,
.sq-form-question-tickbox-list fieldset legend {
    font-size: 1em;
    font-weight: 300;
}

legend.sq-form-section-title {
    font-size: 1.2em;
    font-weight: 900;
}

legend.sq-form-question-title abbr.sq-form-required-field,
label abbr.sq-form-required-field {
    color: #bb5252;
    font-size: 1.7em;
    font-weight: 400;
    border-bottom: none;
    line-height: 0.5;
}

.contact-wrapper__form-content legend.sq-form-question-title abbr.sq-form-required-field,
.contact-wrapper__form-content label abbr.sq-form-required-field {
    color: #f7f7f2;
}

.validation-error {
    display: block;
    overflow: hidden;
}

.validation-error em {
    background: #bb5252;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}


input,
select {
    outline: 0;
}

ul.list-wrapper {
    text-indent: 0;
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="week"],
textarea {
    height: 39px;
    padding: 0 10px;
    margin: 0 0 14px 0;
    border: none;
    background: #f7f7f2;
    border-bottom: 1px solid #dddddd;
    color: #000000;
    font-size: 1em;
    width: 90%;
    line-height: 36px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

textarea {
    height: 132px;
    padding: 10px;
    resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
    border-bottom: 1px solid #002740;
}

input[type=search] {
    width: 99%;
}

.sq-form-question.sq-form-question-datetime {
    position: relative;
}

.sq-form-question.sq-form-question-datetime label {
    float: left;
    padding: 24px 0 0 0;
    margin: -49px 0 0 10px;
}

.sq-form-question.sq-form-question-datetime .select-wrapper {
    float: left;
    margin-left: 10px;
}

.sq-form-question.sq-form-question-datetime legend {
    display: block;
    height: 35px;
    float: left;
    width: 100%;
}

.sq-form-question.sq-form-question-datetime .sq-form-question-answer > div:nth-child(8) + label {
    clear: both;
}

.main-content form .sq-form-question-option-list ul li:before,
.main-content form .sq-form-question-tickbox-list ul li:before {
    content: none;
}

/* --- 2.7 Buttons --- */

input[type='submit'],
input[type='button'],
input[type='reset'],
button,
.button,
table .button,
table button,
a.button {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 41px;
    display: inline-block;
    font-size: 1rem;
    height: 50px;
    margin: 0;
    padding: 3px 15px;
    cursor: pointer;
    text-decoration: none !important;
    color: #f7f7f2;
    border: 1px solid transparent;
    background-color: #449cd6;
    
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    /*-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
button.hovered,
.button:hover,
a.button:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:focus,
.button:focus,
a.button:focus,
.whatson-feature-carousel a:hover .button,
.whatson-feature-carousel a:focus .button {
    background-color: #f7f7f2;
    border-color: #449cd6;
    color: #449cd6;
}


input[type='submit'].button__disabled,
input[type='button'].button__disabled,
input[type='reset'].button__disabled,
button.button__disabled,
.button.button__disabled,
a.button.button__disabled,
input[type='submit']:hover.button__disabled,
input[type='button']:hover.button__disabled,
input[type='reset']:hover.button__disabled,
button:hover.button__disabled,
.button:hover.button__disabled,
a.button:hover.button__disabled,
input[type='submit']:focus.button__disabled,
input[type='button']:focus.button__disabled,
input[type='reset']:focus.button__disabled,
button:focus.button__disabled,
.button:focus.button__disabled,
a.button:focus.button__disabled {
    color: #333333;
    background-color: #a9a9a9;
}

.button.type-2 {
    width: 100%;
    background: #fd6b54;
}

.button.type-2 .fa {
    float: left;
    margin: 0 10px 0 0;
    line-height: 20px;
    padding: 10px 0;
}

.button.button_dark {
    background: #112d32;
    border: 1px solid #434141;
    padding: 5px 15px;
    height: auto;
}

.button.button_dark:focus,
.button.button_dark:hover {
    color: #112d32;
    border: 1px solid #112d32;
}

.map__button-link {
    border: none;
    box-shadow: none;
    background: none;
    margin: 0;
    padding: 0 5px 0 0;
}

.map__button-link:hover,
.map__button-link:focus {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    color: #f7f7f2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

input.sq-form-upload-delete-button,
input.sq-form-upload-add-btn {
    background-color: #ddd8d8;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: normal;
    padding: 0;
    color: #449cd6;
    
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.map__text {
    padding: 0 5px;
}

.map__button-link:focus .map__text {
    background: #f7f7f2;
    color: #449cd6;
}

/* --- Custom Form Styles --- */

.wysiwyg-to-text textarea[name^="calendar_event_single_0_"],
.wysiwyg-to-text textarea[name^="calendar_event_recurring_0_"] {
    width: 90% !important;
}

.main-content form #sq-asset-builder-header ul {
    text-indent: 0;
}

.main-content form ul li.sq-asset-builder-tab,
.main-content form ul li.sq-asset-builder-tab-active {
    margin-right: 0;
}

.sq-asset-builder-tab a,
.sq-asset-builder-tab-active a {
    font-size: 1.1em;
    line-height: 41px;
    display: inline-block;
    height: 41px;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    text-align: left;
    text-decoration: none !important;
    color: #449cd6;
    border: 0;
    background: #dfdfdf;
}

.sq-asset-builder-tab-active a {
    background-color: rgb(153, 204, 51);
    color: #ffffff;
}

.sq-asset-builder-tab-active a:focus {
    outline: none;
}

input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 0;
    padding: initial;
    border: initial;
}

input[type='checkbox'] {
    width: 22px;
    opacity: 0;
    position: absolute;
    z-index: 100;
    height: 22px;
    cursor: pointer;
}

input[type='radio'] {
    width: 22px;
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: 100;
    height: 22px;
    cursor: pointer;
}

.main-container .list-wrapper__item {
    margin: 5px 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label,
.radio-wrapper + label,
.checkbox-wrapper + label,
input[type='checkbox'] + div label,
input[type='radio'] + div label,
.radio-wrapper + div label,
.checkbox-wrapper + div label {
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

input[type='checkbox'] + div,
.checkbox-wrapper + div {
    margin: 0 0 10px;
    padding: 0 10px 0;
}

.list-wrapper .note {
    font-size: 0.9em;
    margin: 10px 0 10px;
    clear: both;
    display: block;
}

input[type='checkbox'] + label,
.checkbox-wrapper + label {
    margin: 0 0 10px;
    padding: 0 10px 0;
}

input[type='radio'] + label,
.radio-wrapper + label {
    margin: 0 0 10px;
    padding: 0 10px 0;
}

.radio-wrapper,
.checkbox-wrapper {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:before, [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:before, [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -2px;
    width: 6px;
    height: 17px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #0b2740;
    border-bottom: 2px solid #0b2740;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


[type="checkbox"].filled-in + span:not(.lever):before, [type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 2px;
    left: 2px;
    width: 5px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #449cd6;
    background-color: #449cd6;
    z-index: 0;
}

[type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"] + span:before, [type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:disabled + span {
    color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:checked + span:before {
    border: 2px solid transparent;
}

[type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #449cd6;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #449cd6;
}

[type="radio"]:disabled:not(:checked) + span:before {
    border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before, [type="radio"]:disabled:checked + span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42);
}

.sq-form-question-option-list .sq-form-question-answer ul,
.sq-form-question-tickbox-list .sq-form-question-answer ul {
    display: flex;
    flex-flow: wrap column;
}

.sq-form-question-option-list .sq-form-question-answer ul.list-type__row {
    flex-direction: row;
}

.sq-form-question-option-list .sq-form-question-answer ul li,
.sq-form-question-tickbox-list .sq-form-question-answer ul li {
    display: flex;
    flex-flow: nowrap row;
    justify-content: flex-start;
}

.sq-form-question-option-list .sq-form-question-answer ul.list-type__row li:nth-child(n+2) {
    margin-left: 20px;
}


select {
    margin: 0 0 42px 0;
}

.select-wrapper {
    display: block;
    width: 240px;
    height: 35px;
    padding: 0 40px 45px 0;
    margin: 0 0 42px 0;
    overflow: hidden;
    border-bottom: 1px solid #d0d3d4;
    border-radius: 0;
    position: relative;
}

.select-wrapper:before {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    width: 33px;
    height: 43px;
    color: #0b2740;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 40px;
}

.select-wrapper:hover {
    background: #eef5f6;
    border-bottom: 1px solid #0b2740;
}

.select-wrapper select {
    background: transparent;
    -webkit-appearance: none;
    padding: 9px;
    margin: 0;
    font-size: 1em;
    border: 0;
    border-radius: 0;
    height: 46px;
    line-height: 1.3;
    position: relative;
    z-index: 10;
}

.main-content form ul {
    margin: 0;
    overflow: hidden;
}

.main-content form ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.main-content form .radio-items ul li,
.main-content form .checkbox-items ul li,
.main-content form .sq-form-question-tickbox-list ul li {
    float: none;
}

.main-content form em {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    margin: 0 0 18px;
}

.sq-form-question-note {
    font-size: 0.85em;
    font-style: italic;
    margin-top: -9px;
    
    min-height: 18px;
    display: block;
    color: #2b2b2b;
}

.sq-form-upload {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.sq-form-question-file-upload .sq-form-question-note {
    margin-top: 3px;
}

.main-content form em.error {
    font-style: italic;
    margin: 0;
    display: inline;
}

.main-content form label + em {
    margin-top: -20px;
}

.input-wrapper {
    position: relative;
    display: inline-block;
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
}

.input-field + div + em {
    margin-top: 0;
}

[type="text"] + label {
    clear: both;
    display: block;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 2.5rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea + label:after,
.select-wrapper + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field > label:not(.label-icon).active {
    -webkit-transform: translateY(-12px) scale(0.8);
    transform: translateY(-12px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 1em;
}


input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.validate + label {
    width: 100%;
}

.input-field.col label {
    left: .75rem;
}

.input-field > label {
    /*color: #9e9e9e;*/
    color: #484848;
    position: absolute;
    top: 0;
    margin-bottom: 32px;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}

input[type=text].error__message + label,
input[type=text]:focus.error__message + label,
input[type=password].error__message + label,
input[type=password]:focus.error__message + label,
input[type=email].error__message + label,
input[type=email]:focus.error__message + label,
input[type=url].error__message + label,
input[type=url]:focus.error__message + label,
input[type=time].error__message + label,
input[type=time]:focus.error__message + label,
input[type=date].error__message + label,
input[type=date]:focus.error__message + label,
input[type=datetime-local].error__message + label,
input[type=datetime-local]:focus.error__message + label,
input[type=tel].error__message + label,
input[type=tel]:focus.error__message + label,
input[type=number].error__message + label,
input[type=number]:focus.error__message + label,
input[type=search].error__message + label,
input[type=search]:focus.error__message + label,
textarea.materialize-textarea.error__message + label,
textarea.materialize-textarea:focus.error__message + label {
    color: #ac0000;
}

input[type=text].error__message + label:after,
input[type=text]:focus.error__message + label:after,
input[type=password].error__message + label:after,
input[type=password]:focus.error__message + label:after,
input[type=email].error__message + label:after,
input[type=email]:focus.error__message + label:after,
input[type=url].error__message + label:after,
input[type=url]:focus.error__message + label:after,
input[type=time].error__message + label:after,
input[type=time]:focus.error__message + label:after,
input[type=date].error__message + label:after,
input[type=date]:focus.error__message + label:after,
input[type=datetime-local].error__message + label:after,
input[type=datetime-local]:focus.error__message + label:after,
input[type=tel].error__message + label:after,
input[type=tel]:focus.error__message + label:after,
input[type=number].error__message + label:after,
input[type=number]:focus.error__message + label:after,
input[type=search].error__message + label:after,
input[type=search]:focus.error__message + label:after,
textarea.materialize-textarea.error__message + label:after,
textarea.materialize-textarea:focus.error__message + label:after {
    content: attr(data-error);
    color: #ac0000;
    opacity: 1;
}

input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #ac0000;
    opacity: 1;
}

input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #4caf50;
    box-shadow: 0 1px 0 0 #4caf50;
    position: relative;
}

input[type=text].valid:before,
input[type=password].valid:before,
input[type=email].valid:before,
input[type=url].valid:before,
input[type=time].valid:before,
input[type=time]:focus.valid:before,
input[type=date].valid:before,
input[type=date]:focus.valid:before,
input[type=datetime-local].valid:before,
input[type=datetime-local]:focus.valid:before,
input[type=tel].valid:before,
input[type=tel]:focus.valid:before,
input[type=number].valid:before,
input[type=number]:focus.valid:before,
input[type=search].valid:before,
textarea.materialize-textarea.valid:before {
    content: '\f058';
    font-family: "Font Awesome 5 Pro";
    width: 33px;
    height: 43px;
    color: #4caf50;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 40px;
}

.error__message {
    color: #ac0000;
}

.contact-wrapper__form-content .error__message {
    color: rgb(255 229 0);
}

.error__message.valid {
    color: #005400;
}

.contact-wrapper__form-content .error__message.valid {
    color: rgb(255 229 0);
}

.color__green {
    color: #4caf50;
}

input[type=text].error__message,
input[type=text]:focus.error__message,
input[type=password].error__message,
input[type=password]:focus.error__message,
input[type=email].error__message,
input[type=email]:focus.error__message,
input[type=url].error__message,
input[type=url]:focus.error__message,
input[type=time].error__message,
input[type=time]:focus.error__message,
input[type=date].error__message,
input[type=date]:focus.error__message,
input[type=datetime-local].error__message,
input[type=datetime-local]:focus.error__message,
input[type=tel].error__message,
input[type=tel]:focus.error__message,
input[type=number].error__message,
input[type=number]:focus.error__message,
input[type=search].error__message,
input[type=search]:focus.error__message,
textarea.materialize-textarea.error__message,
textarea.materialize-textarea:focus.error__message {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;
    color: #ac0000;
}


.header {
    background: #449cd6;
    background: #449cd6f5;
    width: 100%;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.header__inner {
    width: 100%;
    max-width: 82rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    position: relative;
}

.header__wrapper {
    width: 40%;
}

.header__logo {
    display: block;
    margin-top: 0;
    width: 100%;

}

.header__logo-link,
.header__logo-link * {
    color: #f7f7f2;
    text-decoration: none;
}

.header__logo-link:focus * {
    color: #002740;
}

.header__logo-link {
    display: inline-block;
    width: 100%;
}

.header__logo-link:active,
.header__logo-link:focus,
a.header__logo-link:-webkit-any-link:focus-visible {
    background: rgba(247, 247, 242, 0.2);
    outline: none;
}

.header__logo-image {
    max-width: 200px;
    width: 100%;
    height: 100%;
    transition: max-width .2s;
}

.site-search-wrapper {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s cubic-bezier(0, 1.61, 1, 0.98);
    -moz-transition: opacity 1s cubic-bezier(0, 1.61, 1, 0.98);
    transition: opacity 1s cubic-bezier(0, 1.61, 1, 0.98);
}

.site-search-wrapper.active {
    opacity: 1;
    visibility: visible;
    display: inline;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgb(68, 156, 214);
    z-index: 150;
}

.close-button {
    position: fixed;
    width: 42px;
    height: 42px;
    right: 27px;
    top: 21px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    z-index: 50;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.close-button-icon {
    position: absolute;
    color: #efefef;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);

    -webkit-transform-origin: 24px 21px;
    -ms-transform-origin: 24px 21px;
    transform-origin: 24px 21px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.close-button-icon:before,
.close-button-icon:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    height: 2px;
    right: 0;
    -webkit-transition: width 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: width 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, width 0.25s ease-out, background-color 0.25s ease-out;
    transition: transform 0.25s ease-out, width 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.close-button-icon:before {
    top: 11px;
    width: 36px;
    -webkit-transform: rotate(45deg) translate(1px, -6px);
    -ms-transform: rotate(45deg) translate(1px, -6px);
    transform: rotate(45deg) translate(1px, -6px);
}

.close-button-icon:after {
    bottom: 11px;
    width: 36px;
    -webkit-transform: rotate(-45deg) translate(1px, 6px);
    -ms-transform: rotate(-45deg) translate(1px, 6px);
    transform: rotate(-45deg) translate(1px, 6px);
}

.site-search__form {
    margin: 20vh auto 0;
    width: 80%;
    background: #2d2b2b78;
    border-bottom: 1px solid #ffffff;
    height: 110px;
    padding: 30px 5%;
    display: flex;
    flex-flow: nowrap row;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #cecece;
}

input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cecece;
    opacity: 1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cecece;
    opacity: 1;
}

.site-search__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cecece;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #cecece;
}

input::placeholder { /* Most modern browsers support this now. */
    color: #cecece;
}


input.site-search__input {
    color: #ffffff;
    width: 85%;
    font-family: museo-sans-display, sans-serif;
    padding: 5px 10px 10px;
    background: none;
    border: none;
    line-height: 38px;
    margin-right: 5px;
    letter-spacing: 1px;
    font-size: 2.5rem;
}

.site-search__button {
    width: 10%;
    min-width: 50px;
    height: 50px;
    background-color: #ffffff;
    box-shadow: none;
    text-align: center;
    padding: 10px;
}

.site-search__button-icon {
    font-size: 1.8rem;
    align-self: center;
    text-align: center;
    margin: 0 auto;
}

.header__navigation {
    z-index: 20;
    width: 60%;
    margin-top: 30px;
}

.navigation {
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 9;
    width: 100%;
}

.navigation__wrapper {
    overflow: visible;
    margin: 0 auto;
}

.navigation__wrapper ul,
.navigation__wrapper li {
    margin: 0;
    text-indent: 0;
}

.navigation__wrapper a {
    color: #f7f7f2;
}

.navigation__wrapper li:before {
    content: none;
}

.navigation__wrapper a {
    text-decoration: none;
}

.navigation__level-1 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    z-index: 100;
    overflow: visible;

}

.desktop-nav .navigation__level-1 {
    position: relative;
}

.navigation__sub-arrow {
    background: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.navigation__sub-arrow-button {
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    height: 70%;
    top: 9px;
    right: 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    z-index: 20;
}

.navigation__sub-arrow:hover,
.navigation__sub-arrow:focus,
.hovered .navigation__sub-arrow:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.navigation__icon-right-arrow {
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    line-height: 42px;
    color: #f7f7f2;
}

.navigation__level-2-item.hovered .navigation__level-2-link .navigation__icon-right-arrow,
.navigation__link:hover .navigation__sub-arrow .navigation__icon-right-arrow,
.navigation__link:hover .navigation__sub-arrow .navigation__icon-right-arrow {
    color: #449cd6;
}

.navigation__level-1-item {
    display: inline-block;
    margin: 0;
    position: inherit;
}

.navigation__link-wrapper {
    position: relative;
}

.navigation__level-1-link,
.navigation__level-1-item > a {
    display: block;
    position: relative;
    padding: 15px 10px 13px;
    color: #f7f7f2;
    font-size: 1.25em;
    font-weight: 00;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 2px solid transparent;
    z-index: 10;
}

.navigation__level-1 > li ul li.hovered,
.navigation__level-2-item.hovered,
.navigation__level-1-item.hovered .navigation__level-2,
.desktop-nav .navigation__level-1-item:hover .navigation__level-2 {
    visibility: visible;
    -webkit-transition: opacity 0.3s 0.2s ease, visibility 0s 0.2s;
    -moz-transition: opacity 0.3s 0.2s ease, visibility 0s 0.2s;
    transition: opacity 0.3s 0.2s ease, visibility 0s 0.2s;
}

.navigation__level-1-item:hover .navigation__level-1-link,
.navigation__level-1-item .navigation__level-1-link:focus,
.navigation__level-1-item.hovered .navigation__level-1-link {
    background: rgba(0, 0, 0, 0.46);
    color: #d6e6e3;
    border-bottom: 2px solid #449cd6;
}


.navigation__level-1-item .navigation__level-1-link.highlighted {
    border-bottom: 2px solid rgb(42, 110, 155);
}

.navigation__level-1-item:hover > a:after,
.navigation__level-1-item .navigation__level-1-link:focus:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.2s ease;
    -moz-transition: opacity 0.3s 0.2s ease;
    transition: opacity 0.3s 0.2s ease;
}

/* -- Second Level Navigation--*/

.navigation__level-2 {
    position: absolute;
    width: 15rem;
    margin: 0;
    visibility: collapse;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.46);
    -webkit-transition: opacity 0.1s ease, visibility 0s 0.1s;
    -moz-transition: opacity 0.1s ease, visibility 0s 0.1s;
    transition: opacity 0.1s ease, visibility 0s 0.1s;
    left: 0;
    padding: 0 0 0.5rem;
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 100;
}

.hasNoChild .navigation__level-2 {
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
}

ul.navigation__level-2-list {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.navigation__level-2-item {
    position: static;
    padding: 0;
}

.navigation__level-2-item:first-child {
    margin-top: 10px;
}

.navigation__level-2-link {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(247, 247, 242, 0.2);
    position: relative;
}

.navigation__item.last-nav .navigation__level-2-link {
    border-bottom: none;
}

.navigation__level-2 a:hover,
.navigation__level-2 a:focus {
    text-decoration: none;
    transition: .321s;
}

.navigation__level-2-link {
    display: block;
    color: #f7f7f2;
    padding: 13px 10px 13px;
    margin: 0;
    width: 100%;
    line-height: 17px;
    font-size: 1em;
}

.navigation__level-2-item:hover .navigation__level-2-link,
.navigation__level-2-link:focus,
.hovered a:focus,
.hovered > a {
    background: #449cd6;
    color: #f7f7f2;
    outline: none;
}

/* -- Navigation END-- */

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 July 2026 09:30:40
*/


/**
 * Light up Windsor
 * author: Harinder Singh
 *
 * footer.css
 **/

.footer {
    display: flex;
    clear: both;
    width: 100%;
    padding: 20px 0;
    background: #449cd6;
}

.footer__wrapper {
    position: relative;
}

.footer__logo {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-top: 50px;
}

.footer__logo-item:nth-child(1) {
    margin-right: 50px;
}

.footer a.footer__logo-link:hover,
.footer a.footer__logo-link:focus {
    text-decoration: none;
    opacity: 0.6;
    border-bottom: none;
    background-color: transparent;
}

.footer__logo-image {
    width: 166px;
    height: auto;
}

.footer__logo-hcas .footer__logo-image {
    width: 123px;
}

.footer__logo-text {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    text-indent: -99999px;
    opacity: 0;
}

.footer__heading,
.footer-section__title {
    font-size: 1.3rem;
    width: 90%;
    margin: 0 10% 0 0;
    padding: 5px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__heading-secondary {
    font-size: 1.1rem;
    width: 100%;
    margin: 10px 0 0;
    padding: 5px 0 0;
}

.footer *,
.footer a {
    text-decoration: none;
    color: #f7f7f2;
}

.footer a:hover {
    color: #f7f7f2;
    border-bottom: 1px solid #D6E6E3;
}


.footer a:focus {
    color: #449cd6;
}

.footer__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 82rem;
    margin: 0 auto;
}

.footer__acknowledgement {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.footer__acknowledgement .footer-section {
    width: 80%;
    padding-bottom: 20px;
}

.footer-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-section {
    width: 39%;
    padding: 5px 20px 5px 10px;
}

.social-media__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin: 10px 0;
}

.social-media__item {
    line-height: 19px;
    margin: 5px;
    padding: 0;
    text-align: center;
}

.social-media__link {
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50px;
    padding: 10px 0;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.4);
}

.social-media__link:hover,
.social-media__link:focus {
    text-decoration: none;
    background: #f7f7f2;
}

.social-media__link:hover *,
.social-media__link:focus * {
    color: #002740;
}

.social-media__icon {
    font-size: 1.3rem;
    height: auto;
}

.social-media__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 15px;
}


.footer__secondary {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
}

.footer__secondary-list {
    display: flex;
    flex-direction: row;
}

.footer__secondary-item {
    margin: 0.5em 0 0;
}

.footer__secondary-link {
    padding: 5px 10px;
}

.interpreter-service .footer__secondary-link {
    display: inline-block;
    width: 32px;
    height: 31px;
    background: url("https://www.lightupwindsor.com.au/__data/assets/image/0016/239002/interpreter-symbol.jpg?v=0.1.0") no-repeat 0 0 transparent;
}

.footer__secondary-link-text {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.footer__hcc-copyright {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.footer__logos {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.footer__logo-link {
    align-self: center;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 July 2026 09:30:40
*/


/* --- 6.1 Banner --- */

.no-js .banner > div + div {
    display: none;
}

.no-js .banner > div {
    position: relative;
}

/* --- Video Banners --- */
.bg__video-wrapper {
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: - 155 px;*/
    /*display: block;*/
    z-index: 10;
}

.banner__text-outside-wrapper {
    position: absolute;
    top: 50%;
    display: block;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.banner__text-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 80%;
    margin-left: 15%;
}

.banner__text-wrapper * {
    transition: font-size .1s ease-in;
}

.banner__intro-text {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #f7f7f2;
}

.banner__text {
    font-size: 4rem;
    font-weight: 700;
    line-height: 5rem;
    text-transform: uppercase;
    color: #449cd6;
}

.banner__text-small {
    font-size: 2.8rem;
    line-height: 3rem;
}

.banner__tagline {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #f7f7f2;
}


.banner__social-wrapper * {
    font-size: 1.3rem;
    color: #f7f7f2;
}

.banner__social-wrapper,
.contact__social-wrapper {
    display: flex;
    flex-direction: row;
}

.social {
    position: relative;
    display: block;
    text-decoration: none;
    color: #449cd6;
}

.banner__social-wrapper .social::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    content: '';
    transition: opacity 300ms, transform 300ms;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
    background-color: #449cd6;
}

.social:focus,
.social:active {
    border: none;
    outline: none;
    background: none;
}

.social:hover::after,
.social:focus::after,
.social:active::after {
    transform: translate3d(0, 0, 0);
    opacity: 1;

}

.social + .social {
    margin-left: 20px;
}

form .contact__social-wrapper a,
form .contact__social-wrapper a * {
    color: #449cd6;
}

form .contact__social-wrapper a:hover .social__text {
    text-decoration: underline;
}

.contact__social-wrapper .social__icon {
    font-size: 1.32rem;
}

.fl-row-bg-video, .fl-row-bg-video .fl-row-content, .fl-row-bg-embed, .fl-row-bg-embed .fl-row-content {
    position: relative;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
}

.fl-row-bg-video .fl-bg-video iframe, .fl-row-bg-embed .fl-bg-embed-code iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    min-width: 177.77vh;
    max-width: none;
    height: 56.25vw;
    min-height: 100vh;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.fl-row-content-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 80vh;
    margin: 0;
    padding: 350px 0 300px 0;
    -webkit-box-align: center;

    -webkit-box-pack: center;
}

.fl-row-bg-video .fl-bg-video, .fl-row-bg-embed .fl-bg-embed-code {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.46);
}

.fl-bg-video-fallback {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


/* --- 6.1.1 Home Banners --- */

.carousel__wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    overflow: hidden;
}

.carousel {
    float: left;
    width: 100%;
    height: auto;
    max-height: 947px;
}

@media screen and (max-width: 1280px) {
    .home-carousel {
        max-height: 600px;
    }
}

.carousel img {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 1920px;
}

.carousel.slick-slider {
    overflow: hidden;
    margin-bottom: 0;
}

.carousel .slick-list {
    z-index: 5;
}

/* Slide navigation */

.carousel .slick-dots {
    z-index: 10;
    bottom: 8px;
    left: 38%;
    width: auto;
    height: 13px;
    margin: 0;
    padding: 1em;
    text-indent: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel .slick-dots li {
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 6px 0 0;
}

.carousel .slick-dots button {
    width: 14px;
    height: 14px;
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background-color: #ffffff;
}

.carousel .slick-dots button:before {
    content: none;
}

.carousel .slick-active button {
    color: #449cd6;
    background-color: rgb(58, 205, 224);
}

.carousel .slick-slide {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f2f2f2;
}

/* Slide description w/link */

.carousel .desc-wrapper {
    position: absolute;
    z-index: 900;
    bottom: 31.3em;
    width: 100%;
    margin: 0 auto;
}

.carousel .details-outer {
    position: relative;
    z-index: 900;
    width: 66em;
    max-height: 11.9em;
    margin: 0 auto;
}

.carousel .details {
    width: 36em;
    background-color: rgba(0, 0, 0, 0.55);
}

.carousel .carousel-title {
    font-size: 1.8em;
    line-height: 1em;
    display: block;
    overflow: hidden;
    max-height: 2.8em;
    margin: 0;
    padding: 0.1em 0 0.1em 0.3em;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.carousel .description {
    clear: both;
    width: 34.7em;
    height: 6.5em;
    padding: 0 10px 10px;
}

.carousel p {
    font-size: 1.1em;
    line-height: 1em;
    min-height: 2.7em;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}

.carousel a.button {
    font-weight: bold;
    height: 40px;
    padding: 0 51px 0 15px;
}

.carousel .slick-dots .play-pause {
    margin-left: 12px;
}

.home-carousel .slick-dots li:before {
    content: none;
}

.carousel .play-pause span {
    display: none;
    width: 11px;
    height: 13px;
    margin-top: 0;
    transition: content 0.1s ease;
}

.carousel .play-pause .active {
    font-size: 1em;
    font-weight: normal;
    line-height: 15px;
    display: block;
    color: rgb(58, 205, 224);
}

.carousel__credit-wrapper {
    position: absolute;
    z-index: 100;
    bottom: 226px;
    left: 0;
}

.cr-wrapper {
    position: relative;
    width: 220px;
}

.cr__button {
    font-size: 0.8em;
    position: absolute;
    bottom: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

.cr__button:hover,
.cr__button:focus {
    color: #f7f7f2;
    outline: none;
    background: rgba(0, 0, 0, 1);
}

.cr__description {
    position: absolute;
    bottom: 45px;
    left: 0;
    height: auto;
    padding: 7px 11px;
    transition: all .05s linear;
    text-align: center;
    opacity: 0;
    color: #f7f7f2;
    background: rgba(0, 0, 0, 0.6);
}

.cr__description.active {
    position: absolute;
    bottom: 50px;
    width: 100%;
    transition: all .2s ease-out;
    opacity: 1;
}

/* Search*/

.site__search-button-wrapper {
    z-index: 5;
}

.site__search-button {
    position: absolute;
    z-index: 5;
    top: 40px;
    right: 250px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
    height: 48px;
    padding: 10px;
    color: #449cd6;
    border: none;
    background: #f7f7f2;
}

.site__search-button:focus,
.site__search-button:hover {
    color: #f7f7f2;
    border: none;
    outline: none;
    background: #112d32;
}

.site_search-button-text {
    font-size: 1rem;
    line-height: 31px;
    margin-left: 10px;
}

.site_search-button-icon {
    font-size: 1.5rem;
    margin-right: 10px;
    padding: 5px;
}

/* --- Standard Tabs --- */
.tabs-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: all .3s ease-in;
}

.tabs-wrapper__banner-overlap {
    z-index: 10;
    margin-top: -320px;
}

.tabs {
    width: 100%;
}

.ui-tabs {
    margin: 0 0 10px 0;
    border: none;
    border-radius: 0;
}

.ui-tabs li.ui-corner-top:before {
    content: none;
}

.ui-widget-header {
    border: none;
    background-color: transparent;
    background-image: none;
}

.ui-tabs-nav {
    display: flex;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-indent: 0;

}

.ui-tabs-nav li {
    display: table-cell;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
}

.ui-state-default .ui-tabs-anchor {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 48px;
    display: block;
    overflow: hidden;
    height: 48px;
    margin: 0;
    padding: 0 26px;
    -moz-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    white-space: nowrap;
    text-decoration: none;
    color: #f7f7f2;
    border-radius: 1px 1px 0 0;
    background-color: #449cd6;
}

.ui-tabs-nav a:focus,
.ui-tabs-nav a:visited:focus {
    color: #449cd6;
    outline: none;
    background-color: #f7f7f2;
}

.ui-tabs-nav li + li .ui-tabs-anchor {
    margin-left: 1px;
}

.ui-state-default .ui-tabs-anchor:hover {
    text-decoration: none;
    color: #449cd6;
    background-color: #f7f7f2;
}

.ui-state-active .ui-tabs-anchor {
    font-weight: 500;
    margin-top: 0;
    color: #449cd6;
    border-bottom: 1px solid #449cd6;
    background-color: #f7f7f2;
    /*transition: all .52s ease-in-out;*/
}

.ui-state-active .ui-tabs-anchor:hover {
    background-color: #f7f7f2;
}


.ui-tabs-panel {
    overflow: hidden;
    min-height: 229px;
    margin-top: 0;
    padding: 16px 16px 15px 16px;
    border-radius: 0 5px 5px 5px;
    background: #f7f7f2;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
}

.ui-tabs-panel .cols-3 {
    overflow: hidden;
}

.ui-tabs-panel .cols-3 .col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333333%;
    padding: 7px 20px 0 0;
}

.ui-tabs-panel .col + .col {
    padding-left: 20px;
    border-left: 1px solid #4a9499;
}

.ui-tabs-panel .col .inner {
    overflow: hidden;
    height: 125px;
}


.news__section {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.news__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 2%;
}

.news__item {
    width: 24%;
    height: auto;
}

.news__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
    -moz-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    text-decoration: none;
}

.news__link:hover,
.news__link:focus {
    background: #eef5f6;
}


.news__details {
    display: flex;
    flex-direction: column;
    order: 1;
    width: 100%;
    height: auto;
}

.news__details > * {
    margin: 0;
    padding: 5px 10px;
}


.news__heading {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 27px;
    flex-grow: 1;
    min-height: 76px;
    color: #4d4e4c;
}

.news__date {
    font-size: 0.9rem;
    font-style: italic;
    color: #112d32;
}

.news__description {
    flex-grow: 1;
    min-height: 110px;
    color: #173237;
}

.news__read-more {
    display: block;
    color: #123c69;
}

.icon__right-arrow {
    font-size: 1.3rem;
    margin-left: 10px;
    vertical-align: middle;
}

.news__thumb-wrapper {
    order: 0;
    width: 100%;
}

img.news__thumb {
    margin: 0;
    padding: 0;
    border-radius: 5px 5px 0 0;
}

.emergency__section {
    display: block;
    width: 100%;
    margin-top: 0;
}

.emergency__list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.emergency__item {
    display: block;
    width: 100%;
}

.emergency__link,
.emergency__no-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 0 1rem;
    -moz-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
}

.emergency__link *,
.emergency__no-link * {
    color: #000000;
}

.emergency__message {
    position: relative;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 82rem;
    min-height: 105px;
}

.emergency__heading {
    font-size: 2.7rem;
    font-weight: 800;
    display: block;
    margin: 0;
    padding: 1rem 1rem 0.5rem;
}

.emergency__text {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.5rem 1rem 0.5rem;
}

.emergency__bg-yellow {
    background: #ffcc00;
}

.emergency__bg-yellow.emergency__link:hover,
.emergency__bg-yellow.emergency__link:focus {
    background: rgb(221, 178, 0);
}

.emergency__bg-red {
    background: linear-gradient(to right, #9a2617, #b50707);
}

.emergency__bg-red * {
    color: #f7f7f2;
}

.emergency__bg-red.emergency__link:hover,
.emergency__bg-red.emergency__link:focus {
    background: #ff2f2c;
}

.emergency__bg-blue {
    color: #eef5f6;
    background: linear-gradient(to right, #09488b, #123c69);
}

.emergency__bg-blue * {
    color: #eef5f6;
}

.emergency__bg-blue.emergency__link:hover,
.emergency__bg-blue.emergency__link:focus {
    background: #0961ab;
}

.emergency__bg-blue2 {
    background: #123c69;
    background: linear-gradient(90deg, #4e91bf 0%, #71c4fd 75%, #6dc4ff 100%);
}

.emergency__bg-blue2 * {
    color: #000000;
}

.emergency__bg-blue2.emergency__link:hover,
.emergency__bg-blue2.emergency__link:focus {
    background: #0961ab;
}

.emergency__bg-orange {
    background: #ff8728;
}

.emergency__bg-orange.emergency__link:hover,
.emergency__bg-orange.emergency__link:focus {
    background: #e37823;
}

.emergency__bg-green {
    color: #eef5f6;
    background: #0cd474;
}

.emergency__bg-green.emergency__link:hover,
.emergency__bg-green.emergency__link:focus {
    background: #0ca553;
}

.emergency__bg-aqua {
    color: #0c1112;
    background: #2eb19f;
}

.emergency__bg-aqua.emergency__link:hover,
.emergency__bg-aqua.emergency__link:focus {
    background: #31e1c9;
}

.emergency__bg-brown {
    color: #000000;
    background: #d49660;
}

.emergency__bg-brown.emergency__link:hover,
.emergency__bg-brown.emergency__link:focus {
    background: #a47449;
}


.emergency__tick {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(https://www.lightupwindsor.com.au/__data/assets/file/0016/239011/right-arrow-angle-up.svg?v=0.1.0) 0 0 no-repeat transparent;
    background-size: 90%;
}

.emergency__light .emergency__tick {
    background-image: url(https://www.lightupwindsor.com.au/__data/assets/file/0017/239012/right-arrow-angle-up-white.svg?v=0.1.0);

}

.emergency__light * {
    color: #f7f7f2;
}

.emergency__light .emergency__heading {
    font-weight: 600;
}

.flex__item-4 {
    width: 22%;
}

.flex__item-3 {
    width: 33%;
}

.flex__item-2 {
    width: 47%;
}

.news-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.toc__section {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.toc__section.news__section {
    width: 70%;
    border-right: 1px solid #449cd6;
}

.toc__promotion {
    width: 30%;
    padding: 0 2%;
}

.modIE .toc__section {
    flex-flow: row nowrap;
}

.toc__feature {
    padding: 0 4.8% 0 0;
}

.toc__feature-link {
    display: inline-block;
    width: 100%;
}

.main-content .toc__feature-image {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.toc__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 2%;
}

.emergencies_panel .toc__list {
    justify-content: center;
}

.toc__list.type-4 {
    justify-content: flex-start;
    padding: 0;
}

.toc__promo-list {
    display: flex;
    flex-direction: column;
}

.ui-tabs-panel .toc__list {
    padding: 0;
}

.toc__item {
    width: 30%;
    height: auto;
    margin: 3% 3% 0 0;
}

.type-3 .toc__item {
    width: 30%;
}

.type-4 .toc__item {
    width: 46%;
    margin: 3% 3% 0 0;
}

.toc__promo-item {
    width: 100%;
    margin: 40px auto 0;
}

.toc__promo-item:first-child {
    margin: 0 auto;
}

.promo__youtube .toc__description {
    display: block;
}

.main-container .toc__link,
.main-container .toc__no-link {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    -moz-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    text-decoration: none;
    color: #363636;
    background: #f6eef3;
}

.type-4 .toc__link,
.type-4 .toc__no-link,
.toc__promotion .toc__link {
    background: transparent;
}


.toc-doc__list .toc__link {
    flex-flow: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.toc__link:hover,
a.toc__link:focus,
.type-4 .toc__link:hover,
.type-4 a.toc__link:focus,
.toc__promotion .toc__link:hover,
.toc__promotion a.toc__link:focus {
    background: #449cd6;
}

.toc__link:hover *,
.toc__link:focus * {
    color: #efefef;
}

.toc__link.dark {
    background: #449cd6;
}

.toc__link.dark * {
    color: #efefef;
}

.toc__link.dark:hover *,
.toc__link.dark:focus * {
    color: #449cd6;
}

.main-container .toc__bg-yellow {
    background: #ffcc00;
}

.toc__bg-yellow.toc__link:hover,
.toc__bg-yellow.toc__link:focus {
    background: rgb(221, 178, 0);
}

.main-container .toc__bg-red {
    background: linear-gradient(to right, #9a2617, #b50707);
}

.main-container .toc__bg-red * {
    color: #f7f7f2;
}

.toc__bg-red.toc__link:hover,
.toc__bg-red.toc__link:focus {
    background: #ff2f2c;
}

.main-container .toc__bg-blue {
    color: #eef5f6;
    background: linear-gradient(to right, #09488b, #123c69);
}

.main-container .toc__bg-blue * {
    color: #eef5f6;
}

.toc__bg-blue.toc__link:hover,
.toc__bg-blue.toc__link:focus {
    background: #0961ab;
}

.main-container .toc__bg-light-blue {
    background: #4e91bf;
    background: linear-gradient(90deg, #4e91bf 0%, #71c4fd 75%, #6dc4ff 100%); /*linear-gradient(90deg, #123c69 0%, #3F80B4 75%, #6DC4FF 100%); */
}

.main-container .toc__bg-light-blue * {
    color: #000000;
}

.toc__bg-blue.toc__link:hover,
.toc__bg-blue.toc__link:focus {
    background: #0961ab;
}

.main-container .toc__bg-orange {
    background: #ff8728;
}

.toc__bg-orange.toc__link:hover,
.toc__bg-orange.toc__link:focus {
    background: #e37823;
}

.main-container .toc__bg-green {
    color: #eef5f6;
    background: #0cd474;
}

.toc__bg-green.toc__link:hover,
.toc__bg-green.toc__link:focus {
    background: #0ca553;
}

.main-container .toc__bg-brown {
    color: #000000;
    background: #d49660;
}

.toc__bg-brown.toc__link:hover,
.toc__bg-brown.toc__link:focus {
    background: #a47449;
}

.toc-doc__list .toc__icon {
    font-size: 1.4em;
    width: 30px;
    padding: 10px 0 0 15px;
}

.toc-doc__list .toc__title {
    font-size: 1em;
    font-weight: 400;
    flex-grow: 1;
    width: 100%;
    padding: 10px 15px 15px;
}

.toc-doc__list .toc__heading {
    width: 80%;
}

.toc__heading,
.toc__date,
.toc__description,
.toc__read-more,
.toc__news-date {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
}

.toc__news-details {
    order: 1;
}

.toc__news-image {
    order: 0;
}

.toc__heading-wrapper {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    background: #0000008f;
}

.type-2 .toc__link:hover .toc__heading-wrapper,
.type-2 a.toc__link:focus .toc__heading-wrapper {
    background: #449cd6cf;
}

.toc__heading {
    font-size: 1.25rem;
    line-height: 30px;
    bottom: 0;
    left: 0;
    order: 1;
    width: 100%;
    text-align: center;
    color: #f7f7f2;
}

.toc__image-wrapper {
    display: flex;
}

img.toc__thumb,
.toc__thumb,
.toc__video-thumb {
    position: relative;
}

img.toc__thumb,
.toc__thumb,
img.toc__image,
.toc__video-thumb {
    order: 0;
    margin: 0;
    padding: 0;
}

.type-4 .toc__thumb,
.toc__promo-list .toc__thumb,
.toc__video-thumb {
    border-radius: 0;
}

.modIE img.toc__thumb,
.modIE .toc__thumb,
.modIE img.toc__image,
.modIE .toc__video-thumb {
    height: 100%;
}


.type-2 .toc__link:hover img.toc__thumb,
.type-2 a.toc__link:focus img.toc__thumb,
.type-2 .toc__link:hover img.toc__image,
.type-2 a.toc__link:focus img.toc__image {
    opacity: 0.7;
    filter: grayscale(100%);
}

.toc__date {
    font-style: italic;
    order: 2;
    color: #112d32;
}

.toc__news-date {
    display: block;
}

.toc__description {
    order: 3;
}

.toc__def-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.toc__def-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.bhf .toc__def-item * {
    font-size: 0.9em;
}

.toc__def-title {
    width: 2%;
    margin: 0;
    padding: 5px 0;
}

.type-3 .toc__def-title {
    width: 55%;
    margin: 0;
    padding: 5px 0;
}

.toc__def-description {
    width: 98%;
    margin: 0;
    padding: 5px 5px 5px 20px;
    border-left: none;
}

.bhf .toc__def-title + .toc__def-description {
    padding-left: 0;
}

.toc__def-description.email {
    display: block;
    word-break: break-all;
}

.toc__read-more {
    font-size: 0.9em;
    display: flex;
    flex-flow: row nowrap;
    order: 4;
    color: #2b2b2b;
}

.icon__right-arrow {
    display: inline-block;
    width: 40px;
    height: 22px;
    margin-left: 10px;


    vertical-align: middle;
    background: url("https://www.lightupwindsor.com.au/__data/assets/file/0015/239010/right-arrow.svg?v=0.1.0") no-repeat 0 center;
    background-size: 70%;
}

.main-container .toc__bg-blue .icon__right-arrow,
.main-container .toc__bg-red .icon__right-arrow {
    background-image: url("https://www.lightupwindsor.com.au/__data/assets/file/0018/239013/right-arrow-white.svg?v=0.1.0");
}

.toc__link:hover .icon__right-arrow,
.toc__link:focus .icon__right-arrow {
    background-image: url("https://www.lightupwindsor.com.au/__data/assets/file/0018/239013/right-arrow-white.svg?v=0.1.0");
}


.toc-event__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 2%;
}

.toc-event__item {
    display: block;
    flex-grow: 1;
    width: 15%;
    min-width: 200px;
    height: auto;
    margin: 1% 1% 0 0;
}

.toc-event__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;

}

.event__figure {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: center;
    background-size: cover;
}

.event__bg-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
}

.event__date {
    height: 18px;
    margin: 0;
    padding: 5px;
    color: #f5f5f5;
    background: #000000;
}

.event__title {
    font-size: 1em;
    font-weight: 500;
    margin: 3px 0 0;
    padding: 5px;
    color: #000000;
    background: #2fb19fdb;
}

.event__extra {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 50% 0;
    -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
    text-align: center;
    opacity: 0;
    color: #f5f5f5;
    background: rgb(0 0 0 / 80%);
}

.event__extra * {
    display: block;
}

.toc-event__link:hover .event__extra,
.toc-event__link:focus .event__extra {
    z-index: 5;
    opacity: 1;
}

.filters {
    margin-top: 13px;
}

.filters .button {
    margin: 3px;
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
    box-shadow: none;
}

.filters .button.is-checked {
    color: #f5f5f5;
    background: #449cd6;
}

/* --- 6.1.3 Features carousel --- */

.feature__section {
    width: 100%;
    padding: 30px 0;
}

.features__container .features {
    overflow: hidden;
    width: 100%;
    max-width: 82rem;
    margin: 0 auto;
    padding: 0 10px;
}

.features__container.type-2 .features {
    max-width: 100%;
}

.feature__section-header {
    width: 100%;
    max-width: 82rem;
    margin: 0 auto;
    padding: 0 2%;
}

.bg__gradient-dark .feature__section-suptitle,
.bg__gradient-dark .feature__section-title {
    color: #f7f7f2;
}

.bg__gradient-dark .section-title__prepend {
    color: #ffdd00;
}

.feature__section-suptitle {
    font-weight: 600;
    text-transform: uppercase;
}

.feature__section-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.feature-carousel {
    padding: 1.7em 1.4em 2.3em;
}

.feature-carousel.slick-slider {
    margin-bottom: 0;
}

.feature-carousel .slick-prev,
.feature-carousel .slick-next {
    font-size: 24px;

    line-height: 40px;
    position: absolute;
    z-index: 1;
    top: 125px;
    display: block;
    width: 100px;
    height: 100px;
    transition: all .2s;
    text-align: center;
    text-indent: -9999px;
    opacity: 0.8;
    color: #449cd6;
    border: 0;
    border-radius: 50px;
    outline: 0;
    background: #eef5f6 url("https://www.lightupwindsor.com.au/__data/assets/file/0015/239010/right-arrow.svg?v=0.1.0") no-repeat 18px center;
    background-size: 60px;
}

.feature-carousel .slick-prev:hover,
.feature-carousel .slick-next:hover,
.feature-carousel .slick-prev:focus,
.feature-carousel .slick-next:focus {
    opacity: 1;
    background-position-x: 25px;
}

.slick-disabled {
    pointer-events: none;
    opacity: 0;
}

.feature-carousel .slick-prev {
    left: calc(-50vw + 50% + 1rem); /*-4px;*/
    transition: all .3s ease-in-out;
    transform: rotate(180deg);
    background-image: url("https://www.lightupwindsor.com.au/__data/assets/file/0004/239008/left-arrow.svg?v=0.1.0");
    box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
}

.home .feature-carousel .slick-prev {
    left: calc(-34vw + 50% + 1rem); /*-4px;*/
    left: 0;
}

.feature-carousel .slick-prev.slick-disabled {
    /*transform: rotate(180deg);
    */
    -moz-transform: translate(-200%, 0%) rotate(180deg);
    -ms-transform: translate(-200%, 0%) rotate(180deg);
    -o-transform: translate(-200%, 0%) rotate(180deg);
    -webkit-transform: translate(-200%, 0%);
    -webkit-transform: translate(-200%, 0%) rotate(180deg);
    transform: translate(-200%, 0%) rotate(180deg);
}


.feature-carousel .slick-prev:before {
    content: none;
}

.feature-carousel .slick-next.slick-disabled {
    -moz-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
    -o-transform: translate(200%, 0%);
    -webkit-transform: translate(200%, 0%);
    transform: translate(200%, 0%);
}

.feature-carousel .slick-next {
    right: calc(-50vw + 50% + 1rem);
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.home .feature-carousel .slick-next {
    right: calc(-34vw + 50% + 1rem);
    right: 0;
}

.feature-carousel .slick-next:before {
    content: none;
}

.feature-carousel .slick-prev:hover,
.feature-carousel .slick-next:hover {
    background-color: #eef5f6;
}


.fa.fa-angle-right:before,
.fa-angle-left:before {
    content: " " !important;
}

.feature-carousel .slick-slide {
    float: left;
    width: 25%;
    outline: none;
}


.feature__list {
    width: 100%;
    padding: 0 2%;
}

.type-2 .feature__list {
    max-width: 100%;
}

.feature__item {
    width: 33%;
    height: auto;
    padding: 10px;
}

.feature__no-link,
.feature__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
    -moz-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    text-decoration: none;
    background: #eef5f6;
}

.home .feature__link {
    min-height: 326.979px;
}

.feature__link:hover,
a.feature__link:focus {
    outline: none;
    background: #449cd6;
}

.feature__link:hover *,
.feature__link:focus * {
    color: #efefef;
}

.feature__link.dark {
    background: #449cd6;
}

.feature__link.dark * {
    color: #efefef;
}

.feature__link.dark:hover *,
.feature__link.dark:focus * {
    color: #449cd6;
}

.feature__title,
.feature__date,
.feature__time,
.feature__read-more {
    margin: 0;
    padding: 5px 10px;
}

.feature__content {
    display: flex;
    flex-flow: row wrap;
    order: 1;
    padding: 5px;
}

.feature__title {
    font-size: 1.25rem;
    line-height: 27px;
    order: 1;
    min-height: 64px;
    color: #112d32;
}

.feature__content .feature__title {
    width: 100%;
}

.feature__figure {
    order: 0;
    margin: 0;
    padding: 0;
}

.feature__thumb,
.feature__figure-thumb {
    order: 0;
    margin: 0;
    padding: 0;
    border-radius: 5px 5px 0 0;
}

.modIE .feature__thumb,
.modIE .feature__figure-thumb {
    height: 100%;
}

.feature__date {
    font-style: normal;
    order: 2;
    color: #112d32;
}

.feature__content .feature__date,
.feature__content .feature__time {
    width: 100%;
}


.feature__time {
    font-size: 0.9rem;
    font-style: italic;
    order: 3;
    color: #112d32;
}

.feature__read-more {
    display: flex;
    flex-flow: row nowrap;
    order: 4;
    margin-top: auto;
    color: #123c69;
}

.feature__no-link .feature__read-more {
    color: #173237;
}

.feature-icon__right-arrow {
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 10px;
    vertical-align: middle;
    background: url("https://www.lightupwindsor.com.au/__data/assets/file/0015/239010/right-arrow.svg?v=0.1.0") no-repeat 0 center;
    background-size: 60%;
}

.feature__link:hover .icon__right-arrow,
.feature__link:focus .icon__right-arrow {
    background-image: url("https://www.lightupwindsor.com.au/__data/assets/file/0018/239013/right-arrow-white.svg?v=0.1.0");

}

.section-feature__callout {
    width: 100%;
    padding: 100px 0 0;
}

.no-figure.section-feature__callout {
    padding: 0;
}

.feature-callout-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
}

.section-feature__callout--double .feature-callout-container {
    justify-content: space-evenly;
}

.feature-callout__item {
    width: 100%;
    max-width: 82rem;
    padding: 0 10px;
}

.section-feature__callout--double .feature-callout__item {
    width: 40%;
}

.feature-callout__item-link,
.feature-callout__item-no-link {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: -50px;
    text-decoration: none;
}

.no-figure .feature-callout__item-no-link {
    margin-top: 0;
}


.main-container a.feature-callout__item-link:focus,
.feature-callout__item-link:focus {
    outline: none;
    background-color: #ffffff0f;
}

.section-feature__callout--double .feature-callout__item-link {
    flex-direction: column;
}

a.feature-callout__item-link *,
.feature-callout__item-no-link * {
    color: #f7f7f2;
}

.bg__light a.feature-callout__item-link *,
.bg__light .feature-callout__item-no-link * {
    color: #000000;
}

.feature-callout__item-figure-wrapper {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 54%;
    height: 100%;
    margin: 0 3%;
}

.feature-callout__item-figure {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

}

.section-feature__callout--double .feature-callout__item-figure {
    width: 100%;
}

.feature-callout__item-thumb {
    overflow: visible;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.feature-callout__item-thumb_as-bg {
    overflow: visible;
    width: 100%;
    height: 100%;

    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-callout__item-link:focus .feature-callout__item-thumb,
.feature-callout__item-link:hover .feature-callout__item-thumb,
.feature-callout__item-link:focus .feature-callout__item-thumb_as-bg,
.feature-callout__item-link:hover .feature-callout__item-thumb_as-bg {
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
}

.feature-callout__item-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    margin-top: 50px;
    padding: 50px 0;
}

.no-figure .feature-callout__item-details {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding: 30px 0;
}

.no-figure .feature-callout__item-details > div {
    width: 30%;
}

.section-feature__callout--double .feature-callout__item-details {
    width: 100%;
    margin-top: 0;
    padding: 5% 0;
}

.feature-callout__item-tag,
.feature-callout__item-title,
.feature-callout__item-description,
.feature-callout__item-date,
.feature-callout__item-event-cost {
    font-style: normal;
    width: 95%;
    margin: 5px;
}

.feature-callout__item-tag {
    order: 0;
}

.feature-callout__item-title {
    order: 1;
}

.feature-callout__item-link:focus .feature-callout__item-title,
.feature-callout__item-link:hover .feature-callout__item-title {
    text-decoration: underline;
}

.feature-callout__item-description {
    order: 2;
}

.feature-callout__item-date {
    display: flex;
    flex-direction: column;
    order: 3;
}

.feature-callout__item-time {
    font-size: 0.9rem;
    order: 4;
    margin: 5px;
}

.feature-callout__item-event-cost {
    font-size: 0.9rem;
    order: 4;
    margin: 5px;
}

.feature-callout__item-heading {
    font-size: 1.15em;
}

.feature-callout__item-span {
    margin-top: 15px;
}

.feature-callout__item-span-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.feature-callout__item-span-link .icon__wrapper {
    width: 21px;
    margin-right: 10px;
}

.feature-callout__item-span .icon__wrapper path {
    fill: #ffffff;
}

.feature__figure {
    position: relative;
}

.modIE .feature__figure {
    height: 100%;
}

.feature__figure-logo:before {
    font-size: 0.7rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2.3rem;

    height: 2.3rem;
    content: "";
    color: #ffffff;
    background: rgba(206, 206, 206, 0.48) url("https://www.lightupwindsor.com.au/__data/assets/file/0003/239007/hcc-logo-white-no-bg.svg?v=0.1.0") no-repeat center center;
    background-size: 1.5rem;
}

.feature__figure-label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #f7f7f2;
    background: linear-gradient(to right, #009bb1, #007cb8);
}

/* --- 2.9 Accordion --- */

.accordion {
    margin: 0 0 40px 0;
}

.accordion-container .accordion {
    margin-bottom: 0;
}

.accordion-container + .accordion-container .accordion {
    margin-bottom: 40px;
}

h2 + .accordion,
h3 + .accordion,
h4 + .accordion,
h5 + .accordion,
h6 + .accordion {
    margin-top: 20px;
}

.accordion * {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.accordion.content-container {
    margin: 0 auto;
}

.accordion .panel-title,
.accordion__title {
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
    line-height: 1em;
    position: relative;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 20px 52px 20px 16px;
    cursor: pointer;
    -webkit-transition: background-color 400ms ease, border-color 400ms ease;
    transition: background-color 400ms ease, border-color 400ms ease;
    color: #efefef;
    background: #449cd6;
}


.accordion.light__accordion .panel-title,
.accordion__light .accordion__title {
    color: #449cd6;
    background: #dfe5e6;
}

.accordion .panel-title em,
.accordion .panel-title span,
.accordion__icon {
    position: absolute;
    top: 0;
    right: 39px;
    width: 50px;
    height: 47px;
    transition: transform 0.25s ease-out;
}

.accordion .panel-title em:before,
.accordion .panel-title em:after,
.accordion .panel-title span:before,
.accordion .panel-title span:after,
.accordion__icon:before,
.accordion__icon:after {
    position: absolute;
    content: "";
    transition: transform 0.25s ease-out;
    background-color: white;
}

.accordion.light__accordion .panel-title em:before,
.accordion.light__accordion .panel-title em:after,
.accordion.light__accordion .panel-title span:before,
.accordion.light__accordion .panel-title span:after,
.accordion__light .accordion__icon:before,
.accordion__light .accordion__icon:after {
    background-color: #449cd6;
}

.accordion .panel-title span:before,
.accordion .panel-title em:before,
.accordion__icon:before {
    top: 28%;
    left: 50%;
    width: 1px;
    height: 65%;;
}

.accordion .panel-title span:after,
.accordion .panel-title em:after,
.accordion__icon:after {
    top: 64%;
    left: 20%;
    width: 65%;
    height: 1px;
    margin-top: -3px;
}

.accordion .panel-title:hover,
.accordion__title {
    color: #000000;
    background-color: #dcdcda;
}

.accordion .panel-title:hover em:before,
.accordion .panel-title:hover em:after,
.accordion .panel-title.active em:before,
.accordion .panel-title.active em:after,
.accordion .panel-title:hover span:before,
.accordion .panel-title:hover span:after,
.accordion .panel-title.active span:before,
.accordion .panel-title.active span:after,
.accordion__title:hover .accordion__icon:before,
.accordion__title:hover .accordion__icon:after,
.accordion__title.active .accordion__icon:before,
.accordion__title.active .accordion__icon:after {
    background: #000000;
}

.accordion .panel-title.active em:before,
.accordion .panel-title.active span:before,
.accordion__title.active .accordion__icon:before {
    transform: rotate(90deg);
}

.accordion .panel-title.active em:after,
.accordion .panel-title.active span:after,
.accordion__title.active .accordion__icon:after {
    height: 0;
    transform: rotate(180deg);
}

.accordion .panel-title.active,
.accordion__title.active {
    font-weight: normal;
    color: #000000;
    background-color: #dcdcda;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38);
}

.accordion .panel,
.accordion__panel {
    overflow: hidden;
    padding: 20px 20px 10px 30px;
    background: #eef5f6;
}

.accordion .accordion .panel h4,
.accordion .accordion .panel h5,
.accordion .accordion .panel h6,
.accordion__panel h4,
.accordion__panel h5,
.accordion__panel h6,
.accordion__panel .heading {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.385em;
    margin: 15px 0;
    padding: 0;
    color: #4f4f4f;
}

.accordion .panel p:first-child,
.accordion__panel p:first-child {
    margin-top: 0;
}

.accordion.read-more .panel-title,
.accordion.read-more .accordion__title {
    margin: 1em 0;
    padding: 0;
    border: none;
}

.accordion.read-more .panel-title.active,
.accordion.read-more .panel-title:hover,
.accordion.read-more .panel-title:hover:after,
.accordion.read-more .accordion__title.active,
.accordion.read-more .accordion__title:hover,
.accordion.read-more .accordion__title:hover:after {
    text-decoration: underline;
    color: rgb(0, 91, 218);
    background: transparent;
}

.accordion.read-more .panel-title:after,
.accordion.read-more .accordion__title:after {
    display: inline-block;
    width: 20px;
    content: "...";
}

/* --- Whats on --- */

.events-list-accordion div {
    line-height: 0;
}

.events-results {
    float: left;
    width: 70%;
}

.events-list-accordion {
    width: 100%;
}

.events-list-accordion .panel-title {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-top: 2px solid #005bda;
    border-bottom: none;
    background: #ffffff;
}

.events-list-accordion .panel-title:hover,
.events-list-accordion .panel-title.active {
    font-weight: normal;
    border-bottom: none;
    background-color: rgb(242, 251, 253);
    box-shadow: 0 2px 2px 0 #aba7a7;
}

.events-list-accordion .panel {
    width: 100%;
    margin-top: -4px;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    background-color: #ffffff;
}

.events-list-accordion .panel-title img {
    width: 100%;
    max-width: 200px;
    max-height: 150px;
    padding: 0;
}

.panel-title > div {
    float: left;
    width: 74%;
    height: 165px;
}

.panel-title div.thumb {
    width: 26%;
    height: 150px;
    margin-top: 12px;
}

.events-list-accordion .heading {
    font-size: 1.3em;
    display: block;
    margin: 0;
    padding: 10px;
    color: #000000;
}

.events-list-accordion .more-info,
.events-list-accordion .date {
    display: block;
    margin: 0;
    padding: 9px;
    color: #545353;
}

.events-list-accordion .date {
    font-style: italic;
}

.events-list-accordion .place {
    display: block;
    margin: 0;
    padding: 9px;
    color: #545353;
}

.events-list-accordion .cost {
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 9px;
    color: #545353;
}

.events-list-accordion .panel-title span {
    font-size: 0.9em;
    line-height: 16px;
}

.events-list-accordion .panel .location {
    clear: both;
}

.events-list-accordion .panel > p {
    line-height: 25px;
    clear: both;
}

.events-list-accordion .panel p + h4 {
    padding-top: 15px;
    border-top: 1px solid #cdcdcd;
}

.events-list-accordion .panel p {
    line-height: 1.5em;
}

.events-list-accordion .panel p strong {
    font-size: 1.3em;
}

.fa-file-pdf {
    color: #fc0204;
}

.quicklinks__link .fa-file-pdf {
    color: #005497;
}

.fa-soundcloud {
    color: #f65200;
}

.fa-file-word {
    color: #288afc;
}

.fa-file-powerpoint {
    color: #c43e1c;
}

.fa-file-excel {
    color: #018201;
}

.quicklinks__link .fa-file-excel {
    color: #005497;
}

.related-document__list .fa-youtube {
    color: #c4302b;
}

.related-document__list .fa-facebook-square {
    color: #3b5998;
}

.fa-file-invoice {
    color: #0ccaf6;
}

.fa-link,
.fa-external-link-alt {
    color: #005497;
}

.fa-folder {
    color: #ffcd00;
}

/* --- 3.10 Document List --- */

.document__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 15px 0;
}

.document__item {
    width: 100%;
}

.document__item:nth-child(n+2) {
    padding-top: 25px;
    border-top: 1px solid #c6c6c6;
}

.document__link {
    display: flex;
    flex-flow: nowrap row;
    justify-content: flex-start;
    padding: 5px;
    text-decoration: none;
}

.document__link:hover,
.document__link:focus {
    background: #cccccc;
}

.document__icon-wrapper {
    width: 60px;
}

.document__icon {
    font-size: 2rem;
    width: 34px;
    height: 44px;
    text-align: center;
}

.document__title {
    font-size: 1.1rem;
    font-style: normal;
    margin: 0 0 8px 0;
    padding: 0;
}


/* --- 3.10.1 Related Document List --- */
.related-document__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 15px 0;
}

.related-document__item {
    display: flex;
    flex-flow: nowrap row;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

.related-document__item:nth-child(n+2) {
    padding-top: 17px;
}

.accordion .related-document__item:nth-child(n+2) {
    padding-top: 10px;
}

.related-document__summary,
.related-document__icon-wrapper {
    vertical-align: top;
}

.related-document__icon-wrapper {
    width: 30px;
}

.related-document__summary {

}

.related-document__icon {
    font-size: 1.3rem;
    width: 30px;
}

.related-document__title {
    font-weight: 300;
    font-style: normal;
    margin: 0 8px 0;
    padding: 0;
}


/* --- 3.12 News / Events Listing --- */

.listing {
    clear: both;
    text-indent: 0;
}

.listing__item:before {
    content: none;
}

.listing__item {
    display: block;
    width: 100%;
    padding: 0;
}

.listing__link,
.listing__no-link {
    display: flex;
    width: 100%;
    margin: 0;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
}

.listing__no-link {
    padding: 15px 0 20px 0;
}

.listing__link,
.listing__link:hover {
    padding: 10px 0;
    text-decoration: none;
}

a.listing__link:active,
a.listing__link:focus,
a.listing__link:visited:focus,
a.listing__link:hover {
    outline: none;
    background-color: #b0ddf8;
}

.listing__link span.external-link {
    left: -9999em;
    display: none;
}

.listing__item + .listing__item {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #c6c6c6;
}

.listing__details {
    display: flex;
    flex-direction: column;
    order: 1;
    width: 100%;
    padding: 10px 20px;
}

.listing__type-2 .listing__details {
    order: 0;
    padding: 10px 20px 10px 0;
}

.listing__title {
    font-size: 1.5em;
    width: 100%;
    margin: 0;
}

.main-container .listing__date {
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 5px;
    color: #173237;
}

.main-container .listing__description,
.listing__description {
    flex-grow: 1;
    width: 100%;
    margin: 0;
    padding: 5px;
    color: #363636;
}

.listing__feature-box-wrapper {
    width: 40%;
}

.listing__feature-box {
    height: auto;
    padding: 10px 15px;
    background: #eeeeee;
}

.listing__def-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.listing__def-list.type-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 10px;
}

.listing__def-item,
p.listing__def-item {
    display: flex;
    flex-direction: row;
    margin: 0 0 10px;
}

.type-2 .listing__def-item {
    margin: 0 15px 0 0;
}

.listing__def-title {
    width: 30%;
    max-width: 100px;
}

.listing__def-description {
    width: 70%;
}

.listing__def-icon {
    margin: 0 5px 0 0;
    color: #449cd6;
}

.listing__thumb {
    display: flex;
    overflow: hidden;
    order: 0;
    padding: 10px 0 0;
}

.listing__type-2 .listing__thumb {
    order: 1;
}

.listing__thumb-link {
    display: block;
}

.news .listing__thumb {
    height: 200px;
}

img.listing__image {
    display: block;
    width: 100%;
    min-width: 200px;
    max-width: 400px;
    padding: 0;
    transition: all .5s;
}

.news img.listing__image {
    align-self: center;
}

.listing__thumb-link:hover img {
    transform: scale(1.05);
}

.listing__link-wrapper {
    align-self: flex-end;
    margin: 10px;
}

/* Events Filters */

.events__filters {
    float: left;
    width: 25%;
    margin-right: 5%;
}

.events__filters input[type="text"],
.events__filters input[type="date"] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #000000;
}

.events-result {
    float: left;
    width: 70%;
}

.single .events-result {
    float: left;
    width: 100%;
}

.events__check-item label {
    font-size: 0.9em;
    width: 79%;
    padding-left: 10px;
}

.event__content {
    margin-top: 50px;
}

.event__content-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.event__description {
    width: 54%;
    padding: 0 4%;
}

.event__sidebar-container {
    width: 30%;
    min-width: 267px;
    padding: 2%;
    background: rgb(242, 236, 231);
    background: #dbe0e4;
}

/* Event Content*/
.event__sidebar-section-heading {
    font-size: 1.4em;
    font-weight: 400;
    margin-top: 0;
}

.event__sidebar-section-subheading {
    font-weight: 400;
}

.event__contact-person {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.event__contact-heading {
    font-size: 0.9em;
    font-weight: 600;
    margin-right: 15px;
}

.event__contact {
    font-size: 0.9em;
}

.event__sidebar-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

.event__sidebar-item {
    width: 50%;
    margin-bottom: 10px;
}

.event__sidebar-item-link {
    font-weight: 400;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}

.event__sidebar-item-link:hover,
.event__sidebar-item-link:focus {
    text-decoration: underline;
}

.icon__wrapper {
    width: 21px;
    margin-right: 10px;
}

.icon__wrapper path {
    fill: #449cd6;
}

.event__sidebar-item-title {
    font-size: 0.9em;
    width: calc(100% - 31px);
    color: #000000;
}


/* Event Page*/

/*.event-details {*/
/*    display: inline-block;*/
/*    padding: 10px;*/
/*    box-sizing: border-box;*/
/*    width: 100%;*/
/*}*/

/*.event-details dl {*/
/*    float: left;*/
/*    display: inline-block;*/
/*    padding-left: 0;*/
/*    box-sizing: border-box;*/
/*    width: 52%;*/
/*}*/

/*.event-details dl dt {*/
/*    float: left;*/
/*    clear: both;*/
/*    width: 60px;*/
/*    font-size: 0.95em;*/
/*}*/

/*.event-details dl dd {*/
/*    border: none;*/
/*    float: left;*/
/*    width: 300px;*/
/*    margin: 0 0 9px;*/
/*    line-height: 18px;*/
/*    font-size: 0.95em;*/
/*}*/

/*.event-details dl .email {*/
/*    font-size: 0.9em;*/
/*    */
/*    -moz-word-break: break-all;*/
/*    -ms-word-break: break-all;*/
/*    word-break: break-all;*/
/*/ / Non standard for webkit word-break: break-word;*/
/*    display: block;*/
/*}*/

/*.event-details__description {*/
/*    clear: both;*/
/*}*/

/*.event-details__datetime p {*/
/*    font-weight: bold;*/
/*}*/

/*.event-details__time {*/
/*    clear: both;*/
/*    display: block;*/
/*    font-style: italic;*/
/*    font-size: 0.9em;*/
/*}*/


/* --- 3.12.1  News page Listing --- */

/* --- 3.12 Standard Pagination --- */

.pagination__wrapper,
.pagination__wrapper2 {
    display: inline-block;
    float: right;
    clear: both;
    overflow: hidden;
    margin: 25px 0;
    padding: 4px 0 0 0;
}

.pagination,
.pagination2 {
    display: flex;
    flex-flow: nowrap row;
    justify-content: flex-start;
}

.pagination > *,
.pagination2 > * {
    margin: 0;
    padding: 0;
    background: none;
}

.pagination a,
.pagination a:focus,
.pagination2 a,
.pagination2 a:focus {
    text-decoration: none;
    color: #2b2b2b;
    outline: none;
}

.pagination__nav-link,
.pagination__nav-link2 {
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
}

.pagination__nav-icon,
.main-container .pagination__nav-icon {
    font-size: 1.3rem;
    line-height: 1.2em;
    margin: 0;
    padding: 0 6px;
}

.pagination__nav-text {
    margin: 0 5px;
}

.pagination__list,
.pagination__list2 {
    display: flex;
    clear: none;
    overflow: visible;
    flex-flow: nowrap row;
    justify-content: flex-start;
    margin: 0 5px;
    list-style: none;
    text-indent: 0;
}

.pagination__item,
.main-container .pagination__item2,
.main-container .pagination__item {
    margin: 0 9px;
    padding: 0;
}

.pagination__item:before,
.pagination__item2:before {
    content: none;
}

.pagination__link:hover,
.pagination__link:focus,
.pagination__link.active {
    margin: 0;
    text-decoration: none;
}

.pagination__item-text {
    display: block;
    height: auto;
}

.pagination__nav-link:hover .pagination__nav-text,
.pagination__nav-link:focus .pagination__nav-text {
    border-bottom: 1px solid #005bda;
}

.pagination__link:hover .pagination__item-text,
.pagination__link:focus .pagination__item-text,
.pagination__item.active .pagination__item-text {
    color: #005bda;
    border-bottom: 1px solid #005bda;
}

.pagination__item.jplist-selected a {
    margin: 0;
}

.pagination__item.jplist-selected {
    color: #005bda;
    border-bottom: 1px solid #005bda;
}

.pagination__item.jplist-selected:hover span,
.pagination__item.jplist-selected a:hover span,
.pagination__item.jplist-selected span {
    color: #005bda;
    border-top-color: transparent;
}

.pagination__item.jplist-selected .pagination__link:hover {
    margin: 0 0 0 0;
    border: none;
}

.pagination.jplist__pagination li a:hover span {
    border-color: transparent;
}

.pagination.jplist-pages-number-1 {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}


/* --- 3.13 Callout Box --- */

.callout {
    overflow: hidden;
    margin: 15px 0;
    padding: 15px 20px 0 26px;
    border-left: 15px solid #afddf8;
    background: #eef5f6;
}

.callout.warning-message {
    border-left-color: #f44336;
    background: #f9dada;
}

.accordion .callout {
    border-left-color: #449cd6;
    background: linear-gradient(180deg, #e4e8e8 0%, #eef5f6 44%, #e4e8e8 100%);
}


.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
    line-height: 2.308em;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000000;
}

.callout p {
    padding: 0;
}

.callout ul {
    margin: 0;
    padding: 9px 0 13px 0;
    list-style: none;
}

.callout li {
    margin: 0;
    padding: 0 0 7px 19px;
}

/* --- 3.15 Misc --- */
/* --- 3.15.1 Date Picker --- */

.datepicker.dropdown-menu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 230px;
    margin: 2px 0 0;
    padding: 5px 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f7f7f2;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.datepicker {
    top: 0;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table {
    border: none;
    box-shadow: none;
}

.datepicker table thead tr {
    background: none;
}


.datepicker table tr td:first-child {
    padding-left: 0;
}

.datepicker td,
.datepicker th {
    font-size: 0.9em;
    line-height: 30px;
    width: 50px;
    height: 45px;
    text-align: center;
    color: #333333;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f7f7f2;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 1.5em;
}

.datepicker th.next,
.datepicker th.prev {
    line-height: 15px;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    transform: rotate(-45deg);
    text-indent: -99999px;
    border: solid black;
    border-width: 0 1px 1px 0;
    border-radius: 0 !important;
}

.datepicker th.next {
    transform: rotate(-45deg);
}

.datepicker th.prev {
    transform: rotate(135deg);
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.datepicker th {
    font-weight: bold;
}

.datepicker tbody tr:hover td {
    background: transparent;
}

.datepicker tbody tr:hover td:hover,
.datepicker td span.active:active, .datepicker td span.active.active,
.datepicker td.active:active, .datepicker td.active:hover:active,
.datepicker td.active.active, .datepicker td.active:hover.active {
    color: #f7f7f2;
    background-color: #449cd6;
    background-image: none;
}

.datepicker-months .table-condensed tr:hover td:hover,
.datepicker-years .table-condensed tr:hover td:hover {
    background-color: transparent;
}

.datepicker.dropdown-menu table tbody tr {
    background-color: transparent;
}

.datepicker .month,
.datepicker .year {
    display: inline-block;
    margin: 5px;
    padding: 0 6px;
}

/* --- 3.15.2 Time Picker --- */

.bootstrap-timepicker-widget table tbody tr,
.bootstrap-timepicker-widget table tbody tr:hover td,
.bootstrap-timepicker-widget table tbody tr:hover {
    background-color: #f7f7f2;
}


.bootstrap-timepicker-widget.dropdown-menu {
    position: absolute;
    z-index: 1000;
    top: 30px;
    left: 20px;
    display: inline-block;
    float: left;
    width: 200px;
    margin: 2px 0 0;
    padding: 2px 3px 2px 2px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f7f7f2;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.bootstrap-timepicker-widget table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}

.bootstrap-timepicker-widget table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center;
    border-right: none;
}

.bootstrap-timepicker-widget table td a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    color: #333333;
    border: 1px transparent solid;
    outline: 0;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    border-color: #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeeeee;
}

.bootstrap-timepicker-widget table td input {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    width: 25px;
    height: 20px;
    margin: 0;
    padding: 4px 6px;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    text-align: center;
    vertical-align: middle;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-timepicker-widget table td span.glyphicon {
    display: inline-block;
    width: auto;
    padding: 3px;
    border: solid black;
    border-width: 0 1px 1px 0;
}

.glyphicon-chevron-up {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.glyphicon-chevron-down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Animation Styles*/

svg.loader {
    display: block;
    width: 200px;
    height: 100%;
    margin: auto auto;
}

.svg-btn {
    font-size: 16px;
    font-weight: 100;
    line-height: 45px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 2em;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    color: tomato;
}

.svg-btn span {
    display: inline-block;
    padding: 2.9em 0;
}

.svg-btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 164px;
    padding: 0;
}

.svg-btn circle {
    fill: none;
    stroke: #2e9ffc;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
}

.svg-btn:hover {
    background: rgba(225, 51, 45, 0);
}

.svg-btn:hover circle {
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    stroke-width: 3;
    stroke-dasharray: 0, 236;
    stroke-dashoffset: 0;
}

/** Profile Page **/

.profile__wrapper {
    display: flex;
    flex-flow: nowrap row;
    width: 100%;
}

.profile__feature-wrapper {
    display: block;
    width: 30%;
}

.profile__feature {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: linear-gradient(180deg, #cfd8dc 0%, #f7f7f2 32%, #cfd8dc 100%);
    background-color: #cfd8dc;
}

.modIE .profile__feature {
    flex-flow: row wrap;
}

.profile__image-wrapper {
    width: 100%;
    /*min-width: 300px;*/
    padding: 0;

}

.profile__details {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.pr-type-2 .profile__details {
    padding: 0;
}

.profile__def-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-container .profile__def-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #becad0;
}

.main-container .profile__def-item:last-child {
    margin-bottom: 30px;
}

.profile__def-label {
    font-size: 0.9rem;
    font-weight: 600;
    width: 20%;
    min-width: 100px;
    padding: 5px 10px;
    color: #041c2c;
}

.pr-type-2 .profile__def-label {
    width: 10%;
    min-width: 55px;
    padding: 5px 0;
}

.profile__def-description {
    font-size: 0.9rem;
    width: 80%;
    padding: 5px 10px;
    word-break: break-word;
    color: #041c2c;
}

.profile__def-description a {
    text-decoration: none;
    color: #041c2c;
}

.profile__def-description .email {
    display: block;
    word-break: break-all;
}

.profile__def-description a:hover {
    text-decoration: underline;
}

.profile__content {
    flex-grow: 1;
    width: 70%;
    padding: 10px 10px 10px 30px;
    background: linear-gradient(180deg, #cfd8dc 0%, #f7f7f2 44%, #f7f7f2 100%);
}

.profile__content > p:first-child {
    margin-top: 0;
}

/** Profile Page **/

.job-board__list {
    display: flex;
    flex-flow: nowrap column;
    width: 100%;
}

.job-board__item {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #449cd6;
}

.job-board__title {
    margin: 10px 0;
    padding: 0;
    color: #449cd6;
}

.job-board__details {
    display: flex;
    flex-flow: nowrap column;
    width: 100%;
}

.job-board__content {
    display: flex;
    flex-flow: nowrap row;
    width: 100%;
    padding: 10px 0;
}

.job-board__description {
    flex-grow: 1;
    width: 60%;
    padding: 10px 0;
}

.job-board__description-title {
    font-size: 1.2em;
    margin: 0;
}

.job-board__feature-wrapper {
    display: block;
    flex-grow: 1;
    width: 38%;
    margin-left: 2%;
}

.job-board__feature-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: linear-gradient(180deg, #eef5f6 60%, #dfe5e6 100%);
}

.job-board__feature-title {
    font-size: 1.3em;
    font-weight: 500;
    margin: 15px 10px;
}

.job-board__def-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 15px;
    text-indent: 0;
    border-bottom: 1px solid #becad06b;
}

.main-container .job-board__def-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 5px 0;
}

.job-board__def-item:before {
    content: none;
}

.main-container .job-board__def-item:last-child {
    border-bottom: none;
}

.job-board__def-label {
    font-size: 0.9rem;
    font-weight: 600;
    width: 40%;
    min-width: 100px;
    padding: 5px 10px;
    color: #041c2c;
}

.job-board__def-description {
    font-size: 0.9rem;
    width: 80%;
    padding: 5px 10px;
    word-break: break-word;
    color: #041c2c;
}

.job-board__def-description a {
    text-decoration: none;
    color: #041c2c;
}

.job-board__def-description a:hover {
    text-decoration: underline;
}

.job-board__closing-date {
    padding: 0 10px;
}

.column25 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.column25 > *:nth-child(n+2) {
    display: block;
    margin-top: 20px;
}

.quicklinks_wrapper {
    padding: 15px;
    background: #eef5f6;
}

.quicklinks__list {
    margin: 0;
    text-indent: 0;
}

.quicklinks__item {
    padding-left: 7px;
}

.quicklinks__item:before {
    margin: 0;
    content: none;
}

.quicklinks_wrapper a {
    text-decoration: none;
}

.quicklinks_wrapper a:hover,
.quicklinks_wrapper a:focus {
    text-decoration: underline;
}

.quicklinks__link,
.quicklinks__no-link {
    display: flex;
    flex-flow: nowrap row;
    justify-content: flex-start;
}

.quicklinks__link:hover .quicklinks__link-icon {
    text-decoration: none;
}

.quicklinks__link-text {
    flex-grow: 1;
    width: 100%;
}

.quicklinks__link-icon-wrapper {
    width: 16px;
}

.quicklinks__link .quicklinks__link-icon-wrapper {
    width: 28px;
}

.quicklinks__link-icon {
    font-size: 1.2em;
    width: 19px;
    height: 18px;
}

.quicklinks__link .quicklinks__link-icon.icon__angle {
    transform: rotate(-45deg);
}

.quicklinks__title {
    margin: 5px 0 15px;
}

.main-container .quicklinks__title,
.main-container .quicklinks__title-link {
    font-size: 1.5rem;
    font-weight: 300;
    color: #449cd6;
}

.quicklinks__link {
    font-size: 0.9rem;
}

.ad__banner-wrapper {
    padding: 0;
}

.ad__banner-link {
    line-height: 0;
    display: block;
    width: 100%;
}

.ad__banner-link:hover,
.ad__banner-link:focus {
    opacity: 0.85;
}

.breadcrumbs {
    display: flex;
    flex-flow: nowrap row;
    width: 100%;
}

.breadcrumbs__wrapper {
    display: block;
    align-self: flex-start;
    flex-grow: 1;
    width: 75%;
}

.breadcrumbs__list {
    display: flex;
    flex-flow: wrap row;
    width: 100%;
    margin: 5px 0;
    text-indent: 0;
}

.breadcrumbs__item {
    line-height: 14px;
    margin: 0;
    padding: 5px 2px;
}

.breadcrumbs__item:after {
    font-size: 0.9rem;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    content: "/";
    color: #449cd6;
}

.breadcrumbs__item:last-child:after {
    content: none;
}

.breadcrumbs__item:before {
    content: none;
}

a.breadcrumbs__link {
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    color: #363636;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

.breadcrumbs__link:focus {
    text-decoration: underline;
    outline: 1px dashed #449cd6;
}

.breadcrumbs__current-page {
    font-size: 0.9rem;
    font-weight: 700;
}

.share-buttons__wrapper {
    display: block;
    align-self: flex-end;
    flex-grow: 1;
    width: 25%;
}

.share-buttons__inner {
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
    width: 100%;
}

.share-buttons__title {
    font-size: 0.8rem;
    font-weight: 900;
    align-self: center;
    width: 20%;
    margin-right: 5%;
    color: #4d4e4c;
}

.share-buttons__list {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    width: 100%;
    margin: 5px 0;
    text-indent: 0;
}

.share-buttons__item:before {
    content: none;
}

.share-buttons__item {
    align-self: center;
    width: 20%;
    max-width: 30px;
    margin: 0 10px 0 0;
}

.share-buttons__item:last-child {
    margin-right: 0;
}

.share-buttons__button {
    font-size: 1.4rem;
    line-height: 19px;
    height: 100%;
    margin: 0;
    padding: 2px 3px;
    color: #449cd6;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
}

.share-buttons__button:focus,
.share-buttons__button:hover,
.share-buttons__button:active {
    border-color: transparent;
    outline: none;
}

.share-buttons__button:focus .share-buttons__icon,
.share-buttons__button:hover .share-buttons__icon {
    color: #0ca553;
    border-color: transparent;
}

.pre-main-container .share-buttons__link {
    font-size: 1.7rem;
    color: #449cd6;
}

.pre-main-container .share-buttons__link .fa-link {
    font-size: 1.5rem;
    color: #449cd6;
}

.pre-main-container .share-buttons__link:hover,
.pre-main-container .share-buttons__link:hover .fa-link,
.pre-main-container .share-buttons__link:focus,
.pre-main-container .share-buttons__link:focus .fa-link {
    color: #0ccaf6;
    outline: none;
}

.share-buttons__link:hover .fa-linkedin,
.share-buttons__link:focus .fa-linkedin {
    color: #0e76a8;
}

.share-buttons__link:hover .fa-facebook-square,
.share-buttons__link:focus .fa-facebook-square {
    color: #3b5998;
}


.photo-gallery-wrapper {
    display: flex;
    width: 100%;
}

.photo-gallery__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.photo-gallery__item {
    width: 24%;
    margin: 0;
    padding: 0;
}

.photo-gallery__link {
    display: inline-block;
    width: 100%;
}

.main-content .photo-gallery__image {
    margin: 0;
    padding: 0;
}

.photo-gallery__link:hover .photo-gallery__image,
.photo-gallery__link:focus .photo-gallery__image,
.photo-gallery__link:active .photo-gallery__image {
    opacity: 0.7;
    filter: grayscale(100%);
}

.contact-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contact-wrapper__git {
    width: 40%;
}

.contact-wrapper__form-content {
    z-index: 10;
    display: block;
    width: 47%;
    margin-top: -15%;
    padding: 100px;
    background: #449cd6;
}

.contact-wrapper__form-content *,
.contact-wrapper__form-content .input-field > label {
    color: #f7f7f2;
}

.contact-wrapper__form-content legend.sq-form-section-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.contact-wrapper__form-content input[type='submit'],
.contact-wrapper__form-content input[type='button'],
.contact-wrapper__form-content input[type='reset'] {
    color: #449cd6;
    background: #f7f7f2;
}

.contact-wrapper__form-content input[type='submit']:hover,
.contact-wrapper__form-content input[type='button']:hover,
.contact-wrapper__form-content input[type='reset']:hover,
.contact-wrapper__form-content input[type='submit']:focus,
.contact-wrapper__form-content input[type='button']:focus,
.contact-wrapper__form-content input[type='reset']:focus,
.contact-wrapper__form-content input[type='submit']:active,
.contact-wrapper__form-content input[type='button']:active,
.contact-wrapper__form-content input[type='reset']:active {
    color: #000000;
    background: #cccccc;
}

.contact-wrapper__form-content input:not([type]),
.contact-wrapper__form-content input[type=text]:not(.browser-default),
.contact-wrapper__form-content input[type=password]:not(.browser-default),
.contact-wrapper__form-content input[type=email]:not(.browser-default),
.contact-wrapper__form-content input[type=url]:not(.browser-default),
.contact-wrapper__form-content input[type=time]:not(.browser-default),
.contact-wrapper__form-content input[type=date]:not(.browser-default),
.contact-wrapper__form-content input[type=datetime]:not(.browser-default),
.contact-wrapper__form-content input[type=datetime-local]:not(.browser-default),
.contact-wrapper__form-content input[type=tel]:not(.browser-default),
.contact-wrapper__form-content input[type=number]:not(.browser-default),
.contact-wrapper__form-content input[type=search]:not(.browser-default),
.contact-wrapper__form-content textarea {
    color: #f7f7f2;
    border-bottom: 1px solid #dbdbdb;
}


/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 July 2026 09:30:40
*/


.rotate {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.container__outer {
    display: flex;
    flex-direction: column;
}

.container__padding {
    padding: 100px 0;
}

.container__content {
    display: flex;
    flex-direction: row;

    width: 100%;

    flex-wrap: nowrap;
}

.container__video-link {
    position: relative;

    display: inline-block;
}

.container__video-image {
    z-index: 10;
}

.container__video-button {
    position: absolute;
    z-index: 20;
    bottom: 40%;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 41px;

    background: url(https://www.lightupwindsor.com.au/__data/assets/file/0004/239017/youtube-play-button.svg?v=0.1.0) center center no-repeat;
    background-size: 20%;
}

.container.text__intro {
    width: 70em;
    margin: 0 auto;
    padding: 10px;
}

.text__intro * {
    font-size: 1.1em;

    text-align: center;
}


.ex-tabs {
    width: 100%;
    margin: 0 auto;
}

.ex-tabs * {
    box-sizing: border-box;
}

.ex-tabs img {
    padding: 0;
}

.ex-tabs input[name=tab-control] {
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;

    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;

    border: 0 !important;
}

.ex-tabs .tabs__list {
    display: flex;
    flex-direction: row;

    max-width: 86em;
    margin: 0 auto 10px;
    padding-left: 0;

    list-style-type: none;

    justify-content: flex-start;
    /*align-items: flex-end;*/
    flex-wrap: wrap;
}

.ex-tabs .tab__item {
    width: 25%;
    padding: 0 10px;
}

.ex-tabs .tabs__list .tab__label {
    display: flex;
    flex-direction: column;

    margin-bottom: 10px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out;

    align-items: flex-end;
    -webkit-touch-callout: none;
}

.ex-tabs .tabs__list .tab__label br {
    display: none;
}

.ex-tabs .tab__item-image-wrapper {
    display: flex;

    width: 93.7%;
    padding: 2px;
}

.ex-tabs .tab__item-image {
    width: 100%;
    padding: 0;
}

.ex-tabs .tab__item-text {
    font-size: 1em;
    font-weight: 500;

    display: inline-block;
    float: right;

    min-width: 50%;
    max-width: 60%;
    height: auto;
    padding: 5px 10px;

    color: #000000;
    background: #ffffff;
}

.ex-tabs .tab__label:focus .tab__item-image-wrapper,
.ex-tabs .tab__label:hover .tab__item-image-wrapper {
    background: #bc161d;
}

.ex-tabs .tile-bg__orange .tab__label:focus .tab__item-image-wrapper,
.ex-tabs .tile-bg__orange .tab__label:hover .tab__item-image-wrapper {
    background: #f58f0f;
}

.ex-tabs .tile-bg__pink .tab__label:focus .tab__item-image-wrapper,
.ex-tabs .tile-bg__pink .tab__label:hover .tab__item-image-wrapper {
    background: #ee2a7b;
}

.ex-tabs .tile-bg__blue .tab__label:focus .tab__item-image-wrapper,
.ex-tabs .tile-bg__blue .tab__label:hover .tab__item-image-wrapper {
    background: #449cd6;
}

.ex-tabs .tab__label:focus .tab__item-text,
.ex-tabs .tab__label:hover .tab__item-text {
    color: #ffffff;
    background: #bc161d;
}

.ex-tabs .tile-bg__orange .tab__label:focus .tab__item-text,
.ex-tabs .tile-bg__orange .tab__label:hover .tab__item-text {
    color: #ffffff;
    background: #f58f0f;
}

.ex-tabs .tile-bg__pink .tab__label:focus .tab__item-text,
.ex-tabs .tile-bg__pink .tab__label:hover .tab__item-text {
    color: #ffffff;
    background: #ee2a7b;
}
.ex-tabs .tile-bg__blue .tab__label:focus .tab__item-text,
.ex-tabs .tile-bg__blue .tab__label:hover .tab__item-text {
    color: #ffffff;
    background: #449cd6;
}

.nth-child-checked .tab__item-image-wrapper,
.nth-child-checked .tab__item-text {
    color: #ffffff;
    background: #bc161d;
}

.tile-bg__orange .nth-child-checked .tab__item-image-wrapper,
.tile-bg__orange .nth-child-checked .tab__item-text {
    color: #ffffff;
    background: #f58f0f;
}

.tile-bg__pink .nth-child-checked .tab__item-image-wrapper,
.tile-bg__pink .nth-child-checked .tab__item-text {
    color: #ffffff;
    background: #ee2a7b;
}

.tile-bg__blue .nth-child-checked .tab__item-image-wrapper,
.tile-bg__blue .nth-child-checked .tab__item-text {
    color: #ffffff;
    background: #449cd6;
}


.ex-tabs .content {
    margin-top: 30px;

    background: #ffffff;
}

.ex-tabs .content section {
    line-height: 1.4;

    display: block;

    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;

    position: absolute;
    overflow: hidden;

    width: 1px;
    height: 1px;


}

.ex-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;

    position: static;
    overflow: visible;

    width: 100%;
    height: auto;

}

.ex-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}

.ex-tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;

    color: #428bff;
}

.ex-tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}

.ex-tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(7):checked ~ .content > section:nth-child(7) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}

.ex-tabs input[name=tab-control]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(8):checked ~ .content > section:nth-child(8) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(9):checked ~ ul > li:nth-child(9) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(9):checked ~ ul > li:nth-child(9) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(9):checked ~ .content > section:nth-child(9) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(10):checked ~ ul > li:nth-child(10) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(10):checked ~ ul > li:nth-child(10) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(10):checked ~ .content > section:nth-child(10) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(11):checked ~ ul > li:nth-child(11) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(11):checked ~ ul > li:nth-child(11) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(11):checked ~ .content > section:nth-child(11) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(12):checked ~ ul > li:nth-child(12) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(12):checked ~ ul > li:nth-child(12) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(12):checked ~ .content > section:nth-child(12) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}

.ex-tabs input[name=tab-control]:nth-of-type(13):checked ~ ul > li:nth-child(13) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(13):checked ~ ul > li:nth-child(13) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(13):checked ~ .content > section:nth-child(13) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(14):checked ~ ul > li:nth-child(14) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(14):checked ~ ul > li:nth-child(14) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(14):checked ~ .content > section:nth-child(14) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}

.ex-tabs input[name=tab-control]:nth-of-type(15):checked ~ ul > li:nth-child(15) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(15):checked ~ ul > li:nth-child(15) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(15):checked ~ .content > section:nth-child(15) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}


.ex-tabs input[name=tab-control]:nth-of-type(16):checked ~ ul > li:nth-child(16) > label {
    cursor: default;

    color: #428bff;
}

@media (max-width: 600px) {
    .ex-tabs input[name=tab-control]:nth-of-type(16):checked ~ ul > li:nth-child(16) > label {
        background: rgba(0, 0, 0, .08);
    }
}

.ex-tabs input[name=tab-control]:nth-of-type(16):checked ~ .content > section:nth-child(16) {
    display: block;
    position: static;
    overflow: visible;

    width: 100%;
    height: auto;
}

@-webkit-keyframes content {
    from {
        transform: translateY(5%);

        opacity: 0;
    }
    to {
        transform: translateY(0%);

        opacity: 1;
    }
}

@keyframes content {
    from {
        transform: translateY(5%);

        opacity: 0;
    }
    to {
        transform: translateY(0%);

        opacity: 1;
    }
}

@media (max-width: 1000px) {
    .ex-tabs ul li label {
        white-space: initial;
    }

    .ex-tabs ul li label br {
        display: initial;
    }

    .ex-tabs ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .ex-tabs ul li label {
        padding: 5px;

        border-radius: 5px;
    }

    .ex-tabs ul li label span {
        display: none;
    }

    .ex-tabs .content {
        margin-top: 20px;
    }

    .ex-tabs .content section h2 {
        display: block;
    }
}


/*-- tabs content --*/

.flex__reverse .container__content {
    flex-direction: row-reverse;

    justify-content: space-between;
}

.container__main-text {
    display: flex;
    flex-direction: column;

    padding-right: 40px;

    justify-content: flex-start;
    justify-self: center;
    flex-grow: 1;
}

.flex__reverse .container__main-text {
    padding-right: 0;
    padding-left: 40px;
}

.title__number {
    font-size: 6em;
    font-weight: 700;
    line-height: 80px;

    margin-left: 35px;

    color: #449cd6;
}

.tagline {
    display: flex;

    height: 242px;
}

.tagline__twist {
    display: flex;
    flex-direction: row;

    width: 175px;

    flex-wrap: nowrap;
    align-items: center;
}

.tagline__text {
    width: 85px;

    text-transform: uppercase;

    color: #aaaaaa;
}

.tagline__line {
    width: 75px;
    margin-left: 10px;

    border-bottom: 1px solid #aaaaaa;
}

.title__heading-text {
    margin: 0;

    text-transform: uppercase;

    color: #000000;
}

.section-container .title__heading-text::after {
    position: relative;
    left: 1px;

    display: block;

    width: 50px;
    height: 3px;
    margin-top: 5px;

    content: '';

    background: #449cd6;
}


.container__image-wrapper {
    display: flex;
    flex-direction: column;

    width: auto;

    flex-wrap: nowrap;
    justify-content: flex-start;
}

.container__image,
.container__video-image {
    min-width: 400px;
}

/*.section-width__80 .container__image,*/
/*.section-width__80 .container__video-image {*/
/*    min-width: 400px;*/
/*}*/


.container__image-caption {
    display: inline-block;

    max-width: 250px;
    padding: 5px 10px;

    color: #f5f5f5;
    background: #000000;
}

.logo-list {
    display: flex;
    flex-direction: row;

    width: 100%;

    flex-wrap: wrap;
    justify-content: center;
}

.logo__item {
    width: 15%;
}

.logo__link,
.logo__no-link {
    display: block;

    width: 100%;
}

.logo__image {
    display: inline-block;
}

.feedback-wrapper {
    display: flex;
    flex-direction: row;

    width: 100%;

    flex-wrap: nowrap;
    justify-content: center;
}

.feedback__line {
    width: 30%;
    height: 1px;

    border-bottom: 1px solid #9c9c9c;

    align-self: center;
    flex-grow: 1;
}

.feedback__button {
    font-weight: 500;

    width: 140px;
    margin: 0 30px;

    text-align: center;
    text-transform: uppercase;

    color: #000000;
    border: none;
    background: #e7e7e7;
}


.full-width-carousel {
    position: relative;

    width: 100%;
    margin: 0;
}

.full-width-carousel img {
    width: 100%;
    padding: 0;
}

/* TEST*/
.full-width-carousel .fwc__item {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    transition: height .1s ease-in;
}

/* TEST*/

.slick-buttons {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: row;

    flex-wrap: nowrap;
    align-items: center;
}

.play-pause {
    display: flex;

    width: 37px;
    height: 40px;
    margin: 0 1px;

    background: rgba(0, 0, 0, .6);

    align-items: center;
}

.full-width-carousel .play-pause .js-pause,
.full-width-carousel .play-pause .js-play {
    display: none;

    box-sizing: border-box;
    width: 0;
    height: 0;
    margin: 0 auto;

    cursor: pointer;
    transition: 100ms all ease;

    border: 0 solid;
    background: transparent;
}

.full-width-carousel .play-pause .js-pause.active {
    display: block;

    width: 11px;
    height: 13px;

    transition: 100ms all ease;

    border-width: 0 3px 0 3px;
    border-color: transparent #ffffff transparent #ffffff;
}

.full-width-carousel .play-pause .js-play.active {
    display: block;

    width: 0;
    height: 13px;

    transition: 100ms all ease;

    border-width: 6px 0 6px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.full-width-carousel .slick-prev,
.full-width-carousel .slick-next {
    font-size: 24px;
    line-height: 40px;

    position: static;
    top: auto;
    right: 0;
    bottom: 0;

    display: block;

    width: 37px;
    height: 40px;
    margin: 0;

    text-align: center;
    text-indent: -9999px;

    color: #ffffff;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, .6) url(https://www.lightupwindsor.com.au/__data/assets/image/0003/239016/sprite-lgm.png?v=0.1.0) no-repeat -149px -3996px;
}

.full-width-carousel .slick-prev {
    background-position: -149px -4107px;
}

.fwc__description {
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 176px;

    background: #ffffffa6;
}

.type-2 .fwc__description {
    top: 0;
    bottom: auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
}

.fwc__details {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: auto;

    text-transform: uppercase;

    flex-wrap: nowrap;
    align-items: center;
}

.type-2 .fwc__details {
    position: absolute;
    width: 60%;
    bottom: 5%;
    left: 20%;
    align-items: flex-start;
}

.type-2 .fwc__details * {
    color: #f7f7f2;
}

.fwc__title {
    display: flex;
    flex-direction: row;

    width: 100%;

    flex-wrap: nowrap;
    justify-content: center;
}

.type-2 .fwc__title {
    justify-content: flex-start;
    font-size: 1.4em;
    text-transform: capitalize;
}

.fwc__line {
    width: 33%;
    max-width: 529px;
    margin: 0 32px;

    border-bottom: 1px solid #000000;

    align-self: center;
}

.type-2 .fwc__line {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    left: -9999px;
}

.title-text {
    font-size: 3em;
    font-weight: 700;

    display: inline;

    width: auto;
}

.type-2 .title-text {
    font-size: 3.5em;
    transition: font-size .1s ease-in;
}

.fwc__alternative-title {
    font-size: 3em;
}

.type-2 .fwc__alternative-title {
    text-transform: none;
}

.container__slider {
    display: block;

    width: 300px;
}

.container__slider .slick-slider {
    position: static;

    display: flex;
    flex-direction: column;

    justify-content: right;
}

.container__slider .cc__link {
    display: grid;

    opacity: 1;
    background: #000000;
}

.container__slider .cc__link .cc__image {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

.container__slider .cc__link:hover .cc__image {
    opacity: .3;
}

.container__slider .cc__image {
    padding: 0;
}

.container__carousel .slick-prev,
.container__carousel .slick-next {
    font-size: 0;
    line-height: 40px;

    position: static;
    top: auto;
    right: 0;
    bottom: 0;

    display: block;

    width: 37px;
    height: 40px;
    margin: 0;

    text-align: center;
    text-indent: -9999px;

    color: #000000;
    border: 0;
    outline: 0;
    background: #dfdfdf url(https://www.lightupwindsor.com.au/__data/assets/image/0003/239016/sprite-lgm.png?v=0.1.0) no-repeat -149px -3345px;
}

.container__carousel .slick-prev {
    background-position: -149px -3456px;
}

.container__carousel .slick-next {
    margin-left: 2px;
}

.container__carousel .slick-buttons {
    position: static;

    align-self: end;
}


.bar__teal {
    border-top: 5px solid #359a9c;
}

.bar__black {
    border-top: 5px solid #000000;
}

.bar__red {
    border-top: 5px solid #d0000a;
}

.bar__pink {
    border-top: 5px solid #ee2a7b;
}

.bar__blue {
    border-top: 5px solid #449cd6;
}

.bar__green {
    border-top: 5px solid #6b8b20;
}

.bar__grey {
    border-top: 5px solid #eeeeee;
}

.bar__orange {
    border-top: 5px solid #f58f0f;
}

.bar__dark-blue {
    border-top: 5px solid #00263e;
}

.tagline__line-teal .tagline__text {
    color: #359a9c;
}

.tagline__line-black .tagline__text {
    color: #000000;
}

.tagline__line-red .tagline__text {
    color: #d0000a;
}

.tagline__line-pink .tagline__text {
    color: #ee2a7b;
}

.tagline__line-blue .tagline__text {
    color: #449cd6;
}

.tagline__line-green .tagline__text {
    color: #6b8b20;
}

.tagline__line-grey .tagline__text {
    color: #eeeeee;
}

.tagline__line-orange .tagline__text {
    color: #f58f0f;
}

.tagline__line-dark-blue .tagline__text {
    color: #00263e;
}


.tagline__line-teal .tagline__line {
    border-bottom-color: #359a9c;
}

.tagline__line-black .tagline__line {
    border-bottom-color: #000000;
}

.tagline__line-red .tagline__line {
    border-bottom-color: #d0000a;
}

.tagline__line-pink .tagline__line {
    border-bottom-color: #ee2a7b;
}

.tagline__line-blue .tagline__line {
    border-bottom-color: #449cd6;
}


.tagline__line-green .tagline__line {
    border-bottom-color: #6b8b20;
}

.tagline__line-grey .tagline__line {
    border-bottom-color: #eeeeee;
}

.tagline__line-orange .tagline__line {
    border-bottom-color: #f58f0f;
}

.tagline__line-dark-blue .tagline__line {
    border-bottom-color: #00263e;
}

.title__heading-text.underline-color__pink::after {
    background: #ee2a7b;
}

.title__heading-text.underline-color__blue::after {
    background: #449cd6;
}


.title__heading-text.underline-color__black::after {
    background: #000000;
}

.title__heading-text.underline-color__dark-grey::after {
    background: #24282c;
}

.title__heading-text.underline-color__grey::after {
    background: #eeeeee;
}

.title__heading-text.underline-color__white::after {
    background: #ffffff;
}

.title__heading-text.underline-color__green::after {
    background: #6b8b20;
}

.title__heading-text.underline-color__orange::after {
    background: #f58f0f;
}

.title__heading-text.underline-color__teal::after {
    background: #359a9c;
}

.title__heading-text.underline-color__red::after {
    background: #d0000a;
}

.title__heading-text.underline-color__dark-blue::after {
    background: #002740;
}

.section-container .title__heading-text.no-underline::after {
    content: none;
}


.titleNumber-color__pink {
    background: #ee2a7b;
}

.titleNumber-color__blue {
    background: #449cd6;
}

.titleNumber-color__black {
    color: #000000;
}

.titleNumber-color__dark-grey {
    color: #24282c;
}

.titleNumber-color__grey {
    color: #eeeeee;
}

.titleNumber-color__white {
    color: #ffffff;
}

.titleNumber-color__green {
    color: #6b8b20;
}

.titleNumber-color__orange {
    color: #f58f0f;
}

.titleNumber-color__teal {
    color: #359a9c;
}

.titleNumber-color__red {
    color: #d0000a;
}

.titleNumber-color__dark-blue {
    color: #002740;
}


/**
 * template-responsive.css
 * author: Harinder Singh - Hawakesbury City Council
 * modified: 23/May/2023
 */


/* ************************************************* */
/*                 Media Screen 1280px               */
/* ************************************************* */

@media screen and (max-width: 1280px) {
    .fwc__description {
        height: 124px;
    }

    .title-text {
        font-size: 2.5em;
    }

    .fwc__alternative-title {
        font-size: 2.5em;
    }

    .fwc__line {
        width: 30%;
    }

    .container.text__intro {
        width: 100%;
        box-sizing: border-box;
    }

    .slick-buttons {
        bottom: 0;
    }

    .ex-tabs .tab__item {
        min-width: 200px;
    }
}

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

}

/* ************************************************* */
/*                 Media Screen 65.99em              */
/* ************************************************* */


@media screen and (max-width: 63.9375em) {
    /*65.99em*/
    .fwc__description {
        height: 77px;
    }

    .title-text {
        font-size: 1.5em;
    }

    .fwc__alternative-title {
        font-size: 1.5em;
    }

    .fwc__line {
        width: 23%;
    }

    .text__intro * {
        font-size: 1.1em;
    }

    iframe {
        height: 100%;
    }

    .tagline {
        display: none;
    }
}

/* ************************************************* */
/*                 Media Screen 55em                 */
/* ************************************************* */

@media screen and (max-width: 55em) {
    .container__content,
    .flex__reverse .container__content {
        flex-direction: column;
    }

    .container__main-text,
    .flex__reverse .container__main-text {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .container__image-wrapper,
    .container__slider,
    .side-content {
        margin: 0 auto;
    }

    .title__number {
        text-align: right;
        font-size: 4em;
    }

    .tagline__twist {
        width: auto;
    }


}

/* ************************************************* */
/*                 Media Screen 45.5em               */
/* ************************************************* */

@media screen and (max-width: 45.5em) {
    .section-width__90-sml {
        max-width: 90%;
        margin: 0 auto;
    }

    .container__main-text {
        padding-right: 0;
    }

    .fwc__description {
        height: 60px;
    }

    .title-text {
        font-size: 1em;
    }

    .fwc__alternative-title {
        font-size: 1.2em;
    }

}


/* ************************************************* */
/*                 Media Screen 43em                 */
/* ************************************************* */

@media screen and (max-width: 43em) {
    .text__intro * {
        font-size: 1em;
    }

}

/* ************************************************* */
/*                 Media Screen 38.5em                 */
/* ************************************************* */

@media screen and (max-width: 38.5em) {
    .ex-tabs .tab__item {
        flex-grow: 1;
    }
}

/* ************************************************* */
/*                 Media Screen 31em                 */
/* ************************************************* */

@media screen and (max-width: 31em) {
    .fwc__line {
        display: none;
        width: 0;
        height: 0;
        position: absolute;
    }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 July 2026 09:30:40
*/


/**
 *
 * responsive.css
 *
 */


@media screen and (min-width: 1730px) {
    .carousel__credit-wrapper {
        bottom: 6px;
    }

}

@media screen and (max-width: 1765px) {
    .type-2 .fwc__details {
        width: 70%;
    }

    .type-2 .fwc__title {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 1023px) {
    .pc-hidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 1344px) {
    .home__carousel {
        width: 93%;
        -webkit-transition: width 0.25s;
        -moz-transition: width 0.25s;
        transition: width 0.25s;
    }

    .pre-main-container {
        width: 100%;
        -webkit-transition: width 0.25s;
        -moz-transition: width 0.25s;
        transition: width 0.25s;
    }

    .main-container,
    .footer__wrapper {
        width: 100%;
    }

    .main-container > div {
        width: 93%;
    }

    .navigation__level-2 {
        max-width: 100%;
        min-width: 250px;
        left: 0;
        align-items: flex-start;
    }

    ul.navigation__level-2-list {
        max-width: 100%;
    }

    .navigation__level-2-item {
        width: 100%;
        clear: both
    }

    .header__logo {
        margin-left: 10px;
    }
}


/* ************************************************* */
/*                 Media Screen 1200px             */
/* ************************************************* */

@media screen and (max-width: 1200px) {
    iframe.location {
        width: 100%;
    }

    ::-webkit-input-placeholder {
        color: #ffffff;
    }

    :-moz-placeholder {
        color: #ffffff;
    }

    ::-moz-placeholder {
        color: #ffffff;
    }

    :-ms-input-placeholder {
        color: #ffffff;
    }

    .directory input::-webkit-input-placeholder {
        color: #c6c6c6;
    }

    .directory input::-moz-placeholder { /* Firefox 18- */
        color: #c6c6c6;
    }

    .directory input::-moz-placeholder { /* Firefox 19+ */
        color: #c6c6c6;
    }

    .directory input::-ms-input-placeholder {
        color: #c6c6c6;
    }

    .breadcrumbs {
        width: 71%;
    }

    .header__wrapper * {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .navigation__level-1-link,
    a.navigation__level-1-link {
        font-size: 1.15rem;
    }

    .carousel,
    .section-container,
    .inside .main-container > div {
        width: 100%;
    }

    .carousel img {
        height: auto;
        width: 1320px;
        margin: 0 0 0 -824px;
        left: 69%;
    }

    .news-wrapper {
        flex-direction: column;
    }

    .directory__content-container {
        flex-direction: column;
    }

    .directory__filter {
        width: 100%;
    }

    .directory__filter + .directory__content-main {
        width: 100%;
    }

    .directory__filter__heading {
        display: none;
    }

    .directory__filter {
        display: flex;
        justify-content: space-around;
    }

    .directory__content-container > div {
        padding: 6px 0 0;
    }

    .directory__filter .select-wrapper {
        margin: 0 0 15px 0;
    }

    .toc__heading {
        font-size: 1.15rem;
    }

    .toc__section.news__section,
    .toc__promotion {
        width: 100%;
        border-right: none;
    }

    .toc__promo-list {
        display: flex;
        flex-direction: row;
    }

    .toc__promo-item,
    .toc__promo-item:first-child {
        width: 48%;
        margin: 20px auto 0;
    }

}

/* ************************************************* */
/*                 Media Screen 1050px                 */
/* ************************************************* */


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

}

@media screen and (max-width: 1025px) {
    body {
        font-size: 14px;
    }

    .header__inner {
        max-width: 93%;
        height: 100%;
    }

    .header__logo {
        margin-top: 10px;
        width: 100%;
        height: 60px;
    }

    .header .navigation__level-1-link {
        font-size: 1.05rem;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.55em;
    }

    h4 {
        font-size: 1.3em;
    }

    h5, h6 {
        font-size: 1.1em;
    }

    .ui-state-default .ui-tabs-anchor {
        height: 37px;
        padding: 0 15px;
        font-size: 0.9rem;
        line-height: 37px;
    }

    .main-container .quicklinks__title,
    .main-container .quicklinks__title-link {
        font-size: 1.3rem;
    }

    input[type='submit'], input[type='button'], input[type='reset'], button, .button, a.button {
        line-height: 33px;
        font-size: 0.9rem;
        height: auto;
    }

    .accordion .panel-title {
        font-size: 1em;
        line-height: normal;
        padding: 10px 52px 10px 16px;
    }

    .accordion .panel-title span {
        right: 15px;
        width: 50px;
        height: 37px;
        top: 8px;
    }

    .accordion .panel-title span:before {
        top: 19%;
        left: 50%;
        width: 1px;
        height: 22px;
    }

    .accordion .panel-title span:after {
        top: 46%;
        left: 28%;
        width: 23px;
        height: 1px;
        margin-top: 0;
    }

    .carousel img {
        width: 1025px;
        margin: 0 0 0 -696px;
    }

    .feature__title {
        line-height: 21px;
        font-size: 1.05rem;
        font-weight: 500;
    }

    .feature-carousel .slick-prev, .feature-carousel .slick-next {
        background-size: 35px;
        width: 65px;
        height: 65px;
    }

    .share-buttons__item {
        margin: 0 8px 0 0;
    }

    .main-container > div {
        padding: 0 5% 15px;
    }

    .main-container > form {
        padding: 0 9% 15px;
    }

    .column25 {
        min-width: 250px;
    }

    .feature-callout-container {
        padding-bottom: 20px;
    }

    .feature-callout__item-no-link {
        flex-direction: column;
    }

    .feature-callout__item-details {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin: 30px 0 0;
        padding: 10px 20px;
    }

    .no-figure .feature-callout__item-details > div,
    .feature-callout__item-details > div {
        width: 30%;
        margin: 0 0 20px;
        display: flex;
        flex-direction: column;
    }

}

/* ************************************************* */
/*                 Media Screen 1023px                 */
/* ************************************************* */


@media screen and (max-width: 1024px) {
    .section-width__70 {
        max-width: 90%;
    }

    .container__padding {
        padding: 30px 0;
    }

    .pc-only,
    .mobile-hidden {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
    }

    .columns {
        flex-flow: wrap row;
    }

    .column25 {
        flex-flow: row wrap;
    }

    .column25 > * {
        display: block;
        width: 46%;
        margin-top: 20px;
        margin-right: 2%;
    }

    .mobile-only {
        display: block !important;
    }

    .pre-main-container,
    .main-container,
    .header .layout-max,
    .main-content,
    .footer-wrapper,
    .main,
    .column75,
    .column25 {
        width: 100%;
    }

    .carousel {
        width: 98%;
    }

    .main,
    .header-wrapper,
    .footer {
        margin: 0 auto;
        width: 100%;
        clear: both;
    }


    .header__logo {
        flex-grow: 1;
        margin: 0;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .header__logo-link {
        width: auto;
        margin: 20px 0 0;
        display: flex;
        justify-content: center;
    }

    .header__logo-image {
        width: 550px;
    }

    .site__search-button-wrapper {
        margin-right: 15px;
    }

    .site__search-button {
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        margin: 0 auto;
    }

    .site__search-button:focus, .site__search-button:hover {
        background: transparent;
    }

    .site_search-button-icon {
        color: #efefef;
        margin-right: 0;
    }


    .navigation__link-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        width: 100%;
    }

    .navigation__level-2-list .navigation__link-wrapper {
        border-bottom: 1px solid rgba(247, 247, 242, 0.06);
    }

    .navigation__level-1-item .navigation__level-1-link.highlighted {
        border-bottom: 0px solid rgb(42, 110, 155);
    }

    .navigation__link-wrapper > .navigation__link {
        flex-grow: 1;
        width: 80%;
        border-bottom: none;
        padding: 15px 10px 15px 50px;
    }

    .navigation__level-1-link,
    a.navigation__level-1-link {
        font-size: 1.65rem;
    }

    .navigation__link-wrapper > .navigation__sub-arrow-button {
        position: static;
        width: 16%;
        max-width: 50px;
        height: auto;
        max-height: 39px;
        margin: 5px 2%;
    }

    .navigation__level-1-link + .navigation__sub-arrow-button {
        margin: 8px 2%;
    }


    .header__mobile-menu {
        width: 42px;
        height: 42px;
        margin-right: 10px;
        cursor: pointer;
        z-index: 10;
        -webkit-transform: translateZ(1px);
        transform: translateZ(1px);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;


        position: absolute;
        right: 0;
        top: 0;


    }

    .header__menu-icon {
        position: absolute;
        width: 42px;
        height: 42px;
        left: 0;
        top: 0;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
        transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
        transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
        -webkit-transform-origin: 24px 21px;
        -ms-transform-origin: 24px 21px;
        transform-origin: 24px 21px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .header__menu-icon-line {
        position: absolute;
        display: block;
        width: 36px;
        height: 2px;
        top: 20px;
        right: 0;
        background-color: #f7f7f2;
        -webkit-transition: opacity 0.25s ease-out, width 0.25s ease-out, background-color 0.25s ease-out;
        transition: opacity 0.25s ease-out, width 0.25s ease-out, background-color 0.25s ease-out;
    }

    .header__mobile-menu:hover .header__menu-icon-line {
        width: 36px;
    }

    .header__mobile-menu.active .header__menu-icon-line {
        width: 36px;
        opacity: 0;
    }

    .header__menu-icon::before,
    .header__menu-icon::after {
        content: "";
        position: absolute;
        background-color: #f7f7f2;
        height: 2px;
        right: 0;
        -webkit-transition: width 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
        transition: width 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
        transition: transform 0.25s ease-out, width 0.25s ease-out, background-color 0.25s ease-out;
        transition: transform 0.25s ease-out, width 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .header__mobile-menu:hover .header__menu-icon::before,
    .header__mobile-menu:hover .header__menu-icon::after {
        width: 36px;
    }

    .header__menu-icon::before {
        width: 42px;
        top: 11px;
    }

    .header__mobile-menu.active .header__menu-icon::before {
        width: 36px;
        -webkit-transform: rotate(45deg) translate(1px, -6px);
        -ms-transform: rotate(45deg) translate(1px, -6px);
        transform: rotate(45deg) translate(1px, -6px);
    }

    .header__menu-icon::after {
        width: 30px;
        bottom: 11px;
    }

    .header__mobile-menu.active .header__menu-icon::after {
        width: 36px;
        -webkit-transform: rotate(-45deg) translate(1px, 6px);
        -ms-transform: rotate(-45deg) translate(1px, 6px);
        transform: rotate(-45deg) translate(1px, 6px);
    }

    .header {
        padding: 0;
    }

    .header__navigation {
        width: 100%;
        position: absolute;
        top: 0;
        margin-top: 0;
    }

    .header__inner {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .header__wrapper {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .header__logo-text {
        justify-content: center;
    }

    .header__logo-text-hcc {
        font-size: 1.3rem;
        line-height: 26px;
        width: 100%;
    }

    .navigation {
        margin: 0 auto 0;
        height: 0;
        float: none;
        border-bottom: none;
        background: #449cd6;
        position: relative;
    }

    .navigation a:focus,
    .navigation a:visited:focus {
        outline: none;
    }

    .navigation .container {
        position: absolute;
        width: 50%;
        transition: left .2s ease-out;
        left: -107%;
        top: 0;
        background: #449cd6;
        height: 100vh;
        min-height: 450px;
        padding-bottom: 25px;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.20);
    }

    .navigation .container.active {
        left: 0;
    }

    .navigation.shifted .navigation__wrapper {
        left: -100%;
    }

    .navigation__wrapper .navigation__level-1 {
        list-style: none;
        margin: 0;
        padding: 0;
        text-indent: 0;
        flex-direction: column;
    }

    .navigation__wrapper .navigation__level-1 > li {
        clear: both;
        width: 100%;
        display: block;

        -webkit-transition: border-left-color 1s ease-out;
        transition: border-left-color 1s ease-out;
        border-bottom: 1px solid #0e4e72;
    }

    .navigation__wrapper .navigation__level-1 li.home {
        display: none;
    }

    .navigation__wrapper .navigation__level-1 > li > a,
    .navigation__wrapper .primary-nav__link,
    .navigation__wrapper .primary-nav__link:visited {
        display: block;
        padding: 17px 55px 17px 30px;
        color: #efefef;
        font-size: 1.4rem;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        float: none;
        transition: none;

    }

    .navigation__wrapper .navigation__level-1 > li:hover > a,
    .navigation__wrapper .navigation__level-1 > li > a:focus {
        background: #eceeef;
        font-weight: normal;
        color: #000000;
        border-bottom: none;
    }

    .navigation__wrapper .navigation__level-1 > li > a:before,
    .navigation__wrapper .navigation__level-1 > li > a:after {
        content: none
    }

    .notification-icon-small {
        left: 100px;
        top: 7px;
    }

    .navigation__wrapper ul.primary-nav__sub-list {
        position: static;
        visibility: visible;
        background: linear-gradient(335deg, rgba(237, 237, 237, 0.13) 0%, rgba(222, 222, 221, 0.22) 23%, transparent 23%),
        linear-gradient(235deg, rgba(234, 234, 234, 0.19) 0%, rgba(236, 236, 234, 0.35) 33%, transparent 33%),
        #ffffff;
    }

    .navigation__wrapper .single .primary-nav__sub-list {
        width: 100%;
    }

    .navigation__wrapper .primary-nav__sub-item:nth-child(4n+1) {
        clear: none;
    }

    .navigation__level-2 {
        width: 100%;
        max-width: 100%;
        left: -100%;
        padding-left: 0;
        border-radius: 0;
        box-shadow: none;
        transition: left .2s ease;
        background-color: #449cd6;
        top: 0;
        visibility: collapse;
    }

    .mobile-nav .navigation__level-2 {
        transition: opacity 0.3s 0.2s ease, visibility 0s 0.2s, left .2s ease;
    }

    .navigation__level-2.active {
        left: 0;
        transition: left .2s ease;
        visibility: visible;
    }

    .navigation__level-1-item:hover .navigation__level-2 {
        transition: left 0.2s ease;
    }

    .navigation__level-1-link, .navigation__level-1-item > a {
        text-align: left;
        padding-left: 30px;
    }

    .navigation__level-1-item:hover .navigation__level-1-link,
    .navigation__level-1-item .navigation__level-1-link:focus,
    .navigation__level-1-item.hovered .navigation__level-1-link {
        background: transparent;
        color: #efefef;
        border-bottom: none;
    }

    ul.navigation__level-2-list {
        max-width: 100%;
        margin-left: 0;
    }

    .navigation__level-2-item {
        border-bottom: 1px solid #0e4e72;
    }

    .navigation__level-2-link {
        border-bottom: 1px solid rgba(247, 247, 242, 0.06);
    }

    .navigation__back {
        width: 100%;
        padding: 0.8125rem 0.625rem 0.8125rem 2.5rem;
        line-height: normal;
        color: #efefef;
        border-radius: 0;
        -webkit-appearance: none;
        text-align: left;
        background: #2a6e9b;
        box-shadow: none;
        border: none;
    }

    .navigation__back:hover,
    .navigation__back:focus {
        background-color: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        color: #efefef;
    }

    .navigation__back svg {
        position: absolute;
        top: 0.875rem;
        left: 0.625rem;
        width: 1.25rem;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);

    }

    .navigation__heading {
        color: #f2f2f2;
        padding: 10px 15px;
        margin: 0;
        font-size: 1.5rem;
    }

    .navigation__back svg path {
        fill: #efefef;
    }

    .navigation__back span {
        line-height: 24px;
    }

    ul.navigation__level-2 {
        position: absolute;
        z-index: 30;
    }

    .navigation__level-2,
    .navigation__level-2-list {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .navigation__sub-arrow-button {
        background: rgb(0 0 0 / 15%);
        height: 38px;
        top: 2px;
        line-height: normal;
    }

    .navigation__icon-right-arrow {
        line-height: normal;
        font-size: 1.5rem;
    }

    button.navigation__sub-arrow-button:focus,
    button.navigation__sub-arrow-button:active {
        background: transparent;
        line-height: normal;
        outline: none;
        border: none;
        color: #efefef;
    }


    button.navigation__sub-arrow-button:hover {
        background: #449cd6;
        color: #efefef;
    }


    .mobile-nav .navigation__level-2-item:hover .navigation__level-2-link,
    .mobile-nav .navigation__level-2-link:focus,
    .mobile-nav .hovered a:focus, .hovered > a {
        background: transparent;
        color: #efefef;
    }

    .hasNoChild .navigation__sub-arrow-button {
        width: 0;
        height: 0;
        border: 0;
        opacity: 0;
        margin: 0;
        padding: 0;
    }


    .toc__item {
        width: 30%;
    }

    .tabs-wrapper {
        width: 90%;
    }

    .footer__wrapper {
        width: 100%;
    }

    .quick-links__list {
        justify-content: flex-start;
    }

    .quick-links__item {
        width: 33%;
    }

    .news__list {
        flex-wrap: wrap;
    }

    .news__item {
        width: 33%;
    }

    .news__item + .news__item .news__link {
        border: 1px solid #e0e0e0;
        border-radius: 3px;
    }

    .listing__details {
        width: 70%;
        flex-grow: 1;
    }

    .news .listing__details {
        width: 100%;
    }

    .listing__thumb {
        min-width: 30%;
    }

    .accordion .panel-title {
        padding: 20px 52px 20px 16px;
    }

    .home .feature__link {
        min-height: auto;
    }

    .type-3 .toc__item,
    .type-4 .toc__item {
        width: 45%;
        margin: 3% 3% 0 0;
        /*min-width: 45px;*/
    }

    img.listing__image {
        max-width: 271px;
    }

    .carousel__credit-wrapper {
        bottom: 162px;
    }

    .toc-event__item {
        min-width: 23%;
    }

    .footer__main {
        flex-direction: column;
    }

    .footer__secondary {
        margin-bottom: 25px;
    }

    .footer__links-item {
        width: auto;
        text-align: center;
    }

    .footer__logos {
        justify-content: space-around;
        margin-top: 30px;
    }

    .contact-wrapper {
        flex-direction: column-reverse;
    }

    .contact-wrapper__git,
    .contact-wrapper__form-content {
        width: 100%;
    }

    .contact-wrapper__form-content {
        padding: 20px 10px;
        margin-top: 0;
    }

    .full-width-carousel .fwc__item {
        height: 600px;
    }

    .photo-gallery__item {
        width: 33%;
    }
}

@media screen and (max-width: 909px) {
    .tabs__list {
        width: 97%;
        position: relative;
    }
}

/* ************************************************* */
/*                 Media Screen 48em                 */
/* ************************************************* */

@media screen and (max-width: 48em) {

    .mobile-hidden-48 {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
    }

    .carousel {
        width: 100%;
    }

    .carousel img {
        align-self: center;
        height: auto;
        min-width: 350px;
        width: 100%;
        margin: 0;
        left: 0;
    }

    .tabs-wrapper {
        width: 95%;
    }

    .tabs-wrapper__banner-overlap {
        margin-top: -54px;
    }

    .quick-links__list {
        padding: 0;
        justify-content: space-between;
    }

    .quick-links__item {
        width: 45%;
    }

    .toc__item,
    .type-4 .toc__item {
        width: 47%;
    }


    .directory__staff-info,
    .directory__staff-info__details {
        flex-direction: column;
        width: 100%;
    }

    .directory__staff-info-p,
    .directory__item ul {
        width: 100%;
    }

    .news__list {
        flex-direction: row;
    }

    .news__item {
        width: 48%;
    }

    .breadcrumbs {
        flex-direction: column;
    }

    .breadcrumbs > * {
        width: 100%;
    }

    .share-buttons__wrapper {
        width: 100%;
    }

    .share-buttons__inner {
        justify-content: flex-end;
    }

    .share-buttons__title {
        width: 30px;
    }

    .share-buttons__list {
        width: auto;
        padding: 0 16px;
    }

    .carousel__credit-wrapper {
        bottom: 66px;
    }

    .toc-event__item {
        min-width: 30%;
    }


}

/* ************************************************* */
/*                 Media Screen 45.5em               */
/* ************************************************* */

@media screen and (max-width: 45.5em) {

    h1 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 1.55em;
    }

    h3 {
        font-size: 1.05em;
    }

    h4, h5, h6 {
        font-size: 0.9em;
    }

    .ui-state-default .ui-tabs-anchor {
        height: 37px;
        padding: 0 7px;
        font-size: 0.9rem;
        line-height: 37px;
    }

    h1, h2, h3, h4, h5, h6 {
        /*line-height: 1.8;*/
        margin-bottom: 8px;
    }


    .footer-main {
        flex-direction: column;
        justify-content: flex-end;
    }

    .footer-section {
        width: 100%;
    }

    .footer-main__contacts {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer-main__contacts * {
        text-align: center;
    }

    .footer-main__contacts .footer-section__title {
        display: none;
    }

    .footer__main-social .footer-section__title {
        font-size: 1.5rem;
        text-align: center;
        margin: 0 auto 10px;
        width: 85%;
    }

    .footer__heading-secondary {
        font-size: 1rem;
    }

    .social-media__list {
        justify-content: center;
    }

    .footer__secondary {
        margin-top: 20px;
        justify-content: center;
    }

    .footer__secondary-list {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .tabs-wrapper {
        width: 100%;
    }

    .modIE .toc__list {
        flex-direction: row;
    }

    .toc__item,
    .type-4 .toc__item {
        width: 47%;
    }

    .modIE .main-container .toc__link,
    .modIE .main-container .toc__no-link {
        min-height: auto;
    }

    .job-board__content {
        flex-direction: column;
    }

    .banner__intro-text {
        font-size: 1.7rem;
    }

    .banner__text,
    .type-2 .title-text {
        font-size: 3rem;
        line-height: 4rem;
    }

    .banner__text-small {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    .banner__tagline {
        font-size: 1.2rem;
    }


}

/* ************************************************* */
/*                 Media Screen 43em                 */
/* ************************************************* */

@media screen and (max-width: 43em) {
    .footer__secondary .footer-section {
        width: 100%;
    }

    .page-wrapper {
        min-height: 100vh;
    }

    .navigation .container {
        width: 80%;
    }

    .quick-links__list {
        flex-direction: column;
    }

    .quick-links__item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 0;
    }

    .quick-links__link {
        padding: 10px 5px 10px 10px;
    }

    .quick-links__icon {
        width: 40px;
        font-size: 1.6rem;
    }

    .toc__list {
        flex-direction: column;
    }

    .toc__item,
    .type-4 .toc__item {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .toc__link {
        flex-direction: row;
        padding: 5px;
    }

    .tabs-wrapper .toc__link.item__shadow,
    .tabs-wrapper .toc__link.item__shadow-hover:hover,
    .tabs-wrapper .toc__link.item__shadow-hover:focus {
        box-shadow: none;
        border: 1px solid #dcdcdc;
    }

    .toc__heading {
        flex-grow: 1;
        font-size: 0.95rem;
        line-height: normal;
        font-weight: 500;
    }

    .toc__read-more {
        display: none;
    }

    .type-4 .toc__description,
    .toc__promotion .toc__description {
        display: none;
        height: 0;
        width: 0;
        visibility: hidden;
    }

    .main-container .toc__link,
    .main-container .toc__no-link {
        flex-flow: row nowrap;
        padding: 0;
    }

    .main-container .type-3 .toc__item,
    .type-4 .toc__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .main-container .type-3 .toc__no-link {
        flex-direction: column;
    }

    img.toc__thumb, .toc__thumb, img.toc__image {
        height: 100%;
        border-radius: 0;
    }

    .toc__news-image {
        width: 35%;
    }

    .toc__news-details {
        width: 65%;
    }

    .type-3 img.toc__thumb,
    .type-3 .toc__thumb,
    .type-3 img.toc__image {
        width: 100%;
    }

    .toc__news-image img.toc__thumb,
    .toc__news-image .toc__thumb,
    .toc__news-image img.toc__image {
        width: 100%;
        height: auto;
    }

    .listing__thumb {
        min-width: 200px;
    }

    .listing__def-list.type-2 {
        flex-wrap: wrap;
        margin: 5px 0;
    }

    .type-2 .listing__def-item {
        margin: 7px;
    }

    .profile__feature {
        flex-direction: column;
    }

    .profile__feature > * {
        width: 100%;
    }

    .related-document__item:nth-child(n+2) {
        padding-top: 10px;
    }

    .column25 > * {
        width: 100%;
        margin-right: 0;
    }

    .ad__banner-link {
        text-align: center;
    }

    .feature-callout__item-figure-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .feature-callout__item-details {
        width: 100%;
        padding: 0;
    }

    .section-feature__callout {
        padding: 0;
    }

    .section-feature__callout .feature-callout__item {
        width: 100%;
        /*border: 1px solid #4e4e4e;*/
        margin: 15px 30px;
        padding: 0;
        border-radius: 5px;
    }

    .feature-callout__item-link {
        margin-top: 0;
    }

    .feature-callout__item-title {
        font-size: 1.8em;
    }

    .feature__content {
        width: 70%;
    }

    .feature__figure {
        width: 60%;
    }

    .feature__figure-label {
        width: 100%;
    }

    .feature-callout__item-no-link {
        margin-top: 20px;
    }

    .event__content-container,
    .feature-callout__item-details,
    .no-figure .feature-callout__item-details {
        flex-direction: column;
    }

    .event__content-container > div,
    .feature-callout__item-details > div,
    .no-figure .feature-callout__item-details > div {
        width: 100%;
    }

    .event__sidebar-container {
        min-width: 100%;
    }

    .event__content {
        margin-top: 20px;
    }

    .main-content.layout-home {
        width: 100%;
        padding: 0;
    }

    .carousel__credit-wrapper {
        bottom: 5px;
    }

    .tabs-wrapper__banner-overlap {
        margin-top: -4px;
    }

    .ui-tabs-nav {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    .ui-tabs-nav li {
        float: none;
        width: 50%;
        padding: 0.04rem;
    }

    .ui-state-default .ui-tabs-anchor {
        border-radius: 0;
    }

    .home .news__item {
        padding-left: 0;
    }

    .pagination__list {
        flex-wrap: wrap;
    }

    .emergency__heading {
        font-size: 1.7rem;
    }

    .toc__promo-item, .toc__promo-item:first-child {
        width: 100%;
    }

    .photo-gallery__item {
        width: 48%;
    }

    .type-2 .fwc__details {
        width: 80%;
        left: 12%;
    }
}

/* ************************************************* */
/*                 Media Screen 31em                 */
/* ************************************************* */

@media screen and (max-width: 31em) {
    .header__logo-text {
        margin-left: 5px;
    }

    .header__logo-text-hcc {
        margin-left: 0;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 20px;
        width: 100px;
    }

    .navigation__level-1-link, a.navigation__level-1-link {
        font-size: 1.35rem;
    }

    .news__item {
        width: 100%;
    }

    .listing__link, .listing__no-link {
        flex-direction: column;
    }

    .listing__thumb,
    .listing__details {
        width: 100%;
        padding: 10px 0;
    }

    .listing__type-2 .listing__details {
        padding: 10px 0;
    }

    .main-container .listing__description,
    .listing__description {
        padding: 5px 0;
    }

    img.listing__image {
        max-width: 100%;
    }

    .footer__heading-secondary {
        display: none;
    }

    .share-buttons__wrapper {
        margin-top: 20px;
    }

    .event__sidebar-item {
        width: 100%;
    }

    .event__content {
        margin-top: 10px;
    }

    .cr__button {
        padding: 0 5px;
        height: 24px;
        line-height: normal;
    }

    .cr__description.active {
        bottom: 30px;
    }

    .toc-event__item {
        min-width: 45%;
    }

    .footer__links {
        flex-direction: column;
    }

    .container__image, .container__video-image {
        min-width: 100%;
    }

    label.sq-form-question-title.small-label {
        font-size: 0.9em;
    }

    .banner__text, .type-2 .title-text {
        font-size: 2rem;
        line-height: 3rem;
    }
}

/* ************************************************* */
/*                 Media Screen 26.2em               */
/* ************************************************* */

@media screen and (max-width: 26.2em) {
    .event__sidebar-container {
        padding: 5%;
    }

    .event__sidebar-item {
        margin-bottom: 5px;
    }

    .toc-event__item {
        min-width: 98%;
    }

    .banner__text-wrapper {
        margin-left: 25px;
    }

    .banner__intro-text {
        font-size: 1.5rem;
    }

    .banner__text {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .banner__text-small {
        font-size: 1.7rem;
        line-height: 2rem;
    }
}

/* ************************************************* */
/*                 Media Screen 25em                 */
/* ************************************************* */

@media screen and (max-width: 25em) {
    fieldset {
        width: 100%;
        min-width: 100%;
    }

    .directory__filter {
        flex-direction: column;
    }

    .directory__filter .select-wrapper {
        margin: 0 auto 15px;
    }
}

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 July 2026 09:30:40
*/


.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}


@media (min-width: 576px) {

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }


    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

}

@media (min-width: 992px) {

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

}

@media (min-width: 1400px) {

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }


    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

}


