/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html,
*,
*:before,
*:after {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

input:focus {
  outline: none; }

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.inner--thin {
  width: 960px;
  margin: 0 auto; }

.inner--thinner {
  width: 760px;
  margin: 0 auto; }

.inner--thinnest {
  width: 560px;
  margin: 0 auto; }

.grid {
  letter-spacing: -1em;
  font-size: 0;
  margin: 20px -20px; }
  .grid > [class*="grid_"] {
    padding: 0 20px; }

.grid > [class*="grid_"] {
  display: inline-block;
  letter-spacing: normal;
  font-size: 20px; }

.grid_1-2 {
  width: 50%; }

.grid_1-3 {
  width: 33.33333%; }

.grid_2-3 {
  width: 66.66667%; }

.grid_1-4 {
  width: 25%; }

.grid_3-4 {
  width: 75%; }

.grid_1-5 {
  width: 20%; }

.grid_2-5 {
  width: 40%; }

.grid_3-5 {
  width: 60%; }

.grid_4-5 {
  width: 80%; }

.grid_1-6 {
  width: 16.66667%; }

.grid_5-6 {
  width: 83.33333%; }

.grid_1-8 {
  width: 12.5%; }

.grid_3-8 {
  width: 37.5%; }

.grid_5-8 {
  width: 62.5%; }

.grid_7-8 {
  width: 87.5%; }

.grid_1-10 {
  width: 10%; }

.grid_3-10 {
  width: 30%; }

.grid_7-10 {
  width: 70%; }

.grid_9-10 {
  width: 90%; }

.grid_1-12 {
  width: 8.33333%; }

.grid_5-12 {
  width: 41.66667%; }

.grid_7-12 {
  width: 58.33333%; }

.grid_11-12 {
  width: 91.66667%; }

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px; } }

body {
  color: #424242;
  font-family: "ff-enzo-web", sans-serif;
  font-size: 20px;
  line-height: 30px; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

strong,
b {
  font-weight: 600; }

em,
i {
  font-style: italic; }

h1 {
  font-size: 57px;
  line-height: 57px;
  letter-spacing: 2px; }

h2 {
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 2px; }

h3 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 2px; }

h4 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 2px; }

p {
  letter-spacing: 1px; }

small {
  letter-spacing: 1px; }

.content h1,
.content h2,
.content h3,
.content p {
  margin: 0 0 20px; }

