@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

body {
  background: #f3f4f9;
}

.content-header {
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 1.5rem 0 0;
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .region-header .site-logo img {
    max-width: 100%;
  }
}

#edit-pass--description.form-item__description{
    display:none;
}

.layout-container {
  background: #f3f4f9;
  padding-top: 3em;
}

@media screen and (min-width: 992px) {
  .layout-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 6em;
    padding-right: 6em;
  }
}

.content-header {
  padding: 1.5rem 0;
  margin-bottom: 0;
}

.content-header .layout-container {
  background: #fff;
  padding-top: 0;
}

#block-nhc-claro-branding::after {
  content: "";
  clear: both;
  display: table;
}

.branding-left {
  width: 50%;
  float: left;
}

.branding-right {
  width: 50%;
  float: right;
  margin-top: 40px;
}

@media (max-width: 599px) {
  .region-header #block-nhc-claro-branding {
    display: block;
  }
  .region-header .branding-left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .region-header .branding-right {
    width: 220px;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .region-header .branding-right::after {
    content: "";
    clear: both;
    display: table;
  }
  .region-header .secondary-logo.americorps {
    margin-left: 20px;
  }
  .region-header .site-logo img {
    max-width: 360px;
  }
  #block-dashboard h3 {
    font-size: 1.35rem;
  }
  #block-dashboard h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 499px) {
  .region-header .site-logo img {
    max-width: 100%;
  }
}


.secondary-logo {
  float: right;
}

.secondary-logo.americorps {
  margin-left: 30px;
}

.messages-list {
  clear: both;
}

#block-nhc-claro-userlogin-2 .form-element {
  width: 350px;
}

@media all and (max-width: 767px) {
  #block-nhc-claro-userlogin-2 .form-element {
    width: 250px;
  }
}


article.node .field {
  margin-bottom: 20px;
}

.form-textarea-wrapper label.error {
  background: red;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.tabledrag-toggle-weight-wrapper .js-tabledrag-toggle-weight {
  display: none;
}


.node-form .fieldset--group .form-radios > .form-item:first-child {
  display: none;
}

.node-form .fieldset--group[required="required"] .form-radios > .form-item:first-child {
  display: block;
}


.form-item--field-section-1-initials-0-value input.form-text,
.form-item--field-section-2-initials-0-value input.form-text,
.form-item--field-section-3-initials-0-value input.form-text,
.form-item--field-section-4-initials-0-value input.form-text {
  max-width: 100px;
}

.node-type-application.sidebar-first main.page-content::after {
  content: "";
  clear: both;
  display: table;
}

.node-type-application.sidebar-first .region-content {
  float: left;
  width: 70%;
  margin-right: 5%;
}

.node-type-application.sidebar-first .sidebar-first {
  float: left;
  width: 25%;
}

@media all and (max-width: 991px) {
  .node-type-application.sidebar-first .region-content,
  .node-type-application.sidebar-first .sidebar-first {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .node-type-application.sidebar-first .region-content {
    margin-bottom: 40px;
  }
}

.user-login-form #edit-actions,
.user-register-form #edit-actions{
  justify-content: initial;
}

.messages__header {
  margin-bottom: 0;
}

.region-header .messages {
  padding: 1.5rem;
}

.messages .messages__content {
  margin-left: 1.5rem;
}

.region-content {
  max-width: 980px;
  margin: 0 auto;
}

.divider {
  background-color: initial;
}

.node--type-application > .node__content {
  margin-bottom: 40px;
}


.block .references-wrap {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #222330;
  border: 1px solid rgba(216, 217, 224, 0.8);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 2.25rem;
}


.block .references-wrap h2 {
  margin-top: 0;
}

.block .references-wrap .node--type-reference h2 {
  display: none;
}

.block .references-wrap .name {
  /*font-weight: bold;*/
}

.reference-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.reference-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.block .references-wrap {
  margin-bottom: 40px;
}

.references-headers-wrap:after,
.reference-wrap:after {
  content: "";
  clear: both;
  display: table;
}

.references-headers-wrap {
  padding-bottom: 15px;
}

.references-header {
  float: left;
  font-weight: bold;
}

.references-header.name,
.references-header.email,
.reference-wrap .name,
.reference-wrap .email {
  width: 30%;
}

.references-header.status,
.references-header.reminder,
.reference-wrap .status,
.reference-wrap .reminder {
  width: 20%;
}

@media all and (max-width: 767px) {
  .references-header.name,
  .references-header.email,
  .reference-wrap .name,
  .reference-wrap .email,
  .references-header.status,
  .references-header.reminder,
  .reference-wrap .status,
  .reference-wrap .reminder {
    width: 33%;
  }
}

@media all and (max-width: 599px) {
  .references-header.name,
  .references-header.email,
  .reference-wrap .name,
  .reference-wrap .email,
  .references-header.status,
  .references-header.reminder,
  .reference-wrap .status,
  .reference-wrap .reminder {
    width: 50%;
  }
  .reference-wrap .reminder {
    clear: left;
  }
}

.reference-wrap .ref-col {
  float: left;
}

.reference-wrap article.node--type-reference {
  clear: left;
}

.references-wrap .reference-wrap article.node--type-reference .node__content > .claro-details {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  padding-top: 5px;
}

.references-wrap .reference-wrap article.node--type-reference .node__content > .claro-details > .claro-details__summary {
  font-weight: normal;
  padding: 5px 0px 0px 0px;
}

.references-wrap .reference-wrap article.node--type-reference .node__content > .claro-details > .claro-details__summary::before {
  top: 14px;
  left: 40px;
}

.references-wrap .reference-wrap article.node--type-reference .node__content > .claro-details > .claro-details__summary:hover {
  color: #003cc5;
  background-color: #fff;
}




.node--unpublished {
  background: #fff;
}

#block-logout {
  text-align: center;
  margin-top: 40px;
}

