/*
  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: 05 July 2023 23:27:10
*/


@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Thu Apr 20 2017 14:10:42 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.box, .tile, .list--grid > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix, .button-group, .column-container, input[type="checkbox"], input[type="radio"], .column.column--primary, .list, .list--grid, .pagination, .accordion, .tabs, .footer__links, .breadcrumbs, .social__links, .main-nav, .nav--inside, form table tr:nth-child(odd) td ul,
form table tr:nth-child(odd) td:first-child ul, form table tr:nth-child(even) td ul,
form table tr:nth-child(even) td:first-child ul, form table.c-theme__tbl tr:nth-child(odd) td ul,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul, form table.c-theme__tbl tr:nth-child(even) td ul,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul, .tile-list, .header, p {
  *zoom: 1;
}

.clearfix:before, .button-group:before, .column-container:before, input[type="checkbox"]:before, input[type="radio"]:before, .column.column--primary:before, .list:before, .list--grid:before, .pagination:before, .accordion:before, .tabs:before, .footer__links:before, .breadcrumbs:before, .social__links:before, .main-nav:before, .nav--inside:before, form table tr:nth-child(odd) td ul:before,
form table tr:nth-child(odd) td:first-child ul:before, form table tr:nth-child(even) td ul:before,
form table tr:nth-child(even) td:first-child ul:before, form table.c-theme__tbl tr:nth-child(odd) td ul:before,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul:before, form table.c-theme__tbl tr:nth-child(even) td ul:before,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul:before, .tile-list:before, .header:before, p:before, .clearfix:after, .button-group:after, .column-container:after, input[type="checkbox"]:after, input[type="radio"]:after, .column.column--primary:after, .list:after, .list--grid:after, .pagination:after, .accordion:after, .tabs:after, .footer__links:after, .breadcrumbs:after, .social__links:after, .main-nav:after, .nav--inside:after, form table tr:nth-child(odd) td ul:after,
form table tr:nth-child(odd) td:first-child ul:after, form table tr:nth-child(even) td ul:after,
form table tr:nth-child(even) td:first-child ul:after, form table.c-theme__tbl tr:nth-child(odd) td ul:after,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul:after, form table.c-theme__tbl tr:nth-child(even) td ul:after,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul:after, .tile-list:after, .header:after, p:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .button-group:after, .column-container:after, input[type="checkbox"]:after, input[type="radio"]:after, .column.column--primary:after, .list:after, .list--grid:after, .pagination:after, .accordion:after, .tabs:after, .footer__links:after, .breadcrumbs:after, .social__links:after, .main-nav:after, .nav--inside:after, form table tr:nth-child(odd) td ul:after,
form table tr:nth-child(odd) td:first-child ul:after, form table tr:nth-child(even) td ul:after,
form table tr:nth-child(even) td:first-child ul:after, form table.c-theme__tbl tr:nth-child(odd) td ul:after,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul:after, form table.c-theme__tbl tr:nth-child(even) td ul:after,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul:after, .tile-list:after, .header:after, p:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.centered {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

table:not(.c-theme__tbl) {
  width: 100%;
}

/* Buttons */
.button, .sq-form-submit,
.sq-form-field[type="submit"], .sq-form-reset {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .sq-form-submit,
.sq-form-field[type="submit"], .sq-form-reset, .button:visited, .sq-form-submit:visited,
.sq-form-field[type="submit"]:visited, .sq-form-reset:visited {
  text-decoration: none;
}

.button:focus, .sq-form-submit:focus,
.sq-form-field[type="submit"]:focus, .sq-form-reset:focus, .button:hover, .sq-form-submit:hover,
.sq-form-field[type="submit"]:hover, .sq-form-reset:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Modules
--------------------
*/
/*-----------------------------------*
  $TOAST-GRID

  An insane grid.
  You'd be mad to use it.

  Usage
  =====

  Assuming default values:

  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>


  Customisation
  =============

  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.

  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.

  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.

  That's it. Have fun.

\*-----------------------------------*/
.grid {
  list-style: none;
  margin-left: -15px;
}

.grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--8-of-8, .grid__col--12-of-12 {
  width: 100%;
}

.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6, .grid__col--4-of-8, .grid__col--6-of-12 {
  width: 50%;
}

.grid__col--1-of-3, .grid__col--2-of-6, .grid__col--4-of-12 {
  width: 33.33333%;
}

.grid__col--2-of-3, .grid__col--4-of-6, .grid__col--8-of-12 {
  width: 66.66667%;
}

.grid__col--1-of-4, .grid__col--2-of-8, .grid__col--3-of-12 {
  width: 25%;
}

.grid__col--3-of-4, .grid__col--6-of-8, .grid__col--9-of-12 {
  width: 75%;
}

.grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-8-of-8, .grid__col--push-12-of-12 {
  margin-left: 100%;
}

.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6, .grid__col--push-4-of-8, .grid__col--push-6-of-12 {
  margin-left: 50%;
}

.grid__col--push-1-of-3, .grid__col--push-2-of-6, .grid__col--push-4-of-12 {
  margin-left: 33.33333%;
}

.grid__col--push-2-of-3, .grid__col--push-4-of-6, .grid__col--push-8-of-12 {
  margin-left: 66.66667%;
}

.grid__col--push-1-of-4, .grid__col--push-2-of-8, .grid__col--push-3-of-12 {
  margin-left: 25%;
}

.grid__col--push-3-of-4, .grid__col--push-6-of-8, .grid__col--push-9-of-12 {
  margin-left: 75%;
}

.grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-8-of-8, .grid__col--pull-12-of-12 {
  margin-left: -100%;
}

.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6, .grid__col--pull-4-of-8, .grid__col--pull-6-of-12 {
  margin-left: -50%;
}

.grid__col--pull-1-of-3, .grid__col--pull-2-of-6, .grid__col--pull-4-of-12 {
  margin-left: -33.33333%;
}

.grid__col--pull-2-of-3, .grid__col--pull-4-of-6, .grid__col--pull-8-of-12 {
  margin-left: -66.66667%;
}

.grid__col--pull-1-of-4, .grid__col--pull-2-of-8, .grid__col--pull-3-of-12 {
  margin-left: -25%;
}

.grid__col--pull-3-of-4, .grid__col--pull-6-of-8, .grid__col--pull-9-of-12 {
  margin-left: -75%;
}

.grid__col--1-of-5 {
  width: 20%;
}

.grid__col--push-1-of-5 {
  margin-left: 20%;
}

.grid__col--pull-1-of-5 {
  margin-left: -20%;
}

.grid__col--2-of-5 {
  width: 40%;
}

.grid__col--push-2-of-5 {
  margin-left: 40%;
}

.grid__col--pull-2-of-5 {
  margin-left: -40%;
}

.grid__col--3-of-5 {
  width: 60%;
}

.grid__col--push-3-of-5 {
  margin-left: 60%;
}

.grid__col--pull-3-of-5 {
  margin-left: -60%;
}

.grid__col--4-of-5 {
  width: 80%;
}

.grid__col--push-4-of-5 {
  margin-left: 80%;
}

.grid__col--pull-4-of-5 {
  margin-left: -80%;
}

.grid__col--1-of-6 {
  width: 16.66667%;
}

.grid__col--push-1-of-6 {
  margin-left: 16.66667%;
}

.grid__col--pull-1-of-6 {
  margin-left: -16.66667%;
}

.grid__col--5-of-6 {
  width: 83.33333%;
}

.grid__col--push-5-of-6 {
  margin-left: 83.33333%;
}

.grid__col--pull-5-of-6 {
  margin-left: -83.33333%;
}

.grid__col--1-of-8 {
  width: 12.5%;
}

.grid__col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid__col--3-of-8 {
  width: 37.5%;
}

.grid__col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid__col--5-of-8 {
  width: 62.5%;
}

.grid__col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid__col--7-of-8 {
  width: 87.5%;
}

.grid__col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid__col--1-of-12 {
  width: 8.33333%;
}

.grid__col--push-1-of-12 {
  margin-left: 8.33333%;
}

.grid__col--pull-1-of-12 {
  margin-left: -8.33333%;
}

.grid__col--2-of-12 {
  width: 16.66667%;
}

.grid__col--push-2-of-12 {
  margin-left: 16.66667%;
}

.grid__col--pull-2-of-12 {
  margin-left: -16.66667%;
}

.grid__col--5-of-12 {
  width: 41.66667%;
}

.grid__col--push-5-of-12 {
  margin-left: 41.66667%;
}

.grid__col--pull-5-of-12 {
  margin-left: -41.66667%;
}

.grid__col--7-of-12 {
  width: 58.33333%;
}

.grid__col--push-7-of-12 {
  margin-left: 58.33333%;
}

.grid__col--pull-7-of-12 {
  margin-left: -58.33333%;
}

.grid__col--10-of-12 {
  width: 83.33333%;
}

.grid__col--push-10-of-12 {
  margin-left: 83.33333%;
}

.grid__col--pull-10-of-12 {
  margin-left: -83.33333%;
}

.grid__col--11-of-12 {
  width: 91.66667%;
}

.grid__col--push-11-of-12 {
  margin-left: 91.66667%;
}

.grid__col--pull-11-of-12 {
  margin-left: -91.66667%;
}

.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 15px;
  vertical-align: top;
}

@media (max-width: 60em) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

@media (max-width: 60em) and (min-width: 45em) {
  .grid__col[class*="grid__col--m-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.33333%;
  }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.66667%;
  }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}

@media (max-width: 45em) {
  .grid__col[class*="grid__col--s-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.33333%;
  }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.66667%;
  }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}

