@charset "UTF-8";
/*!
	Theme Name: Acknowledge Wordpress Theme
	Theme URI: http://gdj.com.au/
	Version: 1.0
	Author: Grant Day James
	Author URI: http://gdj.com.au/
	Description: Acknowledge Wordpress Theme  */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

body.mce-content-body {
  background-color: #ebebeb;
  margin: 0 10px 40px;
}

@media screen and (min-width: 980px) {
  body.mce-content-body {
    margin: 0 48px 40px;
  }
}

.page-template-default:not(.home), body.error404 {
  background-color: #ebebeb;
}

.page-template-default:not(.home) main, body.error404 main {
  margin: 0 10px 40px;
}

@media screen and (min-width: 980px) {
  .page-template-default:not(.home) main, body.error404 main {
    margin: 0 auto;
  }
}

@media screen and (min-width: 980px) {
  body.error404 .site-content {
    width: 100%;
  }
}

.page-template-default:not(.home) main, body.mce-content-body, body.error404 main, body.page-template-about-page .content {
  width: auto;
  max-width: 995px;
  font-size: 16px;
  font-family: "Univers LT W01_55 Roman1475956", Arial, serif;
}

@media screen and (min-width: 980px) {
  .page-template-default:not(.home) main, body.mce-content-body, body.error404 main, body.page-template-about-page .content {
    width: 100%;
  }
}

.page-template-default:not(.home) main a, body.mce-content-body a, body.error404 main a, body.page-template-about-page .content a {
  color: #00a1e1;
  text-decoration: none;
}

.page-template-default:not(.home) main a:hover, body.mce-content-body a:hover, body.error404 main a:hover, body.page-template-about-page .content a:hover {
  text-decoration: underline;
}

.page-template-default:not(.home) main a:focus, body.mce-content-body a:focus, body.error404 main a:focus, body.page-template-about-page .content a:focus {
  outline: #00a1e1 auto 5px;
}

.page-template-default:not(.home) main h1, .page-template-default:not(.home) main h2, .page-template-default:not(.home) main h3, .page-template-default:not(.home) main h4, .page-template-default:not(.home) main h5, .page-template-default:not(.home) main h6, body.mce-content-body h1, body.mce-content-body h2, body.mce-content-body h3, body.mce-content-body h4, body.mce-content-body h5, body.mce-content-body h6, body.error404 main h1, body.error404 main h2, body.error404 main h3, body.error404 main h4, body.error404 main h5, body.error404 main h6, body.page-template-about-page .content h1, body.page-template-about-page .content h2, body.page-template-about-page .content h3, body.page-template-about-page .content h4, body.page-template-about-page .content h5, body.page-template-about-page .content h6 {
  font-family: "Univers LT W01_57 Conde1476010", Arial, serif;
  font-weight: normal;
}

.page-template-default:not(.home) main h1, body.mce-content-body h1, body.error404 main h1, body.page-template-about-page .content h1 {
  font-size: 40px;
  letter-spacing: -1px;
  margin: 40px 0px;
  color: #00a1e1;
}

.page-template-default:not(.home) main h2, body.mce-content-body h2, body.error404 main h2, body.page-template-about-page .content h2 {
  font-size: 25px;
  margin-bottom: 29px;
}

.page-template-default:not(.home) main h3, body.mce-content-body h3, body.error404 main h3, body.page-template-about-page .content h3 {
  color: #00a1e1;
  font-size: 20px;
  font-family: "Univers LT W01_57 Condensed", Arial, serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 2px;
  border-bottom: 3px solid #fff;
  margin-bottom: 29px;
}

.page-template-default:not(.home) main h4, body.mce-content-body h4, body.error404 main h4, body.page-template-about-page .content h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.page-template-default:not(.home) main ul, body.mce-content-body ul, body.error404 main ul, body.page-template-about-page .content ul {
  list-style: none;
  padding-left: 10px;
}

