body,
html {
  height: 100%;
  font-size: 14px;
}
body,
a,
li,
ul,
canvas,
header,
footer,
figure,
article,
div,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  padding: 0;
  color: inherit;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
}
h1::selection {
  background: #F09A19;
}
h2::selection {
  background: #F77B55;
}
p::selection {
  background: #D7E7E7;
}
a:hover,
a:active {
  cursor: pointer;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
  color: #082F3E;
}
input,
textarea {
  outline: none;
  border: 1px solid #F9F9F9;
  padding-left: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}
input:focus,
textarea:focus {
  outline: none;
}
label {
  color: #666;
  font-size: 15px;
  font-weight: 300;
}
label span {
  color: #BBB;
  font-size: 11px;
}
input[type=submit] {
  cursor: pointer;
}
.container {
  height: auto;
  width: 100%;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.divider {
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #F4F4F4;
}
.button {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.12);
  behavior: url(../htc/pie.htc);
  zoom: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #FFF;
  text-align: center;
  padding: 8px 14px;
  margin-top: 35px;
}
.button:hover,
.button:active {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  behavior: url(../htc/pie.htc);
  zoom: 1;
}
.mainBtn {
  background-color: #d38c22;
  margin-right: 10px;
  font-size: larger;
  padding: 8px 20px;
}
.mainBtn:hover,
.mainBtn:active {
  background-color: #8f5b0e;
}
.secondaryBtn {
  background-color: #FFF;
  color: #2d6b6f;
  padding-left: 36px;
  padding-right: 36px;
}
.secondaryBtn:hover,
.secondaryBtn:active {
  background-color: #fafafa;
}
.secondaryBtnBlue {
  background-color: #2d6b6f;
  color: #FFF;
  padding-left: 36px;
  padding-right: 36px;
}
.secondaryBtnBlue:hover,
.secondaryBtnBlue:active {
  background-color: #fafafa;
}
.secondaryBtnInst {
  background-color: #2d6b6f;
  color: #FFF;
}
.secondaryBtnInst:hover,
.secondaryBtnInst:active {
  background-color: #fafafa;
}
.noScroll {
  overflow: hidden;
}
[aria-hidden="true"] {
  display: none;
}
[aria-hidden="false"] {
  display: block;
}
.topHome {
  height: 780px;
  width: 100%;
  position: relative;
  padding-top: 70px;
  background: #316A80;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #4ec7c7, #316a80);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #4ec7c7, #316a80);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #4ec7c7, #316a80);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #4ec7c7, #316a80);
  /* Standard syntax */
}
.topHome .particles-js-canvas-el {
  position: absolute;
  z-index: 1;
  top: 0;
}
.topHome .topNav {
  height: 70px;
  width: 100%;
  position: fixed;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  top: 0;
  margin: 0 auto;
  z-index: 9999999;
  padding-top: 20px;
  max-width: 100vw;
  max-width: 100%;
}
.topHome .topNav ul {
  height: 70px;
}
.topHome .topNav li {
  float: left;
  height: 50px;
}
.topHome .topNav li.login a,
.topHome .topNav li.register a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 7px 13px;
  border: 1px solid #FFF;
}
.topHome .topNav li.login a:hover,
.topHome .topNav li.register a:hover,
.topHome .topNav li.login a:active,
.topHome .topNav li.register a:active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #FFF;
  color: #111;
}
.topHome .topNav li.login .navButton {
  margin-right: 15px;
}
.topHome .topNav li.register .navButton {
  margin-right: 0;
}
.topHome .topNav .navButton {
  line-height: 50px;
  color: #FAFAFA;
}
.topHome .topNav .navButton:hover,
.topHome .topNav .navButton:active {
  color: #FFF;
  border-bottom: white solid 3px;
}
.topHome .topNav .active {
  border-bottom: white solid 3px;
}
.topHome .topNav .topNavLeft {
  float: left;
}
.topHome .topNav .topNavRight {
  height: 100%;
  position: relative;
  float: right;
}
.topHome .topNav .topNavRight .navButton {
  -webkit-opacity: 0.85;
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.1em;
  margin-right: 25px;
}
.topHome .topNav .topNavRight .navButton:hover,
.topHome .topNav .topNavRight .navButton:active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topHome .topNav .topNavRight .divider {
  height: 25px;
  width: 1px;
  margin-top: 13px;
  margin-right: 18px;
  background: rgba(0, 0, 0, 0.1);
}
.topHome .topNav .openToggle {
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  right: 15px;
  top: 5px;
  background-image: url(../assets/svg/menuButton.svg);
  background-size: 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.topHome .arrowDown {
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  -webkit-opacity: 0.75;
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
  cursor: pointer;
  left: 50%;
  margin-left: -20px;
  background-color: #FFF;
  background-size: 80%;
  background-position: 50% 50%;
  background-image: url(../assets/svg/arrow-down.svg);
  background-repeat: no-repeat;
  bottom: 100px;
}
.topHome .arrowDown:hover,
.topHome .arrowDown:active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topHome .scrolled {
  position: fixed;
  -webkit-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.1);
  behavior: url(../htc/pie.htc);
  zoom: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100vw;
  max-width: 100%;
  background-color: #F9F9F9;
  z-index: 999999;
  padding-top: 10px;
}
.topHome .visible {
  position: fixed;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  height: auto;
  top: 0;
  background-color: #326C81;
  z-index: 9999999;
}
.topHome .visible:after {
  content: " ";
  display: block;
  clear: both;
}
.topHome .visible .openToggle {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topHome .visible .topNavRight {
  height: auto;
  width: 100%;
  display: block;
}
.topHome .visible .topNavRight:after {
  content: " ";
  display: block;
  clear: both;
}
.topHome .visible .topNavRight li {
  height: auto;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.topHome .visible .topNavRight .divider {
  height: 1px;
  width: 100%;
  padding: 0;
}
.topHome .visible .topNavRight .navButton {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.3em;
  margin-right: 0px;
}
.topHome .visible .topNavRight .navButton:hover,
.topHome .visible .topNavRight .navButton:active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topHome .titlesBox {
  position: relative;
  float: left;
  z-index: 9999;
  padding-top: 170px;
  max-width: 590px;
}
.topHome .titlesBox h1,
.topHome .titlesBox h2 {
  font-weight: 300;
}
.topHome .titlesBox .headline {
  font-size: 2.4em;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
}
.topHome .titlesBox .mainTitle {
  font-size: 2.2em;
  color: #FFF;
  margin-bottom: 15px;
}
.topHome .titlesBox .subtitle {
  font-size: 1.2em;
  color: #F2F2F2;
}
.topHome .aussieMap {
  height: 452px;
  width: 500px;
  position: absolute;
  z-index: 99999;
  right: 0px;
  bottom: -110px;
  background-image: url(../assets/svg/australiaMap.svg);
  background-size: cover;
}
.topHome .angle {
  height: 85px;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 80%, 100% 100%, 0% 100%);
  clip-path: url(../assets/svg/angle-white.svg);
  -webkit-clip-path: polygon(0 0, 100% 80%, 100% 100%, 0% 100%);
}
.topHome svg {
  background-color: #fff;
}
.topHome .greyAngle {
  background-color: #f1f1f1;
}
.topHome .greyAnglef9 {
  background-color: #f9f9f9;
  height: 85px;
}
.topInternal {
  height: 300px;
}
.topInternal .titlesBox {
  position: relative;
  margin: 0 auto;
  float: none;
  z-index: 9999;
  padding-top: 70px;
  text-align: center;
  max-width: 590px;
}
.topInternal .titlesBox h1 {
  font-weight: 600;
}
.topInternal .titlesBox h2 {
  font-weight: 300;
}
.topInternal .titlesBox .mainTitle {
  font-size: 2.4em;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 5px;
}
.topInternal .titlesBox .subtitle {
  font-size: 1.2em;
  color: #F2F2F2;
}
.topInternal .topNav {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.threeItems {
  background-color: #f9f9f9;
  padding-bottom: 30px;
}
.threeItems .item {
  height: 150px;
  width: 33.3%;
  float: left;
}
.threeItems .item .itemImg {
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: 100%;
  background-position: 50% 50%;
}
.threeItems .item .itemImg.dailyJobs {
  background-image: url(../assets/svg/careerhub-how-it-works-jobs-added-daily.svg);
}
.threeItems .item .itemImg.distribution {
  background-image: url(../assets/svg/universities-distribution.svg);
}
.threeItems .item .itemImg.students {
  background-image: url(../assets/svg/careerhub-how-it-works-students.svg);
}
.threeItems .item p {
  text-align: center;
  font-size: 1.25em;
  font-weight: 300;
}
.threeItems .mainTitle {
  text-align: center;
  font-size: 2.2em;
  margin: 0 auto 40px auto;
}
.steps {
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #F9F9F9;
}
.steps .mainTitle {
  text-align: center;
  font-size: 2.2em;
  margin: 0 auto 40px auto;
}
.steps .container {
  height: auto;
  display: flex;
  padding-top: 20px;
}
.steps .container .step {
  width: 33%;
  display: inherit;
  flex-direction: column;
}
.steps .container .stepImage {
  width: 100%;
  display: inherit;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.steps .container .stepsText {
  padding-top: 30px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.steps:after {
  content: " ";
  display: block;
  clear: both;
}
.centralLine {
  height: 2200px;
  width: 2px;
  position: absolute;
  top: 180px;
  left: 50%;
  background: rgba(70, 173, 179, 0.2);
  z-index: -1;
}
.step {
  position: relative;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}
.step:after {
  content: " ";
  display: block;
  clear: both;
}
.step .greyBackground {
  width: 100vw;
  height: 700px;
  z-index: -2;
  position: absolute;
}
.step .stepNumber {
  height: 150px;
  width: 190px;
  position: relative;
  margin: 0 auto;
}
.step .stepNumber .solidCircle {
  height: 72px;
  width: 72px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  top: 29px;
  margin: auto;
  background: #46ADB3;
  z-index: 9999;
}
.step .stepNumber .solidCircle:before {
  height: 110px;
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  position: absolute;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: -1;
  content: ' ';
  top: -19px;
  left: -19px;
  background-color: rgba(70, 173, 179, 0.08);
  animation: scalenumber 3s;
}
.step .stepNumber h1 {
  height: auto;
  width: 100%;
  font-weight: bolder;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  color: #FFF;
  font-size: 3.1em;
}
.step .screen {
  height: 450px;
  width: 600px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
}
.step .screen .header {
  height: 45px;
  width: 100%;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  background-color: #333;
}
.step .screen .header .newTab {
  height: 45px;
  width: 80px;
  float: left;
  color: #999;
  font-size: 3em;
  text-align: center;
  line-height: 45px;
}
.step .screen .header .urlField {
  height: 28px;
  width: 410px;
  float: left;
  background: #FFF;
  border: 1px solid #CCC;
  margin-top: 8px;
  margin-right: 18px;
  color: #BBB;
}
.step .screen .header .controls {
  height: 45px;
  width: 70px;
  float: left;
  padding-top: 16px;
}
.step .screen .header .controls .control {
  height: 14px;
  width: 14px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  margin-right: 9px;
}
.step .screen .header .controls .control:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.step .screen .header .controls .minimize {
  background-color: #FFDB79;
}
.step .screen .header .controls .maximize {
  background-color: #76D0DE;
}
.step .screen .header .controls .close {
  background-color: #F77B55;
}
.step .screen .stepIllustration {
  height: 135px;
  width: 100%;
  overflow: hidden;
  background-color: #D7E7E7;
}
.step .screen .stepContent {
  height: auto;
  width: 100%;
}
.step .screen .stepContent:after {
  content: " ";
  display: block;
  clear: both;
}
.step .screen .stepContent .left {
  height: 250px;
  float: left;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 10px;
}
.step .screen .stepContent .left .orange {
  height: 200px;
  width: 90%;
  background-color: #F77B55;
}
.step .screen .stepContent .right {
  height: 250px;
  float: right;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 20px;
}
.step .screen .stepContent .right .input {
  height: 40px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  padding-left: 10px;
  line-height: 38px;
  background: #F7F7F7;
  border: 2px solid #EEE;
  margin: 0 auto;
  margin-bottom: 10px;
}
.step .screen .stepContent .right .input p {
  font-weight: 300;
  color: #252525;
  font-size: 1.1em;
}
.step .screen .stepContent .right .textarea {
  height: 140px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  padding-left: 10px;
  line-height: 38px;
  background: #F7F7F7;
  border: 2px solid #EEE;
  margin: 0 auto;
  margin-bottom: 12px;
}
.step .screen .stepContent .right .textarea p {
  font-weight: 300;
  color: #252525;
  font-size: 1.1em;
}
.step .screen .stepContent .right .textareaSmall {
  height: 90px;
  line-height: 1.85em;
  font-size: 0.7em;
  padding-top: 5px;
  padding-right: 10px;
}
.step .screen .stepContent .right .next {
  height: 35px;
  width: 100px;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  background-color: #8DB9B9;
  border: 1px solid #81AAAA;
  text-align: center;
  line-height: 35px;
}
.step .screen .stepContent .right .next p {
  font-weight: 600;
  color: #fff;
  font-size: 1.1em;
}
.step .screen .employerProfileContent .left {
  height: auto !important;
  width: 98% !important;
  color: #B1B1B1;
}
.step .screen .employerProfileContent .left p,
.step .screen .employerProfileContent .left h3 {
  font-weight: 300;
  color: #252525;
}
.step .screen .employerProfileContent .left .companyName {
  font-size: 1.5em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.step .screen .employerProfileContent .left .companyImage {
  height: 140px;
  width: 100%;
  background-color: #FFDB79;
  margin-bottom: 30px;
}
.step .screen .employerProfileContent .left .companyImage .play {
  height: 70px;
  width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  position: relative;
  margin: 0 auto;
  top: 35px;
  background-color: #4D4D4D;
  background-image: url(../assets/svg/play.svg);
  background-size: 40% 40%;
  background-position: 55% 50%;
  background-repeat: no-repeat;
}
.step .screen .employerProfileContent .left .companyText {
  font-size: .9em;
  line-height: 1.35em;
}
.step .screen .employerProfileContent .left .companyText p {
  margin-bottom: 15px;
}
.step .stepText {
  max-width: 500px;
  float: left;
  position: relative;
  padding-top: 70px;
}
.step .stepText h2 {
  font-size: 2.2em;
  color: #082F3E !important;
  margin-bottom: 30px;
}
.step .stepText h3 {
  font-size: 1.3em;
  color: #0b3e52;
  margin-bottom: 10px;
}
.step .stepText p {
  font-size: 1.1em;
  margin-bottom: 22px;
}
.step .stepText p.next {
  width: 40px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.1em;
  color: #3F97A3 !important;
  padding-bottom: 3px;
  border-bottom: 1.5px solid #3F97A3;
}
.step .leftScreen {
  position: relative;
  float: left;
  margin-left: -145px;
  margin-right: 140px;
}
.step .leftScreen .stepContent .left {
  width: 30%;
}
.step .leftScreen .stepContent .right {
  width: 70%;
}
.step .rightScreen {
  position: relative;
  float: right;
  margin-right: -85px;
  margin-left: 120px;
}
.step .rightScreen .stepContent .left {
  width: 98%;
}
.step .rightScreen .stepContent .right {
  display: none;
}
.step .demographics {
  height: auto;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  min-height: 200px;
  border: 2px solid #F9F9F9;
  background-color: #FFF;
  padding: 10px;
}
.step .demographics .uni {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  font-size: 1em;
  color: #252525;
  padding-left: 36px;
  line-height: 22px;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 12px;
}
.step .demographics .uni:before {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  position: absolute;
  left: 0px;
  border: 2px solid #F1F1F1;
  background-color: #FFF;
  content: ' ';
}
.step .demographics .selected {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #000000;
  font-weight: 700;
}
.step .demographics .selected:before {
  background-color: #8DB9B9;
  border: 2px solid #8DB9B9;
}
.step .step1 .stepIllustration {
  position: relative;
  text-align: right;
}
.step .step1 .stepIllustration img {
  position: absolute;
}
.step .step1 .stepIllustration .bigStar {
  height: 40px;
  width: 40px;
  top: 50px;
  right: 178px;
}
.step .step1 .stepIllustration .smallStar {
  height: 25px;
  width: 25px;
  top: 69px;
  right: 140px;
}
.step .step1 .stepIllustration .smallStar2 {
  height: 25px;
  width: 25px;
  top: 28px;
  right: 153px;
}
.step .step1 .stepIllustration .bag {
  height: 95px;
  width: 125px;
  top: 30px;
  right: 218px;
}
.step .step1 .stepIllustration .bigStar2 {
  height: 40px;
  width: 40px;
  top: 50px;
  right: 368px;
}
.step .step1 .stepIllustration .smallStar3 {
  height: 25px;
  width: 25px;
  top: 75px;
  right: 413px;
}
.step .step1 .stepIllustration .smallStar4 {
  height: 25px;
  width: 25px;
  top: 31px;
  right: 411px;
}
.step .step2 .stepIllustration {
  position: relative;
}
.step .step2 .stepIllustration img {
  position: absolute;
}
.step .step2 .stepIllustration .hill {
  height: 95px;
  width: 100%;
  bottom: -10px;
  z-index: 1;
}
.step .step2 .stepIllustration .cloud1 {
  height: 20px;
  width: 50px;
  top: 20px;
  right: 65px;
  z-index: 9;
}
.step .step2 .stepIllustration .cloud2 {
  height: 50px;
  width: 90px;
  top: 20px;
  left: 125px;
  z-index: 9;
}
.step .step2 .stepIllustration .cloud3 {
  height: 25px;
  width: 50px;
  top: 20px;
  left: 225px;
  z-index: 9;
}
.step .step2 .stepIllustration .university {
  height: auto;
  width: 200px;
  left: 220px;
  bottom: 0px;
  z-index: 999;
}
.step .step3 .stepIllustration {
  position: relative;
}
.step .step3 .stepIllustration img {
  position: absolute;
}
.step .step3 .stepIllustration .cloud {
  height: auto;
  width: 100px;
  left: 70px;
  top: 40px;
}
.step .step3 .stepIllustration .paperplane {
  height: auto;
  width: 460px;
  left: 60px;
  bottom: 0px;
  z-index: 9999;
}
.step .step3 .stepIllustration .cloud2 {
  height: auto;
  width: 70px;
  top: 40px;
  left: 390px;
}
.step .step3 .stepIllustration .cloud3 {
  height: auto;
  width: 40px;
  top: 20px;
  left: 460px;
}
.chevron {
  height: 34px;
  width: 34px;
  position: absolute;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  cursor: pointer;
  background-color: #46ADB3;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../assets/svg/arrow-down-white.svg);
  left: 50%;
  bottom: 10px;
  margin-left: -17px;
  z-index: 999;
}
.chevron .top {
  height: 3px !important;
  width: 30px !important;
  position: absolute;
  background-color: #C6E6E7;
  left: 0;
}
.chevron .bottom {
  height: 3px !important;
  width: 30px !important;
  position: absolute;
  background-color: #C6E6E7;
  right: 0;
  bottom: 0;
}
.stepFull1 {
  margin-top: 50px;
}
.stepFull2 {
  overflow-y: visible;
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  min-height: 700px;
}
.stepFull2 .chevron {
  bottom: 10px;
}
.stepFull3 {
  padding-top: 80px;
  padding-bottom: 0;
}
.stepFull3 .chevron {
  bottom: -10px;
}
.done {
  height: 300px;
  width: 100%;
  position: relative;
  overflow-y: visible;
  margin-bottom: 50px;
}
.done .stepNumber {
  height: 150px;
  width: 190px;
  position: relative;
  z-index: 9999;
  margin: 30px auto;
}
.done .stepNumber .solidCircle {
  height: 90px;
  width: 90px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  top: 29px;
  margin: auto;
  background: #46ADB3;
  z-index: 9999;
}
.done .stepNumber .solidCircle:before {
  height: 125px;
  width: 125px;
  top: -17px;
  left: -17px;
  background-color: rgba(70, 173, 179, 0.08);
  animation: scalenumber 3s;
}
.done .stepNumber h1 {
  height: auto;
  width: 100%;
  font-weight: bolder;
  font-weight: 700;
  line-height: 88px;
  text-align: center;
  color: #FFF;
  font-size: 1.8em;
}
.done .net {
  height: 460px;
  margin-top: -120px;
}
.done .net .gradientFade {
  height: 200px;
  width: 100%;
  position: absolute;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+100&1+0,0+100 */
}
.done .net .top {
  top: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#00f9f9f9', GradientType=0);
  /* IE6-9 */
}
.done .net .bottom {
  bottom: -250px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f9f9', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
}
.done .net .titles {
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 9999;
  margin-top: 160px;
  text-align: center;
}
.done .net .titles h3 {
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.done .net .titles .tooEasy {
  height: auto;
  width: 100%;
  color: #666 !important;
  font-size: 1.5em;
  margin-top: 20px;
}
.done .net .titles .secondaryBtnBlue,
.done .net .titles .secondaryBtnInst {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.done .net .titles .secondaryBtnBlue:hover,
.done .net .titles .secondaryBtnInst:hover,
.done .net .titles .secondaryBtnBlue:active,
.done .net .titles .secondaryBtnInst:active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #163234;
}
.testimonials {
  height: auto;
  width: 100%;
  position: relative !important;
  z-index: 9999;
}
.testimonials:after {
  content: " ";
  display: block;
  clear: both;
}
.testimonials .careerhub {
  height: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #F9F9F9;
  text-align: center;
}
.testimonials .careerhub:after {
  content: " ";
  display: block;
  clear: both;
}
.testimonials .careerhub .logo {
  left: 50%;
  margin-right: 0px;
  margin-bottom: 20px;
}
.testimonials .careerhub .statement {
  font-weight: 300;
  color: #666;
  font-size: 1.6em;
  line-height: 36px;
}
.testimonials .careerhub .ourClients {
  color: #666;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2em;
}
.testimonials .quovolve-nav {
  position: relative;
  margin-top: -40px;
  z-index: 9999;
  height: 140px;
}
.testimonials .quovolve-box {
  margin-top: -125px;
  height: 500px;
}
.testimonials .quovolve-nav .nav-numbers {
  position: relative;
  text-align: center;
  margin-top: -50px;
  line-height: 50%;
}
.testimonials .quovolve-nav .nav-numbers li {
  float: left;
}
.testimonials .quovolve-nav .nav-numbers .bubble {
  height: auto;
  width: 90px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}
.testimonials .quovolve-nav .nav-numbers .bubble:after {
  content: " ";
  display: block;
  clear: both;
}
.testimonials .quovolve-nav .nav-numbers .bubble span {
  display: none;
}
.testimonials .quovolve-nav .nav-numbers .bubble .imgClient {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border: 2px solid #ffffff;
  background-color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-color: #46ADB3;
}
.testimonials .quovolve-nav .nav-numbers .bubble .client1 {
  background-image: url(../assets/svg/ge-logo.svg);
  background-size: 80px;
}
.testimonials .quovolve-nav .nav-numbers .bubble .client2 {
  background-image: url(../assets/svg/department-edu-logo.svg);
  background-size: 60px;
}
.testimonials .quovolve-nav .nav-numbers .bubble:hover img,
.testimonials .quovolve-nav .nav-numbers .bubble:active img {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials .quovolve-nav .nav-numbers .bubble .companyLogo {
  height: 30px;
  width: 80px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.testimonials .quovolve-nav .nav-numbers .bubble .company1 {
  background-image: url(../assets/img/testimonial-arup-logo-careerhub.png);
}
.testimonials .quovolve-nav .nav-numbers .bubble .company2 {
  height: 40px;
  background-image: url(../assets/img/testimonial-ge-logo-careerhub.png);
}
.testimonials .quovolve-nav .nav-numbers .bubble .company3 {
  height: 40px;
  background-image: url(../assets/img/testimonial-suncorp-logo-careerhub.png);
}
.testimonials .quovolve-nav .nav-numbers .bubble .company4 {
  background-image: url(../assets/img/careerhub-commonwealth-bank-logo.png);
}
.testimonials .quovolve-nav .nav-numbers .active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials .quovolve-nav .nav-numbers .active .imgClient {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  border-color: #326e83;
}
.testimonials .quovolve-nav .nav-numbers .active .companyLogo {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 30px;
}
.testimonials .clients {
  width: 100%;
  padding-top: 80px;
  background-color: #46ADB3;
}
.testimonials .clients .quotes {
  margin-top: -30px !important;
  position: relative;
}
.testimonials .clients .clientTestimonials {
  text-align: center;
  padding: 40px 0;
  line-height: 20px;
}
.testimonials .clients .clientTestimonials .testimonial {
  max-width: 800px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 1.5em;
  color: #FFF;
  font-weight: 400;
}
.testimonials .clients .clientTestimonials .author {
  position: relative;
  font-weight: 600;
  z-index: 9999;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 60px;
}
.testimonials .clients .clientTestimonials .author:before {
  height: 15px;
  width: 15px;
  position: absolute;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  font-weight: 600;
  font-style: italic;
  left: 50%;
  z-index: 1;
  font-size: 3.4em;
  color: #446F6F;
  margin-top: -12px;
  margin-left: -11px;
  content: '"';
}
.testimonials .clients .clientTestimonials .authorCompany {
  font-size: 1em;
  margin-top: 5px;
  color: #FFF;
  padding-bottom: 20px;
}
.testimonials .clients .clientTestimonials .authorPosition {
  font-size: 1em;
  margin-top: 5px;
  color: #FFF;
}
.testimonials .clientsLogos {
  background-color: #46ADB3;
  padding-bottom: 50px;
}
.testimonials .clientsLogos:after {
  content: " ";
  display: block;
  clear: both;
}
.testimonials .clientsLogos .container {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding-top: 50px;
  display: table;
  text-align: center;
}
.testimonials .clientsLogos .client {
  float: left;
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 120px;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 30px;
  margin-right: 30px;
  max-width: 120px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.testimonials .clientsLogos .client:hover,
.testimonials .clientsLogos .client:active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.testimonials .clientsLogos .client .suncorp {
  margin-top: 15px;
  width: 120px;
  height: auto;
}
.testimonials .clientsLogos .client .ge {
  width: 60px;
  height: auto;
}
.testimonials .clientsLogos .client .arup {
  width: 120px;
  height: auto;
}
.fullLogo {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 60px;
  width: 220px;
  margin-top: -5px;
}
.logo {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 20px;
  background-image: url(../assets/svg/logoCareerHub.svg);
  background-size: cover;
}
.logo:hover,
.logo:active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logocenter {
  height: 72px;
  width: 72px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  background-image: url(../assets/svg/logoCareerHub.svg);
  top: 29px;
  margin: auto;
  z-index: 9999;
}
.logocenter:before {
  height: 110px;
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  position: absolute;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: -1;
  content: ' ';
  top: -19px;
  left: -19px;
  background-color: rgba(70, 173, 179, 0.08);
  animation: scalenumber 3s;
}
.footer {
  height: auto;
  width: 100%;
  background-color: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer:after {
  content: " ";
  display: block;
  clear: both;
}
.footer .logocc {
  height: auto;
  width: 150px;
  float: left;
}
.footer .logocc .logo {
  height: 45px;
  width: 45px;
}
.footer .logocc .copyright {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}
.footer .sitemap {
  float: right;
}
.footer .sitemap ul {
  float: right;
}
.footer .sitemap li {
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 35px;
}
.footer .sitemap li .navButton {
  line-height: 50px;
  color: #000000;
}
.footer .sitemap li .navButton:hover,
.footer .sitemap li .navButton:active {
  border-bottom: #000000 solid 3px;
}
.footer .sitemap li .active {
  border-bottom: #000000 solid 3px;
}
.leftHand {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 30px;
}
.rightHand {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 30px;
}
.pricingTable {
  height: auto;
  width: 100%;
  min-height: 730px;
  background-color: #f9F9F9;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.pricingTable:after {
  content: " ";
  display: block;
  clear: both;
}
.pricingTable .pricingTitle {
  height: auto;
  width: 100%;
  max-width: 800px;
  font-weight: 300;
  margin: 0 auto;
  font-size: 2em;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
.pricingTable .pricingItem {
  height: auto;
  width: 32%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 2%;
  background-color: #F2F2F2;
}
.pricingTable .pricingItem .pricingImageBox {
  height: 200px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: 50% 50%;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.pricingTable .pricingItem .pricingImageBox:after {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  z-index: -1;
  content: ' ';
}
.pricingTable .pricingItem p {
  text-align: center;
}
.pricingTable .pricingItem .packName {
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.pricingTable .pricingItem .price {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 30px;
}
.pricingTable .pricingItem .price .aud {
  font-size: .4em;
  font-weight: 300;
}
.pricingTable .pricingItem .description {
  max-width: 75%;
  margin: 0 auto;
  color: #666 !important;
  margin-bottom: 40px;
}
.pricingTable .pricingItem:last-child {
  margin-right: 0;
}
.pricingTable .pricingItem .button {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 50px;
}
.pricingTable .pricingItem:hover,
.pricingTable .pricingItem:active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.15);
  behavior: url(../htc/pie.htc);
  zoom: 1;
  background-color: #E9E9E9;
}
.pricingTable .pricingItem:hover .pricingImageBox,
.pricingTable .pricingItem:active .pricingImageBox {
  background-position: 45% 45%;
}
.pricingTable .pricingItem:hover .pricingImageBox:after,
.pricingTable .pricingItem:active .pricingImageBox:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pricingTable .single {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
.pricingTable .single .button {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 30px;
}
.pricingTable .blueTone1 .pricingImageBox {
  background-color: #2d6b6f;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 3%;
}
.pricingTable .blueTone1 .pricingImageBox:after {
  background-size: 70% 70%;
  background-position: 53% 50%;
  background-image: url(../assets/svg/priceGroup1.svg);
  background-repeat: no-repeat;
}
.pricingTable .blueTone1 .button {
  background-color: #2d6b6f;
}
.pricingTable .blueTone1 .packName,
.pricingTable .blueTone1 .price {
  color: #2d6b6f;
}
.pricingTable .blueTone1:hover .pricingImageBox {
  background-size: 4.5%;
}
.pricingTable .blueTone2 .pricingImageBox {
  background-color: #26585b;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v2h-6v6h6v8H8v-6H2v6H0V0zm4 4h2v2H4V4zm8 8h2v2h-2v-2zm-8 0h2v2H4v-2zm8-8h2v2h-2V4z' fill='%23000000' fill-opacity='0.035' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 40%;
}
.pricingTable .blueTone2 .pricingImageBox:after {
  background-size: 70% 70%;
  background-position: 53% 50%;
  background-image: url(../assets/svg/priceGroup2.svg);
  background-repeat: no-repeat;
}
.pricingTable .blueTone2 .button {
  background-color: #26585b;
}
.pricingTable .blueTone2 .packName,
.pricingTable .blueTone2 .price {
  color: #26585b;
}
.pricingTable .blueTone2:hover .pricingImageBox {
  background-size: 30%;
}
.pricingTable .blueTone3 .pricingImageBox {
  background-color: #1b4143;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23000000' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 30%;
}
.pricingTable .blueTone3 .pricingImageBox:after {
  background-size: 60% 60%;
  background-position: 50% 50%;
  background-image: url(../assets/svg/priceGroup3.svg);
  background-repeat: no-repeat;
}
.pricingTable .blueTone3 .button {
  background-color: #1b4143;
}
.pricingTable .blueTone3 .packName,
.pricingTable .blueTone3 .price {
  color: #1b4143;
}
.pricingTable .blueTone3:hover .pricingImageBox {
  background-size: 35%;
}
.pricingTable .blueTone4 .pricingImageBox {
  background-color: #163234;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23ffffff' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 50%;
}
.pricingTable .blueTone4 .pricingImageBox:after {
  background-size: 75% 75%;
  background-position: 50% 50%;
  background-image: url(../assets/svg/priceGroup4.svg);
  background-repeat: no-repeat;
}
.pricingTable .blueTone4 .button {
  background-color: #163234;
}
.pricingTable .blueTone4 .packName,
.pricingTable .blueTone4 .price {
  color: #163234;
}
.pricingTable .blueTone4:hover .pricingImageBox {
  background-size: 35%;
}
.pricingTable .hundredAds {
  height: 60px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #2d6b6f;
  padding: 10px 10px;
}
.pricingTable .hundredAds p {
  max-width: 500px;
  font-weight: 300;
  float: left;
  font-size: 1.3em;
  text-align: left;
  color: #FFF;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
}
.pricingTable .hundredAds .button {
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  behavior: url(../htc/pie.htc);
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 3px;
}
.pricingTable .hundredAds .button:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}
.employerProfile {
  overflow-x: hidden;
}
.employerProfile:after {
  content: " ";
  display: block;
  clear: both;
}
.employerProfile .button {
  margin-top: 0;
}
.employerProfile .button:hover,
.employerProfile .button:active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #163234;
}
.statusBar {
  height: 70px;
  width: 100%;
  position: fixed;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: -150px;
  background-color: #F9F9F9;
  z-index: 0;
}
.statusBar .status {
  height: 70px;
  font-size: 1.3em;
  line-height: 70px;
  color: #666;
  text-align: center;
}
.statusBar .status .sadFace {
  margin-right: 20px;
}
.statusBar .status .spanLink {
  font-weight: bold;
}
.statusBar .status a {
  color: #2d6b6f;
  font-weight: bold;
}
.statusBarOn {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: 999999999;
}
@keyframes scalenumber {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.image {
  width: 85%;
  height: auto;
  border-radius: 4px;
}
@media only screen and (max-width: 1250px) {
  .step {
    max-width: 100%;
  }
  .step .stepText {
    max-width: 400px;
  }
  .step .leftScreen {
    margin-left: -200px;
    margin-right: 210px;
  }
  .step .leftScreen.step3 {
    margin-left: -180px;
  }
  .step .rightScreen {
    margin-right: -220px;
  }
}
@media only screen and (max-width: 1150px) {
  .topHome .topNav,
  .topInternal .topNav {
    position: fixed;
    z-index: 999999;
    height: 80px;
    padding-top: 10px;
  }
  .topHome .topNav .openToggle,
  .topInternal .topNav .openToggle {
    display: block;
  }
  .topHome .topNav .topNavRight,
  .topInternal .topNav .topNavRight {
    display: none;
  }
  .topHome .titlesBox,
  .topInternal .titlesBox {
    padding-top: 100px;
    z-index: 999;
  }
  .topHome .visible,
  .topInternal .visible {
    overflow-y: scroll;
    height: auto;
    display: block;
  }
  .topHome .visible:after,
  .topInternal .visible:after {
    content: " ";
    display: block;
    clear: both;
  }
  .topHome .visible .topNavRight,
  .topInternal .visible .topNavRight {
    height: 100%;
    visibility: visible;
    display: block;
    padding-bottom: 30px;
  }
  .fullLogo {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .fullLogo:hover,
  .fullLogo:active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .step .leftScreen {
    margin-left: -200px;
    margin-right: 170px;
  }
  footer .logocc {
    margin-left: 42%;
    text-align: center;
  }
  footer li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .topHome .titlesBox .headline {
    font-size: 2.1em;
    font-weight: bold;
  }
  .topHome .titlesBox .mainTitle {
    font-size: 2.1em;
  }
  .topHome .titlesBox .subtitle {
    margin: 0 auto;
    max-width: 450px;
    font-size: 1.1em;
  }
  .topHome .aussieMap {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    z-index: 1;
  }
  footer li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1050px) {
  .topHome .topNav .topNavRight .navButton {
    margin-right: 19px;
  }
  .step .leftScreen {
    margin-right: 160px;
    margin-left: -220px;
  }
  .step .leftScreen.step3 {
    margin-right: 160px;
    margin-left: -200px;
  }
  .step .rightScreen {
    margin-right: -220px;
  }
}
@media only screen and (max-width: 1000px) {
  .arrowDown {
    display: none;
  }
  .topHome .topNav .topNavLeft .navButton {
    display: none;
  }
  .centralLine {
    display: none;
  }
  .steps {
    padding-top: 100px;
  }
  .stepFull2 {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .step .chevron {
    display: none;
  }
  .step .stepText {
    height: auto;
    width: 75%;
    max-width: 75%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding-top: 40px;
  }
  .step .leftScreen.step3 {
    margin: 0 auto;
    float: none;
  }
  .step .screen {
    position: relative;
    float: none;
    margin: 0 auto;
  }
  .step .greyBackground {
    height: 840px;
  }
  .employerProfile .button {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer .logocc {
    margin-left: 0;
    height: auto;
    width: 100%;
  }
  .footer .logocc .logo {
    height: 60px;
    width: 60px;
    margin-right: 0;
  }
  .footer .logocc .copyright {
    font-size: 1.2em;
    margin-top: 25px;
  }
  .footer .sitemap {
    height: auto;
    width: 100%;
    margin-top: 50px;
  }
  .footer .sitemap ul {
    height: auto;
    width: 100%;
  }
  .footer .sitemap li {
    height: auto;
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 900px) {
  .steps {
    padding-top: 100px;
  }
  .steps .container {
    padding-top: 50px;
    flex-direction: column;
  }
  .steps .container .step {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .testimonials .clientsLogos {
    display: none;
  }
  .topHome {
    height: 580px;
    width: 100%;
    overflow-y: visible;
  }
  .topHome .titlesBox {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .topHome .aussieMap {
    position: relative;
    margin: 0 auto;
    margin-top: -100px;
    right: 0;
  }
  .topHome .topNav .topNavRight {
    display: none;
  }
  .topHome .visible {
    height: auto;
  }
  .topHome .visible .topNavRight {
    display: block !important;
  }
  .topInternal {
    height: 310px;
  }
  .topInternal .topNav .topNavRight {
    display: none;
  }
  .topInternal .visible .topNavRight {
    height: 100%;
    display: block;
  }
  .pricingTable .pricingItem {
    height: auto;
    width: 100%;
    position: relative;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .pricingTable .pricingItem:after {
    content: " ";
    display: block;
    clear: both;
  }
  .pricingTable .pricingItem p {
    text-align: left;
  }
  .pricingTable .pricingItem .pricingImageBox {
    max-width: 220px;
    margin-right: 30px;
    margin-bottom: 0px;
    float: left;
  }
  .pricingTable .pricingItem .packName {
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .pricingTable .pricingItem .price {
    margin-bottom: 15px;
    font-size: 3em;
  }
  .pricingTable .pricingItem .description {
    margin-bottom: 0;
  }
  .pricingTable .pricingItem .button {
    position: absolute;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    right: 30px;
    top: 90px;
  }
  .testimonials .clients {
    height: 500px;
  }
  .testimonials .clientsLogos {
    height: auto;
    width: 100%;
  }
  .testimonials .clientsLogos .client {
    width: 33.3%;
    max-width: 400px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .threeItems {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .topInternal {
    height: 280px;
  }
  .topInternal .titlesBox .mainTitle {
    font-size: 1.7em;
  }
  .steps .step .screen {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    left: 0px;
    margin: 0 auto;
  }
  .steps .step .stepText {
    padding-top: 10px;
  }
  .step .screen {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    left: 0px;
    margin: 0 auto;
  }
  .step .stepText {
    padding-top: 10px;
  }
  .pricingTable .pricingItem {
    height: auto;
    width: 100%;
    position: relative;
    float: none;
    margin-right: 0;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .pricingTable .pricingItem:after {
    content: " ";
    display: block;
    clear: both;
  }
  .pricingTable .pricingItem p {
    text-align: left;
  }
  .pricingTable .pricingItem .pricingImageBox {
    height: 170px;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
  .pricingTable .pricingItem .pricingImageBox:after {
    content: " ";
    display: block;
    clear: both;
  }
  .pricingTable .pricingItem .packName {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5em;
  }
  .pricingTable .pricingItem .price {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 3.8em;
  }
  .pricingTable .pricingItem .description {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.3em;
  }
  .pricingTable .pricingItem .button {
    position: relative;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    top: 40px;
    right: auto;
  }
  .pricingTable .hundredAds {
    height: auto;
    align-content: center;
  }
  .pricingTable .hundredAds:after {
    content: " ";
    display: block;
    clear: both;
  }
  .pricingTable .hundredAds .button {
    float: none;
    margin: 0 auto;
  }
  .testimonials .clients .quotes .clientTestimonials {
    padding-left: 25px;
    padding-right: 25px;
  }
  .testimonials .clientsLogos .client {
    width: 50%;
  }
  .threeItems .item {
    height: auto;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .threeItems .item:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .steps .step .screen {
    left: -50px;
    -webkit-transform: scale(0.59);
    -moz-transform: scale(0.59);
    -o-transform: scale(0.59);
    -ms-transform: scale(0.59);
    transform: scale(0.59);
  }
  .steps .step .step2 {
    left: -10px;
  }
  .steps .step .step3 {
    left: -10px;
  }
  .step .screen {
    left: -50px;
    -webkit-transform: scale(0.59);
    -moz-transform: scale(0.59);
    -o-transform: scale(0.59);
    -ms-transform: scale(0.59);
    transform: scale(0.59);
  }
  .step .step2 {
    left: -10px;
  }
  .step .step3 {
    left: -10px;
  }
  .done .stepNumber {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .done .net .titles h3 {
    height: auto;
    width: 85%;
    margin: 0 auto;
    font-size: 1.7em;
  }
  .done .net .titles .tooEasy {
    font-size: 1.4em;
  }
  .testimonials .careerhub {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.75em;
  }
  .testimonials .careerhub .ourClients {
    font-size: 1.35em;
  }
  .testimonials .clients .nav-numbers {
    height: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials .clients .nav-numbers .bubble {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: 1px;
    margin-right: 1px;
  }
  .testimonials .clients .nav-numbers .bubble .imgClient {
    height: 80px;
    width: 80px;
  }
  .testimonials .clients .clientTestimonials {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonials .clients .clientTestimonials .testimonial {
    font-size: 1.25em;
    line-height: 1.65em;
  }
  .testimonials .clients .clientTestimonials .author {
    font-size: 1.2em;
  }
  .testimonials .clients .clientTestimonials .authorJob {
    font-size: 1em;
  }
  .employerProfile .screen {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media only screen and (max-width: 550px) {
  .topHome .aussieMap {
    height: 550px;
    width: 100%;
    -webkit-transform: scale(0.68);
    -moz-transform: scale(0.68);
    -o-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .steps .step .screen {
    left: -65px;
    -webkit-transform: scale(0.59);
    -moz-transform: scale(0.59);
    -o-transform: scale(0.59);
    -ms-transform: scale(0.59);
    transform: scale(0.59);
  }
  .steps .step .step2 {
    left: -45px;
  }
  .steps .step .step3 {
    left: -45px;
  }
  .step .screen {
    -webkit-transform: scale(0.59);
    -moz-transform: scale(0.59);
    -o-transform: scale(0.59);
    -ms-transform: scale(0.59);
    transform: scale(0.59);
  }
  .step .step2 {
    left: -45px;
  }
}
@media only screen and (max-width: 500px) {
  .bubblesBox .selected .imgClient {
    height: 65px;
    width: 65px;
  }
  .bubblesBox .bubble {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bubblesBox .bubble .imgClient {
    height: 50px;
    width: 50px;
  }
  .steps .step .screen {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    left: -90px;
    margin: 0 auto;
  }
  .steps .step .step2 {
    left: -80px;
  }
  .steps .step .step3 {
    left: -70px;
  }
  .steps .step .stepText {
    padding-top: 10px;
  }
  .step .screen {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin: 0 auto;
  }
  .step .step2 {
    left: -80px;
  }
}
@media only screen and (max-width: 450px) {
  .steps {
    padding-top: 0px;
  }
  .steps .step .screen {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    left: -120px;
    margin: 0 auto;
  }
  .steps .step .step2 {
    left: -100px;
  }
  .step .screen {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin: 0 auto;
  }
  .step .step2 {
    left: -100px;
  }
  .topHome .aussieMap {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .steps .step .screen {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    left: -145px;
    margin: 0 auto;
  }
  .steps .step .step2 {
    left: -130px;
  }
  .steps .step .step3 {
    left: -130px;
  }
  .step .screen {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin: 0 auto;
  }
  .step .step2 {
    left: -130px;
  }
}
@media only screen and (max-device-width: 900px) {
  .topHome {
    overflow-y: visible;
  }
  .topHome .topNav {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999;
  }
  .topHome .topNav .topNavLeft {
    position: relative;
    z-index: 9999;
  }
  .topHome .topNav .topNavRight {
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
    padding: 0;
    top: 0;
    left: 0;
    background-color: #347488;
    padding-top: 100px;
  }
  .topHome .topNav .topNavRight:after {
    content: " ";
    display: block;
    clear: both;
  }
  .topHome .topNav .topNavRight li {
    height: 80px;
    width: 100%;
    text-align: center;
    line-height: 85px;
    margin: 0 auto;
    float: none;
  }
  .topHome .topNav .topNavRight li .navButton {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    font-size: 3.2 em;
    color: #FFF;
  }
  .topHome .topNav .topNavRight li.login,
  .topHome .topNav .topNavRight .register {
    height: auto;
    width: 50%;
    float: left;
    font-size: 0.8em;
  }
  .topHome .topNav .topNavRight li.login a,
  .topHome .topNav .topNavRight .register a {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    behavior: url(../htc/pie.htc);
    zoom: 1;
    padding: 25px 50px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .topHome .topNav .topNavRight .divider {
    height: 1px;
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .topHome .topNav .openToggle {
    height: 40px;
    width: 40px;
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    top: 20px;
    right: 25px;
    z-index: 9999;
    background-size: contain;
    background-image: url(../assets/svg/menu.svg);
    background-position: 50% 50%;
  }
  .topHome .visible {
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999999;
  }
  .topHome .visible .openToggle {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    z-index: 9999;
  }
  .topHome .visible .topNavRight {
    display: block;
  }
  .topHome .titlesBox {
    height: auto;
    width: 80%;
    z-index: 999;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
  }
  .topHome .titlesBox .mainTitle {
    font-size: 2.1em;
  }
  .topHome .titlesBox .subtitle {
    max-width: 100%;
    font-size: 1.1em;
  }
  .topHome .aussieMap {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    position: absolute;
    z-index: 998;
    left: 50%;
    margin-left: -250px;
    bottom: -400px;
  }
  .topInternal .topNav .topNavRight {
    height: 100%;
  }
  .testimonials .clients {
    height: 550px;
  }
  .testimonials .clientsLogos {
    height: auto;
    width: 100%;
  }
  .testimonials .clientsLogos .client {
    width: 33.3%;
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .floatingMenu {
    height: 160px;
    width: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    -webkit-box-shadow: 2px 6px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 6px 13px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 6px 13px rgba(0, 0, 0, 0.3);
    behavior: url(../htc/pie.htc);
    zoom: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
    z-index: 9999999999;
    background-image: url(../assets/svg/menu.svg);
    background-position: 50% 50%;
    background-size: 90px 90px;
    background-repeat: no-repeat;
    bottom: 30px;
    cursor: pointer;
    background-color: #31898e;
  }
  .stepText h2 {
    font-size: 3em;
  }
  .steps .step {
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
  }
  .steps .step:after {
    content: " ";
    display: block;
    clear: both;
  }
  .steps .screen {
    position: relative;
  }
  .steps .leftScreen,
  .steps .rightScreen {
    float: none !important;
  }
}
@media only screen and (max-device-width: 750px) {
  .testimonials .clientsLogos .client {
    width: 50%;
  }
  .screen {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    margin: 0 auto;
    left: -150px;
  }
  .topInternal {
    height: 280px;
  }
  .topInternal .topNavRight {
    display: none;
  }
  .topInternal .titlesBox {
    padding-top: 80px;
  }
  .topInternal .titlesBox .mainTitle {
    font-size: 1.7em;
  }
}
@media only screen and (max-device-width: 600px) {
  .steps .screen {
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -o-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .steps .leftScreen {
    left: -50%;
  }
  .steps .step3 {
    left: -40%;
  }
  .done .stepNumber {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .done .net .titles h3 {
    height: auto;
    width: 85%;
    margin: 0 auto;
    font-size: 1.7em;
  }
  .done .net .titles .tooEasy {
    font-size: 1.4em;
  }
  .testimonials .careerhub {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.75em;
  }
  .testimonials .careerhub .ourClients {
    font-size: 1.35em;
  }
  .testimonials .clients .nav-numbers {
    height: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials .clients .nav-numbers .bubble {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: 1px;
    margin-right: 1px;
  }
  .testimonials .clients .nav-numbers .bubble .imgClient {
    height: 80px;
    width: 80px;
  }
  .testimonials .clients .clientTestimonials {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonials .clients .clientTestimonials .testimonial {
    font-size: 1.25em;
    line-height: 1.65em;
  }
  .testimonials .clients .clientTestimonials .author {
    font-size: 1.2em;
  }
  .testimonials .clients .clientTestimonials .authorJob {
    font-size: 1em;
  }
  .topHome .aussieMap {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 100%;
    height: 550px;
    margin-top: 40px;
    margin: 0 auto;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 230px;
  }
  .footer .logocc {
    height: auto;
    width: 100%;
    text-align: center;
  }
  .footer .logocc .logo {
    height: 90px;
    width: 90px;
    margin-right: 0;
  }
  .footer .logocc .copyright {
    font-size: 1.2em;
    margin-top: 25px;
  }
  .footer .sitemap {
    height: auto;
    width: 100%;
    margin-top: 50px;
  }
  .footer .sitemap ul {
    height: auto;
    width: 100%;
  }
  .footer .sitemap li {
    height: auto;
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1.5em;
  }
}
@media only screen and (max-device-width: 500px) {
  .bubblesBox .selected .imgClient {
    height: 65px;
    width: 65px;
  }
  .bubblesBox .bubble {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bubblesBox .bubble .imgClient {
    height: 50px;
    width: 50px;
  }
}
