/**** Custom Recruiter Styles ****/

.view-container {
    position: relative;
    margin-bottom: 0; /* Set this to match the height of your footer */
}

.search-highlight {
    background: #FFF !important;
}

/* Home Page */

#hero {
  flex-direction: row-reverse;
}

#hero .squiggle-container {
  /* Set the height and width of the area where the wave should repeat */
  width: 100%;
  height: 50px;
  display: none;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 50 200 100' width='200' height='100'%3E%3Cpath d='M 0 100 Q 50 150 100 100 T 200 100 L 200 150 L 0 150 V 100' stroke-linecap='square' stroke='%231d4ed8' fill='%231d4ed8' stroke-width='3'/%3E%3C/svg%3E");*/
  /*background-color: #fff;*/
  /*background-size: 100px;*/
  /*background-repeat: repeat-x; !* Repeats the wave horizontally *!*/
}


/*#hero #hero-image {*/
/*  padding: 4rem 0;*/
/*}*/
#hero #hero-image img {
  background: #fff;
  box-shadow: 0px 0px 5px 2px #00000033;
  border-radius: 5px;
}

div#hero-image {
  max-width: 1000px;
  margin: 0 auto;
  max-height: 500px;
  overflow: hidden;
}

#hero .bg-superhero {
  margin: auto 0;
}


/*section:has(div#hero) p,*/
/*section:has(div#hero) h1,*/
/*section:has(div#hero) h2 {*/
/*  color: #fff;*/
/*}*/

section:has(div#hero) h1 {
  font-weight: 600;
  margin: 0;
  padding: 1rem;
  background: #015647;
  color: #fcfaf4;
  border-radius: 4px;
  font-size: 32px;
  position: relative;
  top: 0px;
  box-shadow: 0px 5px 12px -2px #00000077;
  margin-bottom: 1rem;
}

section:has(div#hero) h2 {
  font-weight: 500;
}

section:has(div#hero) {
  /*background-color: #fdfbf5;*/
  background: url('https://www.seattleschools.org/wp-content/themes/sps-base-theme/static/images/paper-pattern.jpg');
  padding: 4rem;
}

.welcome-header{
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 10px;
}

.heading-h3{
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

section:has(div#hero) div#call-to-action {
  /*display: flex;*/
  /* align-items: center; */
  /*justify-content: end;*/
  /*overflow: hidden;*/
  /* gap: 4rem; */
  padding: 0 4rem;

  container-name: left-half-container;
  container-type: inline-size;
}

/*section:has(div#hero) div#call-to-action div:first-child {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  flex: 1;*/
/*  !*max-width: 900px;*!*/
/*  justify-content: start;*/
/*}*/

section:has(div#hero) div#call-to-action div.hero-gradient {
  background-color: rgba(0, 104, 129, 0.95);
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

section:has(div#hero) div#call-to-action img.bg-superhero {
  /*height: 95%;*/
  /*margin: 0 auto;*/
  position: absolute;
  inset: 0;
  z-index: 0;
}

div#hero-image > img {
  width: 100%;
  /*height: 575px;*/
  object-fit: cover;
}

.landing-card-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 4px solid steelblue;
  padding-top: 2rem;

}

.landing-card a {
  overflow-wrap: break-word;
}

.landing-card.salmon {
  background: #f37352;
}
.landing-card.aquamarine {
  background: #06b689;
}
.landing-card.mustard {
  background: #ffd111;
}
.landing-card.sky {
  background: #c3dbea;
}
.landing-card {
  padding: 1rem 0;
  border-radius: 4px;
  background-color: #adcfe1;
  margin-bottom: 1rem;
  min-height: 200px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 25%;
  flex:1;
  transition: flex 0.5s;
  word-break: break-word;
}