#block-visitdashboard {
  text-align: center;
}

#block-visitdashboard p {
  margin-bottom: 0;
}

.node-eligibility-form-form .form-item__label.form-required::after, .node-eligibility-form-form .fieldset__label.form-required::after {
display: none;
}

#block-dashboardreferences {
  margin-top: 40px;
}

.form-required-on-publish::after {
content: '*';
width: 0;
height: 0;
border-style: hidden;
border-width: 0px;
border-color: transparent;
background: transparent;
margin: 0 0.3em;
vertical-align: super;
display: inline-block;
font-size: 1.2em;
color:blue;
}

.add-reference .user-login-form{
    display:none;
}


.add-application .messages-list .messages--status {
  display: none;
}


.fieldset__prefix .extra-description {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  color: #545560;
  font-size: 0.79rem;
  line-height: 1.0625rem;
}

.form-item--field-permanent-address-0-value .form-item__label::after,
.form-item--field-permanent-city-0-value .form-item__label::after,
.form-item--field-permanent-state-0-value .form-item__label::after,
.form-item--field-permanent-zip-code-0-value .form-item__label::after,
.form-item--field-previously-served-program-0-value .form-item__label::after,
.form-item--field-americorps-supervisor-name-0-value .form-item__label::after,
.form-item--field-americorps-supervisor-phon-0-value .form-item__label::after,
.form-item--field-americorps-supervisor-emai-0-value .form-item__label::after {
    display: inline-block;
    width: 0.4375rem;
    height: 0.4375rem;
    margin-right: 0.3em;
    margin-left: 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/themes/custom/nhc_claro/images/required.svg);
    background-repeat: no-repeat;
    background-size: 0.4375rem 0.4375rem;
}

footer{
    background: white;
    padding-top: 25px;
    padding-bottom: 25px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px 20px 40px 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-link{
    text-decoration: underline;
    color:#333;
    cursor: pointer;
    font-size: 85%;
    font-style: italic;
}

html body .reference-wrap .reminder{
    width: auto;
}

.dropbutton-multiple .dropbutton .secondary-action {
     display: block !important;
}

#node-eligibility-form-form .dropbutton-multiple .dropbutton .secondary-action, .node-form .dropbutton-multiple .dropbutton .secondary-action{
    display: none !important;
}

.node-type-application .dropbutton-multiple .dropbutton .dropbutton-action .button{
    color: #000 !important;
    background-color: #d4d4d8 !important;
}

.node-type-application .dropbutton-multiple .dropbutton .secondary-action .button{
    color: #fff !important;
    background-color: #003cc5 !important;
}

.anonymous #edit-group-admin-section, .authenticated #edit-group-admin-section, .authenticated .field--name-field-application-cer{
    display: none;
}

.administrator #edit-group-admin-section, .national #edit-group-admin-section, .delaware #edit-group-admin-section, .site-coordinator #edit-group-admin-section, .administrator .field--name-field-application-cer, .national .field--name-field-application-cer, .delaware .field--name-field-application-cer, .site-coordinator .field--name-field-application-cer{
    display: block;
}

.administrator .layout-region__content {
  max-width: none;
}

.layout-form {
  display: block;
}

.layout-region--node-main .layout-region__content, .layout-region--node-footer .layout-region__content {
  max-width: none;
}

.administrator .layout-region--node-secondary,
.layout-region--secondary{
    display: none;
}

.layout-region--main, .administrator .layout-region--node-main, .administrator .layout-region--node-footer{
    width:100%;
    padding-right:0px;
}

