body {
    font-size: 16px;
    line-height: 1.5 !important;
  overflow-x: hidden;
}
p {
    line-height: 1.5 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    letter-spacing:normal;
}

.h3 ,h3 {
  font-size:22px;
}

.h4 ,h4 {
  font-size:18px;
}

.h5 ,h5 {
  font-size:16px;
}

/* Typography */
a, a:visited {
    color: #4768d6;
    font-weight: 500;
    text-decoration: underline;
}
a:hover {
    color: #373737;
    text-decoration:underline;
}
/***Hero***/
.hero h1 {
    font-size: 4.2em;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    font-weight:500;
}
.hero h3 {
    font-size: 2.8em;
    letter-spacing: 0.5px;
}
h1 strong {
    font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .hero h1 {
    font-size: 2.6em;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.hero h3 {
    font-size: 1.6em;
    letter-spacing: 0.5px;
}
}
/* Navigation */
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
  color: #000000;
}
.navbar {
    background: #373737;
}
.nav-icon {
   width: 28px;
   margin-right: 5px;
}
li.nav-item {
    padding: 0px 14px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}
ul.dropdown-menu {
    background: #373737;
}
.nav-item a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.brand-logo {
  width: 100%;
  max-width: 200px;
}
.my-settings {
    text-align: right!important;
    padding-right: 1rem!important;
    margin: 0!important;
    color: #ffffff;
    font-size: 14px !important;
}
.hero-message em {
    color: #373737;
}
/* Buttons */
.btn {
  font-weight: 600;
  text-transform: capitalize;
}
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #165fb4;
    border-color: #165fb4;
}
.btn-primary {
    border: 1px solid #165fb4;
    color: #ffffff;
    transition: background .25s linear;
    background: #165fb4;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0px;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
}
.btn-primary:hover {
    color: #fff;
    background-color: #373737;
    border-color: #373737;
    text-decoration: none !important;
    transition: all 0.4s ease;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
    border: 1px solid #165fb4 !important;
    background: #165fb4 !important;
    color: #ffffff !important;
    transition: background .25s linear;
    padding: 5px 35px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0px;
    margin-top: 10px;
}
.badge,  .job-search-results-active-filters .badge {
  background-color: #165fb4 !important;
}
.near-me-btn {
    background: #ffffff;
    color: #165fb4;
    border: 2px solid #165fb4;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px;
}
.near-me-btn:hover {
    background: #ffffff;
    color: #373737;
}
.page-item.active .page-link {
    background-color: #373737;
    border-color: #373737;
}
.page-link {
    color: #373737;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a {
    color: #ffffff;
    font-size: 15px;
}
.job-alerts .btn-primary {
    border: 1px solid #373737;
    color: #373737;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #373737;
}
.input-group input, .input-group-btn button {
    height: 42px;
    padding: 8px 24px;
}
input#search_control_query_1_0 {
    margin-right: 30px;
    border-radius: 0px;
}
.input-group {
    margin-bottom: 20px;
}
.job-search-results-table.job-search-results-content {
    padding-top: 0px;
}
select.job-search-results-filter {
    padding: 9px;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 0px;
}
/*** filter styling
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
}
.job-search-control, .job-search-dropdown-filters {
    background: #E0E0E0;
}
.job-search-control {
    margin: 45px 0px 0px 0px !important;
    padding: 45px 45px 30px 45px;
    border-radius: 1px 1px 0px 0px;
}
.job-search-dropdown-filters {
    margin: 0px 0px 45px 0px;
    padding: 5px 28px 45px 45px !important;
    border-radius: 0px 0px 1px 1px;
}***/

.job-search-control input {
    margin-right: 25px;
}
.job-search-control .near-me-control {
    margin-left: 0px !important;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
} 
.job-search-control span.input-group-btn {
    padding-right: 15px;
}
/*** card styling ***/
.card-title a {
    font-size: 20px;
    font-weight: 800;
    color: #c5215d;
    padding-bottom: 10px;
    display: block;
    letter-spacing: .5px;
    line-height: 1.3;
}
.job-search-results-card-title a:after {
    content: " ";
    width: 43px;
    border: 2px solid #373737;
    display: block;
    margin-top: 10px;
    border-radius: 30px;
}
.job-search-results-summary {
    font-size: 17px;
    line-height: 1.7;
}
.job-component-icon-and-text.collapse {
    color: #ffffff;
}
.job-component-icon-and-text {
    background: #373737;
    color: #ffffff;
    padding: 3px 14px;
    border-radius: 2px;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
}
.job-search-results-card {
    /* box-shadow: 5px 5px 0px #373737; */
    border: 1px solid #373737;
    padding: 20px 22px;
    border-radius: 14px;
    background: #ffffff;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid #fff;
}
.card-footer {
    padding: 0.3rem 1.25rem;
}
.card-footer a {
    font-size: 15px;
    font-weight: 800;
    color: #373737;
    text-transform: uppercase;
}
.collapse {
    color: #373737;
}
.job-component-icon-and-text > i {
    width: 1.4em;
}
/*** job search page styling ***/
td.job-search-results-title a {
    font-weight: 600;
    font-size: 15px;
}
.job-search-results-category li:nth-child(n+4) {
    display: none;
  }
