/*Custom CSS*/

/*------------------------------------------------
  ----------------- Custom Font Styles ----------------
  ------------------------------------------------*/

  @import "../../responsive/fonts/client-fonts/vicgov.css";

/*------------------------------------------------*/
/**/
:root {
  --blue: #004C97;
  --teal: #009CA6;
  --green: #78BE20;
  --lime: #CEDC00;
  --slate: #343641;
  --black: #000000;
  --white: #FFFFFF;


  --dark-blue: #13345E;
  --forst-green: #69972C;
  --burnt-orange: #E35205;
  --orange: #FF9E1B;
  -cool-grey: #53565A;
  --cool-grey-light: #D9D9D6;


  --a-skip-colour: #1e2f48;
  --a-skip-background: #fd0;

  --body-background: #f8f8f8;

  --light-grey: #eaeaea;
  --border-grey: #ededed;
  --shade-grey: #f2f6f6;

  --bold-font: "vic-bold";
  --medium-fron: "vic-medium";
  --main-font: "vic-regular";
  --secondary-font: Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;

  --border-radius: 4px;

}

/*------------------------------------------------
  ----------------- Body Styles ----------------
  ------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body{
  background-color: #fff;
  line-height: 1.5;
}

body,
.jobDesc p,
.jobDesc li,
#widget-stats {
  color: var(--black);
  font-family: var(--main-font), var(--secondary-font);
  font-size: 16px;
}

h1{
  font-size: 52px;
  line-height: 60px;
}
h2{
  font-size: 36px;
  line-height: 41px;
}

h3{
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

.h1,
.h2,
.h3,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--blue);
  font-family: 'vic-bold';
}

@media(max-width:768px){
  h1{
    font-size: 36px;
    line-height: 41px;
  }

  h3{
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }
}


a {
  color: var(--teal);
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--forst-green);
  text-decoration: underline;
}

a:focus {
  outline: 2px dotted;
  outline-offset: 0px;
}

.theme-pointer {
  cursor: pointer;
}

.theme-text {
  color: var(--dark-blue);
}

.theme-color {
   color: var(--dark-blue);
}

.theme-bg,
.ISlink {
  color: #383838;
  border-color: #383838;
}

.circle.theme-hover,
.ISlink {
  border: solid 1px #383838;
}

.left-column i{
  color:var(--dark-blue);
}

.theme-hover:hover,
.theme-hover:focus,
.ISlink:hover,
.ISlink:focus {
  background: #fff none repeat scroll 0 0;
  color: var(--dark-blue);
  border: solid 1px var(--dark-blue);
}

h4 .ISlink,
h5 .ISlink {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: var(--teal);
  display: inline;
  margin: 0;
  padding: 0;
  text-align: left;
}

h4 .ISlink:hover,
h5 .ISlink:hover {
  background: transparent none repeat scroll 0 0;
  color: var(--forst-green);
  border: medium none;
}

.theme-border {
  border: 1px solid #ededed;
}

.theme-lt-grey-bg {
  background: #f1f2f2 none repeat scroll 0 0;
  padding-bottom: 40px;
}

.home-footer-social a:hover i {
  color: #71c5e8;
}

.theme-heading {
  color: var(--blue);
  margin: 32px 0 8px;
  padding-bottom: 11px;
}

@media(max-width:768px) {
  .theme-heading {
    margin: 0 0 24px;
    padding-bottom: 0;
  }
}

.widget-section h2 {
  /*     text-align: center; */
  margin-bottom: 25px;
}

h3.panel-title {
  font-size: 18px;
  color: #383838;
}

.margin-split{
  margin-top:30px;
}

a.arrow-right{
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.arrow-right:after{
  content: "";
  background: no-repeat url(/depts/dtf/images/arrow-right.svg);
  margin-left:10px;
  display: inline-block;
  width:18px;
  height:8px;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
}

/* buttons */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: 2px dotted #000;
  outline-offset: 0px;
}

.buttons.active,
.buttons.focus,
.buttons:active,
.buttons:focus,
.buttons:hover,
.buttons:hover,
.open>.dropdown-toggle.buttons {
  background-color: #6e6e6e;
  color: #fff;
}

.rasp_button,
.btn-success,
.btn-primary {
  background-color: var(--teal);
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none;
  font-family:"vic-medium";
}

.btn-primary.btn-outline {
  color: #ffffff;
}

.btn-cta {
  border-radius: 24px;
  line-height: 18px;
  padding: 10px 25px;
}

.btn-default {
  text-decoration: none;
}