.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid__col--d-first {
  float: left;
}

.grid__col--d-last {
  float: right;
}

.grid__col--d-first-s {
  float: left;
}

.grid__col--d-last-s {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}

.grid--no-gutter .grid__col {
  padding-left: 0;
}

.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid__col--ab {
  vertical-align: bottom;
}

.grid__col--am {
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Component library variables */
/* Backgrounds */
/* Plain color */
.background--white {
  background-color: #fff;
  color: #262626;
}

/* Brand color */
.background--primary {
  background-color: #d4450d;
}

.background--brand-red {
  background-color: #d4450d;
}

.background--brand-blue {
  background-color: #18337b;
}

/* Grey */
.background--grey {
  background-color: #ccc;
  color: #262626;
}

/* Text color */
.background--primary, .background--brand-red, .background--brand-blue, .tile {
  color: #fff;
}

.background--primary h1, .background--brand-red h1, .background--brand-blue h1, .tile h1, .background--primary h2, .background--brand-red h2, .background--brand-blue h2, .tile h2, .background--primary h3, .background--brand-red h3, .background--brand-blue h3, .tile h3, .background--primary h4, .background--brand-red h4, .background--brand-blue h4, .tile h4, .background--primary p, .background--brand-red p, .background--brand-blue p, .tile p, .background--primary a, .background--brand-red a, .background--brand-blue a, .tile a {
  color: #fff;
}

/* Mixins */
/* Overlay */
/* Borders */
/* Style */
/* Variants */
/* Separators */
.separator {
  background-color: #18337b;
  display: block;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* Mixins */
/* Effects */
/* Paddings */
.padding--box {
  padding-top: 15px;
  padding-bottom: 7.5px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 45em) {
  .padding--box {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding--double {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 45em) {
  .padding--double {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.padding--triple {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 45em) {
  .padding--triple {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.padding--half {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

@media screen and (max-width: 45em) {
  .padding--half {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.padding--large {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 45em) {
  .padding--large {
    padding: 25px 12.5px;
  }
}

.container--padding-top--large {
  padding-top: 50px;
  padding-bottom: 0;
}

@media screen and (max-width: 45em) {
  .container--padding-top--large {
    padding: 25px 10px 0 10px;
  }
}

.header {
  padding: 0 10px;
}

@media screen and (min-width: 60em) {
  .header {
    padding: 0 15px;
  }
}

@media screen and (min-width: 85em) {
  .header {
    padding: 0;
  }
}

.no-padding {
  padding: 0 !important;
}

.no-padding-x {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

/* Margins */
.margin-large {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 45em) {
  .margin-large {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

/* Utilities */
.header {
  display: block;
  position: relative;
}

/* Flexbox */
/* Box */
/* Base */
.box, .tile {
  display: block;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 45em) {
  .box, .tile {
    margin-bottom: 0;
    width: 100%;
  }
}

/* Button */
/* Base */
.button, .sq-form-submit,
.sq-form-field[type="submit"], .sq-form-reset {
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #d4450d;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 18px 45px;
}

.button, .sq-form-submit,
.sq-form-field[type="submit"], .sq-form-reset, .button:visited, .sq-form-submit:visited,
.sq-form-field[type="submit"]:visited, .sq-form-reset:visited {
  text-decoration: none;
}

.button-group .button, .button-group .sq-form-submit, .button-group
.sq-form-field[type="submit"], .button-group .sq-form-reset {
  float: left;
  margin: 0 15px 15px 0;
}

/* Button */
/* Styles */
.button--primary {
  background-color: #d4450d;
  color: #fff;
}

.button--primary:hover {
  background-color: #071026;
}

.button--secondary, .sq-form-submit,
.sq-form-field[type="submit"] {
  background-color: #18337b;
  color: #fff;
}

.button--secondary:hover, .sq-form-submit:hover,
.sq-form-field[type="submit"]:hover {
  background-color: #102150;
}

.button--tertiary, .sq-form-reset {
  background-color: #4f4c4d;
  color: #fff;
}

.button--tertiary:hover, .sq-form-reset:hover {
  background-color: #353334;
}

.button--square {
  height: 50px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 50px;
}

/* Columns */
.column-container {
  margin: 0 auto;
  max-width: 1322px;
  width: 100%;
}

.column--primary,
.column--secondary {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 45em) {
  .column--secondary {
    min-height: 0 !important;
  }
}

@media screen and (min-width: 45em) {
  .column--secondary {
    min-height: 0 !important;
  }
}

@media screen and (min-width: 60em) {
  .column--primary {
    float: left;
    width: 75%;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .col-1 .column--primary {
    width: 100%;
    padding: 0;
  }
  .column--secondary {
    display: block;
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 85em) {
  .column--secondary {
    padding-left: 0;
  }
}

/* Container */
/* Base */
.container {
  margin: 0 auto;
  padding: 15px;
  position: relative;
}

.container {
  padding: 10px;
}

@media screen and (min-width: 45em) {
  .container {
    padding: 15px;
  }
}

@media screen and (min-width: 85em) {
  .container {
    padding: 15px 0;
  }
}

/* Container */
/* Styles */
.container {
  max-width: 100%;
  width: 1322px;
}

/* Fonts */
/* Mixins */
/* Fonts */
/* Breakpoints */
/* Font sizes (size, line-height, margins) */
h2 p {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 45em) {
  h2 p {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3 p {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 45em) {
  h3 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Fonts */
body {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, Arial, sans-serif;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: .165rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

a {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 5px 0 15px 0;
  font-weight: 100;
}

@media screen and (min-width: 45em) {
  p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
}

@media screen and (min-width: 60em) {
  p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 75em) {
  p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
}

h1 {
  font-size: 1.75rem;
  line-height: 1.5625;
  margin: 20px 0 5px 0;
}

@media screen and (min-width: 45em) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.5625;
    margin: 30px 0 5px 0;
  }
}

@media screen and (min-width: 60em) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.5625;
    margin: 25px 0 5px 0;
  }
}

@media screen and (min-width: 75em) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.5625;
    margin: 25px 0 5px 0;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.375;
  margin: 20px 0 10px 0;
  font-weight: 600;
}

@media screen and (min-width: 45em) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.375;
    margin: 30px 0 10px 0;
  }
}

@media screen and (min-width: 60em) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.375;
    margin: 40px 0 15px 0;
  }
}

@media screen and (min-width: 75em) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.375;
    margin: 40px 0 15px 0;
  }
}

h3 {
  font-size: 1.125rem;
  line-height: 1.125;
  margin: 20px 0 10px 0;
  color: #d4450d;
  text-transform: none;
}

@media screen and (min-width: 45em) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.25;
    margin: 30px 0 10px 0;
  }
}

@media screen and (min-width: 60em) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.125;
    margin: 40px 0 15px 0;
  }
}

@media screen and (min-width: 75em) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.125;
    margin: 40px 0 15px 0;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 20px 0 10px 0;
  color: #d4450d;
  font-weight: 600;
  text-transform: none;
}

@media screen and (min-width: 45em) {
  h4 {
    font-size: 1.35rem;
    line-height: 1.5;
    margin: 30px 0 10px 0;
  }
}

@media screen and (min-width: 60em) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.875;
    margin: 40px 0 15px 0;
  }
}

@media screen and (min-width: 75em) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.875;
    margin: 40px 0 15px 0;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 20px 0 10px 0;
}

@media screen and (min-width: 45em) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 30px 0 10px 0;
  }
}

@media screen and (min-width: 60em) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.675;
    margin: 30px 0 15px 0;
  }
}

@media screen and (min-width: 75em) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.675;
    margin: 40px 0 15px 0;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 20px 0 10px 0;
  color: #18337b;
  font-weight: 600;
  text-transform: none;
}

@media screen and (min-width: 45em) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 30px 0 10px 0;
  }
}

@media screen and (min-width: 60em) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 40px 0 15px 0;
  }
}

@media screen and (min-width: 75em) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 40px 0 15px 0;
  }
}

/* Icons */
/* Mixins */
/* Icon */
/* Base */
.icon {
  display: block;
  fill: currentColor;
  overflow: hidden;
}

/* Icon */
/* Styles */
.icon--white {
  color: #fff;
}

.icon--color-primary {
  color: #d4450d;
}

.inside-nav__toggle.is-active .inside-nav__btn::after, .login::after {
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2");
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
}

/* Form */
/* Mixins */
/* Form */
/* Base */
input.error[type="text"],
input.error[type="email"],
input.error[type="tel"],
input.error[type="password"],
select.error,
textarea.error, input[type="checkbox"] + label.error::before, input[type="radio"] + label.error::before {
  background-color: #ffe5e5;
  border-color: #b90101;
}

input[type="submit"] {
  border: none;
}

fieldset {
  border: none;
  padding: 0;
}

/* Form */
/* Styles */
.custom-select select, input[type="checkbox"], input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea, input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
  line-height: 56px;
  min-height: 60px;
  max-height: 60px;
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
  display: block;
  line-height: 56px;
  margin: 8px 0;
  padding: 0 15px;
  width: 99%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus, input[type="checkbox"] + label:focus::before, input[type="radio"] + label:focus::before {
  outline: 2px solid #18337b;
}

.custom-select {
  background-color: #f7f7f7;
  position: relative;
}

.custom-select select {
  background-color: #f7f7f7;
  padding-right: 40px;
  width: 100%;
}

@-moz-document url-prefix() {
  .custom-select select {
    padding-top: 15px;
  }
}

.no-flexbox .custom-select select {
  padding-top: 20px;
}