/*** job page styling ***/
.side-panel {
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 12%);
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
}
.side-panel .job-title {
    font-size: 18px;
    font-weight: 600;
}
.side-panel .job-field {
  color:#000;
}
.side-panel h3 {
    font-weight: 800;
    font-size: 20px;
    margin: 6px 0px 20px 0px;
}
.block-job-description h2, .block-job-description h3 {
  color:#373737;
}
.block-job-description .job-title {
    color: #373737;
    font-weight: 600;
    font-size: 1.8em !important;
}
.block-job-description .job-description-controls {
    margin: 25px 0px 18px 0px;
}
.back-to-jobs a:before {
    content: "\f053";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    padding-right: 10px;
    text-decoration:none;
}
.back-to-jobs a {
    font-weight: 600;
    display: block;
    font-size: 18px;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
.candidate-settings-panel h3 {
    color: #373737;
    font-weight: 800;
}
/*** acknowledgement ***/
.acknowledgement-banner {
    background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/816422631faff69040d8156087586868/images/files/801caac30d322ac051bf9823b5dec875/original/footer-acknowledgement.jpg?1678412716);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.acknowledge-text {
    background: rgba(55,55,55,.8);
    padding: 2.5rem 7.5rem 2.5rem 2.5rem;
    font-size: 1.25rem;
}
.dei img {
    width: 100%;
    height: auto;
}
/*** footer ***/
footer {
    background: #373737;
    border-top: 1px solid #373737;
    padding: 50px 0px;
    border-top: 5px solid #f4c04f;
}
footer hr {
    color: #ffffff;
    opacity: 1;
}
img.logo-two {
    width: 100%;
    max-width: 80px;
}
img.logo-one {
    width: 100%;
    max-width: 155px;
}
footer p {
    font-size: 14px;
}
.help-links a {
  text-decoration:underline;
}
img.footer.brand-logo {
    width: 100%;
    max-width: 150px;
}
.footer-copy {
  color: #917236!important;
  text-align: center!important;
  font-weight: 600;
  font-size: 15px;
}
footer .social-links > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.footer-links li {
  display: inline;
  font-size:14px;
}
footer .social-links > li a {
    color: #fff;
    font-size: 22px;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.modal-footer .btn-info {
    color:#000 !important;
    background-color: #fff;
    border-color: #000000;
}
.call-to-action-get {
    text-align: left;
}
/*** mobile styles ***/
@media only screen and (max-width: 576px) {
.row.job-search-results-card-row {
    margin-left: 0px;
    margin-right: -15px;
	}
  .job-search-results-dropdown-filter-col {
    margin: 5px 0px;
}
span.input-group-btn {
    width: 100%;
    margin: 5px 0px;
}
  .job-search-control .btn-primary, .near-me-btn {
    width:100%;
  }
  .job-search-control .near-me-control {
    margin-left: 0px;
  }
  .job-search-control {
    padding: 0px;
}
  img.brand-logo {
    width: 100%;
	max-width: 155px;
  }
  .my-settings {
    font-size: 12px;
    text-align: right!important;
    padding-right: 0rem!important;
    margin: 0!important;
  }
  .hero-title h2 {
    font-size: 60px;
}
}
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.PageUpPeopleLink a {
    font-size: 14px;
    font-weight: 600;
}
/*** Global ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.cta-talent-network {
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 12%);
    padding: 50px 30px;
    background: #ffffff;
}
/*** site specific ***/
/*** home ***/
.hero-tafe {
    border-bottom: 5px solid #f4c04f;
}
.search {
    margin-top: -50px;
}
.hero-search {
    padding: 30px 30px 10px 30px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 6%);
}
.role-cards img {
    width: 100%;
    height: auto;
}
.value-cards img {
    width: 100%;
    height: auto;
    max-width: 115px !important;
    margin-bottom: 15px;
}
.tafe-card {
    border: 1px solid #ececec;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
}
.benefits-card img {
    height: 70px;
    max-width: 70px !important;
    margin-bottom: 34px;
}
/** accordion **/
.accordion-header .accordion-button {
    color: #000000;
    font-weight: 700;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;

}
.accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.04);
}
.jobs-list .job {
    border-bottom: 1px solid #b5b5b5;
    padding: 15px 5px;
    margin-bottom: 15px !important;
}
/***teaching cta***/
.teaching-cta .block-call-to-action form {
    margin: 0;
}

/*test styles***/

  .hero-tafe .block-image-text    
{
    width: 50%;
    text-align: left;
    background-color: rgba(55,55,55,.8);
    padding: 1rem 1rem 1rem 2rem;
}
@media (min-width: 576px) {
 .hero-tafe .block-image-text {
      padding: 2rem 1rem 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .hero-tafe .block-image-text{
    padding: 4rem 1rem 4rem 4rem;
  }
}
@media (min-width: 992px) {
.hero-tafe .block-image-text {
     padding: 4rem 1rem 4rem 4rem;
  }
}
@media (min-width: 1200px) {
  .hero-tafe .block-image-text {
     padding: 4rem 1rem 4rem 12rem;
  }
}
  @media (min-width: 1400px) {
   .hero-tafe .block-image-text    {
   padding: 4rem 1rem 4rem 18rem;
  }
}
 .hero-tafe h1{
   font-weight:500;
 }
/*** Internal Styles ***/
.meet-the-team .block-wrapper img {
    width: 100%;
    height: auto;
}
/*** Page editing override while managing repsonsive images ***/
.page.editing .show {
    display: block !important;
}
.banner_top .block-image-cover
{
background-position: 50% 20% !important;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
}
.block-job-search-results .job-search-filter-groups label {
 max-width: calc(100% - 30px);
}

/* Hide url under Video ZD: #56599. The Video URL is necessary for IworkforNSW to embed the video, but not needed to be displayed in the text */
/* .job-description p:nth-of-type(1) a{
    display:none;
} */
/* Ends- Hide url under Video*/

.job-description #youtubelink] {
  display:none;
}

.job-description a[title|='Tanya\'s Story - Teaching and Purpose'] {
  display:none;
}

.job-description a[title|='Jason Darney Story - Career Progression'] {
  display:none;
}

.job-description a[href*="youtube"] {
  display:none;
}