.rasp_button:hover,
.rasp_button:focus,
.rasp_button.focus,
.rasp_button:active,
.rasp_button.active,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.rasp_button,
.open>.dropdown-toggle.buttons {
  background-color: var(--teal);
  border-color: var(--teal);
  color: #fff;
  text-decoration: underline;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success.focus:active,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  background-color: var(--teal);
  border-color: var(--teal);
  text-decoration: underline;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  background-color: var(--teal);
  border-color: var(--teal);
  text-decoration: underline;
}

.btn-default{
  background: #fff;
  border-color: #383838;
  color: #383838;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  font-family: 'vic-medium'
}

.buttons {
  color:#fff;
  font-family: "vic-regular", helvetica, arial, sans-serif;
  background-color: var(--teal);
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  background-color: #383838;
  border-color: #383838;
  color: #ffffff;
}

.button:active,
.button:focus,
.button:hover,
.buttons:active,
.buttons:focus,
.buttons:hover {
  background: none repeat scroll 0 0 #004f54;
  border-color: #004f54;
  color: #ffffff;
}


/*Sidebar*/

.sidebar.rightBar input,
.sidebar.rightBar select,
.sidebar.rightBar textarea,
.sidebar.rightBar .form-control {
  border-width: 0!important;
}


/*------------------------------------------------
------------------- Navigation -------------------
------------------------------------------------*/

.navbar-inverse .navbar-toggle:hover {
  /*! background: #71c5e8 none repeat scroll 0 0; */
  color: #ffffff;
}

header .nav-pills li a,
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li:first-child>a,
.navbar-inverse .navbar-nav>li>button {
  font-family: "vic-medium", helvetica, arial, sans-serif;
  font-size: 16px;
  /*   padding: 13px 25px 10px; */
  vertical-align: middle;
  line-height: 25px;
}

.bottom-nav,
nav#navbar {
  background-color: var(--black);
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: none;
}

#navbar.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>button {
  color: #fff;
  background-color: transparent;
  padding: 30px 20px 22px 24px;
  border: none;
  line-height: 14px;
  font-size: 16px;
}

@media(min-width:1025px){
  #navbar.navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>button{
      border-bottom: solid 5px transparent;
    }
}

#navbar.navbar-inverse .navbar-collapse.in li a,
#navbar.navbar-inverse .navbar-collapse.collapsing li a,
#navbar.navbar-inverse .navbar-collapse.in li button,
#navbar.navbar-inverse .navbar-collapse.collapsing li button{
padding:15px 10px;
display: block;
width: 100%;
text-align: left;
}



.navbar-inverse .navbar-nav>li>button:focus {
  outline: 2px dotted;
}

nav#navbar .container {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus{
border:solid 1px transparent;
background-color:transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 29px;
  position: relative;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  transform-origin: left center;
  transform: rotate(0deg);
  height: 4px;
}

#header .navbar-toggle{
  margin-top: 25px;
  margin-right: 0;
}

.navbar-toggle .icon-bar {
  width: 30px;
  position: relative;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  transform-origin: left center;
  transform: rotate(0deg);
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 8.5px;
}

.navbar-toggle.active span:nth-of-type(2) {
  transform: rotate(45deg);
  /*   left:3px; */
}

.navbar-toggle.active span:nth-of-type(3) {
  width: 0%;
  opacity: 0;
}

.navbar-toggle.active span:nth-of-type(4) {
  transform: rotate(-45deg);
  /*   left:3px; */
}

.navbar-inverse .navbar-nav.navbar-right>li>a i {
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 0px;
  line-height: 10px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form{
  border: none;
}

.navbar a {
  text-decoration: none;
}

header .nav-pills li a {
  border-radius: 0;
  font-size: 15px;
  padding: 21px 15px;
  text-transform: uppercase;
}

.nav-pills>li+li {
  margin-left: 0;
}

#navbar.bottom-nav .nav>li>a:hover,
#navbar.bottom-nav .nav>li>a:focus,
#navbar.bottom-nav .nav>li>button:hover,
.bottom-nav .nav>li>button:focus {
  background-color: transparent;
  border-bottom: none;
}

.bottom-nav .nav-pills>li.active>a,
.bottom-nav .nav-pills>li.active>a:hover,
.bottom-nav .nav-pills>li.active>a:focus {
  background-color: transparent;
}

#navbar.navbar-inverse .navbar-nav>.active>a,
#navbar.navbar-inverse .navbar-nav>.active>a:focus,
#navbar.navbar-inverse .navbar-nav>.active>a:hover {
  border-bottom: solid 5px var(--lime);
  color: var(--lime);
  background-color: transparent;
}