.no-flexbox .custom-select::before {
  background-color: #f7f7f7;
  content: '';
  display: block;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 100px;
}

.custom-select::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -5px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 5px solid #d4450d;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  background-color: #f7f7f7;
}

.custom-select:hover::after {
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

input[type="checkbox"], input[type="radio"] {
  height: 40px;
  opacity: 0;
  margin-bottom: 3px;
  position: relative;
  width: 40px;
  z-index: 2;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: block;
  position: relative;
  margin-top: -30px;
  z-index: 1;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  border: none;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin: 0 10px 0 0;
  min-height: 40px;
  vertical-align: middle;
  width: 40px;
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
  background-position: 2px -440px;
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2");
  height: 40px;
  width: 40px;
  background-size: auto;
}

.no-flexbox input[type="checkbox"], .no-flexbox input[type="radio"] {
  opacity: 0;
}

input[type="radio"] + label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"]:checked + label::before {
  background-position: -35px -440px;
}

input.radio--checkbox[type="radio"] + label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input.radio--checkbox[type="radio"]:checked + label::before {
  background-position: center 0;
}

.form--horizontal label {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.form--horizontal label:first-child {
  margin-left: 0;
  min-width: 140px;
}

@media screen and (min-width: 45em) {
  .form--horizontal {
    align-items: center;
    -webkit-align-items: center;
    padding: 30px 0;
  }
  .no-js .form--horizontal,
  .no-flexbox .form--horizontal {
    display: table;
  }
  .flexbox .form--horizontal {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .no-flexbox .form--horizontal {
    width: 100%;
  }
  .no-flexbox .form--horizontal > * {
    display: table-cell;
  }
  .form--horizontal input[type="submit"] {
    margin-left: 30px;
  }
  .form--horizontal label,
  .form--horizontal .form__action {
    margin: 0 20px;
    white-space: nowrap;
  }
  .no-flexbox .form--horizontal label {
    padding-right: 20px;
  }
}

@media screen and (max-width: 45em) {
  .form--horizontal {
    padding: 15px 0;
  }
  .form--horizontal label,
  .form--horizontal input {
    margin-bottom: 10px;
    width: 100%;
  }
  .form--horizontal label {
    line-height: 3;
  }
}

.error {
  color: #b90101;
  font-weight: 600;
}

label.error {
  float: right;
}

/* Grid */
.column {
  display: block;
  float: left;
  padding-left: 15px;
  padding-top: 30px;
}

.column.column--secondary {
  width: 25%;
}

.column.column--primary {
  padding-right: 0;
  width: 75%;
}

@media screen and (min-width: 45em) {
  .column.column--primary .container--full-width {
    margin: 0 15px;
  }
}

@media screen and (max-width: 45em) {
  .column.column--primary, .column.column--secondary {
    float: none;
    width: 100%;
    padding: 0;
  }
}

/* List */
/* Mixins */
/* List */
/* Base */
.list, .list--grid, .pagination, .accordion, .tabs, .footer__links, .breadcrumbs, .social__links, .main-nav, .nav--inside, form table tr:nth-child(odd) td ul,
form table tr:nth-child(odd) td:first-child ul, form table tr:nth-child(even) td ul,
form table tr:nth-child(even) td:first-child ul, form table.c-theme__tbl tr:nth-child(odd) td ul,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul, form table.c-theme__tbl tr:nth-child(even) td ul,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul, .tile-list {
  margin-bottom: 0;
  margin-top: 0;
}

.list li, .list--grid li, .pagination li, .accordion li, .tabs li, .footer__links li, .breadcrumbs li, .social__links li, .main-nav li, .nav--inside li, form table tr:nth-child(odd) td ul li,
form table tr:nth-child(odd) td:first-child ul li, form table tr:nth-child(even) td ul li,
form table tr:nth-child(even) td:first-child ul li, form table.c-theme__tbl tr:nth-child(odd) td ul li,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul li, form table.c-theme__tbl tr:nth-child(even) td ul li,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul li, .tile-list li {
  line-height: 1;
}

.list li a, .list--grid li a, .pagination li a, .accordion li a, .tabs li a, .footer__links li a, .breadcrumbs li a, .social__links li a, .main-nav li a, .nav--inside li a, form table tr:nth-child(odd) td ul li a,
form table tr:nth-child(odd) td:first-child ul li a, form table tr:nth-child(even) td ul li a,
form table tr:nth-child(even) td:first-child ul li a, form table.c-theme__tbl tr:nth-child(odd) td ul li a,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul li a, form table.c-theme__tbl tr:nth-child(even) td ul li a,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul li a, .tile-list li a {
  line-height: 1;
}

.list:not(.grid), .list--grid:not(.grid), .pagination:not(.grid), .accordion:not(.grid), .tabs:not(.grid), .footer__links:not(.grid), .breadcrumbs:not(.grid), .social__links:not(.grid), .main-nav:not(.grid), .nav--inside:not(.grid), form table tr:nth-child(odd) td ul:not(.grid), form table tr:nth-child(even) td ul:not(.grid),
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul:not(.grid),
form table.c-theme__tbl tr:nth-child(even) td:first-child ul:not(.grid), .tile-list:not(.grid) {
  margin-left: 0;
  margin-right: 0;
}

.list, .list--grid, .pagination, .accordion, .tabs, .footer__links, .breadcrumbs, .social__links, .main-nav, .nav--inside, form table tr:nth-child(odd) td ul,
form table tr:nth-child(odd) td:first-child ul, form table tr:nth-child(even) td ul,
form table tr:nth-child(even) td:first-child ul, form table.c-theme__tbl tr:nth-child(odd) td ul,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul, form table.c-theme__tbl tr:nth-child(even) td ul,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul, .tile-list {
  list-style: none;
  padding: 0;
}

.list li::before, .list--grid li::before, .pagination li::before, .accordion li::before, .tabs li::before, .footer__links li::before, .breadcrumbs li::before, .social__links li::before, .main-nav li::before, .nav--inside li::before, form table tr:nth-child(odd) td ul li::before,
form table tr:nth-child(odd) td:first-child ul li::before, form table tr:nth-child(even) td ul li::before,
form table tr:nth-child(even) td:first-child ul li::before, form table.c-theme__tbl tr:nth-child(odd) td ul li::before,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul li::before, form table.c-theme__tbl tr:nth-child(even) td ul li::before,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul li::before, .tile-list li::before {
  content: none;
}

/* List */
/* Styles */
.pagination > li, .breadcrumbs > li, .social__links > li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}

@media screen and (max-width: 45em) {
  .pagination > li:first-child, .breadcrumbs > li:first-child, .social__links > li:first-child {
    padding-left: 0;
  }
  .pagination > li:last-child, .breadcrumbs > li:last-child, .social__links > li:last-child {
    padding-right: 0;
  }
}

.main-nav li .menu__submenu li a, .nav--inside li .menu__submenu li a {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 50px;
  padding-left: 30px;
}

.main-nav li:not(.is-active) .menu__submenu, .nav--inside li:not(.is-active) .menu__submenu {
  -webkit-transition: max-height, 0.65s, ease;
  -moz-transition: max-height, 0.65s, ease;
  transition: max-height, 0.65s, ease;
  -webkit-transition-speed: 5s;
  transition-speed: 5s;
  max-height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.main-nav li.is-active > .menu__submenu, .nav--inside li.is-active > .menu__submenu {
  -webkit-transition: max-height, 0.65s, ease;
  -moz-transition: max-height, 0.65s, ease;
  transition: max-height, 0.65s, ease;
  height: auto;
  max-height: 9999px;
  visibility: visible;
}

.main-nav li, .nav--inside li, .inside-nav__toggle {
  background-color: #efefef;
  display: block;
  padding: 0;
  width: 100%;
  z-index: 999;
}

.main-nav li a, .nav--inside li a, .inside-nav__toggle a {
  color: inherit;
  display: block;
  line-height: 60px;
  padding-left: 15px;
}

.main-nav li a:hover, .nav--inside li a:hover, .inside-nav__toggle a:hover {
  text-decoration: underline;
}

.main-nav li a[class^="button"], .nav--inside li a[class^="button"], .inside-nav__toggle a[class^="button"] {
  color: #fff;
}

.main-nav li.is-active::after, .nav--inside li.is-active::after, .is-active.inside-nav__toggle::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 60em) {
  .main-nav li a, .nav--inside li a, .inside-nav__toggle a {
    line-height: 75px;
    padding-left: 20px;
  }
}

/* Unordered lists */
ul.bullets--circle li::before, ul:not(.menu):not(.grid) li::before, .tile--text ul li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

ul.bullets--dash li, ul:not(.menu):not(.grid) ul li {
  padding-left: 35px;
}

ul.bullets--dash li::before, ul:not(.menu):not(.grid) ul li::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2px;
  top: 20px;
  width: 12px;
}

ul.bullets--square li::before {
  height: 8px;
  width: 8px;
}

ul {
  list-style-type: none;
  padding-left: 30px;
}

ul li {
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}

ul li::before {
  background-color: #18337b;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 45em) {
  ul li {
    line-height: 1.75;
  }
}

.list--grid > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 25px;
}

.no-js .list--grid > li,
.no-flexbox .list--grid > li {
  display: table-cell;
  float: left;
  vertical-align: top;
}