.page-template-default:not(.home) main ul li, body.mce-content-body ul li, body.error404 main ul li, body.page-template-about-page .content ul li {
  padding-bottom: 10px;
}

.page-template-default:not(.home) main ul li::before, body.mce-content-body ul li::before, body.error404 main ul li::before, body.page-template-about-page .content ul li::before {
  content: "– ";
}

.page-template-default:not(.home) main p:last-child, body.mce-content-body p:last-child, body.error404 main p:last-child, body.page-template-about-page .content p:last-child {
  margin-bottom: 40px;
}

input:required {
  box-shadow: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #00a1e1 inset !important;
}

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

.alignleft {
  float: left;
}

.alignleft.margin {
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
}

.alignright.margin {
  margin: 0.5em 0 0.5em 1em;
}

@media screen and (min-width: 980px) {
  .container {
    margin: 0 auto;
    max-width: 995px;
  }
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 10px;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px) {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (min-width: 980px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1180px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

.columns:last-child {
  margin-bottom: -10px;
}

.columns:not(:last-child) {
  margin-bottom: 10px;
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .columns.is-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.is-grid > .column {
    max-width: 33.3333%;
    padding: 10px;
    width: 33.3333%;
  }
  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .columns {
    width: 100%;
  }
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.is-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 980px) and (max-width: 1179px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1180px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .site .site-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.site > header.header {
  background-color: #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 980px) {
  .site > header.header {
    padding: 14px 48px 15px;
  }
}

@media screen and (min-width: 980px) {
  .site > header.header {
    display: block;
  }
}

.site > header.header .logo {
  float: left;
  display: block;
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 19px 10px;
  width: 220px;
  height: 41px;
}

@media screen and (min-width: 769px) {
  .site > header.header .logo {
    width: 237px;
    height: 44px;
    margin: 18px 10px;
  }
}

@media screen and (min-width: 980px) {
  .site > header.header .logo {
    margin: 0;
  }
}

.site > header.header .logo:hover {
  background-image: url('img/logo-hover.png');
}

.site > header.header .logo::before {
  content: '';
  visibility: hidden;
  opacity: 0;
  background: url('img/logo-hover.png') no-repeat;
}

.menu {
  float: right;
  list-style: none;
  margin: -14px 0 -15px;
  font-family: "Univers LT W01_57 Condensed", Arial, serif;
  font-size: 14px;
}

.menu > .menu-item {
  float: left;
  padding: 30px 0 27px;
  position: relative;
}

.menu > .menu-item:not(:first-child):before {
  content: "|";
  color: white;
  margin: 0 15px;
}

.menu > .menu-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 3px solid #000;
}

.menu > .menu-item:last-child {
  padding-right: 0;
}

.menu > .menu-item.current-menu-item a, .menu > .menu-item:hover a {
  border-bottom-color: #fff;
}

.menu .sub-menu {
  background-color: #ddd;
  position: absolute;
  z-index: 5;
  top: 73px;
  list-style: none;
  padding: 0;
  min-width: 200px;
  display: none;
}

.menu .sub-menu a {
  padding: 10px 20px;
  color: #000;
  border: 0;
  display: block;
}

.menu .sub-menu a:hover {
  background-color: #fff;
}

.menu .menu-item:hover .sub-menu {
  display: inherit;
}

.nav-toggle {
  cursor: pointer;
  display: block;
  height: 80px;
  position: relative;
  width: 80px;
}

.nav-toggle span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  -webkit-transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, transform;
  transition-property: background, left, opacity, transform, -webkit-transform;
  width: 15px;
}

.nav-toggle span:nth-child(1) {
  margin-top: -6px;
}

.nav-toggle span:nth-child(2) {
  margin-top: -1px;
}

.nav-toggle span:nth-child(3) {
  margin-top: 4px;
}

.nav-toggle:hover {
  background-color: #00a1e1;
}

.nav-toggle.is-active span {
  background-color: #fff;
}

.nav-toggle.is-active span:nth-child(1) {
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

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

.nav-menu {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Univers LT W01_57 Condensed", Arial, serif;
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-menu.is-active {
  max-height: 1000px;
  padding-top: 20px;
  padding-left: 35px;
  padding-bottom: 20px;
}

.nav-menu a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.nav-menu li {
  margin-bottom: 20px;
}

.nav-menu li .sub-menu {
  margin-top: 20px;
}

footer.footer {
  background-color: #000;
  padding: 52px 10px;
  color: #fff;
  font-family: "Univers LT W01_55 Roman1475956", Arial, serif;
  font-size: 12px;
}

@media screen and (min-width: 980px) {
  footer.footer {
    padding: 52px 47px;
  }
}

@media screen and (min-width: 769px) {
  .first-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .first-line .menu-bottom-menu-container {
    width: 30%;
  }
  .first-line .contact {
    width: 30%;
  }
  .first-line .social-links {
    width: 40%;
  }
}

.first-line ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.first-line ul li {
  margin-bottom: 13px;
}

.first-line ul a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 3px solid #000;
}

.first-line ul a:hover {
  border-color: #fff;
}

.provider {
  width: 100%;
  margin-top: 30px;
  float: left;
  line-height: 18px;
}

.logos:not(.column) {
  margin-top: 40px;
  margin-left: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logos:not(.column):before {
  content: '' !important;
}

@media screen and (min-width: 980px) {
  .logos:not(.column) {
    float: left;
    margin-top: 20px;
    margin-left: -20px;
    display: block;
  }
}

.logos:not(.column) a {
  width: 65px;
  height: 51px;
  display: inline-block;
  margin: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  zoom: 0.6;
}

@media screen and (min-width: 980px) {
  .logos:not(.column) a {
    margin: 0 20px;
  }
}

.logos:not(.column) a.studymelb {
  width: 135px;
  background: url('img/footer-studymelb.png') no-repeat;
}

.logos:not(.column) a.ipa {
  width: 270px;
  background: url('img/footer-ipa.png') no-repeat;
}

.logos:not(.column) a.acpet {
  width: 183px;
  background: url('img/footer-acpet.png') no-repeat;
}

.logos:not(.column) a.future {
  width: 196px;
  background: url('img/footer-future.png') no-repeat;
}

.logos:not(.column) a.acwa {
  width: 86px;
  height: 80px;
  background: url('img/footer-acwa.png') no-repeat;
}

.logos:not(.column) a.nrt {
  width: 100px;
  height: 80px;
  background: url('img/footer-nrt.png') no-repeat;
}

.logos:not(.column) a.cpa {
  width: 241px;
  background: url('img/footer-cpa.png') no-repeat;
}

.logos:not(.column) a.neas {
  width: 110px;
  background: url('img/Z5462_NEAS_QEC_25YEARS_monoReverse.jpg') no-repeat;
}

.contact {
  font-family: "Univers LT W01_45 Light1475944", Arial, serif;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 40px;
  }
}

.contact p:first-child {
  margin-top: 0;
}

.contact .contact-title {
  color: #999999;
}

@media screen and (max-width: 768px) {
  .social-links {
    margin-top: 40px;
  }
}

@media screen and (min-width: 980px) {
  .social-links {
    text-align: right;
  }
}

.social-links .footer-social-label {
  font-family: "Univers LT W01_45 Light1475944", Arial, serif;
  color: #999999;
  margin-bottom: 15px;
}

.social-links a {
  width: 19px;
  height: 21px;
  display: inline-block;
  float: none;
  margin: 0px 2px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-links a:hover {
  opacity: 0.7;
}

.social-links a.vimeo {
  background-image: url('img/vimeo.svg');
}

.social-links a.instagram {
  background-image: url('img/instagram.svg');
}

.social-links a.facebook {
  background-image: url('img/facebook.svg');
}

.footer-websites {
  width: 100%;
  margin: 40px 0;
}

@media screen and (min-width: 769px) {
  .footer-websites {
    width: auto;
    margin: 0 auto 20px;
  }
}

.footer-websites a {
  width: 65px;
  height: 62px;
  display: inline-block;
  zoom: 1;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url('img/logos/logo-hover-acknowledge.png');
  background-size: 336px;
}

@media screen and (max-width: 768px) {
  .footer-websites a {
    zoom: 0.5;
    margin: 0 20px;
  }
}

@media screen and (min-width: 980px) {
  .footer-websites a {
    margin: 0 10px;
  }
}

.footer-websites a:hover {
  background-image: url('img/logos/logo-acknowledge.png');
}

.footer-websites a:before {
  content: '';
  visibility: hidden;
  opacity: 0;
  background-image: url('img/logos/logo-acknowledge.png');
}

.footer-websites a.creativity {
  width: 63px;
  background-image: url('img/logos/logo-hover-creativity.png');
}

.footer-websites a.creativity:hover {
  background-image: url('img/logos/logo-creativity.png');
}

.footer-websites a.creativity:before {
  content: '';
  visibility: hidden;
  opacity: 0;
  background-image: url('img/logos/logo-creativity.png');
}

.footer-websites a.melbourne {
  width: 60px;
  background-image: url('img/logos/logo-hover-melbourne.png');
}

.footer-websites a.melbourne:hover {
  background-image: url('img/logos/logo-melbourne.png');
}

.footer-websites a.melbourne:before {
  content: '';
  visibility: hidden;
  opacity: 0;
  background-image: url('img/logos/logo-melbourne.png');
}

.footer-websites a.stotts {
  width: 55px;
  background-image: url('img/logos/logo-hover-stotts.png');
}

.footer-websites a.stotts:hover {
  background-image: url('img/logos/logo-stotts.png');
}

.footer-websites a.stotts:before {
  content: '';
  visibility: hidden;
  opacity: 0;
  background-image: url('img/logos/logo-stotts.png');
}

.footer-websites a.front {
  width: 62px;
  background-image: url('img/logos/logo-hover-front.png');
}

.footer-websites a.front:hover {
  background-image: url('img/logos/logo-front.png');
}

.footer-websites a.front:before {
  content: '';
  visibility: hidden;
  opacity: 0;
  background-image: url('img/logos/logo-front.png');
}

.agents-groups, .agents-groups ul {
  padding: 0 !important;
}

.agents-groups li::before, .agents-groups ul li::before {
  content: "" !important;
}

.agents-groups .group-name, .agents-groups ul .group-name {
  font-size: 16px;
  font-family: "Univers LT W01_57 Condensed", Arial, serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 2px;
  border-bottom: 3px solid #fff;
  margin-bottom: 19px;
  margin-top: 10px;
  position: relative;
  display: block;
}

.agents-groups .group-name .arrow, .agents-groups ul .group-name .arrow {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.agents-groups .agents, .agents-groups ul .agents {
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}

.agents-groups .agents li, .agents-groups ul .agents li {
  padding-left: 22px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
}

.agents-groups .agents li .agent-email, .agents-groups ul .agents li .agent-email {
  text-decoration: underline;
  font-family: "Univers LT W01_57 Conde1476010", Arial, serif;
  position: absolute;
  right: 22px;
}

.agents-groups .opened .arrow {
  border-bottom: 11px solid #00a1e1;
}

.agents-groups .closed ul {
  max-height: 0px;
}

.agents-groups .closed .arrow {
  border-top: 11px solid #00a1e1;
}

.agent-name {
  cursor: pointer;
  font-weight: bold;
}

.agent-name .agent-arrow {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #00a1e1;
}

.agent-name.agent-closed .agent-arrow {
  border-top: 11px solid #00a1e1;
  border-bottom: 0;
}

.agent-details {
  display: none;
  margin: 20px 0 10px;
  font-size: 13px;
}

.agent-details.open {
  display: block;
}

.agent-details p {
  margin: 0;
  margin-bottom: 0 !important;
  line-height: 18px;
}

.formcraft-css select {
  background-position: 99% 59% !important;
  background-size: 15px !important;
  background-image: url('img/select-icon.png') !important;
}

html .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button {
  background-color: #ebebeb !important;
  text-shadow: none;
}

html .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button span {
  font-family: "Univers LT W01_57 Condensed", Arial, serif;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: none !important;
  border-bottom: 3px solid #00a1e1;
  padding-bottom: 7px;
}

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list div {
  width: auto  !important;
}

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li {
  padding-bottom: 0 !important;
}

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li:before {
  display: none !important;
}

.page-template-about-page .column.photo {
  min-height: 350px;
  background-image: url('img/about.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-template-about-page .site .site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-about-page iframe {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 350px;
}

.page-template-about-page .content-1, .page-template-about-page .content-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-about-page .content-1 h1, .page-template-about-page .content-1 h2, .page-template-about-page .content-2 h1, .page-template-about-page .content-2 h2 {
  font-family: "Univers LT W01_57 Conde1476010", Arial, serif;
  font-style: italic;
}

.page-template-about-page .content-1 h1, .page-template-about-page .content-2 h1 {
  font-size: 40px;
}

.page-template-about-page .content-1 h2, .page-template-about-page .content-2 h2 {
  font-size: 24px;
}

@media screen and (min-width: 980px) {
  .page-template-about-page .content-1 {
    min-height: 510px;
  }
}

.page-template-about-page .content-1 .content-container {
  padding: 30px 10px 70px;
}

@media screen and (min-width: 980px) {
  .page-template-about-page .content-1 .content-container {
    padding: 36px;
  }
}

.page-template-about-page .content-2 {
  background-color: #000;
  color: #fff;
  font-style: italic;
  position: relative;
  font-family: "Univers LT W01_57 Conde1476010", Arial, serif;
  font-size: 22px;
  line-height: 26px;
  background-size: cover;
}

@media screen and (min-width: 980px) {
  .page-template-about-page .content-2 {
    min-height: 250px;
  }
}

.page-template-about-page .content-2 .content-container {
  padding: 70px 10px;
}

@media screen and (min-width: 980px) {
  .page-template-about-page .content-2 .content-container {
    padding: 36px;
  }
}

.page-template-about-page .content-2::before {
  font-style: normal;
  position: absolute;
  content: 'Case Study';
  font-style: italic;
  font-family: "Univers LT W01_57 Conde1476010", Arial, serif;
  font-size: 20px;
  top: 26px;
  left: 10px;
}

@media screen and (min-width: 980px) {
  .page-template-about-page .content-2::before {
    left: 36px;
  }
}

.page-template-about-page .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.page-template-about-page .logos:before {
  content: 'Our Institutions';
  font-style: italic;
  font-family: "Univers LT W01_57 Conde1476010", Arial, serif;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

.page-template-about-page .logos .columns {
  width: 100%;
  margin: 0;
}

.page-template-about-page .logos .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0;
  padding: 40px;
}

@media screen and (min-width: 980px) {
  .page-template-about-page .logos .column {
    padding: 20px;
    height: 20vmax;
    width: 20vmax;
  }
}

@media screen and (min-width: 1180px) {
  .page-template-about-page .logos .column {
    height: 23vmax;
    width: 23vmax;
  }
}

.page-template-about-page .logos .column:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.page-template-about-page .logos .column.creativity:before {
  background-image: url('img/AE-Website Creativity.jpg');
}

.page-template-about-page .logos .column.melbourne:before {
  background-image: url('img/AE-Website Melb Lang.jpg');
}

.page-template-about-page .logos .column.stotts:before {
  background-image: url('img/AE-Website Stotts.jpg');
}

.page-template-about-page .logos .column.front:before {
  background-image: url('img/AE-Website Front.jpg');
}

.page-template-about-page .logos img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  body.home main.site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

body.home main.site-content .columns {
  width: 100%;
}

body.home main.site-content .columns.is-gapless > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.home main.site-content .home-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 !important;
  width: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 50vw;
}

@media screen and (min-width: 769px) {
  body.home main.site-content .home-box {
    padding: 30px;
    min-height: 695px;
    height: auto;
  }
}

body.home main.site-content .home-box img {
  min-height: 0;
  max-width: 50%;
  padding: 20px;
}

@media screen and (min-width: 769px) {
  body.home main.site-content .home-box img {
    padding: 30px;
    max-width: 100%;
  }
}

body.home main.site-content .home-box .visit {
  border-bottom: 3px solid #fff;
  padding-bottom: 4px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  body.home main.site-content .home-box .visit {
    margin-top: 42px;
  }
}

body.home main.site-content .home-box .visit span {
  text-transform: uppercase;
  font-family: "Univers LT W01_57 Condensed", Arial, serif;
  font-size: 16px;
}

body.home main.site-content .home-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

body.home main.site-content .home-box:hover:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

body.home main.site-content .home-box.creativity:before {
  background-image: url('img/AE-Website Creativity.jpg');
}

body.home main.site-content .home-box.melbourne:before {
  background-image: url('img/AE-Website Melb Lang.jpg');
}

body.home main.site-content .home-box.stotts:before {
  background-image: url('img/AE-Website Stotts.jpg');
}

body.home main.site-content .home-box.front:before {
  background-image: url('img/AE-Website Front.jpg');
}

.table {
  background-color: #ebebeb;
  color: black;
  margin-bottom: 20px;
  width: 100%;
}

.table td,
.table th {
  border: 1px solid black;
  border-width: 0 0 1px;
  padding: 8px 10px;
  vertical-align: top;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table th {
  color: black;
  text-align: left;
}

.table tr:hover {
  background-color: #CCC;
}

.table thead {
  background-color: #CCC;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: black;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: black;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 5px 10px;
}

.table.is-striped tbody tr:nth-child(even) {
  background-color: #BBB;
}

.table.is-striped tbody tr:nth-child(even):hover {
  background-color: #CCC;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .site > header.header .logo{
    background-image: url('img/logo@2x.png');
    background-size: cover;
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .site > header.header .logo:hover{
    background-image: url('img/logo-hover@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .site > header.header .logo::before{
    background: url('img/logo-hover@2x.png') no-repeat;
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a{
    background-image: url('img/logos/logo-hover-acknowledge@2x.png');
    background-size: 336px;
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a:hover{
    background-image: url('img/logos/logo-acknowledge@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a:before{
    background-image: url('img/logos/logo-acknowledge@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.creativity{
    background-image: url('img/logos/logo-hover-creativity@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.creativity:hover{
    background-image: url('img/logos/logo-creativity@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.creativity:before{
    background-image: url('img/logos/logo-creativity@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.melbourne{
    background-image: url('img/logos/logo-hover-melbourne@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.melbourne:hover{
    background-image: url('img/logos/logo-melbourne@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.melbourne:before{
    background-image: url('img/logos/logo-melbourne@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.stotts{
    background-image: url('img/logos/logo-hover-stotts@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.stotts:hover{
    background-image: url('img/logos/logo-stotts@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.stotts:before{
    background-image: url('img/logos/logo-stotts@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.front{
    background-image: url('img/logos/logo-hover-front@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.front:hover{
    background-image: url('img/logos/logo-front@2x.png');
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){
  .footer-websites a.front:before{
    background-image: url('img/logos/logo-front@2x.png');
  }
}
/*# sourceMappingURL=style.css.map */