#navbar {
  min-height: 0px;
}

.logo-holder .navbar-brand {
  padding: 0px;
  height: auto;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
}

@media(max-width: 1024px){
  #navbar.navbar-inverse .navbar-nav>.active>a,
  #navbar.navbar-inverse .navbar-nav>.active>a:focus,
  #navbar.navbar-inverse .navbar-nav>.active>a:hover,
  #navbar.navbar-inverse .navbar-nav>a,
  #navbar.navbar-inverse .navbar-nav>a:focus,
  #navbar.navbar-inverse .navbar-nav>a:hover{
    border-bottom: none;
  }
  .navbar-inverse .navbar-nav>li {
    border-top: 1px solid #00004d;
  }
  .navbar-inverse .navbar-collapse ul:first-child li:first-child{
    border-top: none;
  }
}

@media(min-width: 1025px) {

  #navbar.bottom-nav .nav>li>a:hover,
  #navbar.bottom-nav .nav>li>a:focus,
  #navbar.bottom-nav .nav>li>button:hover,
  .bottom-nav .nav>li>button:focus {
    border-bottom: solid 5px var(--lime);
    color: var(--lime);
  }

  #navbar {
    min-height: 55px;
  }
}


/*onboarding*/

.onboarding li {
  margin-bottom: 30px;
  padding: 16px;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.onboarding li {
  list-style: none;
}

main .candidate_portal fieldset.rasp_form dd select.doc-type-select {
  height: auto;
  width: 200px;
}

.onboarding .right-column {
  padding-top: 25px;
  border: solid 2px #383838;
  border-radius: 7px;
}

.onboarding .right-column a {
  background-color: var(--dark-blue);
  padding: 8px 16px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

/*V3 onboarding override*/

.onboarding_wrapper .job-panel-container .ui-accordion-header:first-of-type{
  margin-top: 25px;
}
.onboarding_wrapper .job-panel-container .ui-accordion-header{
  background: var(--teal);
  border-top: 4px solid #201547 !important;
}

.onboarding_wrapper .job-panel-container .ui-accordion-header .ui-icon.ui-icon-triangle-1-s::before,
.onboarding_wrapper .job-panel-container .ui-accordion-header .ui-icon.ui-icon-triangle-1-e::before{
  color: #FFF;
}

.onboarding_wrapper .ui-widget.btn-primary {
  color: #FFF;
}

.onboarding_wrapper .ui-widget.btn-default:hover,.onboarding_wrapper .ui-widget.btn-default:focus{
  color:#FFF;
}

/*footer*/

footer {
  padding: 0;
}

footer div.txt-footer {
  padding: 32px 0 20px;
}

footer div.home-footer-social {
  padding: 19px 0;
}


/*login template*/

.grid-row {
  padding-top: 20px;
}

.grid-row .grid-item-content {
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
}

.grid-row .grid-item-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75em;
  margin-top: 0;
}

.grid-row .thumbnail {
  border-width: 0;
  padding: 0;
}

.grid-row .thumbnail img {
  vertical-align: top;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.grid-item-overlay {
  background-color: #383838;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  margin: 0 15px 20px;
}

.grid-row .grid-item-overlay:hover {
  opacity: 0.4;
}

.widget-section .quick-search-widget label {
  display: none;
}

.widget-section .quick-search-widget .controls>div {
  text-align: center;
}


/*.widget-section form select{
color:#999999;
}
.widget-section form select:focus{
color:#44494b;
}*/

.learn-more {
  margin-top: 30px;
}

.learn-more a+a {
  border-left: solid 1px #999999;
}

.learn-more a {
  padding: 0 10px;
}

.widget-quick-search {
  padding: 30px;
  background-color: #efefef;
}

.widget-quick-search legend {
  font-family: "vic-medium";
  color: var(--dark-blue);
  font-weight: 700;
  font-size: 28px;
}

.jobSearchForm {
  position: relative;
}


/*My profile*/

#profileContent .ui-tabs-header.ui-state-default {
  display: none;
}

blockquote {
  display: none;
}


/*App form*/

.dffh-intro .intro span {
  display: block;
  margin-top: 10px;
}

main #widget-content #nav-application .form-group .mandatory {
  left: 2px;
  top: 0;
}


.btn.btn-block.btn-social.btn-previousapp {
  padding-left: 40px;
  font-size: 14px;
}

.saveControl.action.col-sm-4 {
  display: block;
  margin-bottom: 10px;
}

#nav-application .prevEmployer {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}

