body {
  min-height: 900px;
}

#block-bartik-local-tasks li {
  display: none;
}

#user-register-form label,
#user-pass label,
#user-login-form label {
  display: none;
}

#user-register-form input#edit-typein,
#user-register-form input.form-email,
#user-form input.password-field,
#user-form input.password-confirm,
#user-pass input.form-text,
#user-login-form input.form-text {
  border: 1px solid #CCCCCC;
  background-color: #F2F2F2;
  padding: 15px;
  margin-right: 30px;
}

#user-register-form div#edit-typein--description {
  margin-right: 30px;
}

#user-form div.password-strength {
  margin-right: 30px;
}

#user-form div.password-confirm-message,
#user-form div.password-confirm,
#user-form div#edit-pass--description,
#user-form div.password-suggestions,
#user-form label {
  padding-top: 10px;
}

#user-register-form #another-submit,
#user-form #another-submit,
#user-pass #another-submit,
#user-login-form #another-submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: none;
  border-style: solid;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}

#user-form #another-submit,
#user-login-form #another-submit {
  background-color: #E0584C;
  border-color: #E0584C;
  cursor: pointer;
}

#user-login-form #another-submit {
  margin-right: 25px;
}

#user-register-form #another-submit,
#user-pass #another-submit {
  background-color: #203C61;
  border-color: #203C61;
  cursor: pointer;
}

#user-form #edit-submit,
#user-register-form #edit-submit,
#user-pass #edit-submit,
#user-login-form #edit-submit {
  display: none;
}

#user-register-form div#edit-mail--description {
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}

#user-login-form div.front-create-new-account {
  color: #BDBDBD;
  font-weight: bold;
  text-align: center;
}

#user-pass div.form-type-textfield,
#user-pass div.form-type-email,
#user-login-form div.form-type-password,
#user-login-form div.form-type-textfield {
  text-align: center;
}


#user-login-form div.form-item__description {
  display: none;
}

#user-form div.form-type--email {
  display: none;
}

#user-form div#edit-pass {
  margin-top: 0px;
}

#block-forgotpassword-2 {
  text-align: center;
}

#block-loginexplain {
  text-align: center;
  padding-bottom: 0;
}

#block-loginexplain p,
#block-loginexplain div {
  text-align: justify;
  display: inline-block;
}

#block-forgotpassword-2 a {
  background-color: #203C61;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

body.candidateformat,
body.candidateformat a,
body.candidateformat input {
  font-family: 'Roboto Condensed';
  font-size: 1em;
}


body.candidateformat.path-user a {
  color: #15A1E9;
  font-weight: bold;
  text-decoration: none;
  border-bottom-style: none;
}


body.candidateformat.path-user {
  background: url('/modules/custom/dcustom/spec_apps/imgs/allbg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.candidateformat.path-user h1.page-title {
  display: none;
}

body.candidateformat.path-user {
  position: relative;
}

body.candidateformat.path-user div.page-wrapper {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.75);
  background-color: #fff;
  box-sizing: border-box;
}

body.candidateformat.path-user footer {
  display: none;
}

body.candidateformat.path-user div.messages__wrapper {
  margin-left: 30px;
  margin-right: 30px;
}

body.candidateformat.path-user div.create-new-account {
  text-align: center;
}

body.candidateformat.path-user div#block-bartik-content p {
  padding: 0 30px 0 30px;
}


body.candidateformat.path-user #block-logoutbutton-3 {
  display: none;
}

div#block-loginexplain-2 p {
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: justify;
}

#webform-submission-application-add-form table tr th {
  background-color: #203C61;
}

#webform-submission-application-add-form .webform-progress-tracker .progress-step:not(.is-active) .progress-marker,
.webform-progress-tracker .progress-step:hover .progress-marker {
  /* background-color: #203C61; */
  background-color: #aaaaaa;
}

#webform-submission-application-add-form .progress-step.is-active .progress-marker {
  background-color: #203C61;
}