.landing-card-toggle {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-card-toggle span {
  border-radius: 50%;
  background: #ffffff55;
  padding: 0.5rem 1rem;
  font-size: 24px;
}

.landing-card:hover .landing-card-toggle span {
  background: #ffffff33;
}

.landing-card.active {
  /*flex:1;*/
  /*width: 100%;*/

  justify-content: start;
  flex: 5;
}
.landing-card > strong {
  padding: 0 1rem 1rem;
}

.landing-card-content {
  background: #FFFFFF33;
  padding: 0 1rem;
  border-top: 2px solid #00000033;
}

.landing-card.active .landing-card-content {
  flex: 1;
}

/*.landing-card-container:has(.active) .landing-card:not(.active) {*/
/*  !*flex:1;*!*/
/*  !*width: 10%;*!*/
/*}*/

@container left-half-container (width <= 940px) {
  .landing-card-container {
    flex-direction: column;
  }
  .landing-card {
    width: 100%;
    min-height: unset;
    max-height: 100px;
    flex-direction: row;
    transition: max-height 0.5s;
  }

  .landing-card.active {
    max-height: 700px;
    flex-direction: column;
  }
  .landing-card-toggle {
    flex: unset;
    padding: 0 1rem;
  }

}

/* RESET Password / Forgot Password Form */
.custom-forgot-password-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
}
.custom-forgot-password-container .custom-message {
  margin: 2rem;
  padding: 1rem;
  border: 1px solid #c8d8e0;
  background: #ebf8ff;
  border-radius: 5px;
}
/* flex-wrap: wrap-reverse;

/* vol_menu START */
.welcome-header{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.heading-h3{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.vol-type p {
  margin: 20px 0;
  font-size: 1.2rem;
  color: #3e3e3e;
  font-weight: bold;
}

.vol-type ul {
  list-style-type: none;
  margin: 0.25rem 0;
  font-weight: normal;
  color: #005daa;
  font-size: 1rem;
}

.register-vol-type {
  border: 1px solid rgb(204, 204, 204);
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  border-radius: 5px;
}

.register-vol-type ul {
  list-style-type: none;
}



.collapse-title span{
  display: block;
  padding: 8px 8px;
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.collapse-title {
  box-shadow: 0px 2px 4px 1px #00000021;
}

.collapse-body {
  margin-top: 7px;
  padding: 10px 14px;
  background: #ffffff;
  /*box-shadow: 0px 6px 7px -4px #00000021 inset;*/
}

.ob-step-active {
  background: #dbf3ff;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px -2px #00000033;
}

/*#default_workflow .e-tab .e-tab-header:not(.e-vertical) .e-indicator {*/
/*  display: none;*/
/*}*/

#default_workflow .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
  height: unset !important;
}

#default_workflow .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
  height: unset !important;
}

#vol-assignments {
  /*border-top: 1px solid #00000033;*/
}
#vol-assignments div:has(> .item-list-container){
  box-shadow: none !important;
  padding: 0 !important;
}
#vol-assignments [cid="controlPanel_basic_endpoint_assignment_control"] {
  padding-bottom: 0 !important;
}
#vol-assignments [cid="itemList_basic_endpoint_assignment_list"] {
  padding-top: 0 !important;
}
#vol-assignments .list-item {
  border-top: 1px solid #e1e1e1;
  padding: 1rem 0;
}

#vol-assignments .list-item p.header {
  font-size: 20px;
  font-weight: bold;
}

#bs_vol_menu_tiles_container div div:has( > .text-hint) {
  position: relative;
}

#bs_vol_menu_tiles_container .text-hint {
  display: none;
  position: absolute;
  left: 0;
  padding: 1.25rem;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 2px #00000033;
  min-width: 200px;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

#bs_vol_menu_tiles_container div.badge-ui:has( > .text-hint-icon:hover) ~ .text-hint,
#bs_vol_menu_tiles_container .text-hint:hover {
  display: block;
}

/*p:has(> .text-hint-icon) {*/
/*  display: flex;*/
/*}*/
.text-hint-icon {
  position: absolute;
  top: 0.75rem;
  height: 100%;
  width: 50px;
  text-align: center;
  right: 0;
}

/* vol_menu END */

/* Org Details */
.org-details-description [ng-if="affs.ORG_KIND_ID < 1100 "] {
  font-size:0;
}
.org-details-description [ng-if="affs.ORG_KIND_ID < 1100 "]:after {
  content: 'Volunteer Roles';
  font-size: 24px;
}
.org-details-description [ng-if="affs.ORG_KIND_ID > 1000 "] {
  font-size:0;
}
.org-details-description [ng-if="affs.ORG_KIND_ID > 1000 "]:after {
  content: 'Schools';
  font-size: 24px;
}

[ng-if="configStore.orgDetailsPage.linkedRecords"]:not(.show) {
  display: none;
}

.org-details-search-container {
  display: flex;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  align-items: center;
  border-radius: 1.25rem;
  margin: 0.5rem 0;
  box-shadow: 0 2px 10px -1px #00000033;
}

.org-details-search-container label {
  font-size: 18px;
  margin: 0;
  color: #333;
}
.org-details-search-container:has( > input:focus) label {
  display: none;
}

.org-details-search-container input {
  width: 100%;
  border-radius: 0 1.25rem 1.25rem 0;
  border: none;
}
input#org-details-search:focus {
  outline: none !important;
}

.org-details-search-container:has( > input:focus) {
  outline: 2px solid var(--primary-gold);
}

.aff-info-in-org {
  padding: 0 1rem;
}

/* AFF Org Images */
.aff-image-in-org-container > .aff-image-in-org, .aff-details-img-container > .aff-details-img, .redirect-obj-img-container > .aff-details-img {
  object-fit: contain;
}



/* org_search ORG SEARCH*/

.org-card-img {
  object-fit: contain;
}

/* footer START */
.social {
    width: 45px;
    height: 45px;
    background: #2975b7;
    color: #fff;
    padding-top: 5px;
    float: left;
    margin-left: 7px;
}
.social a {
  color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
}
#clientRegister{
	border-radius: 0;
	color:white;
	padding:20px;
}