.btn-remove {
  color: #ff0000;
  float: right;
  cursor: pointer;
  font-family: "vic-medium";
}

.valid {
  background-color: #3066a8 !important;
  color: #fff !important;
}

#accordion {
  clear: left;
}

#accordion .panel {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0;
}

#accordion .panel-heading {
  padding: 0;
}

td.col_5 {
  text-align: center;
}

#nav-app-summary table td:nth-of-type(3) {
  text-align: center;
}

#rasp_application_tmpl {
  position: relative;
}

#rasp_application_tmpl .btn-default.rasp_button{
  border: none;
  background-color: #4490B7;
}


/* SLI removed uppercase and large font styling */

#accordion h4 {
  font-size: 16px;
}

#accordion h4 a {
  background: #0072ce;
  /* url("/images/accordion_close.png") no-repeat scroll 98% center; */
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 12px;
}

#accordion h4 a.collapsed {
  background: url("/images/accordion_open.png") no-repeat scroll 98% center;
  display: block;
  padding: 12px;
  color: #343741;
  text-decoration: none;
}

#accordion h4 a:hover {
  text-decoration: none;
}

#accordion .panel-body {
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 20px;
}

#accordion .panel-body a {
  text-decoration: underline;
  font-weight: bold;
}

#accordion {
  clear: left;
  margin: 0 0 40px;
}

.widget-section .circle.theme-bg {
  margin: 10px auto;
}

.widget-section .statistic .left-column {
  padding-top: 10px;
}

.banner-overlay {
  padding: 24px 0;
}

#nav-searchresult table.table-striped table tr td:first-child {
  width: 40px;
}

iframe {
  max-width: 100%;
}


/*SL VICGOV frontends specific*/

#header {
/*  background-image: url("../images/dffh-header-bg.png");*/
  background-size: cover;
  background-color: var(--black);
}

.logo-holder {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 215px;
  position: relative;
}

.logo a {
  display: block;
  height: 100%;
}

.banner {
  width: 100%;
  height: 200px;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  background: var(--teal);
}

.banner .left {
  position: relative;
  padding: 50px 25px;
  overflow: hidden;
  color: #000;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 1;
}

.banner .right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--teal);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(150deg);
  -ms-transform: skew(150deg);
  transform: skew(150deg);
}

.banner p, .banner h2{
  color:#FFF;
}

.banner h2{
  font-size: 40px;
}

.banner .right {
  width: auto;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: -243px;
}

.right img{
  height: 100% !important;
  display: block;
}

.banner-bg{
  background-image: url("../images/dffh-banner-bg.png");
  background-size: cover;
}

.banner-bg legend{
  color: #fff;
}



/*Footer*/
footer{
  background-color: var(--slate);
  color: #FFF;
  font-size: 16px;
  padding-bottom: 40px;
  padding-top: 40px;
}

footer a {
  -webkit-transition: border-bottom .3s linear;
  transition: border-bottom .3s linear;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-size: 12px;
}

footer ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 5px;
}

footer ul li {
  display: inline-block;
}

footer section.social-media {
  margin-bottom: 20px;
}

footer section.social-media h2{
  font-size: 20px;
  line-height: 27px;
  color:#fff;
  margin-bottom: 16px;
}

footer section.social-media ul.social li {
  display: block;
  margin-bottom: 12px;
}

footer section.social-media ul.social li a{
  font-size: 14px;
}

footer section.social-media ul.social li .social-logo{
  display: inline-block;
  margin-right: 16px;
}


footer .ack{
  margin-bottom: 40px;
}

footer .ack p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

footer .footer-nav {
  margin-bottom: 20px;
}

footer ul.info-list{
  line-height:12px;
}
footer ul.info-list li+li::before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 4px;
  content: "|";
}

footer ul li a {
  color: #FFF;
  text-decoration: underline;
}

footer ul li a:hover, footer ul li a:focus {
  text-decoration: underline;
  color: #FFF;
}

footer .footer-copy p {
  font-size: 12px;
}

footer .bottom-bar .logo-wrap {
  align-self: center;
  margin-top: 15px;
}

footer .footer-logo > img {
  left: 15px;
  position: relative;
}

footer .footer-flags {
  margin-bottom: 20px;
}

footer .footer-flags>img {
  max-width: 64px;
  margin-right: 16px;
}

@media(min-width: 640px){
  footer section.social-media ul.social li {
    width: calc(50% - 6px);
  }
}