.block-views-blockreferences-on-application-admin-block-1 .node--type-reference{
    display: block;
    padding: 1.5rem 2.25rem;
    margin-bottom: 1rem;
    color: #222330;
    border: 1px solid rgba(216, 217, 224, 0.8);
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.field--name-field-author-username{
    display: inline;
}

#field-p-notes-values .paragraph-type-title, .node-form .paragraph-type-title{
    display: none;
}

.note-action{
    padding-bottom:1em;
}

.node-form .field--name-field-p-notes .dropbutton-multiple .dropbutton .secondary-action{
    display: block !important;
}

.node-form .field--name-field-p-notes .field--name-field-author-username{
    display: none;
}

.node-form .note-date .field--name-field-author-username{
    display: inline;
}

.node-form .field--name-field-p-notes .form-textarea-wrapper textarea {
    width: 75%;
    height: 4em;
}

.node-form .field--name-field-p-notes div[id^="edit-field-p-notes-"] .paragraph--view-mode--preview{
    width:85%;
    margin: 0 1%;
}

.node-form .field--name-field-p-notes .note-date{
    font-size:.75em;
    padding-top:5px;
}

.note-action, .note-notes{
    padding-left:10px !important;
}

.note-action{
    width:25%;
}

.note-notes{
    width:75%;
}

.node-form .field--name-field-p-notes .paragraph-type-top{
    float:right;
}

.node-form .field--name-field-p-notes .button{
    margin: 0.75rem 0.5rem 0.75rem 0;
    padding: calc(0.5rem - 1px) calc(1rem - 1px);
    font-size: 0.79rem;
}

.note-table tr{
    border-bottom:0px;
}

.site_coordinator div[id$="-info-remove-button-info"], .delaware div[id$="-info-remove-button-info"]{
    display: none;
}

#block-views-block-application-custom-proficiencies-block-1 h2{
    cursor:pointer;
}

#block-views-block-application-custom-proficiencies-block-1 .view-content, .node-type-application .node--type-candidate-assessment{
    padding: 1.5rem 2.25rem;
    margin-bottom: 1rem;
    color: #222330;
    border: 1px solid rgba(216, 217, 224, 0.8);
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.node-type-application .field--name-field-candidate-assessment-cer > .field__label{
    margin: 1rem 0 0.75rem;
    font-size: 1.802rem;
    font-weight: bold;
    line-height: 1.3;
    padding-top:1rem;
}

#block-views-block-references-on-application-admin-block-1{
    margin-bottom:2rem;
}

#block-views-block-application-custom-proficiencies-block-1 .close::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:'\f00d';
    display: inline;
    width: 1em;
    height: 1em;
    padding-left:1em;
    font-size:15px;
    text-align: center;
    vertical-align: middle;
}

.view-id-ca_email_send_block{
    margin:1.75em;
}

#edit-group-tasks > div.fieldset__wrapper > div:nth-child(1){
    display:flex;
}

#edit-group-tasks .field--name-field-current-active-site{
    margin-right: 3em;
}

#edit-field-active-site-log-0-value{
    resize:none !important;
}

div[data-drupal-selector="edit-group-active-site"] {
  display:flex;
}

input#edit-field-staff-recommendation-2-1, input#edit-field-staff-recommendation-2-2, input#edit-field-staff-recommendation-2-3 {
    pointer-events: none;
    opacity: 0.5;
}

label[for="edit-field-staff-recommendation-1"], label[for="edit-field-staff-recommendation-2"], label[for="edit-field-staff-recommendation-3"], label[for="edit-field-staff-recommendation-2-1"], label[for="edit-field-staff-recommendation-2-2"], label[for="edit-field-staff-recommendation-2-3"] {
    pointer-events: none;
}

div[data-drupal-selector="edit-field-application-status-hold"], label[for="edit-field-application-status-hold"], div[data-drupal-selector="edit-field-application-status-hold3"], label[for="edit-field-application-status-hold3"]{
    display:none !important;
}

.reference-message{
    font-weight: bold;
    color:red;
}

.user-register-form #edit-field-consent .consent-label {
  margin-left: -25px;
  font-size: 1.266rem;
  line-height: 1.3;
}

#block-signatureblock-2,
#block-signatureblockhostsiteapplication {
  display: none;
}

.region-content nav .menu {
  text-align: center;
}

.region-content nav .menu li.menu-item {
  display: inline;
  padding: 10px 15px;
}

input[type="email"]:read-only {
  background-color: #f2f2f3 !important;
}

form.node-candidate-assessment-edit-form #block-nhctemplateblock {
  margin-left: 28px;
}

form.node-candidate-assessment-chf-edit-form #block-nhctemplateblock {
  margin-left: 35px;
}