#clientRegister a{
	text-decoration: none;
	color:white;
}
/* footer END */



/* Header START */
#header_content {
  height: 120px!important;
  margin-top: 35px;
}
.hdr_style_1 #hdr_brand img {
  /*max-height: none !important;*/
  height: 100px;
}
.hdr_style_1.scrolled a.nav-link {
  height: 90px;
}
.hdr_style_1 #hdr_brand {
  margin: 10px;
}
.hdr_style_1 a.nav-link {
  border: none;
  height: 120px;
  min-width: unset;
}

.off-page-nav #header_content {
  box-shadow: 0px 2px 8px -6px;
}
.fixed-translate-element {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.google-translate-container {
  display: flex;
  justify-content: flex-end;
  padding: 5px 15px;
  background-color: #667282;
  width: 100%;
}
.header-extender {
  height: 35px;
  width: 100%;
}
/* Header END */



/* client footer START */
.client-footer {
  height: 342px;
  background-color: #005daa;
}
.footer-sections {
  display: flex;
  padding: 45px 0;
}
.footer-left {
  width: 25%;
}
.footer-address {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
.footer-logo {
  margin-bottom: 28px;
}
.footer-middle {
  width: 50%;
}
.footer-right {
  width: 25%;
}
.social-links {
  list-style: none;
  padding: 77px 0 45px 0;
  display: flex;
  justify-content: flex-end;
}
.social-links li {
  margin-right: 32px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}

.footer-logo > a > img {
  width: 100%;
}

@media (min-width: 1025px) {
  .client-footer .container {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-middle {
    width: 0;
  }
  .footer-right {
    width: 50%;
  }
  .social-links {
    justify-content: center;
  }
  .footer-logo > a > img {
    width: 250px;
  }
}

/* client footer END */

/* samtan footer START */

p.samaritan-footer {
  background-color: #333;
  color: #fff;
}
.footer-link {
	color: #A1C7E3;
}

/* samtan footer END */

/* faq start */

#faq .faq-title{
  background: #005daa;
  color: #fff;
  padding: 5px 20px;
}

#faq .faq-title{
  margin: 30px 0 0;
}

#faq .qa-section{
  padding: 30px;
  background: #efefef;
}

#recruiter-faq-group .item-list-header {
  display:none;
}

#recruiter-faq-group .no-records_msg {
  display:none;
}

div:has(> [id^="recruiter-faq"]) {
  border-top: 8px solid #006aa3;
  margin: 2rem 0;
  box-shadow: 7px 0px 20px -4px #00000033;
  padding: 2rem;
}

[id^="recruiter-faq"] .item-list-container {
  max-height: unset !important;
}

[id^="recruiter-faq"] .faq-section-header {
  border-bottom: none;
  cursor: pointer;
  letter-spacing: 0.1px;
  color: rgb(12, 75, 122);
  /* padding: 0.5rem 0.25rem; */
  margin-top: 0px;
  font-weight: 600 !important;
  border-bottom: 1px solid;
  border-top: 4px solid transparent;
  flex-direction: row-reverse;
}

[id^="recruiter-faq"] .faq-section-header.active {
  color: transparent;
  background: #f1f1f1;
  border-top: 4px solid #006aa3;
}
[id^="recruiter-faq"] .faq-section-header h4 {
  font-weight: unset;
  margin: unset;
  font-family: Roboto;
  flex: 1;
  padding: 0.5rem 0.25rem;
  align-self: stretch;
  align-content: center;
}

[id^="recruiter-faq"] .faq-show-more {
  font-size: 1.65rem;
  font-weight: 700;
  padding: 0.5rem 0.25rem;
  padding-right: 1rem;
}

[id^="recruiter-faq"] div.active:has(> .faq-answer) {
  border-bottom: 1px solid;
}
[id^="recruiter-faq"] .item-content .faq-answer {
  padding: 0.75rem 3.5rem 0.75rem 0.5rem;
}
[id^="recruiter-faq"] .item-content p.faq-answer * {
  overflow-wrap: anywhere;
}





/* faq end */

/* authorize background check modal START */
/* authorize modal header */
.authorize-modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.authorize-modal-header>h1 {
  padding: 0 20px;
  font-size: 18px;
}

.authorize-close {
  width: 60px;
  font-size: 25px;
}

/* authorize modal body */
.authorizion-agreement-container {
  background-color: rgb(82, 86, 89);
  padding: 20px;
}

.authorizion-agreement {
  padding: 30px 90px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

@media (max-width: 991px) {
  .authorizion-agreement {
      padding: 30px 30px;
  }
}

.authorize-message {
  padding: 5px 20px;
  margin: 0;
}

.authorizion-agreement h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.authorizion-agreement p {
  margin: 20px 0;
}

.authorize-buttons {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.authorize-buttons>button:first-child {
  margin-right: 15px;
}

/* authorize background check modal END */