@media(min-width:768px){
  footer {
/*    background-image: url("../images/dffh-footer-bg.svg");*/
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 16px;
  }
  
  footer .ack-flex {
    flex-wrap: nowrap;
  }

  footer .footer-flags {
    flex: 1 0 auto;
    display: block;
  }

  footer .ack-desc {
    margin-left: 12px;
  }

  footer .ack p {
    font-size: 16px;
    line-height: 26.4px;
    font-family: 'vic-medium';
  }

  footer .footer-logo {
    display: flex;
    justify-content: flex-end;
  }

  footer .footer-logo > img{
    right: 200px;
    left: unset;
  }
}

@media(min-width:992px){
  footer section.social-media ul.social {
    width: auto;
    text-align: left;
  }

  footer section.social-media ul.social li {
    width: auto;
    margin: 0 0 12px 0;
  }

  footer section.social-media ul.social a{
    border:none;
    margin-top: 0;
  }

  footer section.social-media ul.social li a,
  footer section.social-media ul.social li a:hover,
  footer section.social-media ul.social li a:focus {
    height: auto;
    background: transparent;
  }
  footer .bottom-col {
    flex-direction: row;
  }

  footer .bottom-bar .logo-wrap {
    margin-left:auto;
    margin-top: 0px;
  }
}

@media(min-width:2200px) {
  footer .footer-wrapper {
    background-size: contain;
  }
}

/************/
/*End Footer*/
/************/

#widget-recent-jobs-body i {
  font-size: 16px;
}

main #widget-content .form-group label,
.panel label,
.inline-panel label {
  font-size: 16px;
}

main #widget-content .form-group label,
section .form-group .control-label{
  color: var(--black);
}

.quick-search-widget .btn-box {
  height: 74px;
  position: relative;
}

.quick-search-widget .btn-box input {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

form#appform table tbody tr td.checkbox input[type="checkbox"] {
  margin-left: 0px;
}

.jobDetails .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 15px;
  border-top: solid 1px #f1f1f1
}

.jobDetails table.table.table-striped th {
  background-color: transparent;
  color: inherit;
  border: none;
}

.jobDetails td {
  word-break: break-word;
}

.panel .secondary {
  font-size: 15px;
}

#nav-jobdetails .jobDesc p,
#nav-jobdetails .jobDesc li {
  color: #343741;
}

#rasp_job_descr>p span {
  font-family: var(--main-font) !important;
  font-size: 16px !important;
}

#rasp_job_descr>p>strong>span {
  font-family: "vic-medium" !important;
  font-weight: 700;
}


/*End Specific*/


/*Overwrite VICGOV*/

p.message.alert.alert-success {
  color: #3c763d;
  font-weight: bold;
}

/* ----------General---------- */

#header {
  height: auto;
  overflow-x: hidden;
}

.values-section {
  /* Add a background gradient and background colour to the values section
background: url('../images/widget-boxes-bg.png') 0 0 repeat-x #6ab422;
background-size: 1px 100%; */
  margin-bottom: -30px;
}

.grid-item-overlay {
  max-width: 255px;
  max-height: 255px;
  margin: 20px auto 0 auto !important;
}

.values-section a.thumbnail {
  max-width: 255px;
  margin: 20px auto;
}

#rss {
  display: none;
}

.panel-primary {
  border: none;
  /*   border-top:solid 4px var(--dark-blue); */
  margin-bottom: 30px;
  background-color:#fff;
  border:solid 1px #ededed;
}

.register-checkbox-container {
  overflow: hidden;
}

.registration-acknowledgement {
  width: 80%;
}

#registerCheckbox {
  float: left;
  line-height: 0.7em;
  padding: 0 10px 0 0;
  width: auto;
}

select.form-control,
form[name="searchform"] #nav-jobsearch select.form-control[name="in_jobDate"],
form[name="searchform"] #nav-jobsearch select.form-control[name="in_orderby"],
form[name=emailform] #nav-alert .form-group select#in_html {
  height: 46px;
}

form[name=searchform] #nav-jobsearch select.form-control,
form[name=emailform] #nav-alert .form-group select.form-control {
  height: auto;
}

form select[multiple] {
  height: auto;
}

.form-group.rasp_field>label {
  font-size: 15px;
}

.word-counter-container {
  font-size: 10pt;
  color: red;
}

.word-count-number-label {
  font-size: 10pt;
  display: inline !important;
  color: red !important;
}

textarea.form-control {
  width: 85%;
}

iframe {
  max-width: 100%;
}

.panel-group {
  margin-top: 30px;
}

.widget-section .circle {
  width: 62px;
  height: 62px;
}

.widget-section .circle.no-border{
  border: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
}