.list--grid {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.no-js .list--grid,
.no-flexbox .list--grid {
  display: table;
}

.flexbox .list--grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.no-flexbox .list--grid {
  width: 100%;
}

.no-flexbox .list--grid > * {
  display: table-cell;
}

.list--grid > li {
  margin: 0 0 15px 0;
  padding: 0 15px;
}

.list--grid > li.one-quarter, .list--grid > li.one-third, .list--grid > li.one-half {
  width: 100%;
}

@media screen and (min-width: 45em) {
  .list--grid > li.one-quarter, .list--grid > li.one-third, .list--grid > li.one-half {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 60em) {
  .list--grid > li.one-quarter {
    width: 25%;
  }
  .list--grid > li.one-third {
    width: 33%;
  }
  .list--grid > li.one-half {
    width: 49.9%;
  }
}

.list--grid:not(.grid) {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

@media screen and (max-width: 45em) {
  .list--grid li {
    flex: auto;
    margin-bottom: 10px;
    width: 100%;
  }
}

/* Ordered lists */
ol {
  counter-reset: list;
}

ol > li {
  list-style: none;
  position: relative;
}

ol > li ol {
  padding-left: 30px;
}

ol > li:before {
  color: #18337b;
  content: counter(list) ". ";
  counter-increment: list;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -30px;
  text-align: left;
  width: 25px;
}

ol ol > li:before {
  content: counter(list, lower-latin) ". ";
}

@media screen and (max-width: 45em) {
  ol li {
    line-height: 1.75;
  }
}

/* Media */
.media,
.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (min-width: 45em) {
  .media img {
    margin-bottom: 0;
    width: auto;
  }
  .media__img {
    float: left;
    margin-right: 15px;
  }
  .media__img--right {
    float: right;
    margin-left: 15px;
  }
}

/* Pagination */
/* Base */
.pagination li {
  width: auto;
}

.pagination .pagination__arrow {
  background-color: #d4450d;
  display: block;
  float: right;
  height: 27px;
  margin-top: 5px;
  position: relative;
  width: 27px;
}

.pagination .pagination__arrow::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -5px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  left: 11px;
  margin-top: -4px;
}

.pagination .pagination__nav {
  position: relative;
  width: auto;
}

.pagination .pagination__nav a {
  font-weight: 600;
  margin-right: 10px;
  margin-left: 10px;
}

.pagination .pagination__nav.nav--previous .pagination__arrow {
  float: left;
}

.pagination .pagination__nav.nav--previous .pagination__arrow::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 10px;
}

.pagination .pagination__nav.nav--previous a {
  margin-right: 0;
}

.pagination li {
  border: 2px solid transparent;
  color: #18337b;
  height: 40px;
  margin: 2px 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 40px;
}

.pagination li a {
  color: #262626;
  line-height: 35px;
  padding: 0;
  text-decoration: none;
}

.pagination li.is-current {
  background-color: #18337b;
}

.pagination li.is-current a {
  color: #fff;
}

.pagination li:not(.is-current):not(.pagination__nav):hover {
  border-color: #ccc;
}

.pagination__indicator {
  margin-top: 10px;
}

/* Pagination */
/* Styles */
/* Table */
/* Mixins */
/* Table */
/* Base */
table {
  border: 0;
}

table tr:nth-child(even) td {
  background-color: #fff;
}

table tr:nth-child(even) td:first-child {
  background-color: #f7f7f7;
}

table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}

table tr:nth-child(odd) td:first-child {
  background-color: #e7e9ee;
}

table tr.info, table tr.has-filters {
  background-color: #fff;
}

table thead tr th {
  background-color: #18337b;
  padding-left: 30px;
  text-align: left;
}

table thead, table tr, table td {
  border: 0;
}

table td {
  padding: 25px 30px;
  vertical-align: unaccpetable-value;
  /* keep it unchanged from original state */
  /* merge changes from PROD back to GIT */
}

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

table td.center {
  text-align: center;
}

table:not(.c-theme__tbl) td {
  vertical-align: top;
}

/* Table */
/* Styles */
.table-row--padding-reduced td {
  padding: 15px 8px;
}

.table-row--padding-reduced td:first-child {
  padding-left: 0;
}

.table-row--padding-reduced td:last-child {
  padding-right: 0;
}

/* Tabs */
/* Base */
.accordion, .tabs {
  margin-bottom: 15px;
}

.accordion > li.has-children::after, .tabs > li.has-children::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -10px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d4450d;
}

.accordion > li, .tabs > li {
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -moz-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  border: 2px solid #f7f7f7;
  margin-bottom: 1px;
  max-height: 70px;
  overflow: hidden;
  padding: 0;
}

.accordion > li .item__title, .tabs > li .item__title {
  background-color: #e7e9ee;
  display: block;
  line-height: 66px;
  margin: 0;
  padding-left: 30px;
  position: relative;
  z-index: 3;
  text-transform: none;
}

.accordion > li .item__title:hover, .tabs > li .item__title:hover {
  background-color: #ddd;
}

.accordion > li .item__content, .tabs > li .item__content {
  background-color: #fff;
  padding: 10px 30px 15px 30px;
  width: 100%;
}

.accordion > li.is-active, .tabs > li.is-active {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  max-height: 9999px;
}

.accordion > li.is-active .item__title, .tabs > li.is-active .item__title {
  color: #231f20;
  background-color: #ddd;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -moz-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.accordion > li.is-active::after, .tabs > li.is-active::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  margin-top: 25px;
  top: 0;
  z-index: 2;
}

.accordion > li:not(.is-active), .tabs > li:not(.is-active) {
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -moz-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.accordion > li:not(.is-active):hover, .tabs > li:not(.is-active):hover {
  background-color: #ddd;
  cursor: pointer;
}

.accordion > li::after, .tabs > li::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 45em) {
  .tabs {
    position: relative;
    width: 100%;
  }
  .no-js .tabs,
  .no-flexbox .tabs {
    display: table;
  }
  .flexbox .tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .no-flexbox .tabs {
    width: 100%;
  }
  .no-flexbox .tabs > * {
    display: table-cell;
  }
  .tabs > li {
    margin: 0 2px;
    padding-left: 0;
    position: static;
    width: 100%;
  }
  .tabs > li .item__title {
    padding-left: 0;
    text-align: center;
  }
  .tabs > li .item__content {
    left: 0;
    padding: 20px 30px;
    position: absolute;
    top: 68px;
  }
  .tabs > li:not(.is-active) .item__content {
    display: none;
  }
  .tabs > li:first-child {
    margin-left: 0;
  }
  .tabs > li:last-child {
    margin-right: 0;
  }
  .tabs > li::after {
    content: none;
  }
  .no-flexbox .tabs > li {
    width: auto;
  }
}

/* Tabs */
.icon-chevron {
  float: right;
  margin-right: 2%;
  position: relative;
  top: 30px;
}

.icon-chevron::before {
  top: 1px;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: '';
  display: inline-block;
  height: 0.7em;
  position: relative;
  vertical-align: middle;
  width: 0.7em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
}