.content a {
  color: #cc642e; }
  .content a.button {
    color: #fff; }

.content ul {
  margin: 0 0 20px; }
  .content ul li {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px; }

@media (max-width: 600px) {
  h1 {
    font-size: 48px;
    line-height: 48px; }
  h3 {
    font-size: 32px;
    line-height: 38px; } }

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

.button--center {
  text-align: center; }

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

.button, .frm_submit input, .frm_submit button {
  display: inline-block;
  position: relative;
  padding: 7px 20px;
  transition: 0.2s;
  cursor: pointer;
  background: #cc642e;
  color: #fff;
  letter-spacing: 2px; }
  .button:hover, .frm_submit input:hover, .frm_submit button:hover {
    background: #67686a; }
  .button.button--light, .frm_submit input.button--light, .frm_submit button.button--light {
    background: #fff;
    color: #424242; }

.frm_submit {
  text-align: right; }
  .frm_submit input, .frm_submit button {
    border: none;
    font-family: "ff-enzo-web", sans-serif;
    font-size: 18px;
    color: #ffffff;
    appearance: none; }
  .frm_submit img {
    display: none; }

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  padding: 0 20px; }
  .mobile_menu_button p {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #eeeeee; }

.lines-button {
  float: left;
  padding: 8px 5px 8px 0;
  margin: 3px 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase; }
  .lines-button.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 2rem; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
  .lines-button.x2 .lines {
    -webkit-transition: background 0.3s 0.5s ease;
    transition: background 0.3s 0.5s ease; }
    .lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease; }
  .lines-button.x2.close .lines {
    -webkit-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    background: transparent; }
    .lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, transform 0.3s 0.5s ease;
      top: 0;
      width: 2rem; }
    .lines-button.x2.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x2.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.lines {
  display: inline-block;
  float: left;
  width: 25px;
  margin-right: 2px;
  height: 0.25rem;
  background: #eeeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 25px;
    height: 0.25rem;
    background: #eeeeee;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.14286rem center;
    -ms-transform-origin: 0.14286rem center;
    transform-origin: 0.14286rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

::-webkit-input-placeholder {
  color: #424242; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #424242; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242; }

:-ms-input-placeholder {
  color: #424242; }

.frm_form_field {
  margin: 0 0 12px; }
  .frm_form_field .frm_primary_label {
    display: none; }
  .frm_form_field input,
  .frm_form_field textarea,
  .frm_form_field select {
    font-family: "ff-enzo-web", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    color: #424242;
    appearance: none;
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
    border: 2px solid #cc642e; }
    .frm_form_field input:focus,
    .frm_form_field textarea:focus,
    .frm_form_field select:focus {
      outline: none; }
  .frm_form_field select {
    cursor: pointer; }

.frm_hidden {
  display: none; }

.event_archive .page_header h1 {
  margin: 0 0 50px; }

.event_archive .page_header p {
  margin: 0 0 50px; }

.event_archive .page_header .venue_filter {
  position: relative;
  width: 40%;
  min-width: 300px;
  margin: 0 auto; }
  .event_archive .page_header .venue_filter select {
    -webkit-appearance: none;
    font-family: "ff-enzo-web", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    color: #424242;
    appearance: none;
    width: 100%;
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid #cc642e; }
  .event_archive .page_header .venue_filter:after {
    content: "";
    right: 20px;
    top: 18px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #cc642e transparent transparent transparent; }

.event_archive .posts h1 {
  width: 100%;
  display: block;
  clear: both;
  margin: 70px 0 0px; }
  .event_archive .posts h1:first-of-type {
    margin-top: 0; }

.event_archive .posts .event_archive__single {
  width: 100%;
  padding: 40px 0;
  display: block;
  position: relative;
  border-bottom: 2px solid #cc642e; }
  .event_archive .posts .event_archive__single h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 5px;
    color: #424242;
    transition: 0.2s;
    -webkit-transition: 0.2s; }
    .event_archive .posts .event_archive__single h3:hover {
      color: #cc642e; }
  .event_archive .posts .event_archive__single h4 {
    margin: 0 0 15px;
    color: #8e8e8e; }
  .event_archive .posts .event_archive__single small {
    color: #cc642e;
    display: block; }
    .event_archive .posts .event_archive__single small span:after {
      content: ", "; }
    .event_archive .posts .event_archive__single small span:last-of-type:after {
      display: none; }
  .event_archive .posts .event_archive__single a.button {
    position: absolute;
    right: 0;
    bottom: 40px; }

@media (max-width: 950px) {
  .event_archive .posts .event_archive__single a.button {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    width: 220px;
    text-align: center;
    margin: 40px auto 0; } }

@media (max-width: 660px) {
  .event_archive .posts .event_archive__single small:nth-of-type(2) {
    border-top: 1px solid #d6d6d6;
    padding-top: 4px;
    margin-top: 4px;
    display: inline-block; } }

a {
  text-decoration: none; }

ul,
ol {
  padding: 0 0 0 20px; }

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.sprite {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 630px;
  background-image: url(assets/images/sprite.png); }
  .sprite.sprite--before {
    background-image: none;
    background-size: auto; }
    .sprite.sprite--before:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0;
      display: block;
      background-size: 100px;
      background-image: url(assets/images/sprite.png); }

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

img {
  height: auto; }

.fade {
  transition: 0.2s; }

#cboxOverlay {
  background: rgba(0, 0, 0, 0.99); }

#cboxWrapper #cboxMiddleLeft, #cboxWrapper #cboxMiddleRight, #cboxWrapper #cboxTopLeft, #cboxWrapper #cboxTopCenter, #cboxWrapper #cboxTopRight, #cboxWrapper #cboxBottomLeft, #cboxWrapper #cboxBottomCenter, #cboxWrapper #cboxBottomRight {
  display: none; }

#cboxWrapper #cboxContent {
  border: 20px solid rgba(0, 0, 0, 0.55); }
  #cboxWrapper #cboxContent #cboxCurrent {
    display: none; }

.header {
  background-color: #cc642e;
  padding: 50px 0; }
  .header .logo {
    width: 420px;
    display: inline-block;
    vertical-align: middle; }
    .header .logo svg {
      width: 100%; }
  .header .header__nav {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 20px; }
    .header .header__nav .menu {
      list-style: none; }
      .header .header__nav .menu li {
        display: inline-block;
        margin: 0 30px; }
        .header .header__nav .menu li a {
          color: #fff;
          letter-spacing: 2px;
          padding: 0 0 5px; }
        .header .header__nav .menu li:first-of-type {
          margin-left: 0; }
        .header .header__nav .menu li:last-of-type {
          margin-right: 0; }
        .header .header__nav .menu li.current-menu-item a, .header .header__nav .menu li:hover a, .header .header__nav .menu li.menu_child a {
          border-bottom: 2px solid #fff; }

@media (max-width: 1200px) {
  .header .logo {
    margin: 0 auto 30px;
    width: 30%;
    display: block; }
  .header .header__nav {
    width: 100%;
    padding: 0; }
    .header .header__nav .menu {
      padding: 0;
      text-align: center; } }

@media (max-width: 1040px) {
  .header {
    padding: 30px 0 20px; }
    .header .logo {
      width: 45%; }
    .header .header__nav {
      position: relative; }
      .header .header__nav .menu-main-menu-container {
        display: none;
        position: absolute;
        left: -20px;
        right: -20px;
        top: 54px;
        padding: 20px 0;
        background: #67686a; }
        .header .header__nav .menu-main-menu-container li {
          opacity: 0;
          transition: 1s; }
          .header .header__nav .menu-main-menu-container li.li_show {
            opacity: 1; }
      .header .header__nav .mobile_menu_button {
        display: block !important;
        text-align: left;
        padding: 0;
        width: 110px; }
        .header .header__nav .mobile_menu_button .lines-button {
          margin-top: 7px; }
        .header .header__nav .mobile_menu_button p {
          font-weight: 200; } }

@media (max-width: 920px) {
  .header .logo {
    width: 50%; }
  .header .header__nav .menu li {
    display: block;
    margin: 10px 0 !important; } }

@media (max-width: 650px) {
  .header .logo {
    width: 70%; } }

@media (max-width: 500px) {
  .header .logo {
    width: 90%; } }

.footer_testimonials {
  text-align: center;
  padding: 60px 0;
  background: #cc642e; }
  .footer_testimonials .footer_slider {
    transition: 0.2s; }
    .footer_testimonials .footer_slider .wpmslider-viewport {
      border: none !important; }
      .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner {
        border: none; }
        .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-heading {
          display: none; }
        .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-content {
          text-align: center; }
          .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-content .testimonial-image {
            display: block;
            margin: 0 auto 20px;
            width: 20%;
            float: none; }
            .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-content .testimonial-image a {
              display: block; }
              .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-content .testimonial-image a img {
                width: 100%;
                height: auto;
                border-radius: 50%;
                border: none;
                padding: 0; }
          .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-content p {
            color: #fff;
            width: 100%;
            clear: both; }
        .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-client {
          text-align: center; }
          .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-client .testimonial-name {
            color: #fff;
            font-weight: 500; }
          .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-client .testimonial-company {
            color: #fff; }

.footer_signup {
  text-align: center;
  padding: 60px 0; }
  .footer_signup h3 {
    color: #cc642e;
    margin: 0 0 30px; }
  .footer_signup #mc_embed_signup .mc-field-group {
    display: inline-block;
    margin: 0 7px; }
    .footer_signup #mc_embed_signup .mc-field-group input {
      width: 390px;
      font-size: 20px;
      color: #424242;
      padding: 10px 15px;
      border: 2px solid #cc642e; }
    .footer_signup #mc_embed_signup .mc-field-group .mce_inline_error {
      font-size: 16px;
      color: #cc642e;
      font-weight: 500;
      background: transparent; }
  .footer_signup #mc_embed_signup .submit {
    display: inline-block;
    margin: 0 7px; }
    .footer_signup #mc_embed_signup .submit input[type="submit"] {
      font-size: 20px;
      color: #fff;
      background: #cc642e;
      padding: 10px 15px;
      border: 0; }
      .footer_signup #mc_embed_signup .submit input[type="submit"]:hover {
        background: #67686a; }

.footer {
  background-color: #fff;
  padding: 45px 0;
  border-top: 2px solid #cc642e; }
  .footer img {
    width: 262px;
    display: inline-block;
    vertical-align: middle; }
  .footer__text {
    padding: 0 0 0 140px;
    display: inline-block;
    vertical-align: middle;
    width: 469px; }
    .footer__text p {
      color: #000;
      font-size: 16px; }
      .footer__text p a {
        color: #000; }
        .footer__text p a:hover {
          text-decoration: underline; }
    .footer__text_email span {
      color: #fff;
      font-size: 16px;
      padding: 0;
      margin: 0 5px 0 0;
      width: 30px;
      border-radius: 50%;
      background: #cc642e;
      display: inline-block;
      text-align: center; }
    .footer__text_email a {
      font-size: 20px;
      color: #000; }
    .footer__text_phone {
      margin: 10px 0 0; }
      .footer__text_phone p {
        font-size: 19px;
        display: inline-block;
        vertical-align: middle; }
        .footer__text_phone p a {
          color: #000; }
  .footer_address {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 420px; }
    .footer_address p {
      color: #000;
      font-size: 20px; }
  .footer .footer_copy {
    text-align: center;
    margin: 40px 0 0; }
    .footer .footer_copy p {
      font-size: 16px;
      color: #000; }
      .footer .footer_copy p a {
        color: #000;
        text-decoration: underline; }

@media (max-width: 1200px) {
  .footer img {
    margin: 0 auto 30px;
    display: block; }
  .footer__text {
    width: 100%;
    padding: 0;
    text-align: center; }
  .footer_address {
    width: 100%;
    text-align: center;
    padding: 20px 0 0; } }

@media (max-width: 980px) {
  .footer_signup #mc_embed_signup .mc-field-group input {
    width: 300px; } }

@media (max-width: 800px) {
  .footer_signup #mc_embed_signup {
    padding: 0 20%;
    text-align: center; }
    .footer_signup #mc_embed_signup .mc-field-group {
      width: 100%;
      margin: 0 0 12px; } }

@media (max-width: 600px) {
  .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-content .testimonial-image {
    width: 30%; } }

@media (max-width: 500px) {
  .footer_testimonials .footer_slider .wpmslider-viewport .testimonial .testimonial-inner .testimonial-content .testimonial-image {
    width: 40%; }
  .footer_signup #mc_embed_signup {
    padding: 0; }
    .footer_signup #mc_embed_signup .mc-field-group input {
      width: 100%; } }

.front_content .page_header {
  background-image: url("assets/images/waves_bg.jpg"); }

.front_content h1 {
  margin: 0 0 60px; }

.front_content p {
  margin: 0 0 35px; }

.front_content .front_why {
  text-align: center;
  padding: 60px 0;
  background: #fff; }

.front_content .front_banner {
  background-image: url("assets/images/front_bg2.jpg");
  height: 465px; }

.front_content .front_courses {
  text-align: center;
  padding: 60px 0; }

.page.page_about .about_banner {
  background-image: url("assets/images/about_banner.jpg"); }

.page.page_about .about_findout {
  padding: 80px 0;
  text-align: center;
  letter-spacing: -1em;
  font-size: 0; }
  .page.page_about .about_findout h1 {
    margin: 0 0 30px; }
  .page.page_about .about_findout__link {
    letter-spacing: normal;
    font-size: 20px;
    display: inline-block;
    width: 195px;
    height: 195px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 45px 0;
    margin: 20px; }
    .page.page_about .about_findout__link span {
      width: 100px;
      height: 63px;
      background-position: 16px -1px; }
    .page.page_about .about_findout__link p {
      color: #fff;
      font-size: 25px; }
    .page.page_about .about_findout__link:hover {
      background: #fff; }
      .page.page_about .about_findout__link:hover span {
        background-position: -92px -1px; }
      .page.page_about .about_findout__link:hover p {
        color: #cc642e; }
    .page.page_about .about_findout__link.partners span {
      background-position: -1px -76px; }
    .page.page_about .about_findout__link.partners:hover span {
      background-position: -140px -76px; }
    .page.page_about .about_findout__link.clients span {
      background-position: 12px -147px; }
    .page.page_about .about_findout__link.clients:hover span {
      background-position: -109px -147px; }
    .page.page_about .about_findout__link.faqs span {
      background-position: 28px -229px; }
    .page.page_about .about_findout__link.faqs:hover span {
      background-position: -62px -229px; }

.page.page_about .about_nsw {
  padding: 60px 0;
  text-align: center; }
  .page.page_about .about_nsw img {
    width: 235px;
    margin: 0 0 30px; }
  .page.page_about .about_nsw p {
    margin: 0 0 40px; }

.page_clients .clients_loop {
  position: relative;
  text-align: left;
  margin: 60px -20px 20px;
  min-height: 800px; }
  .page_clients .clients_loop .single_client {
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    margin: 0 0 30px; }
    .page_clients .clients_loop .single_client img {
      width: 90%;
      height: auto;
      border-radius: 50%;
      margin: 0 auto;
      display: block; }
  .page_clients .clients_loop .client_popup {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: -60%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px 10%;
    text-align: left;
    opacity: 0;
    z-index: 6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
    letter-spacing: normal; }
    .page_clients .clients_loop .client_popup.client_popup--open {
      opacity: 1;
      z-index: 99;
      pointer-events: all; }
    .page_clients .clients_loop .client_popup .close {
      width: 40px;
      height: 40px;
      text-align: center;
      padding-top: 10px;
      font-size: 24px;
      color: #424242;
      position: absolute;
      top: 30px;
      right: 64px;
      cursor: pointer;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .page_clients .clients_loop .client_popup .close:hover {
        color: #cc642e; }
    .page_clients .clients_loop .client_popup .client_popup__image {
      margin: 0 3% 0 0;
      float: left;
      width: 15%; }
      .page_clients .clients_loop .client_popup .client_popup__image img {
        border-radius: 50%;
        width: 100%;
        height: auto; }
    .page_clients .clients_loop .client_popup .client_popup__content {
      width: 81%;
      float: left; }
      .page_clients .clients_loop .client_popup .client_popup__content .client_popup__content__name {
        margin: 0 0 20px; }
      .page_clients .clients_loop .client_popup .client_popup__content .client_popup__content__text p {
        font-size: 20px; }

.page_partners.page_clients .clients_loop {
  min-height: 800px; }

@media (max-width: 900px) {
  .page_clients .clients_loop .single_client {
    width: 33.33333%; } }

@media (max-width: 680px) {
  .page_clients .clients_loop .single_client {
    width: 50%; } }

@media (max-width: 600px) {
  .page_clients .clients_loop .client_popup {
    bottom: -100%; } }

@media (max-width: 550px) {
  .page_clients .clients_loop .single_client {
    width: 100%; }
    .page_clients .clients_loop .single_client img {
      width: 60%; }
  .page_clients .clients_loop .client_popup {
    padding: 30px 20px; }
    .page_clients .clients_loop .client_popup .close {
      top: 0;
      right: 0; }
    .page_clients .clients_loop .client_popup .client_popup__image {
      display: none; }
    .page_clients .clients_loop .client_popup .client_popup__content {
      width: 100%; }
      .page_clients .clients_loop .client_popup .client_popup__content h3 {
        font-size: 27px; } }

.page.courses_page img.nsw_logo {
  width: 180px;
  margin: 30px 0 0; }

.page.courses_page .courses_links {
  padding: 80px 0;
  background: #f1f2f2;
  text-align: center; }
  .page.courses_page .courses_links .button, .page.courses_page .courses_links .frm_submit input, .frm_submit .page.courses_page .courses_links input, .page.courses_page .courses_links .frm_submit button, .frm_submit .page.courses_page .courses_links button {
    font-size: 28px;
    padding: 14px 60px 12px;
    margin: 16px 0 0;
    transition: 0.2s;
    -webkit-transition: 0.2s; }
    .page.courses_page .courses_links .button:hover, .page.courses_page .courses_links .frm_submit input:hover, .frm_submit .page.courses_page .courses_links input:hover, .page.courses_page .courses_links .frm_submit button:hover, .frm_submit .page.courses_page .courses_links button:hover {
      background: #cc642e;
      color: #fff; }

.page.courses_page .grid_1-3:first-of-type .courses_links_single__rollover h4 {
  top: -63px; }

.page.courses_page .courses_links_single {
  text-align: center;
  height: 360px;
  position: relative;
  overflow: hidden;
  display: block; }
  .page.courses_page .courses_links_single.intro_courses {
    background-image: url("assets/images/course_intro.jpg"); }
  .page.courses_page .courses_links_single.inter_courses {
    background-image: url("assets/images/course_inter.jpg"); }
  .page.courses_page .courses_links_single.syll_courses {
    background-image: url("assets/images/course_syll.jpg"); }
  .page.courses_page .courses_links_single .courses_links_single__rollover {
    background: #f1f2f2;
    padding: 45px 30px 35px;
    position: absolute;
    bottom: -246px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.2s;
    -webkit-transition: 0.3s; }
    .page.courses_page .courses_links_single .courses_links_single__rollover h4 {
      background: #fff;
      color: #424242;
      padding: 10px;
      position: absolute;
      top: -27px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 240px;
      font-size: 25px; }
    .page.courses_page .courses_links_single .courses_links_single__rollover p {
      margin: 0 0 15px;
      color: #424242; }
  .page.courses_page .courses_links_single:hover .courses_links_single__rollover {
    background: #f7f7f7;
    bottom: 0; }

@media (max-width: 1180px) {
  .page.courses_page .courses_links_single .courses_links_single__rollover {
    bottom: -245px;
    padding: 45px 18px 35px; }
    .page.courses_page .courses_links_single .courses_links_single__rollover p {
      font-size: 18px; } }

@media (max-width: 1020px) {
  .page.courses_page .courses_links_single .courses_links_single__rollover {
    bottom: -246px;
    padding: 45px 10px 35px; } }

@media (max-width: 980px) {
  .page.courses_page .grid_1-3 {
    width: 100%; }
    .page.courses_page .grid_1-3 .courses_links_single {
      width: 380px;
      margin: 10px auto; }
      .page.courses_page .grid_1-3 .courses_links_single .courses_links_single__rollover {
        bottom: -215px; }
      .page.courses_page .grid_1-3 .courses_links_single:hover .courses_links_single__rollover {
        bottom: 0; } }

@media (max-width: 500px) {
  .page.courses_page .grid_1-3 {
    padding: 0; }
    .page.courses_page .grid_1-3 .courses_links_single {
      width: 340px; }
      .page.courses_page .grid_1-3 .courses_links_single .courses_links_single__rollover {
        bottom: -245px; } }

@media (max-width: 400px) {
  .page.courses_page .grid_1-3 .courses_links_single {
    width: 100%; }
    .page.courses_page .grid_1-3 .courses_links_single .courses_links_single__rollover {
      bottom: -210px; } }

.page.training_page img.nsw_logo {
  width: 180px;
  margin: 30px 0 0; }

.page.training_page .training_sec {
  padding: 80px 0;
  text-align: center;
  position: relative; }
  .page.training_page .training_sec.sec_grey {
    background: #f1f2f2; }
  .page.training_page .training_sec h2 {
    color: #cc642e;
    margin: 0 0 75px; }
  .page.training_page .training_sec__course {
    padding: 35px;
    margin: 45px 0;
    background: #fff;
    border: 2px solid #cc642e;
    display: block;
    transition: 0.2s; }
    .page.training_page .training_sec__course h3 {
      color: #cc642e;
      margin: 0 0 15px; }
    .page.training_page .training_sec__course h4 {
      color: #424242; }
  .page.training_page .training_sec a.training_sec__course:hover {
    background: #cc642e;
    cursor: pointer; }
    .page.training_page .training_sec a.training_sec__course:hover h3 {
      color: #fff; }
  .page.training_page .training_sec .training_arrow {
    width: 40px;
    height: 44px;
    background-position: -1px -343px;
    margin: 20px 0; }
    .page.training_page .training_sec .training_arrow.training_arrow__overlap {
      position: absolute;
      bottom: -21px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 9; }
  .page.training_page .training_sec .training_label {
    color: #cc642e;
    margin: 20px 0 0; }
  .page.training_page .training_sec .training_sec__syll_loop {
    text-align: left; }
    .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 {
      vertical-align: top;
      text-align: center; }
      .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 .training_sec__course {
        padding: 35px 20px;
        margin: 30px 0;
        min-height: 191px; }
        .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 .training_sec__course h4 {
          color: #cc642e;
          margin: 0 0 15px;
          font-size: 23px;
          line-height: 33px; }
        .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 .training_sec__course p {
          color: #424242; }
      .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 a.training_sec__course:hover {
        background: #cc642e; }
        .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 a.training_sec__course:hover h4 {
          color: #fff; }

@media (max-width: 980px) {
  .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 {
    width: 50%; } }

@media (max-width: 650px) {
  .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 {
    width: 100%; }
    .page.training_page .training_sec .training_sec__syll_loop .grid_1-3 .training_sec__course {
      min-height: 0; } }

.page_header {
  text-align: center;
  padding: 100px 0; }
  .page_header h1 {
    margin: 0;
    color: #424242; }
  .page_header p {
    color: #424242;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 2px;
    margin: 50px 0 0; }
    .page_header p span {
      color: #cc642e; }

.page .content {
  text-align: center;
  padding: 80px 0; }

.page .fullwidth_banner {
  height: 465px; }

.page .orange_bg {
  background: #cc642e; }
  .page .orange_bg h1 {
    color: #fff; }

.page .grey_bg {
  background-color: #f1f2f2; }

.content_link {
  color: #cc642e;
  position: relative;
  padding: 0 0 10px;
  letter-spacing: 2px;
  font-size: 22px;
  transition: 0.2s; }
  .content_link:after {
    content: "";
    width: 80%;
    height: 1px;
    background: #cc642e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .content_link:hover {
    color: #67686a; }

.faq {
  border-bottom: 2px solid #67686a;
  padding: 30px 0 0;
  cursor: pointer; }
  .faq .faq__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .faq:hover .faq__title, .faq.faq--open .faq__title {
    color: #cc642e; }
  .faq .faq__content {
    display: none; }
    .faq .faq__content p:first-child {
      display: none; }
    .faq .faq__content P:nth-last-of-type(2) {
      margin-bottom: 40px; }

@media (max-width: 800px) {
  .fullwidth_banner {
    height: 380px; } }

@media (max-width: 750px) {
  .page_header {
    padding: 70px 0; }
    .page_header p {
      font-size: 24px;
      line-height: 39px; } }

@media (max-width: 600px) {
  .fullwidth_banner {
    height: 300px; } }

@media (max-width: 500px) {
  .page_header {
    padding: 50px 0; }
    .page_header p {
      font-size: 22px;
      line-height: 36px; } }

.posts {
  padding: 80px 0; }
  .posts .post {
    margin: 20px 0;
    display: inline-block;
    letter-spacing: -1em;
    font-size: 0; }
    .posts .post_img {
      width: 30%;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font-size: 20px; }
      .posts .post_img img {
        width: 100%; }
    .posts .post_txt {
      width: 70%;
      padding: 0 0 0 40px;
      text-align: left;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font-size: 20px; }
      .posts .post_txt h3 {
        margin: 0 0 20px; }
      .posts .post_txt small {
        color: #cc642e;
        margin: 0 0 15px;
        display: inline-block; }
      .posts .post_txt .button, .posts .post_txt .frm_submit input, .frm_submit .posts .post_txt input, .posts .post_txt .frm_submit button, .frm_submit .posts .post_txt button {
        float: right;
        margin: 20px 0 0;
        color: #fff; }

@media (max-width: 700px) {
  .posts .post .post_img {
    margin: 0 auto;
    display: block;
    width: 38%; }
  .posts .post .post_txt {
    width: 100%;
    padding: 20px 0 0; }
    .posts .post .post_txt h3 {
      text-align: center; } }

@media (max-width: 500px) {
  .posts .post .post_img {
    width: 80%; } }

.single_event .booking_form {
  position: fixed;
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-y: scroll; }
  .single_event .booking_form .inner--thin {
    position: relative; }
    .single_event .booking_form .inner--thin .booking_form_close {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      background: #cc642e;
      border-radius: 50%;
      padding: 1px 9px 0px;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
      transition: 0.2s;
      -webkit-transition: 0.2s; }
      .single_event .booking_form .inner--thin .booking_form_close:hover {
        background: #67686a; }
  .single_event .booking_form #eo-bookings {
    background: #fff;
    padding: 20px;
    text-align: center; }
    .single_event .booking_form #eo-bookings h3 {
      margin: 0 0 20px; }
    .single_event .booking_form #eo-bookings .eo-booking-label, .single_event .booking_form #eo-bookings .eo-booking-sub-label {
      display: none; }
    .single_event .booking_form #eo-bookings .eo-booking-field {
      width: 50%;
      display: block;
      margin: 0 auto; }
      .single_event .booking_form #eo-bookings .eo-booking-field .eo-booking-field-name-subfield, .single_event .booking_form #eo-bookings .eo-booking-field .eo-booking-form-address-component-state, .single_event .booking_form #eo-bookings .eo-booking-field .eo-booking-form-address-component-postcode {
        width: 100%;
        margin: 0; }
      .single_event .booking_form #eo-bookings .eo-booking-field input {
        font-family: "ff-enzo-web", sans-serif;
        border-radius: 0;
        background-color: #ffffff;
        color: #424242;
        appearance: none;
        width: 100%;
        font-size: 20px;
        padding: 10px 15px;
        border: 2px solid #cc642e;
        margin: 0 0 10px; }
        .single_event .booking_form #eo-bookings .eo-booking-field input:focus {
          outline: none; }
    .single_event .booking_form #eo-bookings #eo-booking-form-element-wrap-submit {
      text-align: right; }
      .single_event .booking_form #eo-bookings #eo-booking-form-element-wrap-submit button {
        display: inline-block;
        position: relative;
        padding: 7px 20px;
        transition: 0.2s;
        cursor: pointer;
        background: #cc642e;
        color: #fff;
        letter-spacing: 2px;
        font-family: "ff-enzo-web", sans-serif;
        border: none;
        font-size: 20px;
        margin: 15px 0 0; }
        .single_event .booking_form #eo-bookings #eo-booking-form-element-wrap-submit button:hover {
          background: #67686a; }

.single_event .page_header .button, .single_event .page_header .frm_submit input, .frm_submit .single_event .page_header input, .single_event .page_header .frm_submit button, .frm_submit .single_event .page_header button {
  margin: 30px 0 0; }

.single_event .single_event_post {
  padding: 60px 0 0; }
  .single_event .single_event_post h2 {
    margin: 0 0 5px;
    font-size: 40px;
    line-height: 50px; }
  .single_event .single_event_post h4 {
    margin: 0 0 15px;
    color: #8e8e8e; }
  .single_event .single_event_post small {
    color: #cc642e;
    display: inline-block;
    width: 100%; }
    .single_event .single_event_post small span:after {
      content: ", "; }
    .single_event .single_event_post small span:last-of-type:after {
      display: none; }
  .single_event .single_event_post_content {
    padding: 60px 0;
    text-align: left; }
    .single_event .single_event_post_content_section {
      padding: 10px 0; }
      .single_event .single_event_post_content_section h4 {
        color: #424242; }
    .single_event .single_event_post_content .ex_booking_link {
      text-align: right; }
    .single_event .single_event_post_content .booking_link {
      width: 100%;
      display: inline-block; }
      .single_event .single_event_post_content .booking_link small {
        float: left;
        width: auto;
        font-size: 28px;
        margin: 8px 0 0; }
      .single_event .single_event_post_content .booking_link span {
        float: right; }

.single_event .single_event_post_grey {
  text-align: left;
  padding: 60px 0; }
  .single_event .single_event_post_grey h4 {
    margin: 0 0 15px; }

@media (max-width: 820px) {
  .single_event .booking_form #eo-bookings .eo-booking-field {
    width: 80%; } }

@media (max-width: 500px) {
  .single_event .single_event_post_content .booking_link {
    text-align: center; }
    .single_event .single_event_post_content .booking_link small, .single_event .single_event_post_content .booking_link span {
      display: inline-block;
      float: none;
      clear: both; }
    .single_event .single_event_post_content .booking_link small {
      width: 100%;
      margin: 0 0 15px; }
  .single_event .booking_form .inner--thin .booking_form_close {
    right: 10px; }
  .single_event .booking_form #eo-bookings {
    padding: 0; }
    .single_event .booking_form #eo-bookings .eo-booking-field {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