.widget-banner .responsive-slider .slide-body img,
.widget-banner .responsive-slider .slide-body,
.widget-banner .responsive-slider li {
  max-width: 100% !important;
  width: 100% !important;
}



html,
body {
  min-height: 100vh;
  height: auto;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
}

#header {
  flex-shrink: 0;
}

main#main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

/*End*/


footer .txt-footer {
  color: #FFF;
  font-size: 14px;
  margin: 0 auto;
}

footer .social-links a{
  padding:12px 15px;
  font-size:18px;
}

input.storenext,
input.previous {
  margin: 0 10px;
}


/**********************************/


/*OVERWRITTING MAIN APPFORM STYLES*/


/**********************************/

div.section-header {
  background: var(--teal);
  font-family: "vic-medium", "vic-regular", helvetica, arial, sans-serif;
  font-weight: 500;
  color: #FFF;
}

div.form-group .instructions>* {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #383838;
  font-family: "vic-regular", helvetica, arial, sans-serif;
}

div.de-identified label {
  font-family: "vic-medium", "vic-regular", helvetica, arial, sans-serif;
  font-weight: 500;
}

abbr.mandatory {
  font-family: inherit;
}

main #widget-content .form-group .mandatory {
  text-align: left;
}

main #widget-content .form-group label {
  text-align: left;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0 none;
  cursor: default;
}

.form-group .info {
  font-size: 14px;
  font-family: "vic-regular", helvetica, arial, sans-serif;
}


/*Top section*/

#JobApplyingForContent {
  background-color: #f9f9f9;
  color: #383838;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  clear: both;
}

#JobApplyingForContent>span,
div#JobApplyingFor div.seedetails,
table#rasp_jobdetails tr:nth-child(n+4) {
  display: none;
}

table#rasp_jobdetails tr td.col_1 {
  padding-right: 10px;
  width: 40%;
  font-family: "vic-medium", "vic-regular", helvetica, arial, sans-serif;
}

table#rasp_jobdetails {
  width: 100%;
}

div#JobApplyingFor div.applyingfor {
  color: var(--dark-blue);
  font-size: 30px;
  font-family: "vic-medium", "vic-regular", helvetica, arial, sans-serif;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}

div.form-group div.sub-heading {
  color: var(--dark-blue);
  font-family: "vic-medium", "vic-regular", helvetica, arial, sans-serif;
  font-size: 20px;
}

#rasp_application_tmpl .form-group.controls {
  background: transparent;
  padding: 10px 0;
}

#appform fieldset fieldset {
  margin-top: 15px;
}

#appform fieldset ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
}

#appform .form-group > p{
  font-weight: normal;
}

#appform .form-group > p.label-head {
  font-family: 'vic-medium';
}

#appform .form-group.display{
  font-weight: 600;
}

#appform .form-group.display ul li{
  font-weight: 500;
}

.dffh-intro h2.jse,
.dffh-intro h2.jse a {
  color: red;
  font-size: 24px;
  line-height: 30px;
}
.dffh-intro h2.jse a{
  text-decoration: underline;
}


/*Remove save button from readonly appform*/
input[name="in_display"][value="Y"] ~ .controls .save {
  display: none;
}

/*Style referrer name and email from readonly*/
input[name="in_display"][value="Y"]~fieldset input {
  border: none;
  background: transparent;
  height: 20px;
  pointer-events: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-right: 0px;
  line-height: 1;
  min-height: 20px;
}

#rasp_application_tmpl.de-identified .rasp_actions div.actions .btn,
#rasp_application_tmpl.de-identified .buttons {
  height: 30px;
  padding: 5px 20px;
}

#rasp_application_tmpl.de-identified .rasp_actions {
  text-align: center;
}

#rasp_application_tmpl.de-identified div.warning {
  text-decoration: none;
}

#rasp_application_tmpl.de-identified .buttons,
#rasp_application_tmpl.de-identified .rasp_button,
#rasp_application_tmpl.de-identified input.save,
#rasp_application_tmpl.de-identified .rasp_actions .btn {
  margin-bottom: 15px;
  border: 1px solid transparent;
}

div.form-group .instructions ol {
  margin-left: 0px;
}

#rasp_application_tmpl.de-identified .buttons,
#rasp_application_tmpl.de-identified .buttons {
  border: 1px solid transparent;
}

#rasp_application_tmpl.de-identified .rasp_button:hover,
#rasp_application_tmpl.de-identified .rasp_button:focus
#rasp_application_tmpl.de-identified .buttons:hover,
#rasp_application_tmpl.de-identified .buttons:focus{
  border: 1px solid transparent;
}