#webform-submission-application-add-form div.tabledrag-toggle-weight-wrapper {
  display: none;
}

#webform-submission-application-add-form select {
  max-width: 100%;
}

body.candidateformat.path-user #block-bartik-content article.profile {
  display: none;
}

#block-logoutbutton-3 a {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border-style: none;
  background-color: rgba(225, 89, 77, 1);
  display: inline-block;
  color: #E1E0E6;
  width: 65px;
  text-align: center;
  padding: 8px 13px 8px 13px;
  font-weight: bold;
  text-decoration: none;
}

#block-loginexplain p,
#user-form div.password-strength,
#user-register-form input#edit-typein,
#user-register-form input.form-email,
#user-form input.password-field,
#user-form input.password-confirm,
#user-pass input.form-text,
#user-login-form input.form-text {
  width: 360px;
}

body header.content-header {
  padding-top: 0px;
  max-width: 1319px;
  margin: 0 auto;
}

@media screen and (min-width: 1350px) {

  body.candidateformat.node-2 header.content-header,
  body.candidateformat.node-5 header.content-header,
  body.candidateformat.node-6 header.content-header,
  body.candidateformat.node-7 header.content-header,
  body.candidateformat.node-9 header.content-header,
  body.candidateformat.node-10 header.content-header,
  body.candidateformat.node-11 header.content-header,
  body.candidateformat.node-12 header.content-header,
  body.candidateformat.node-13 header.content-header,
  body.candidateformat.node-14 header.content-header,
  body.candidateformat.node-15 header.content-header,
  body.candidateformat.node-16 header.content-header,
  body.candidateformat.node-17 header.content-header,
  body.candidateformat.path-applyinfo header.content-header,
  body.candidateformat.path-applyinfoview header.content-header,
  body.candidateformat.path-accountcreated header.content-header,
  body.candidateformat.path-completed header.content-header,
  body.webform-submission-view-page.candidateformat header.content-header,
  body.candidateformat.path-frontpage header.content-header {
    margin-top: 30px;
    background-color: transparent;
    background-image: url('/modules/custom/dcustom/spec_apps/imgs/formheader.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 331px;
  }

  #block-logoutbutton-3 {
    padding-left: 989px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1349px) {

  body.candidateformat.node-2 header.content-header,
  body.candidateformat.node-5 header.content-header,
  body.candidateformat.node-6 header.content-header,
  body.candidateformat.node-7 header.content-header,
  body.candidateformat.node-9 header.content-header,
  body.candidateformat.node-10 header.content-header,
  body.candidateformat.node-11 header.content-header,
  body.candidateformat.node-12 header.content-header,
  body.candidateformat.node-13 header.content-header,
  body.candidateformat.node-14 header.content-header,
  body.candidateformat.node-15 header.content-header,
  body.candidateformat.node-16 header.content-header,
  body.candidateformat.node-17 header.content-header,
  body.candidateformat.path-applyinfo header.content-header,
  body.candidateformat.path-accountcreated header.content-header,
  body.candidateformat.path-completed header.content-header,
  body.webform-submission-view-page.candidateformat header.content-header,
  body.candidateformat.path-frontpage header.content-header {
    margin-top: 30px;
    background-color: transparent;
    background-image: url('/modules/custom/dcustom/spec_apps/imgs/formheader.png');
    background-size: 980px 246px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 246px;
  }

  #block-logoutbutton-3 {
    padding-left: 721px;
    padding-top: 5px;
    font-size: 0.9em;
  }

  body header.content-header {
    max-width: 980px;
  }

  #block-logoutbutton-3 a {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 1149px) {

  body.candidateformat.node-2 header.content-header,
  body.candidateformat.node-5 header.content-header,
  body.candidateformat.node-6 header.content-header,
  body.candidateformat.node-7 header.content-header,
  body.candidateformat.node-9 header.content-header,
  body.candidateformat.node-10 header.content-header,
  body.candidateformat.node-11 header.content-header,
  body.candidateformat.node-12 header.content-header,
  body.candidateformat.node-13 header.content-header,
  body.candidateformat.node-14 header.content-header,
  body.candidateformat.node-15 header.content-header,
  body.candidateformat.node-16 header.content-header,
  body.candidateformat.node-17 header.content-header,
  body.candidateformat.path-applyinfo header.content-header,
  body.candidateformat.path-accountcreated header.content-header,
  body.candidateformat.path-completed header.content-header,
  body.webform-submission-view-page.candidateformat header.content-header,
  body.candidateformat.path-frontpage header.content-header {
    margin-top: 50px;
    background-color: transparent;
    background-image: url('/modules/custom/dcustom/spec_apps/imgs/mobile_formheader.png');
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center 50px;
    height: 501px;
  }

  #block-logoutbutton-3 {
    padding-bottom: 10px;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  #block-logoutbutton-3 a {
    width: 280px;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }

  body.candidateformat.path-user div.page-wrapper {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #block-loginexplain p,
  #user-form div.password-strength,
  #user-register-form input#edit-typein,
  #user-register-form input.form-email,
  #user-form input.password-field,
  #user-form input.password-confirm,
  #user-pass input.form-text,
  #user-login-form input.form-text {
    width: 95%;
  }

  #user-form #another-submit,
  #user-login-form #another-submit {
    display: block;
    margin: 0 auto;
    width: auto;
    margin-bottom: 15px;
  }

}


