html, body {
    overflow-x: hidden;
}
body {
    font-family: sans-serif;
    font-size: 14px;
    color: #212529;
    line-height: 1.5;
    background-color: #fff;
}
img.brand-logo {
  width: 180px;
    max-width: 180px;
}
.navbar {
    background: #fff !important;
}
li.nav-item a {
    color: #000;
}
li.nav-item a:hover {
    color: #000;
    text-decoration:underline;
}
li.nav-item {
    padding: 0px 16px;
    margin-bottom: 0;
}

footer {
    background-color: #2B3536;
    padding: 50px 15px 40px 15px;
}
footer a,footer a:visited{
  color:#fff;
}
footer h5.footer-titles
{
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    line-height: 20px;
    margin: 0px;
    padding-bottom: 16px;
}
.hero_banner h1{
  font-family: sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF;
}
.hero_banner .block-image-uncropped-full-width .block-image-text
{
      left: 5%;
}

.job-search-filter-groups {
    background-color:#f2f2f2;
}
.badge {
    background-color: #305FAA;
}
.job-search-results-title a {
    color: #364F6B;
  font-size: 14px;
    font-weight: 600;
}
/** Buttons***/

.job-search-results .btn-primary,.btn-info {
    border: 1px solid #767676;
  background: #305FAA;
    color: #FFF !important;
   --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #305FAA;
    --bs-btn-hover-border-color: #305FAA;
  text-transform: inherit;
}
.btn-success, .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #305FAA;
    --bs-btn-border-color: #305FAA;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #305FAA;
    --bs-btn-hover-border-color: #305FAA;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #305FAA;
    --bs-btn-active-border-color: #305FAA;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #305FAA;
    --bs-btn-disabled-border-color: #305FAA;
    text-transform: inherit;
    padding: 8px 16px;
}
.btn-primary {
border: 1px solid #305FAA;
background: #305FAA;
color: #fff !important;
text-transform: inherit;
}
a.button.button1 {
    border: 1px solid #305FAA;
    color: #FFF;
    background: #305FAA;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    padding: 3px 25px;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 2.5;
}
a.button.button1:hover {
   border: 1px solid #305FAA;
    color: #FFF;
    background: #305FAA;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

/** CTA styes***/
.jobalert_cta h3
{
font-weight: 400;
font-size: 32px;
line-height: 44px;
}
.jobalert_cta .btn-primary
{
  border: 1px solid #305FAA;
    background: #305FAA;
    color: #fff;
}
/**Job page styling***/
.job-description-controls a,.job-description-controls a:visited{
  color:#FFF;
}
.block-job-description .job-description-controls .btn {
    padding: 10px 10px !important;
    text-transform: inherit;
}
.block-job-description h3 {
    font-size: 40px;
    font-weight: 400;
}

.block-wrapper.apply_sidebar::before, .block-wrapper.sidebar::before {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    background: linear-gradient(220deg, #228082 100%, #142C52 100%);
    
}

.apply_sidebar,.sidebar 
{
  background-color:#f2f2f2;
}

.sidebar h3,.apply_sidebar h3{
  font-size:30px;
  font-weight:700;
}
.jobs-list .job h3{
font-weight: 600;
font-size: 18px;
line-height: 25px;
}
.block-jobs .job span.job-field {
    margin-right: 10px;
    font-size: 16px;
}
.jobs-list .job .job-summary 
{
  margin-top:8px;
}
.jobs-list .job a:hover{
   text-decoration:underline;
}

.jobs-list .job a, .jobs-list .job a:visited {
    color: #000;
   
}

/** Job Alert CTA Form Feilds Styling **/
.selectize-control.multi .selectize-input > div.active {
    background: #305FAA ;
    color: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div {
    background-color: #305FAA ;
    color: #fff;
    font-size: 80%;
    padding: 1px 5px;
    border-radius: inherit;
}
.selectize-dropdown-content .option.active
{
background-color: #305FAA;
}
.selectize-input.focus {
border: 1px solid #305FAA;
-webkit-box-shadow:  0px 0px 10px 0px rgb(0 0 0 / 50%);
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
outline: 0;
}
/** Ends Here**/


/*** Setting page styling**/
.call-to-action-create .not-candidate {
    font-size: 14px;
    color: #305FAA;
}
.btn-danger {
    border: 1px solid #305FAA;
    background: #305FAA;
    color: #fff;
}

.label-primary,.label-info {
    background-color: #305FAA;
}
.candidate-settings-panel {
   
    background-color: #f2f2f2;
}
.title-panel h3{
  font-size:22px;
  font-weight:600;
}
.apply_sidebar .page-block,.sidebar .block-jobs
{
 padding:30px;
}
@media only screen and (max-width: 768px) {
  .apply_sidebar .page-block,.sidebar .block-jobs
{
 padding:16px;
}
	.hero_banner h1 {
 	   font-size: 22px;
	}

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 .btn-primary
  {
    margin-left: 0 !important;
    margin-top:10px;
  }
  li.nav-item {
    padding: 16px 16px;
}
}


/* Job Search Block */
a.job-search-collapse::after {
    content: '\f107';
    font-family: 'Font Awesome 7 Free';
    margin-left: 10px;
    font-weight: 900;
}
  footer {
    padding: 30px 0;
    background-image: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/f2f8bc6d24ac419802785f5ebe5dfb35/images/files/469ecf2e642b6b980f8bf5b2da4c90c9/medium/glch-footer-bg2.jpg?1680184989);
    background-size: cover;
    background-position: 50%;
}
ul.sociallinks>li{
  display:inline-block;
}
.sociallinks a{
    padding: 0 5px;
    font-size: 20px;
}
.sociallinks a:hover{
   color:#fff;
}
hr {
 
  border: 2px solid #D9D9D9;
  opacity:unset;

}
.job-description a, .job-description a:visited
{
  color:#305FAA;
  text-decoration:underline;
}
ul.sociallinks,ul.sociallinks li
{
 margin-bottom:0;
}
.searchbar_jumbotron {
    background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/f2f8bc6d24ac419802785f5ebe5dfb35/images/files/4d6df0e0f353892427bd89cc9f98974c/medium/gippsland-lakes-complete-health-page-title-blue.jpg?1680224771);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 0 3rem 0;
}
.table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
}
.table tr:nth-child(odd) td{
background-color:#f2f2f2;
}
.table thead th {
    border-top: 0;
    font-size: 16px;
}
.candidate-settings-panel a, .candidate-settings-panel a:visited
{ 
  color: #2d60ab;
}
#link_candidate_unsubscribe_2_0 {
    color: #FFF;
    padding: 8px 16px;
}
.sidebar .page-block
{
  padding:30px;
}