@media(max-width:455px){
  #rasp_application_tmpl.de-identified .controls #apply {
      width: 100%;
      max-width:300px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
    }
}

/*Fix prefill button breaking*/

.optOut button.btn,
.prefillApptext {
  white-space: normal;
}


/**********************************/


/*    END MAIN APPFORM STYLES     */


/**********************************/

.col-sm-12.icons {
  margin: 15px 0;
}

.upload-column .buttons {
  background-image: url("/M_images/btn-upload.jpg") !important;
  background-position: 50% center !important;
  background-repeat: no-repeat !important;
  padding: 6px 15px !important;
  text-indent: -99999px;
  height: auto !important;
  border-radius: 0px;
}

.form-group table .info {
  color: #ffffff;
  font-family: "vic-regular", helvetica, arial, sans-serif;
  font-size: 11px;
}

.table-responsive select {
  height: 32px;
  margin-bottom: 10px;
}

.form-group table br {
  display: block;
}

.margin-top-20 {
  margin-top: 20px;
}

.asterisk-left::before {
  content: "*";
  display: inline-block;
  width: 12px;
  font-size: 20px;
  color: red;
  padding-right: 4px;
  position: relative;
  top: 3px;
  line-height: 14px;
  margin-left: -12px;
}

.border-top-split {
  border-top: solid 1px #ededed;
}

#widget-recent-jobs-body .jobs-list {
  padding-left: 0;
}

.jobs-list .job-item {
  list-style: none;
  padding-bottom: 16px;
}

.job_results h2{
  line-height: 25px;
}

.job_results h2 a {
  font-weight: 600;
  font-size: 21px;
}

.job-item {
  font-size: 14px;
  color: #333;
}

.job-item h3 a {
  text-decoration: none;
  font-weight: 600;
}

.job-item h2,
.job-item h3 {
  margin-top: 0;
  font-size: 21px;
}

.job_results>ul>li {
  padding: 10px 0 30px;
}

.job_results>li+li,
.jobs-list>li+li {
  border-top: solid 1px #ebebeb;
  padding-top: 16px;
}

.loc-mark {
  display: inline-block;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  text-align: center;
}

.loc-mark i {
  margin-right: 5px;
}

.job-item span.label {
  text-transform: none;
  font-size: 14px;
  color: #333;
  display: inline-block;
}

.job-item p {
  font-size: 14px;
}

.jobs-list .job-item .view-more {
  margin-top: 10px;
  display: inline-block;
  padding: 5px;
}

.section-heading,
.section-subheading {
  /*border-bottom: solid 1px #ededed;*/
  background-color: #fff;
}

.section-title {
  margin: 30px 0 30px;
}

.section-subtitle {
  margin: 20px 0;
  font-family: "vic-medium";
}

