/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span {
  font-family: "PFDinDisplayPro", sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

body, p, a, span, li, address {
  font-family: "freight-sans-pro", 'Segoe UI', sans-serif;
  font-weight: normal; }

h4, h5 {
  line-height: 1.3; }

h2.sub, h3.sub, h4.sub {
  margin-top: -.5em; }

h5.sub, h6.sub {
  margin-top: -1em; }

.info h5.sub {
  margin-top: -0.5em; }

h4.sup + h2 {
  margin-top: 0; }

p, li, address {
  font-size: 18px; }

p {
  margin-top: 20px; }

h1 + p.sub {
  margin-top: -2em; }

h2 + p.sub {
  margin-top: -0.5em; }

h3 + p.sub {
  margin-top: 0; }

a {
  word-wrap: break-word; }

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

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

h1, h2, h3, h4, h5, h6 {
  color: #383434; }

.accent,
a, a:visited, a:hover, a:focus {
  color: #f26700; }

body {
  background: #969698; }

p, li, address {
  color: #686868; }

.button, a.button {
  border: none;
  color: #fff;
  background: #f26700; }

.button:hover, .button:focus {
  border: none;
  color: #fff;
  background: #fe5e0c; }

.button[disabled], .button[disabled]:hover {
  background: rgba(242, 103, 0, 0.6); }

.form-error {
  color: #f26700; }

/*-------------------------------------------------------------------------------------------*/
/* Buttons */
/*-------------------------------------------------------------------------------------------*/
body .button {
  display: block;
  position: relative;
  max-width: 320px;
  margin: 20px auto 0;
  padding: 15px 50px;
  border-radius: 5px;
  text-align: center; }

form:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  height: 0; }

form p {
  margin: 0 0 21px; }

form p.notice {
  font-weight: bold; }

form .info, form .notice, form .success, form .warning, form .error {
  margin: 0 0 21px !important; }

label {
  margin: 8px 0 !important; }

input[type=text], input[type=password] {
  margin: 8px 0;
  padding: 4px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  vertical-align: middle; }

input[type=text], input[type=password], select, textarea {
  display: block;
  border: 1px solid #C5C5C5;
  font-size: 18px;
  line-height: 1.5;
  color: #777;
  -webkit-text-fill-color: #777 !important;
  background: #f7f7f7; }

/* Prevent Chrome Yellow BG for Auto Fill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input:focus, button:focus, textarea:focus {
  outline: none; }

input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover {
  border: 1px solid #ADADAD; }

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border: 1px solid #ADADAD;
  color: #111;
  -webkit-text-fill-color: #111 !important; }

input.hide, select.hide, textarea.hide {
  display: none; }

input:disabled, select:disabled, textarea:disabled {
  opacity: 0.5; }

input[type=checkbox], input[type=radio], select {
  margin: 8px 0 !important; }

input[type=checkbox], input[type=radio] {
  position: relative;
  padding: 0 0 5px; }

input[type=checkbox] {
  margin-right: 1px !important; }

input[type=radio] {
  margin-right: 5px !important; }

select {
  padding: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box; }

textarea {
  margin: 8px 0 !important;
  padding: 5px 10px; }

label, input[type=checkbox], input[type=radio], select, button, input[type=submit], input[type=reset] {
  cursor: pointer; }

input[type=submit], input[type=reset] {
  margin: 24px 0 !important;
  padding: 0 6px; }

input[type='hidden'] {
  display: none; }

form input[type='text'], form input[type='password'], form textarea {
  width: 100%; }

/* Honeypot for Spambots */
.form-input-blank {
  display: none !important; }

.form ul {
  margin: 0; }

.form p {
  position: relative; }

.form p:last-child {
  margin-bottom: 0; }

.form label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 0 0 10px;
  line-height: 35px;
  font-size: 18px;
  z-index: 10; }

.form .checkbox {
  float: left; }

.checkbox-inline {
  float: left;
  width: 50%; }

.form .checkbox label {
  position: relative; }

.form button {
  width: 100%; }

.auth0-lock.auth0-lock .auth0-lock-widget {
  width: 100%; }

.auth0-lock-header {
  display: none; }

body .auth0-lock.auth0-lock {
  width: 100% !important; }
  body .auth0-lock.auth0-lock .auth0-lock-widget {
    width: 100% !important;
    max-width: 500px; }
  body .auth0-lock.auth0-lock .auth0-lock-header-avatar {
    top: -80px;
    left: auto;
    right: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 5px; }
  body .auth0-lock.auth0-lock .auth0-lock-cred-pane {
    padding: 10px;
    background: #f7f7f7; }
  body .auth0-lock.auth0-lock .auth0-lock-submit {
    margin-top: 30px;
    border-radius: 5px;
    background: #f26700 !important; }
  body .auth0-lock.auth0-lock .auth0-lock-content {
    padding: 0; }
  body .auth0-lock.auth0-lock .auth0-lock-tabs-container {
    display: none; }
  body .auth0-lock.auth0-lock .auth0-lock-tabs {
    border: 0; }
    body .auth0-lock.auth0-lock .auth0-lock-tabs li a {
      padding: 3px 10px;
      font-size: 15px; }
    body .auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current {
      background: none; }
      body .auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current a {
        color: #f26700; }
  body .auth0-lock.auth0-lock .auth0-lock-social-buttons-container {
    overflow: hidden; }
  body .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button {
    float: left;
    width: 49%;
    margin: 0; }
    body .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button:nth-child(odd) {
      margin-right: 1%; }
    body .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button:nth-child(even) {
      margin-left: 1%; }
    body .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button[data-provider="auth0"] {
      background: #39383A; }
    body .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-icon {
      width: 45px; }
  body .auth0-lock.auth0-lock .auth0-lock-last-login-pane {
    margin: 20px 0; }
    body .auth0-lock.auth0-lock .auth0-lock-last-login-pane .auth0-lock-social-button.auth0-lock-social-big-button {
      float: none;
      margin: auto !important; }
      body .auth0-lock.auth0-lock .auth0-lock-last-login-pane .auth0-lock-social-button.auth0-lock-social-big-button + p {
        margin: 20px auto 0 !important; }
  body .auth0-lock.auth0-lock .auth0-lock-pane-separator {
    padding-top: 21px !important; }
  body .auth0-lock.auth0-lock .auth0-lock-input-wrap {
    border-radius: 4px;
    background: #f26700; }
    body .auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
      padding-left: 45px; }
    body .auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-focused {
      border-color: #f1f1f1; }
    body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-icon,
    body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-custom-icon {
      top: 17px;
      left: 16px; }
      body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-icon path,
      body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-custom-icon path {
        fill: #fff; }
    body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-icon.auth0-lock-icon-box {
      bottom: 19px;
      left: 16px; }
    body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
      height: 50px;
      border: 1px solid transparent;
      font-size: 15px;
      background: #fff;
      -webkit-transition: border-color 0.8s;
      transition: border-color 0.8s; }
      body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input:focus {
        border-color: #f26700; }
  body .auth0-lock.auth0-lock .auth0-lock-error-msg {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1); }
    body .auth0-lock.auth0-lock .auth0-lock-error-msg:after {
      box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1); }
  body .auth0-lock.auth0-lock .auth0-global-message {
    margin: 0 0 10px;
    border-radius: 4px; }
  body .auth0-lock.auth0-lock .auth0-lock-badge-bottom {
    display: none; }

body .post-content .auth0-lock.auth0-lock .auth0-lock-header-avatar {
  top: 11px;
  right: 10px;
  width: 110px;
  height: 110px; }

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

/*-------------------------------------------------------------------------------------------*/
/* Structure */
/*-------------------------------------------------------------------------------------------*/
body {
  background: #eee; }

#container {
  position: relative; }

#container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  max-height: 1000px;
  border: 30px solid #eee; }

#login-cc,
#info-cc {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%; }

#login-cc {
  left: 0; }

#info-cc {
  right: 0; }

#login-c,
#info-c {
  display: table;
  width: 100%;
  height: 100%; }

#login,
#info {
  display: table-cell;
  vertical-align: middle;
  padding: 40px; }

#login {
  text-align: center;
  border-radius: 5px 0 0 5px;
  background: #fff; }

#info {
  padding: 0; }

#info-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc( 100% - 180px);
  border-radius: 0 5px 0 0;
  background-size: cover;
  background-image: url("../../images/bg/australia_image_1440.jpg");
  background-position: center bottom; }

#info-text-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  padding: 20px;
  border-radius: 0 0 5px 0;
  background: #f26700; }

#info-text-box p {
  max-width: 500px;
  margin: auto;
  text-align: center;
  color: #fff; }

/*-------------------------------------------------------------------------------------------*/
/* Form */
/*-------------------------------------------------------------------------------------------*/
#login p {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 21px; }

#login form p {
  width: 300px; }

form p:last-child {
  margin-bottom: 0; }

.messages strong {
  font-weight: normal;
  color: #f26700; }

@media only screen and (max-width: 1000px) {
  #login-cc {
    width: 100%; }
  #info-cc {
    display: none; } }

@media only screen and (max-height: 720px) {
  #container {
    border-width: 15px; }
  #login-cc {
    width: 100%; }
  #info-cc {
    display: none; }
  #login img {
    width: 150px; } }

.login-form {
  position: relative; }
  .with-sso .login-form .-inner {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .is-finished-auth-check .login-form .-inner {
    opacity: 1;
    pointer-events: all; }
  .login-form input, .login-form button {
    margin: 0; }

.authenticating {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .is-finished-auth-check .authenticating {
    opacity: 0;
    pointer-events: none; }
  .authenticating .-loader {
    width: 70px;
    margin: 0 auto 30px; }
    .authenticating .-loader > div {
      display: inline-block;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background: #f26700;
      -webkit-animation: login-bouncedelay 1.4s infinite ease-in-out both;
      animation: login-bouncedelay 1.4s infinite ease-in-out both; }
    .authenticating .-loader .-a {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .authenticating .-loader .-b {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }

@-webkit-keyframes login-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes login-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

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