@charset "UTF-8";
/* !
*
*
*   Website development by:
*   Carlos Castillo
*   code@carloscastillo.com.au
*   Copyright (C) 2018. All Rights Reserved.
*
*
*/
/**********************************************************
    NORMALISE
**********************************************************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,800|Playfair+Display:400,400i,700,700i");
button, hr, input {
  overflow: visible;
}

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

progress, sub, sup {
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

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

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

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

figure {
  margin: 1em 0;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

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

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/**********************************************************
    FONTS
**********************************************************/
/**********************************************************
    VARIABLES
**********************************************************/
/*
COLORS
*/
/*
FONTS
*/
/*
OTHER VARIABLES
*/
/*
RESPONSIVE BREAKPOINTS
*/
/*
A lot of information on this file. It might require breaking it into
separate files.
*/
/**********************************************************
    FRAMEWORK
**********************************************************/
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row {
  margin: 0;
  padding: 0;
}

.row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.container {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1300px;
  }
}

.container-fluid {
  padding: 0;
}

.auto-width {
  width: 100%;
  height: auto;
}

.cover-img {
  background-size: cover;
  background-position: center center;
}

.hover-fx {
  opacity: 1;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.hover-fx:hover {
  opacity: 0.6;
}

.list-unformatted {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input:required {
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Fixes Firefox's red border */
}

/**********************************************************
    WORDPRESS
**********************************************************/
img.alignleft {
  float: left;
  margin: 7px 10px 10px 0;
}

img.alignright {
  float: right;
  margin: 7px 0 10px 10px;
}

img.aligncenter {
  margin: 7px auto;
}

/**********************************************************
    GLOBAL STYLING
**********************************************************/
body {
  color: #1c2b39;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25em;
  padding-top: 115px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 155px;
    font-size: 17px;
  }
}
body.page-template-page-landing {
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-landing {
    padding-top: 140px;
  }
}

a {
  color: #cf8e46;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
a:hover {
  color: #6d3f12;
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: inherit;
}

strong {
  font-weight: 500;
}

p,
ol,
ul {
  margin-bottom: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Helvetica, sans-serif;
}

/**********************************************************
    BOOTSTRAP & VENDORS OVERRIDES
**********************************************************/
.btn {
  font-family: "Montserrat", Helvetica, sans-serif !important;
}

.btn-primary,
.btn-primary:focus,
.post-password-form input[type=submit] {
  border: 0;
  border-radius: 0;
  background: #1c2b39;
  color: #cf8e46;
  font-weight: 800 !important;
  text-transform: uppercase;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover,
.btn-primary:focus:hover,
.btn-primary:focus:active,
.btn-primary:focus:active:hover,
.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit]:active:hover {
  background: #cf8e46;
  color: #fff;
}

.btn-reverse {
  background: #cf8e46;
  color: #fff;
}
.btn-reverse:hover, .btn-reverse:active, .btn-reverse:active:hover {
  background: #dfb383;
  color: #fff;
}

.btn-large {
  font-weight: 800 !important;
  text-transform: uppercase;
}

.btn-login {
  padding-left: 32px !important;
  font-size: 0.8em !important;
  background-image: url("../images/icon-login.svg");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 8px 50%;
}
.btn-login:hover, .btn-login:active, .btn-login:active:hover {
  background-color: #fff;
  background-image: url("../images/icon-login.svg");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 8px 50%;
  color: #cf8e46;
}

/*
SLIDER
*/
.hero-slides-wrapper .hero {
  display: block;
  position: relative;
}

.hero-slides-wrapper .hero .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.5%;
}
@media screen and (max-width: 576px) {
  .hero-slides-wrapper .hero .image {
    padding-bottom: 100%;
  }
}

.hero-slides-wrapper .hero .content {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 325px;
  padding: 20px 30px;
  background-color: rgba(6, 9, 12, 0.7);
  color: #fff;
  opacity: 1;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media screen and (max-width: 576px) {
  .hero-slides-wrapper .hero .content {
    width: 100%;
    padding: 40px 5%;
  }
}

.hero-slides-wrapper .hero:hover .content {
  opacity: 0;
}

.hero-slides-wrapper .hero h2 {
  max-width: 265px;
  font-size: 2.2em;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .hero-slides-wrapper .hero h2 {
    font-size: 1.8em;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-dots {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: auto;
  width: auto;
  padding: 10px 20px 20px 10px;
  text-align: right;
}

.slick-dots li {
  margin: 0 0 0 4px;
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: none;
  border: 1px solid #fff;
  border-radius: 7px;
  opacity: 1 !important;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
  background: #fff;
}

/**********************************************************
    HEADER
**********************************************************/
.disclaimer-top {
  display: block;
  height: 25px;
  background: #bd3156;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-page-landing .disclaimer-top {
  display: none !important;
}
.disclaimer-top:hover {
  background: #ef4874;
  color: #fff;
}
.disclaimer-top img {
  width: auto;
  height: 15px;
  margin-right: 3px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

header {
  position: fixed;
  overflow: hidden;
  z-index: 5;
  top: 0;
  width: 100%;
  height: 110px;
  background: url("../images/header-bg.svg") bottom center repeat-x;
  background-size: auto 140px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  header {
    overflow: visible;
    height: 165px;
  }
}
.page-template-page-landing header {
  height: 85px;
}
@media screen and (min-width: 768px) {
  .page-template-page-landing header {
    height: 140px;
  }
}

header.nav-active {
  height: 100vh;
  background: #1c2b39;
  -webkit-transition: height ease 0.2s;
  -o-transition: height ease 0.2s;
  transition: height ease 0.2s;
}

header .logo-landing {
  display: none;
}

header .logo {
  display: block;
  float: left;
  width: 130px;
  margin: 22px 0 0 0;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 56px;
    margin: 1.6em 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  header .logo {
    width: 76px;
    margin: 1.1em 0 0 0;
  }
}

header .logo svg,
header .logo-landing svg {
  width: 100%;
  fill: #cf8e46;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

header .logo:hover svg {
  fill: #fff;
}

header .logo .logotype {
  display: block;
}
@media screen and (min-width: 768px) {
  header .logo .logotype {
    display: none;
  }
}

header .logo .logo-official {
  display: none;
}
@media screen and (min-width: 768px) {
  header .logo .logo-official {
    display: block;
  }
}

header .nav-toggle {
  display: block;
  width: auto;
  float: right;
  margin: 20px 0 0 0;
  font-size: 1.2em;
  text-transform: uppercase;
}
header .nav-toggle:hover, header .nav-toggle:active {
  color: #cf8e46;
}
@media screen and (min-width: 768px) {
  header .nav-toggle {
    display: none;
  }
}

header .nav-toggle .glyphicon {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

header .toolbox {
  float: none;
  width: 270px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  header .toolbox {
    float: right;
    width: auto;
    margin: 3.5em 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  header .toolbox {
    margin: 3em 0 0 0;
  }
}

header .phone {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  -webkit-transform: translateY(0.2em);
      -ms-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
header .phone:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  header .phone {
    float: none;
    color: #cf8e46;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  header .phone {
    float: right;
    margin: 0;
    font-size: 2em;
    -webkit-transform: translateY(0.1em);
        -ms-transform: translateY(0.1em);
            transform: translateY(0.1em);
  }
}
@media screen and (min-width: 1200px) {
  header .phone {
    font-size: 2.2em;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/*
MAIN NAV
*/
header .main-menu {
  position: relative;
  z-index: 4;
  list-style: none;
  float: none;
  width: 95%;
  height: auto;
  margin: 6em auto 2em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  header .main-menu {
    float: left;
    width: auto;
    height: 2.2em;
    margin: 3.2em 0 0 1em;
  }
}
@media screen and (min-width: 1200px) {
  header .main-menu {
    margin: 3.2em 0 0 2.6em;
  }
}

header .main-menu > li {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  header .main-menu > li {
    width: auto;
    font-size: 1em;
    margin-bottom: 0;
  }
  header .main-menu > li.menu-item-has-children > a:after {
    content: "▼";
    display: inline-block;
    padding-left: 0.45em;
    font-size: 0.5em;
    -webkit-transform: translateY(-0.1em);
        -ms-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
  }
}
@media screen and (min-width: 1200px) {
  header .main-menu > li {
    margin: 0 0.5em;
  }
}

header .main-menu li a {
  display: block;
  width: auto;
  padding: 0.2em 0.5em;
  line-height: 1.2em;
  color: #fff;
  font-family: "Playfair Display", Helvetica, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media screen and (min-width: 768px) {
  header .main-menu li a {
    padding: 0.5em 0.5em;
    color: #cf8e46;
  }
}
@media screen and (min-width: 992px) {
  header .main-menu li a {
    padding: 0.5em 0.6em;
  }
}

header .main-menu > li:hover > a,
header .main-menu > li.current-menu-item > a,
header .main-menu > li.current-menu-parent > a,
header .main-menu ul a:hover,
header .main-menu ul li.current-menu-item > a {
  color: #fff;
}

header .main-menu ul {
  list-style: none;
  position: relative;
  z-index: 998;
  visibility: visible;
  opacity: 1;
  left: 2em;
  width: auto;
  min-width: 8em;
  padding: 0 0 0.5em;
  font-size: 0.8em;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media screen and (min-width: 768px) {
  header .main-menu ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 2.2em;
    left: 0;
    background: #1c2b39;
    font-size: 1em;
  }
}

header .main-menu li:hover ul {
  visibility: visible;
  opacity: 1;
}

/*
MAIN CALL TO ACTION
*/
.header-cta {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-cta {
    padding-top: 2.1em;
    padding-bottom: 0;
    text-align: right;
  }
  .header-cta label {
    margin-bottom: 0;
    font-size: 1.3em;
  }
}
.header-cta .btn {
  margin: 0 10px;
}
.header-cta label {
  -webkit-transform: translateY(0.15em);
      -ms-transform: translateY(0.15em);
          transform: translateY(0.15em);
  margin-bottom: 0.8em;
  color: #1c2b39;
  font-family: "Playfair Display", Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 700 !important;
}

/*
LANDING PAGE
*/
.page-template-page-landing header .logo,
.page-template-page-landing header .main-menu,
.page-template-page-landing header .toolbox,
.page-template-page-landing header .nav-toggle {
  display: none;
}

.page-template-page-landing header .logo-landing {
  display: block;
  float: none;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-landing header .logo-landing {
    float: left;
    width: 194px;
    margin: 30px 0 0 10px;
  }
}

header .logo-landing h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  header .logo-landing h1 {
    font-size: 2.8em;
  }
}

/**********************************************************
    FORMS
**********************************************************/
/*
GENERAL STYLING
*/
.gform_wrapper .ginput_container_checkbox {
  margin-top: 0 !important;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox {
  margin-top: 0 !important;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] {
  vertical-align: top !important;
  margin-top: 0.55em !important;
}
.gform_wrapper .ginput_container_checkbox .ginput_counter {
  margin-top: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
  font-weight: 500;
}

.gform_wrapper .screen-reader-text {
  display: block;
  height: 0;
  overflow: hidden;
}

.gform_body input {
  border: 1px solid #ddd;
}

.gform_wrapper textarea.large {
  height: 5em !important;
  border: 1px solid #ddd;
}

.gform_wrapper .ginput_container_radio {
  margin: 0 0 1.4em !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 1em !important;
  font-weight: 300 !important;
  padding-left: 0.5em !important;
  -webkit-transform: translateY(0.2em);
      -ms-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0.5em 0 0 !important;
  padding: 7px 14px !important;
  border: 0;
  border-radius: 0;
  background: #1c2b39;
  color: #cf8e46;
  font-size: 0.9em !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input.button:active:hover, .gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit]:active:hover,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:active,
.gform_wrapper .gform_page_footer input.button:active:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:active,
.gform_wrapper .gform_page_footer input[type=submit]:active:hover,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  background: #cf8e46;
  color: #fff;
}

.gform_wrapper div.validation_error {
  display: none !important;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 0 !important;
}

.gform_wrapper .validation_message {
  font-weight: 300 !important;
  font-style: 0.6em !important;
}

/*
HEADER FORM
*/
.header-form {
  display: none;
  padding-top: 1em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .header-form {
    display: block;
  }
}

.header-form > .inner {
  display: inline-block;
  text-align: left;
}

.header-form .section-label,
.header-form .form {
  float: left;
  width: auto;
  margin-top: 1.1em;
}

.header-form .gform_wrapper,
.header-form .ginput_container,
.header-form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.header-form .section-label {
  margin-right: 1.1em;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #1c2b39;
  font-family: "Playfair Display", Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.header-form .gform_body,
.header-form .gform_body ul li.gfield,
.header-form .gform_wrapper .gform_footer {
  float: left;
  clear: none !important;
  width: auto !important;
  margin-top: 0;
}

.header-form .gform_body ul li.gfield {
  padding-right: 1.3em !important;
}

.header-form .gform_wrapper .gfield_required {
  display: none !important;
}

.header-form .gfield_label {
  clear: none !important;
  margin: 0 0.3em 0 0;
  font-size: 0.9em !important;
  font-weight: 500 !important;
}

.header-form .ginput_container {
  display: inline-block !important;
  margin: 0;
  clear: none !important;
}

.header-form .gform_body input {
  border: 0 !important;
  border-bottom: 1px solid #1c2b39 !important;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  font-size: 0.9em !important;
}

.header-form .gform_wrapper .gform_footer input.button,
.header-form .gform_wrapper .gform_footer input[type=submit],
.header-form .gform_wrapper .gform_page_footer input.button,
.header-form .gform_wrapper .gform_page_footer input[type=submit] {
  margin-top: 0 !important;
}

/*
STUDENT PROGRAM FORM
*/
.gform_wrapper li.terms {
  margin-bottom: 1.4em;
}
.gform_wrapper li.terms .gfield_description {
  margin-top: 0.6em;
  font-size: 0.85em !important;
  line-height: 1.4em !important;
}
.gform_wrapper li.terms .gfield_description ul {
  margin-bottom: 1.4em;
  padding-left: 1.2em;
}
.gform_wrapper li.terms .gfield_description ul li {
  list-style: disc !important;
}

/**********************************************************
    FOOTER
**********************************************************/
footer {
  padding: 3.5em 0 2.85em;
  background: #cf8e46;
  font-size: 0.8em;
  line-height: 1.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}

ul.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  ul.social-media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
ul.social-media li {
  margin: 2em 0.5em 0;
}
@media screen and (min-width: 768px) {
  ul.social-media li {
    margin: 0 0.5em 0 0;
  }
}
ul.social-media li svg {
  width: 28px;
  fill: #1c2b39;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
ul.social-media li svg:hover {
  fill: #fff;
}

footer .logo svg {
  width: 80px;
  fill: #1c2b39;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
footer .logo svg:hover {
  fill: #fff;
}

footer h6 {
  margin: 0 0 1.15em;
  font-size: 1.2em;
  font-weight: 700;
}

footer a {
  color: #1c2b39;
}
footer a:hover {
  color: #fff;
}

footer .col-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .col-nav {
    display: block;
  }
}

footer .col-nav li {
  margin-bottom: 0.65em;
}

footer .col-legal {
  margin-top: 2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  footer .col-legal {
    margin-top: 0;
    text-align: right;
  }
}

footer .col-legal li {
  margin-bottom: 0.7em;
}

/*
LANDING PAGE
*/
.page-template-page-landing footer {
  display: none;
}

/**********************************************************
    HOMEPAGE
**********************************************************/
.homepage {
  margin-top: 2.5em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .homepage {
    margin: 1em 0 0;
  }
}

.homepage .featured {
  display: block;
  position: relative;
  height: 206px;
  padding: 20px 30px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .homepage .featured {
    height: 180px;
  }
}

.homepage .featured h3 {
  position: relative;
  z-index: 2;
  font-size: 2.2em;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media screen and (max-width: 576px) {
  .homepage .featured h3 {
    font-size: 1.8em;
  }
}

.homepage .featured .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 9, 12, 0.7);
  opacity: 1;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.homepage .featured:hover .overlay,
.homepage .featured:hover h3 {
  opacity: 0;
}

.archive-wrapper.archive-homepage {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .archive-wrapper.archive-homepage {
    margin-top: 0;
  }
}

/**********************************************************
    STANDARD PAGE
**********************************************************/
.hero-slides-wrapper {
  position: relative;
  z-index: 1;
}

.grid-item {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .grid-item {
    margin: 0 10px 20px;
  }
}

.col-img {
  width: 100%;
  height: 0;
  padding-bottom: 57.5%;
  margin-bottom: 1.4em;
}

.content-block {
  margin-top: 2.5em;
  margin-bottom: 2em;
  line-height: 1.6em;
}
@media screen and (max-width: 576px) {
  .content-block {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.content-block .padding-left {
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .content-block .padding-left {
    padding-left: 15px;
  }
}

.content-block .padding-right {
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .content-block .padding-right {
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .content-block .columns-row {
    margin-bottom: 20px;
  }
}

.content-block h1 {
  margin: 0;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content-block h1 {
    font-size: 2.4em;
  }
}

.content-block h2 {
  margin: 0 0 0.6em;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content-block h2 {
    font-size: 1.3em;
  }
}

.content-block h3 {
  font-size: 1.1em;
  font-weight: 700;
}

.content-block a {
  font-weight: 500;
}

.content-block ul,
.content-block ol {
  padding-left: 1.5em;
}

.content-block li {
  margin-bottom: 0.3em;
}

.content-block .embed-responsive {
  margin-bottom: 1.4em;
}

.content-block .tagline {
  margin-bottom: 1em;
  font-family: "Playfair Display", Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .content-block .tagline {
    font-size: 1.8em;
  }
}

.container.quote {
  min-height: 150px;
  margin: 1.4em auto;
  padding: 0 210px;
  background-image: url("../images/quote-bg-left.svg"), url("../images/quote-bg-right.svg"), url("../images/quote-bg-bottom.svg");
  background-position: top left, top right, bottom center;
  background-repeat: no-repeat;
  background-size: 171px 146px, 171px 146px, 278px 23px;
  font-family: "Playfair Display", Helvetica, sans-serif;
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 576px) {
  .container.quote {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .container.quote {
    min-height: 120px;
    margin: 1em 0 1.4em;
    padding: 0 5%;
    background-image: url("../images/quote-bg-bottom.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 278px 23px;
  }
}

.container.quote p {
  margin-bottom: 1.1em;
}
@media screen and (max-width: 576px) {
  .container.quote p {
    margin-bottom: 1.5em;
  }
}

/*
LANDING PAGE
*/
.page-template-page-landing .container.quote {
  margin-top: 1em;
  padding: 0;
  background: url("../images/quote-bg-bottom.svg") bottom center no-repeat;
  background-size: 278px 23px;
}
@media screen and (max-width: 768px) {
  .page-template-page-landing .container.quote {
    margin-top: 0.5em;
    font-size: 1.2em;
  }
}

.page-template-page-landing .container.quote p {
  max-width: 18em;
  margin: 0 auto 1.1em;
}
@media screen and (max-width: 768px) {
  .page-template-page-landing .container.quote p {
    padding: 0 5%;
  }
}

.container.landing {
  text-align: center;
}

.container.landing .select-state {
  display: block;
  position: relative;
  margin-bottom: 1.8em;
}

.container.landing .select-state .image {
  height: 0;
  padding-bottom: 47.5%;
}
@media screen and (min-width: 768px) {
  .container.landing .select-state .image {
    padding-bottom: 57.5%;
  }
}

.container.landing .select-state h3 {
  position: relative;
  z-index: 2;
  margin-top: -2.3em;
  color: #fff;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 2.3em;
}
@media screen and (max-width: 576px) {
  .container.landing .select-state h3 {
    font-size: 1.3em;
    -webkit-transform: translateY(-0.45em);
        -ms-transform: translateY(-0.45em);
            transform: translateY(-0.45em);
  }
}

.container.landing .select-state .glyphicon {
  padding-left: 0;
  font-size: 0.5em;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  -webkit-transform: translateY(-0.3em);
      -ms-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}

.container.landing .select-state .overlay {
  position: absolute;
  z-index: 1;
  top: calc(100% - 4em);
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 9, 12, 0.7);
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.container.landing .select-state:hover .overlay {
  top: 0;
  background: rgba(109, 63, 18, 0.7);
}

.container.landing .select-state:hover .glyphicon {
  padding-left: 0.5em;
}

/*
VENUE PAGES
*/
@media screen and (min-width: 992px) {
  .venue .intro {
    max-width: 16em;
  }
}

.venue .intro .embed-responsive {
  margin-bottom: 0 !important;
}

.banner-respite {
  position: relative;
  overflow: hidden;
  background: #1c2b39;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .banner-respite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 20px;
  }
}
.banner-respite .cover-img {
  height: 10em;
}
@media screen and (min-width: 768px) {
  .banner-respite .cover-img {
    width: 35%;
    height: auto;
  }
}
.banner-respite .inner {
  position: relative;
  z-index: 1;
  max-width: 25em;
  padding: 1.5em 1em 2em;
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (min-width: 992px) {
  .banner-respite .inner {
    max-width: 30em;
    padding: 2em 1.5em 2em 3em;
    font-size: 1.4em;
    line-height: 1.4em;
  }
}
.banner-respite .inner h3 {
  margin: 0 0 0.5em;
  font-size: 1.4em;
  font-weight: 700;
}
.banner-respite .inner h3 span {
  color: #cf8e46;
}
.banner-respite .inner p {
  margin-bottom: 1em;
  font-family: "Playfair Display", Helvetica, sans-serif;
}
.banner-respite:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  width: 25%;
  background-image: url("../images/quote-bg-right.svg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .banner-respite:after {
    top: 20%;
    right: -3%;
    bottom: 10%;
    width: 18%;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}

/*
COMMUNITY PAGE
*/
.community-intro {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .community-intro {
    min-height: 460px;
  }
}

.community-intro .btn {
  position: absolute;
  bottom: 1.4em;
  right: 1em;
}

/*
CAREERS PAGE
*/
.job-listings {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e6e6e6;
}

.job-details {
  margin-bottom: 2em;
  padding-right: 0.5em !important;
}

.job-details h3 {
  margin-bottom: 0.3em;
}

.job-details p {
  margin-bottom: 0.8em;
  font-family: "Playfair Display", Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.25em;
  font-style: italic;
}

/*
CONTACT PAGE
*/
.grid-item.contact-card,
.location .contact-card {
  margin-top: 2em;
  font-weight: 500;
  line-height: 1.65em;
}

.contact-card .glyphicon {
  padding-right: 0.3em;
  -webkit-transform: translateY(0.1em);
      -ms-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

.contact-card a {
  color: #1c2b39;
}
.contact-card a:hover {
  color: #cf8e46;
}

/*
RTO/STUDENT PAGE
*/
body.page-template-page-students .hero-image {
  position: relative;
  min-height: 15em;
  padding-bottom: 35%;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  body.page-template-page-students .hero-image {
    height: 0;
  }
}
body.page-template-page-students .hero-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.65) 100%);
}
body.page-template-page-students .hero-image h1 {
  position: absolute;
  z-index: 1;
  left: 0.5em;
  bottom: 0.5em;
  width: calc(100% - 2em);
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.page-template-page-students .hero-image h1 {
    left: 1em;
    bottom: 1em;
  }
}
body.page-template-page-students .main-content {
  margin: 0 auto 3em;
  max-width: 600px;
}
body.page-template-page-students .main-content .gform_wrapper {
  margin: 0 !important;
}
body.page-template-page-students .main-content .gform_wrapper .student-info {
  margin-top: 2em;
}
body.page-template-page-students .main-content .gform_wrapper .student-info thead {
  display: none;
}
body.page-template-page-students .main-content .gform_wrapper .student-info tr {
  display: block !important;
  padding-top: 2em !important;
  border: 1px solid #ddd !important;
}
body.page-template-page-students .main-content .gform_wrapper .student-info tr td {
  display: block !important;
  width: 95% !important;
  margin: 0 auto 1em !important;
  padding: 0 !important;
}
body.page-template-page-students .main-content .gform_wrapper .student-info tr td.gfield_list_icons {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.5em 2.5% !important;
  background: #eee !important;
}
body.page-template-page-students .main-content .gform_wrapper .student-info tr td:after {
  display: block !important;
  content: attr(data-label) !important;
}

.post-password-form {
  text-align: center;
}
.post-password-form label {
  padding-right: 0.3em;
}
.post-password-form input {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.post-password-form input[type=password] {
  padding: 0.3em;
  border: 1px solid #ddd;
}
.post-password-form > p:nth-child(2) {
  margin-bottom: 2em;
}

/*
GENERIC PAGE
*/
.generic h1 {
  margin-bottom: 1em;
}

/*
TWO-COLUMNS PAGE
*/
.two-columns img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .two-columns > div {
    width: 60%;
  }
  .two-columns > div:last-child {
    width: 35%;
    font-size: 0.9em;
    line-height: 1.5em;
  }
}

/**********************************************************
    SIDEBAR
**********************************************************/
/**********************************************************
    ARCHIVE PAGES
**********************************************************/
h1.archive-heading,
h2.archive-heading {
  margin: 0 0 1em !important;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h1.archive-heading,
h2.archive-heading {
    font-size: 2.4em;
  }
}

.archive-entry {
  margin-bottom: 3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e2e3e4;
}
.archive-entry h2,
.archive-entry h3 {
  margin: 0 0 0.6em;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .archive-entry h2,
.archive-entry h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 992px) {
  .archive-entry h2,
.archive-entry h3 {
    margin: 1em 0 0;
  }
}
.archive-entry .date {
  font-size: 1.1em;
  padding-bottom: 1.2em;
}
.archive-entry .btn .glyphicon-menu-left {
  -webkit-transform: translateY(0.08em);
      -ms-transform: translateY(0.08em);
          transform: translateY(0.08em);
}

.article-item {
  position: relative;
  min-height: 260px;
  padding-bottom: 60px;
}
.article-item .btn {
  position: absolute;
  bottom: 1.4em;
  right: 1em;
}
.article-item .additional-content {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 0 2em;
}
.pagination .pages {
  display: none;
}
@media screen and (min-width: 576px) {
  .pagination .pages {
    display: block;
  }
}
.pagination .pages {
  margin-right: 1em;
}
.pagination a,
.pagination .current {
  width: 2em;
  margin: 0 1px;
  text-decoration: none;
}
.pagination .current {
  text-decoration: underline;
  font-weight: 500;
}
.pagination a {
  background: #1c2b39;
}
.pagination a:hover {
  background: #cf8e46;
  color: #fff;
}
/*# sourceMappingURL=style.min.css.map */