.section-body {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.section-heading + .section-body {
  padding-top: 10px;
}

.section-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-line {
  border-bottom: solid 1px #ededed;
}

.section-body .controls {
  margin-top: 25px;
}

.section-body .main-paragraph {
  margin-top: 0;
}

.main-paragraph {
  font-size: 18px;
  font-family: "vic-medium";
  color: #000;
  line-height: 27px;
}

.hero-banner {
  background-color: transparent;
  padding-top: 32px;
  padding-bottom: 16px;
}

.hero-banner .hero-banner--summary {
  margin-bottom: 22px;
}

.widget-banner{
  background-color: #efefef;
}
.widget-banner .banner-wrapper{
  max-width: 100%;
  margin: auto;
  img {
    width: 100%;
  }
}

@media(min-width:768px) {
  .hero-banner .hero-banner--summary {
    margin-bottom: 22px;
  }
}

@media(min-width: 992px) {
  .hero-banner.main-hero {
    min-height: 371px;
  }
}

ul.non-list {
  padding-left: 0;
  list-style: none;
}

ul.non-list li {
  margin: 5px 10px 5px 0;
}

ul.non-list li:last-of-type {
  margin-right: 0;
}

.share-this {
  text-align: right;
  margin-bottom: 10px;
}

.share-this .stButton {
  width: auto !important;
  margin: 0;
  padding: 0;
}

.share-this .stButton .chicklets {
  padding: 10px 15px;
}

.share-this .stButton .facebook {
  background: none;
}

.share-this .stButton .facebook:before {
  content: "\f09a";
  font-family: "fontawesome";
  font-size: 24px;
  color: #555;
}

.share-this .stButton .twitter {
  background: none;
}

.share-this .stButton .twitter:before {
  content: "\f099";
  font-family: "fontawesome";
  font-size: 24px;
  color: #555;
}

.share-this .stButton .linkedin {
  background: none;
}

.share-this .stButton .linkedin:before {
  content: "\f0e1";
  font-family: "fontawesome";
  font-size: 24px;
  color: #555;
}

.share-this .stButton .email {
  display: none;
}

.share-this .stButton .email:before {
  content: "\f0e0";
  font-family: "fontawesome";
  font-size: 24px;
  color: #555;
  cursor: pointer;
}

.share-this .st_plusone {
  display: none;
}

.share-this .st_sharethis {
  display: none;
}

.jobquery {
  font-size: 20px;
  margin-top: 10px;
}

.bottom-margin-30 {
  margin-bottom: 30px;
}

p.form-sub-head,
h4.form-sub-head,
legend.form-sub-head {
  color: var(--dark-blue);
  font-family: 'vic-medium';
}

legend{
  color: var(--dark-blue);
  font-family: 'vic-medium';
}


/* overriding the .container override in candidate-list.css onb-v2 */

header .container {
  padding-top: 0;
  padding-bottom: 0;
}

.bg-clear {
  background-color: transparent;
}

.white-wrap {
  background-color: #fff;
  padding: 30px 15px 15px;
  border: solid 1px #ededed;
  border-radius: 7px;
}

.row.white-wrap {
  margin-left: 0;
  margin-right: 0;
}

/*Questionnaire*/

.questionnaireForm .qb-head{
  background: var(--forst-green)!important;
}

.questionnaireForm .qb-question{
  font-family: var(--main-font);
  font-size:16px;
}

/*---------------------------------
Responsivness
---------------------------------*/

@media (max-width:1500px) {
  .banner{
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width:1300px) {
  .banner{
    width: 120%;
    max-width: 120%;
  }
}

@media (max-width:1025px) {
  .banner{
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  footer .txt-footer {
      text-align: center !important;
  }
  footer .txt-footer a {
      display: inline-block !important;
  }
  .home-footer-social {
      padding: 0 0 25px 0 !important;
  }
  .onboarding_wrapper {
      margin-bottom: 220px;
  }
}

@media (max-width: 1024px) {
  nav#navbar.navbar-collapse li:last-child a {
      border-width: 0;
  }
  nav#navbar.navbar-collapse li.active a {
      background-color: transparent;
  }
}

/*@media (max-width: 992px) {
  footer {
      height: 90px;
  }
  #wrapper {
      padding-bottom: 90px;
  }
}*/

@media (max-width: 768px) {
  #header {
      padding: 0;
  }
  #header .container-fluid {
      padding: 0px 10px;
  }
  .grid-row {
      margin: 0 auto;
      max-width: 400px;
  }
  footer div.txt-footer {
      text-align: center;
      padding: 10px 0 8px;
  }
  footer div.home-footer-social {
      clear: both;
      float: none!important;
      padding: 5px 0 20px;
  }
  .widget-section .theme-heading {
      font-size: 40px;
  }
  .btn-cta {
      border-radius: 20px;
      padding: 10px 15px;
  }
  #nav-application #appform .form-control {
      width: 85%;
  }
  .grid-item-overlay {
      max-width: 255px;
      max-height: 255px;
      margin: 20px auto 0 auto !important;
  }
}

@media (max-width: 550px) {
  #top-nav .circle {
      display: none;
  }
  #top-nav .div {
      display: none;
  }
  #top-nav a.fa-sm.theme-color {
      clear: both;
      display: block;
      margin: 0 0 15px 0;
  }
  a.navbar-brand.pull-left {
      max-width: 190px !important;
      margin: 5px 0 8px 5px;
  }
  
  h1.theme-heading{
    font-size:32px;
    line-height: 38px;
  }
  
  h2{
    font-size:24px;
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  /*#wrapper {
      padding-bottom: 135px;
  }
  footer {
      padding: 10px 0 0 0;
      height: 135px;
  }*/
}

@media (max-width: 415px) {
  div.instructions>ul {
      padding-left: 15px;
  }
  body form[name=searchform] #nav-jobsearch select.form-control,
  form[name=emailform] #nav-alert .form-group select.form-control {
      height: 37px;
  }
}

@media (min-width: 2560px) {
  .container {
    width: 1420px;
  }
}



/*New Css*/
#nav-login .section-line {
  border-bottom: 0;
}

.actions .primary_action {
  text-align: left;
}

dl dd p {
  text-align: left;
}

form#appform {
  margin-top: 40px;
}

.btn.btn-default.rasp_button {}

#rasp_application_tmpl .form-group.controls {
  text-align: left;
}