.icon-chevron.bottom:before {
  top: -7px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Styles */
/* Buttons */
/* Footer */
.footer {
  background-color: #18337b;
  letter-spacing: .225rem;
  text-transform: uppercase;
}

.footer h3 {
  font-size: 16px;
  font-size: 1rem;
  color: white;
  font-weight: 600;
  letter-spacing: .15rem;
  margin-top: 0;
}

@media screen and (min-width: 60em) {
  .footer {
    background-color: #231f20;
    padding: 25px 0;
  }
}

/* Links */
.footer__links {
  padding: 15px 0;
}

.footer__links li {
  padding: 0;
}

.footer__links li a {
  font-size: 14.4px;
  font-size: 0.9rem;
  border-bottom: 1px solid #fff;
  color: white;
  display: block;
  line-height: 3;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .footer__links {
    display: inline-block;
    vertical-align: top;
    width: 19%;
  }
  .footer__links li a {
    font-size: 13.6px;
    font-size: 0.85rem;
    border-bottom: none;
    font-weight: 100;
  }
  .footer__links li a:hover {
    text-decoration: underline;
  }
}

/* Social */
.footer__social {
  margin: 50px 0 15px 0;
}

@media screen and (min-width: 60em) {
  .footer__social {
    float: right;
    margin-top: 15px;
    display: inline-block;
    width: 18%;
    vertical-align: top;
  }
}

/* Logo */
@media screen and (min-width: 60em) {
  .footer__logo-container {
    display: inline-block;
    width: 41%;
  }
}

.logo.footer__logo {
  height: 140px;
  width: 325px;
}

/* Forms */
input[type='text']::-ms-clear {
  display: none !important;
}

input[type="text"].input--date {
  width: 25%;
  margin-right: 1%;
  float: left;
}

input[type="text"].input--date.input--year {
  width: 48%;
  float: left;
  margin-right: 0;
}

form h3 {
  clear: left;
  padding: 20px 0 10px 0;
}

/* Header */
.header {
  background-color: #231f20;
  color: #fff;
  height: 100px;
  width: 100%;
  z-index: 8;
}

.header a {
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .header {
    height: 120px;
  }
}

.header__brand {
  float: left;
  margin: 0;
}

.header__actions {
  background-color: #231f20;
  display: none;
  float: right;
  margin-top: 30px;
  position: relative;
}

@media screen and (min-width: 60em) {
  .header__actions {
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .logo.header__logo {
    height: 120px;
    width: 330px;
  }
}

.header__login {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: block;
  letter-spacing: 0.125rem;
  opacity: 1;
  padding-right: 55px;
  text-transform: uppercase;
}

.is-active .header__login {
  opacity: 0;
}

.login-container {
  position: absolute;
  right: 80px;
  top: 25px;
}

.header__logout {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: #fff;
  opacity: 1;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  top: 22px;
}

.is-active .header__logout {
  opacity: 0;
}

/* Icons */
/* UI icons */
.inside-nav__toggle.is-active .inside-nav__btn::after {
  background-position: -128px -335px;
  background-size: auto;
  height: 40px;
  top: 20px;
  width: 40px;
}

.search__toggle, .form--search input[type="submit"] {
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2");
  background-size: auto;
  background-position: 10px -323px;
  height: 60px;
  width: 60px;
}

.nav__toggle {
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2");
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 380%;
  height: 45px;
  position: absolute;
  right: 15px;
  top: -68px;
  width: 45px;
}

/* Lists */
ul:not(.menu):not(.grid) {
  padding: 0;
}

ol {
  line-height: 1.5;
  margin: 0 0 1em;
  padding-left: 2.25em;
}

ol > li {
  line-height: 1.5;
  margin-top: 1em;
}

/* Breadcrumbs */
.breadcrumbs {
  padding-left: 0;
  margin-top: 20px;
}

.breadcrumbs li {
  font-size: 13.6px;
  font-size: 0.85rem;
  border-left: 1px solid #262626;
  color: #d4450d;
  padding-left: 15px;
}

.breadcrumbs li a {
  font-size: 13.6px;
  font-size: 0.85rem;
  color: #262626;
  line-height: .85;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:first-child {
  border-left: none;
  padding-left: 0;
}

.breadcrumbs li:last-child {
  border-left: 1px solid #d4450d;
}

/* Other lists */
.social__links li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color, 0.25s, ease-in;
  -moz-transition: background-color, 0.25s, ease-in;
  transition: background-color, 0.25s, ease-in;
  background-color: #d4450d;
  height: 44px;
  padding: 0px;
  margin: 8px 3px 0 0;
  width: 44px;
}

.social__links li a {
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2");
  background-position: -1px -367px;
  background-size: 420%;
  display: block;
  height: 35px;
  width: 35px;
}

.social__links li a.social__link--facebook {
  background-position: -50px -367px;
}

.social__links li a.social__link--email {
  background-position: -101px -367px;
}

.social__links li:hover {
  -webkit-transition: background-color, 0.25s, ease-in;
  -moz-transition: background-color, 0.25s, ease-in;
  transition: background-color, 0.25s, ease-in;
  background-color: #a4350a;
}

/* Main */
body, html {
  font-size: 18px;
  height: 100%;
}

body.col-2, html.col-2 {
  background-color: #f7f7f7;
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0010/53695/bg.jpg?v=0.1.1");
  background-position: center center;
}

body.col-2 .column--primary, html.col-2 .column--primary {
  background-color: #fff;
}

body.col-1 .column--primary, html.col-1 .column--primary {
  background-color: #fff;
}

@media screen and (min-width: 60em) {
  body, html {
    font-size: 16px;
  }
}

p img {
  float: left;
  margin-right: 15px;
}

p img.pull-right {
  margin-left: 15px;
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  p img {
    margin-bottom: 15px;
    width: 100%;
  }
}

.no-flexbox .column-container {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

#page-wrapper {
  overflow: hidden;
}

.main {
  display: block;
  position: relative;
  z-index: 1;
}

/* Overlay */
.overlay {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 499;
  width: 100%;
}

.logo {
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0003/53094/logo.png?v=0.1.1");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 100px;
  width: 210px;
}

/* Login */
.login {
  color: #fff;
}

.login::after {
  background-position: 0 -390px;
  background-size: auto;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  right: 0;
  width: 50px;
}

/* Media items */
.image-with-caption {
  width: auto;
}

.image-with-caption img {
  width: 100%;
}

.image-with-caption .caption {
  font-size: 16px;
  font-size: 1rem;
  background-color: #ccc;
  line-height: 1.5;
  margin-top: -7px;
  padding: 20px 25px;
  width: 100%;
}

/* Modals and popups */
/* Nav */
nav {
  background-color: #efefef;
  display: block;
  position: relative;
  z-index: 10;
}

.no-flexbox nav {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.nav__background {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  height: auto;
  max-height: 1px;
  opacity: 0;
  visibility: hidden;
  background-color: #ccc;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 4;
}

.nav__background.is-active {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  height: auto;
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

.main-nav {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  height: auto;
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

.main-nav li {
  position: relative;
}

.main-nav li.has-children::after, .main-nav li.item--home::after {
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  transition: transform 0.25s;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -8px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d4450d;
  margin-top: 0;
  top: 19.66667px;
}

.main-nav li.has-children.is-active::after, .main-nav li.item--home.is-active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  transition: transform 0.25s;
}

.main-nav a {
  text-decoration: none;
}

.main-nav > li:last-child {
  border-bottom: 4px solid #d4450d;
}

.main-nav > li:last-child a {
  color: #d4450d;
}

.main-nav > li.has-children::after, .main-nav > li.item--home::after {
  top: 24px;
}

@media screen and (max-width: 45em) {
  .main-nav > li.has-children::after, .main-nav > li.item--home::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 45em) {
  .main-nav > li.item--home::after {
    content: none;
  }
}

.main-nav::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 3000px;
  margin-left: -1500px;
  height: 9999px;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.main-nav.is-active::before {
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  visibility: visible;
  opacity: 1;
}

.main-nav:not(.is-active) {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  height: auto;
  max-height: 1px;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 60em) {
  .main-nav {
    padding: 0 15px;
  }
  .main-nav::before {
    top: 50px;
  }
  .main-nav.is-active > li .menu__submenu {
    -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
    -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
    transition: visibility 0.5s ease, opacity 0.5s ease;
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
  }
  .main-nav.is-active > li .menu__submenu a:hover {
    text-decoration: underline;
  }
  .main-nav.is-active > li.item--first::before {
    opacity: 1;
    visibility: visible;
  }
  .main-nav:not(.is-active) > li .menu__submenu {
    -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
    -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
    transition: visibility 0.5s ease, opacity 0.5s ease;
    max-height: 1px;
    opacity: 0;
    visibility: hidden;
  }
  .main-nav.is-active, .main-nav:not(.is-active) {
    opacity: 1;
    margin: 0 auto;
    max-height: 9999px;
    max-width: 1322px;
    visibility: visible;
    width: 100%;
  }
  .main-nav.is-active .nav__search,
  .main-nav.is-active .nav__login, .main-nav:not(.is-active) .nav__search,
  .main-nav:not(.is-active) .nav__login {
    display: none;
  }
  .main-nav.is-active > li, .main-nav:not(.is-active) > li {
    border-bottom: none;
    display: inline-block;
    max-height: 50px;
    padding: 0 80px;
    vertical-align: top;
    width: auto;
  }
  .main-nav.is-active > li > a, .main-nav:not(.is-active) > li > a {
    font-weight: 100;
    padding: 0 15px;
    margin-left: -15px;
  }
  .main-nav.is-active > li a, .main-nav:not(.is-active) > li a {
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    -moz-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
  }
  .main-nav.is-active > li a:hover, .main-nav:not(.is-active) > li a:hover {
    text-decoration: none;
  }
  .main-nav.is-active > li.is-current > a, .main-nav.is-active > li.is-active > a, .main-nav:not(.is-active) > li.is-current > a, .main-nav:not(.is-active) > li.is-active > a {
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    -moz-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
    background-color: #d4450d;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
  }
  .main-nav.is-active > li.has-children::after, .main-nav.is-active > li.item--home::after, .main-nav:not(.is-active) > li.has-children::after, .main-nav:not(.is-active) > li.item--home::after {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #d4450d;
    height: 14px;
    left: 0;
    width: 1px;
    right: auto;
    top: 50%;
    margin-top: -7px;
  }
  .main-nav.is-active > li.has-children.is-active li a, .main-nav.is-active > li.item--home.is-active li a, .main-nav:not(.is-active) > li.has-children.is-active li a, .main-nav:not(.is-active) > li.item--home.is-active li a {
    font-weight: 600;
  }
  .main-nav.is-active > li.has-children.is-active::after, .main-nav.is-active > li.item--home.is-active::after, .main-nav:not(.is-active) > li.has-children.is-active::after, .main-nav:not(.is-active) > li.item--home.is-active::after {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
  }
  .main-nav.is-active > li.has-children.item--first, .main-nav.is-active > li.item--home.item--first, .main-nav:not(.is-active) > li.has-children.item--first, .main-nav:not(.is-active) > li.item--home.item--first {
    padding-left: 0;
    padding-right: 100px;
  }
  .main-nav.is-active > li.has-children.item--first .menu__submenu li a, .main-nav.is-active > li.item--home.item--first .menu__submenu li a, .main-nav:not(.is-active) > li.has-children.item--first .menu__submenu li a, .main-nav:not(.is-active) > li.item--home.item--first .menu__submenu li a {
    display: inline-block;
    position: relative;
  }
  .main-nav.is-active > li.has-children.item--first .menu__submenu li a::after, .main-nav.is-active > li.item--home.item--first .menu__submenu li a::after, .main-nav:not(.is-active) > li.has-children.item--first .menu__submenu li a::after, .main-nav:not(.is-active) > li.item--home.item--first .menu__submenu li a::after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    margin-top: -5px;
    top: 50%;
    width: 0;
    right: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d4450d;
    right: -5px;
  }
  .main-nav.is-active > li.has-children.item--first .menu__submenu::after, .main-nav.is-active > li.item--home.item--first .menu__submenu::after, .main-nav:not(.is-active) > li.has-children.item--first .menu__submenu::after, .main-nav:not(.is-active) > li.item--home.item--first .menu__submenu::after {
    background-color: transparent;
  }
  .main-nav.is-active > li.has-children.item--home::after, .main-nav.is-active > li.item--home.item--home::after, .main-nav:not(.is-active) > li.has-children.item--home::after, .main-nav:not(.is-active) > li.item--home.item--home::after {
    background-color: transparent;
  }
  .main-nav.is-active > li.item--home, .main-nav:not(.is-active) > li.item--home {
    padding: 0 11px;
  }
  .main-nav.is-active > li.item--home::after, .main-nav:not(.is-active) > li.item--home::after {
    right: 0;
  }
  .main-nav.is-active > li.item--home a, .main-nav:not(.is-active) > li.item--home a {
    padding: 0;
    margin: 0;
    width: 60px;
    height: 50px;
    background: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2") no-repeat 14px -491px;
    text-indent: -9999px;
  }
  .main-nav.is-active > li.item--home a:focus, .main-nav.is-active > li.item--home a:hover, .main-nav:not(.is-active) > li.item--home a:focus, .main-nav:not(.is-active) > li.item--home a:hover {
    background: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2") no-repeat -36px -491px #d4450d;
  }
  .main-nav.is-active > li:last-child, .main-nav:not(.is-active) > li:last-child {
    float: right;
    padding: 0;
    text-align: right;
  }
  .main-nav.is-active > li:last-child a, .main-nav:not(.is-active) > li:last-child a {
    padding-right: 0;
  }
  .main-nav.is-active > li:last-child::after, .main-nav:not(.is-active) > li:last-child::after {
    background-color: #d4450d;
    bottom: 0;
    content: '';
    height: 4px;
    position: absolute;
    right: 0;
    width: 115px;
  }
  .main-nav.is-active > li:last-child:hover::after, .main-nav:not(.is-active) > li:last-child:hover::after {
    content: none;
  }
  .main-nav.is-active li .menu__submenu, .main-nav:not(.is-active) li .menu__submenu {
    margin-top: 25px;
    overflow: visible;
    padding-left: 0;
    position: relative;
    vertical-align: top;
    width: 0;
  }
  .main-nav.is-active li .menu__submenu li, .main-nav:not(.is-active) li .menu__submenu li {
    background-color: transparent;
    width: 270px;
  }
  .main-nav.is-active li .menu__submenu li a, .main-nav:not(.is-active) li .menu__submenu li a {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 100;
    line-height: 2.5;
    max-width: 90%;
    padding-left: 0;
  }
  .main-nav.is-active li .menu__submenu::after, .main-nav:not(.is-active) li .menu__submenu::after {
    background-color: #4f4c4d;
    content: '';
    display: block;
    height: 88%;
    position: absolute;
    right: 45px;
    top: 10px;
    width: 1px;
  }
}

@media screen and (min-width: 85em) {
  .main-nav {
    padding: 0px;
  }
}

.nav__toggle.is-active {
  background-position: -65px 0;
}

@media screen and (min-width: 60em) {
  .nav__toggle {
    display: none;
  }
}

.main-nav, .nav--inside {
  color: #262626;
  position: relative;
}

.no-flexbox .main-nav, .no-flexbox .nav--inside {
  margin-top: 25px;
}

.main-nav > li, .nav--inside > li {
  border-bottom: 1px solid #d4450d;
}

.main-nav li a, .nav--inside li a {
  display: block;
  text-transform: uppercase;
  letter-spacing: .15rem;
}

.main-nav .menu__submenu li a, .nav--inside .menu__submenu li a {
  color: #231f20;
  text-transform: none;
  font-weight: 600;
}

.main-nav .menu__submenu li .menu__submenu li a, .nav--inside .menu__submenu li .menu__submenu li a {
  font-size: 13.6px;
  font-size: 0.85rem;
}

/* Inside nav */
.inside-nav__toggle {
  background-color: #efefef;
  color: #231f20;
  clear: both;
  display: block;
  position: relative;
  top: 0;
  z-index: 7;
}

.inside-nav__toggle a {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .175rem;
  padding-right: 60px;
  text-decoration: none;
  text-transform: uppercase;
}

.inside-nav__toggle a:hover {
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .inside-nav__toggle {
    display: none;
  }
}

@media screen and (max-width: 45em) {
  .inside-nav__toggle a {
    padding: 19px 60px 19px 15px;
  }
  .inside-nav__toggle h3 {
    margin: 0;
  }
}

@media screen and (min-width: 45em) {
  .inside-nav__toggle a {
    padding: 17px 60px 17px 15px;
  }
  .inside-nav__toggle h3 {
    margin: 0;
  }
}

.inside-nav__btn {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.inside-nav__btn::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -8px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d4450d;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.inside-nav__toggle.is-active .inside-nav__btn::after {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  right: 10px;
}

.nav--inside {
  -webkit-transition: top 0.65s ease;
  -moz-transition: top 0.65s ease;
  transition: top 0.65s ease;
  border-top: 1px solid #ccc;
  display: block;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 6;
}

.nav--inside li {
  position: relative;
}

.nav--inside li.has-children::after, .nav--inside li.item--home::after {
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  transition: transform 0.25s;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -8px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #18337b;
  margin-top: 0;
  top: 19.66667px;
}

.nav--inside li.has-children.is-active::after, .nav--inside li.item--home.is-active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  transition: transform 0.25s;
}

.nav--inside a {
  text-decoration: none;
}

.nav--inside a:hover {
  color: #262626;
  text-decoration: underline;
}

.nav--inside h3 {
  display: none;
}

.nav--inside .menu__submenu {
  font-weight: 400;
}

.nav--inside:not(.is-active) {
  -webkit-transition: top 0.65s ease;
  -moz-transition: top 0.65s ease;
  transition: top 0.65s ease;
  top: -5000px;
}

.nav--inside li {
  background-color: #f7f7f7;
  border-color: #ccc;
  padding: 0 10px;
}

.nav--inside li a {
  font-weight: 600;
  line-height: 50px;
  padding-left: 10px;
  text-transform: none;
}

.nav--inside li.has-submenu::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav--inside li .menu__submenu {
  overflow: hidden;
}

.nav--inside li .menu__submenu li a {
  font-weight: 100;
  padding-left: 15px;
}

.nav--inside li .menu__submenu li.is-active a {
  font-weight: 900;
}

.nav--inside li.is-active a {
  color: #18337b;
}

.nav--inside::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 3000px;
  margin-left: -1500px;
  height: 9999px;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.nav--inside.is-active::before {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 60em) {
  .nav--inside {
    border-top: none;
    position: static;
  }
  .nav--inside li {
    padding: 0;
  }
  .nav--inside li .menu__submenu li a {
    padding-left: 25px;
  }
  .nav--inside h3 {
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
  }
}

/* Search */
.search__toggle {
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #d4450d;
  display: block;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
}

.header__actions.is-active .search__toggle,
.nav__search.is-active .search__toggle {
  background-position: -35px -322px;
}

.search__toggle:hover {
  background-color: #a4350a;
}

.form--search {
  -webkit-transition: width 0.65s ease;
  -moz-transition: width 0.65s ease;
  transition: width 0.65s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  background-color: #231f20;
  position: relative;
  padding-right: 70px;
  overflow: hidden;
  width: 0;
}

.form--search input[type="text"] {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.15rem;
  height: 40px;
  margin: 10px 0 12px 0;
  min-height: 40px;
  padding: 0;
}

.form--search input[type="text"]:focus {
  outline: 2px solid transparent;
}

.form--search input[type="submit"] {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background-color: transparent;
  background-image: url("https://www.commsalliance.com.au/__data/assets/image/0005/53096/ui-icons.png?v=0.1.2");
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  right: 55px;
  text-indent: -9999px;
}

.header__actions .form--search input[type="submit"] {
  margin-top: -35px;
}

.header__actions.is-active .form--search {
  width: 330px;
}

.header__actions.is-active .form--search input[type="submit"] {
  opacity: 1;
}

.nav__search .form--search {
  background-color: #efefef;
  display: none;
  height: 60px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
}

.nav__search .form--search input[type="text"] {
  border-bottom: none;
  color: #262626;
}

.nav__search .form--search input[type="submit"] {
  opacity: 1;
  background-position: -77px -324px;
  right: 55px;
}

.nav__search.is-active .form--search {
  display: block;
}

/* Tables */
table tr th, table.c-theme__tbl tr th {
  color: #fff;
  font-weight: 400;
  padding: 25px;
  white-space: nowrap;
}

table ul li, table.c-theme__tbl ul li {
  line-height: 1.35;
}

table ul li::before, table.c-theme__tbl ul li::before {
  top: 6px;
}

table ul li ul li::before, table.c-theme__tbl ul li ul li::before {
  margin-top: -10px;
}

form table, form table.c-theme__tbl {
  width: 100%;
  overflow: hidden;
}

form table tr:nth-child(odd) td,
form table tr:nth-child(odd) td:first-child, form table tr:nth-child(even) td,
form table tr:nth-child(even) td:first-child, form table.c-theme__tbl tr:nth-child(odd) td,
form table.c-theme__tbl tr:nth-child(odd) td:first-child, form table.c-theme__tbl tr:nth-child(even) td,
form table.c-theme__tbl tr:nth-child(even) td:first-child {
  background-color: #fff;
  display: block;
  padding: 0 0 0 5px;
  width: 100%;
}

form table tr:nth-child(odd) td ul,
form table tr:nth-child(odd) td:first-child ul, form table tr:nth-child(even) td ul,
form table tr:nth-child(even) td:first-child ul, form table.c-theme__tbl tr:nth-child(odd) td ul,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul, form table.c-theme__tbl tr:nth-child(even) td ul,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul {
  margin: 15px 0;
}

form table tr:nth-child(odd) td ul li,
form table tr:nth-child(odd) td:first-child ul li, form table tr:nth-child(even) td ul li,
form table tr:nth-child(even) td:first-child ul li, form table.c-theme__tbl tr:nth-child(odd) td ul li,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul li, form table.c-theme__tbl tr:nth-child(even) td ul li,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul li {
  padding-left: 0;
}

.no-flexbox form table tr:nth-child(odd) td,
.no-flexboxlegacy form table tr:nth-child(odd) td, .no-flexbox
form table tr:nth-child(odd) td:first-child,
.no-flexboxlegacy
form table tr:nth-child(odd) td:first-child, .no-flexbox form table tr:nth-child(even) td,
.no-flexboxlegacy form table tr:nth-child(even) td, .no-flexbox
form table tr:nth-child(even) td:first-child,
.no-flexboxlegacy
form table tr:nth-child(even) td:first-child, .no-flexbox form table.c-theme__tbl tr:nth-child(odd) td,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(odd) td, .no-flexbox
form table.c-theme__tbl tr:nth-child(odd) td:first-child,
.no-flexboxlegacy
form table.c-theme__tbl tr:nth-child(odd) td:first-child, .no-flexbox form table.c-theme__tbl tr:nth-child(even) td,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(even) td, .no-flexbox
form table.c-theme__tbl tr:nth-child(even) td:first-child,
.no-flexboxlegacy
form table.c-theme__tbl tr:nth-child(even) td:first-child {
  float: left;
  width: 97%;
}

form table tr:nth-child(odd) td:first-child, form table tr:nth-child(even) td:first-child, form table.c-theme__tbl tr:nth-child(odd) td:first-child, form table.c-theme__tbl tr:nth-child(even) td:first-child {
  font-weight: bold;
}

.no-flexbox form table tr:nth-child(odd) td:first-child,
.no-flexboxlegacy form table tr:nth-child(odd) td:first-child, .no-flexbox form table tr:nth-child(even) td:first-child,
.no-flexboxlegacy form table tr:nth-child(even) td:first-child, .no-flexbox form table.c-theme__tbl tr:nth-child(odd) td:first-child,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(odd) td:first-child, .no-flexbox form table.c-theme__tbl tr:nth-child(even) td:first-child,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(even) td:first-child {
  float: left;
}

table.c-theme__tbl {
  border: 0;
  width: unset;
  border-collapse: collapse;
  margin: .5em 0;
}

table.c-theme__tbl tr:nth-child(even) td,
table.c-theme__tbl tr:nth-child(even) td:first-child, table.c-theme__tbl tr:nth-child(odd) td,
table.c-theme__tbl tr:nth-child(odd) td:first-child {
  background-color: inherit;
}

table.c-theme__tbl tr tr.info,
table.c-theme__tbl tr tr.has-filters {
  background-color: #fff;
}

table.c-theme__tbl tr th {
  background: inherit;
  color: inherit;
  padding: 0;
}

table.c-theme__tbl td {
  border: 0;
  padding: 0;
}

table.c-theme__tbl caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: unset;
}

form table.c-theme__tbl {
  width: 100%;
  overflow: hidden;
}

form table.c-theme__tbl tr:nth-child(odd) td,
form table.c-theme__tbl tr:nth-child(odd) td:first-child, form table.c-theme__tbl tr:nth-child(even) td,
form table.c-theme__tbl tr:nth-child(even) td:first-child {
  background-color: inherit;
  display: table-cell;
  padding: 0 0 0 5px;
  width: auto;
}

form table.c-theme__tbl tr:nth-child(odd) td ul,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul, form table.c-theme__tbl tr:nth-child(even) td ul,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul {
  margin: 15px 0;
}

form table.c-theme__tbl tr:nth-child(odd) td ul li,
form table.c-theme__tbl tr:nth-child(odd) td:first-child ul li, form table.c-theme__tbl tr:nth-child(even) td ul li,
form table.c-theme__tbl tr:nth-child(even) td:first-child ul li {
  padding-left: 0;
}

.no-flexbox form table.c-theme__tbl tr:nth-child(odd) td,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(odd) td, .no-flexbox
form table.c-theme__tbl tr:nth-child(odd) td:first-child,
.no-flexboxlegacy
form table.c-theme__tbl tr:nth-child(odd) td:first-child, .no-flexbox form table.c-theme__tbl tr:nth-child(even) td,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(even) td, .no-flexbox
form table.c-theme__tbl tr:nth-child(even) td:first-child,
.no-flexboxlegacy
form table.c-theme__tbl tr:nth-child(even) td:first-child {
  float: none;
  width: inherit;
}

form table.c-theme__tbl tr:nth-child(odd) td:first-child, form table.c-theme__tbl tr:nth-child(even) td:first-child {
  font-weight: inherit;
}

.no-flexbox form table.c-theme__tbl tr:nth-child(odd) td:first-child,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(odd) td:first-child, .no-flexbox form table.c-theme__tbl tr:nth-child(even) td:first-child,
.no-flexboxlegacy form table.c-theme__tbl tr:nth-child(even) td:first-child {
  float: none;
}

form table.c-theme__tbl li {
  line-height: 1.35;
}

form table.c-theme__tbl li::before {
  content: none;
}

form table.c-theme__tbl li ul li::before {
  margin-top: -10px;
}

.table-wrapper {
  width: 100%;
  max-width: 100%;
}

form .table-wrapper {
  overflow: hidden;
}

/* Tile list */
.tile__arrow {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -8px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d4450d;
  margin-left: 0;
  top: 18px;
  right: -15px;
}

.tile--red .tile__arrow {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -8px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
  margin-left: 0;
  top: 18px;
  right: -15px;
}

.tile__social {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.tile__social h5 {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
}

.tile__social .social__links {
  margin-top: 0;
}

@media screen and (min-width: 45em) {
  .tile__social {
    bottom: 35px;
  }
}

@media screen and (min-width: 60em) {
  .tile__social {
    bottom: 45px;
    left: auto;
    right: 10px;
  }
}

.tile__underline {
  background-color: #fff;
  display: block;
  height: 2px;
  margin-bottom: 15px;
  width: 60px;
}

.tile--text .tile__underline {
  left: 0;
  margin-left: 0;
  margin-top: 12px;
}

.tile--intro .tile__underline {
  margin-top: 12px;
}

.tile--image .tile__underline,
.tile--headline .tile__underline {
  margin: 15px auto;
}

.tile--feature .tile__underline {
  width: 50px;
  margin: 15px auto;
}

.tile {
  -webkit-transition: background-color, 0.2s, ease-in;
  -moz-transition: background-color, 0.2s, ease-in;
  transition: background-color, 0.2s, ease-in;
  background-color: #231f20;
  height: 155px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
}

.tile h4 {
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  font-weight: 100;
  letter-spacing: .25rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}

.tile h4:not(.centered) {
  display: inline-block;
}

.tile--headline .tile h4 {
  color: yellow !important;
}

.tile p {
  line-height: 2;
}

@media screen and (min-width: 45em) {
  .tile {
    height: 310px;
  }
  .tile h4 {
    margin-top: 0;
  }
}

.tile--intro {
  text-align: left;
  height: 310px;
}

.tile--intro h3 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .25rem;
  line-height: 1.4;
  margin-top: 0;
}

@media screen and (min-width: 45em) {
  .tile--intro h3 {
    font-size: 36px;
    font-size: 2.25rem;
    max-width: 70%;
  }
}

@media screen and (min-width: 60em) {
  .tile--intro {
    padding: 20px 30px;
  }
  .tile--intro h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 85em) {
  .tile--intro h3 {
    font-size: 44px;
    font-size: 2.75rem;
    letter-spacing: .25rem;
    max-width: 60%;
  }
}

.tile--text {
  height: 310px;
  padding-right: 30px;
  text-align: left;
}

.tile--text a {
  text-decoration: none;
}

.tile--text ul {
  margin-top: 30px;
}

.tile--text ul li {
  line-height: 1.5;
  margin: 5px 0 8px 0;
}

.tile--text ul li::before {
  background-color: #fff;
  content: '';
  top: 9px;
  left: 5px;
}

.no-flexbox .tile--text ul li::before,
.no-flexboxlegacy .tile--text ul li::before {
  top: 5px;
}

.tile--text ul li::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  margin-top: -5px;
  top: 50%;
  width: 0;
  right: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #d4450d;
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
  position: static;
}

.tile--text h4::after {
  content: none;
}

@media screen and (min-width: 45em) {
  .tile--text {
    height: 310px;
    padding-right: 15px;
  }
  .tile--text ul {
    margin-top: 30px;
  }
  .tile--text ul li {
    margin: 8px 0;
  }
  .no-flexbox .tile--text {
    padding-right: 40px;
  }
}

.tile--headline p {
  position: absolute;
  bottom: 105px;
  left: 5px;
  margin: 0 auto;
  width: 100%;
}

.tile--headline, .tile--image {
  display: table;
  width: 100%;
}

.tile--headline .tile__content, .tile--image .tile__content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.tile--headline p, .tile--image p {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  display: block;
  opacity: 0;
  text-align: center;
  z-index: 7;
}

@media screen and (min-width: 60em) {
  .tile--headline:hover h4, .tile--image:hover h4 {
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .tile--headline:hover p, .tile--image:hover p {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 1;
  }
}

.tile--sub-heading {
  padding: 10px 0;
  text-align: center;
}

.tile--sub-heading h4 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #262626;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

.tile--image {
  background-color: transparent;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.tile--image::after {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  background-color: #16327a;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 60em) {
  .tile--image:hover::after {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.8;
  }
}

.tile--image h4 {
  margin-top: 20px;
  z-index: 7;
}

.tile--image p {
  display: none;
  position: relative;
}

@media screen and (min-width: 45em) {
  .tile--image {
    background-size: 100% auto;
  }
  .tile--image h4 {
    margin-top: 57px;
  }
  .tile--image p {
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .tile--image {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-size: auto 100%;
    position: relative;
  }
  .tile--image:hover {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-size: auto 110%;
  }
}

.tile--feature {
  display: none;
  height: 500px;
  position: relative;
}

.tile--feature::after {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  background-color: #16327a;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 60em) {
  .tile--feature:hover::after {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.3;
  }
}

.tile--feature h4 {
  font-weight: 500;
}

.tile--feature .tile__content {
  bottom: 15px;
  left: 0;
  padding: 15px 30px;
  position: absolute;
  z-index: 6;
}

.tile--feature .tile__content p {
  line-height: 1.5;
}

.tile--feature .tile__content a {
  text-decoration: none;
}

.tile--feature .tile__tag {
  background-color: #d4450d;
  display: inline-block;
  line-height: 2;
  margin-top: 15px;
  padding: 0 40px;
  position: relative;
  z-index: 8;
}

.tile--feature .tile__btn {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: color, 0.25s, ease-in;
  -moz-transition: color, 0.25s, ease-in;
  transition: color, 0.25s, ease-in;
  color: #d4450d;
  font-weight: 600;
  letter-spacing: .175rem;
  text-transform: uppercase;
}

.tile__link:hover .tile--feature .tile__btn {
  -webkit-transition: color, 0.25s, ease-in;
  -moz-transition: color, 0.25s, ease-in;
  transition: color, 0.25s, ease-in;
  color: #fff;
}

@media screen and (min-width: 45em) {
  .tile--feature {
    background-position: center center;
    background-size: 100% auto;
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .tile--feature {
    background-position: bottom center;
    background-size: auto 100%;
    height: 630px;
  }
}

.tile--slider {
  padding: 0;
  height: 375px;
}

@media screen and (min-width: 45em) {
  .tile--slider {
    height: 500px;
  }
  .tile--slider .slide {
    height: 500px;
  }
}

.tile.tile--red {
  background-color: #d4450d;
}

@media screen and (min-width: 60em) {
  .tile.tile--red:hover {
    -webkit-transition: background-color, 0.2s, ease-in;
    -moz-transition: background-color, 0.2s, ease-in;
    transition: background-color, 0.2s, ease-in;
    background-color: dFarken(#d4450d, 10%);
  }
}

.tile--blue {
  background-color: #18337b;
}

@media screen and (min-width: 60em) {
  .tile--blue:hover {
    -webkit-transition: background-color, 0.2s, ease-in;
    -moz-transition: background-color, 0.2s, ease-in;
    transition: background-color, 0.2s, ease-in;
    background-color: #102150;
  }
}

.gallery-nav {
  margin-top: 10px;
}

.gallery-nav .slide {
  margin-right: 10px;
}

.gallery-nav .slide, .gallery-nav .slide__content {
  background-size: cover;
  height: 60px;
}

@media screen and (min-width: 45em) {
  .gallery-nav .slide, .gallery-nav .slide__content {
    height: 100px;
  }
}

.content-slider .slide,
.gallery-slider .slide {
  position: relative;
  height: 375px;
}

@media screen and (min-width: 45em) {
  .content-slider .slide,
  .gallery-slider .slide {
    height: 375px;
  }
}

.content-slider .slide__content,
.gallery-slider .slide__content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-justify-content: center;
  background-size: cover;
  flex-direction: column;
  height: 500px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.no-js .content-slider .slide__content,
.no-flexbox .content-slider .slide__content, .no-js
.gallery-slider .slide__content,
.no-flexbox
.gallery-slider .slide__content {
  display: table;
}

.flexbox .content-slider .slide__content, .flexbox
.gallery-slider .slide__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.no-flexbox .content-slider .slide__content, .no-flexbox
.gallery-slider .slide__content {
  width: 100%;
}

.no-flexbox .content-slider .slide__content > *, .no-flexbox
.gallery-slider .slide__content > * {
  display: table-cell;
}

.no-flexbox .content-slider .slide__content, .no-flexbox
.gallery-slider .slide__content {
  display: block;
}

@media screen and (max-width: 45em) {
  .content-slider,
  .gallery-slider {
    height: 375px;
  }
  .content-slider .slide__content,
  .gallery-slider .slide__content {
    height: 375px;
  }
}

.content-slider .slide__info,
.gallery-slider .slide__info {
  background-color: #d4450d;
  color: #fff;
  margin: 0 auto;
  padding: 20px;
  width: 70%;
}

.content-slider .slide__info h4,
.gallery-slider .slide__info h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-slider .slide__info p,
.gallery-slider .slide__info p {
  display: none;
}

.no-flexbox .content-slider .slide__info, .no-flexbox
.gallery-slider .slide__info {
  position: absolute;
  height: 240px;
  left: 15%;
  top: 130px;
  width: 70%;
}

.content-slider .slick-arrow,
.gallery-slider .slick-arrow {
  font-size: 40px;
  font-size: 2.5rem;
  background-color: transparent;
  color: #d4450d;
  border: none;
  height: 50px;
  line-height: 50px;
  left: -9999px;
  margin-top: -30px;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 10;
}

.content-slider .slick-arrow:focus,
.gallery-slider .slick-arrow:focus {
  outline: none;
}

@media screen and (min-width: 45em) {
  .content-slider .slick-arrow,
  .gallery-slider .slick-arrow {
    left: 20px;
  }
  .content-slider .slick-arrow.slick-next,
  .gallery-slider .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
}

@media screen and (min-width: 60em) {
  .content-slider .slick-arrow,
  .gallery-slider .slick-arrow {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.content-slider .slick-dots,
.gallery-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}

.content-slider .slick-dots li,
.gallery-slider .slick-dots li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
  cursor: pointer;
}

.content-slider .slick-dots li.slick-active,
.gallery-slider .slick-dots li.slick-active {
  background-color: #d4450d;
  border-color: #d4450d;
}

.content-slider .slick-dots li::before,
.gallery-slider .slick-dots li::before {
  content: none;
}

@media screen and (min-width: 45em) {
  .content-slider .slide,
  .gallery-slider .slide {
    height: 500px;
  }
  .content-slider .slide__info h4,
  .gallery-slider .slide__info h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .content-slider .slide__info p,
  .gallery-slider .slide__info p {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    line-height: 1.5;
  }
}

@media screen and (min-width: 60em) {
  .content-slider .slide,
  .gallery-slider .slide {
    height: 500px;
  }
  .content-slider .slide__info h4,
  .gallery-slider .slide__info h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .content-slider .slide__info p,
  .gallery-slider .slide__info p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 45em) {
  .content-slider img,
  .gallery-slider img {
    height: 100%;
  }
}

@media screen and (min-width: 60em) {
  .content-slider h4,
  .gallery-slider h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .content-slider .slick-dots,
  .gallery-slider .slick-dots {
    bottom: 20px;
  }
}

.tile--slider {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 45em) {
  .tile--slider--industry {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}

.tile--slider--community {
  height: 500px;
  margin-bottom: 30px;
  overflow: visible;
}

.tile--slider--community img {
  height: auto;
  width: 100%;
}

.tile--slider--community .content-slider .slide__content {
  display: block;
}

.tile--slider--community .tile,
.tile--slider--community .slide,
.tile--slider--community .slide__content {
  height: 500px;
}

.tile--slider--community .slick-dots {
  bottom: -160px;
}

.tile--slider--community .slick-dots li {
  border-color: #d4450d;
}

@media screen and (min-width: 45em) {
  .tile--slider--community {
    display: none;
  }
}

@media screen and (min-width: 45em) and (max-width: 59.9em) {
  .grid__col--m-span-all {
    width: 100%;
  }
}

/* Tabs & Accordions */
/* ZD136439 */
.accordion li.is-active div.item__content ul li {
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}

.accordion li.is-active div.item__content ul li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #18337b;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.accordion li.is-active div.item__content ul li ul li::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2px;
  top: 20px;
  width: 12px;
}

.accordion li.is-active div.item__content ol {
  counter-reset: list;
}

.accordion li.is-active div.item__content ol > li {
  line-height: 1.5;
  padding-left: 0;
}

.accordion li.is-active div.item__content ol > li::before {
  color: #18337b;
  content: counter(list) ". ";
  counter-increment: list;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -30px;
  text-align: left;
  width: 25px;
  height: 0;
}

.accordion li.is-active div.item__content ol > li ol > li::before {
  content: counter(list, lower-latin) ". ";
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*changes made for sdnsw-2935*/
  .main {
    margin-top: 170px;
  }
  .header {
     position: fixed;
  }
  nav {
    width: 100%;
    position: fixed;
  }
  
  .nav__toggle {
      top: 30px;
  }
  .nav__background {
    top: 170px;
  }
  
  @media screen and (min-width: 60em){
      .header {
         z-index: 11;
      }
      nav {
            padding-top: 120px;
      }
  }
  @media screen and (max-width: 59.99em){
      .main-nav {
            position: fixed;
            width: 100%;
            margin-top: 100px;
      }
      .main {
            margin-top: 100px;
      }
  }

/*# sourceMappingURL=main.css.map */
.invisible.show.show, .invisible.show {
 visibility: visible;
}