body.webform-submission-print-page.candidateformat #webform-submission-navigation-appverab,
body.webform-submission-print-page.candidateformat #block-bartik-help,
body.webform-submission-print-page.candidateformat header.content-header {
  display: none;
}

body.webform-submission-print-page.candidateformat h1 {
  font-size: 180%;
}

body.webform-submission-print-page.candidateformat #application--signed_application_form_page {
  display: none;
}

body.webform-submission-print-page.candidateformat h1.page-title,
body.webform-submission-view-page.candidateformat h1.page-title {
  display: none;
}

body.candidateformat.path-frontpage h1.page-title {
  display: none;
}

body.candidateformat.path-frontpage div.webform-progress {
  padding-bottom: 20px;
}

#block-logoutbutton-3 a:hover {
  background-color: rgba(225, 89, 77, 0.8);
}

body.candidateformat .webform-submission--view-mode-html .webform-submission-information {
  display: none;
}

body.candidateformat.path-user div#block-bartik-content p {
  display: none;
}

body.candidateformat.path-user div#block-bartik-content div#edit-actions {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

body.candidateformat.path-user div#block-passwordresetmessage p {
  padding-left: 30px;
  padding-right: 30px;
}

body.candidateformat input.webform-button--submit {
  background-image: none;
  background-color: rgb(32, 60, 97);
  color: #ffffff;
}


body.candidateformat input.webform-button--submit:hover {
  background-image: none;
  background-color: rgba(32, 60, 97, 0.8);
  color: #ffffff;
}

body.node-3 h1.page-title,
body.node-4 h1.page-title {
  padding-top: 150px;
  background-image: url('/modules/custom/dcustom/spec_apps/imgs/logo.svg');
  background-repeat: no-repeat;
  background-size: 250px 70.954px;
}

body.node-4 h1.page-title {
  background-position: center top;
  text-align: center;
}

body.node-4 h1.page-title {
  display: block;
}

body.node-13 h1.page-title,
body.node-12 h1.page-title,
body.node-11 h1.page-title,
body.node-7 h1.page-title,
body.node-2 h1.page-title {
  display: block;
  text-align: center;
}

.gen-clickable-element {
  color: var(--color-link);
  cursor: pointer;
}

.gen-error-message {
  color: #dc2323;
}

.hidden {
  display: none;
}

.messages-status-apply {
  padding: 15px;
  background-color: rgb(212, 237, 218);
  color: rgb(21, 87, 36);
  border: 1px solid rgb(195, 230, 203);
  border-radius: 4px;
  margin-bottom: 15px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}