/* Sheet Settings */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #05143f;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #05143f;
    border-radius: 5px;

}

  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .55);
}

body {
    font-family: 'Work Sans', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

p {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

h3 {
    padding-left: 15px;
    padding-right: 15px;
}

li {
    text-align: left;
    font-size: 20px;
    padding: 2.5px;
}

.centerFlex {
    display: flex;
    justify-content: center;
}

a {
    color: #d16a40;
}


    /* Sheet Header */
header {
    background: #05143f;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 100;

}

#bannerLink {
    margin-right: auto;
}

.bannerPicture {
    height: 48px;
    width: 150px;
}

.eleosPicture {
    height: 24px;
    width: 75px;
    margin: 0 0 5px 20px;
    padding: 5px;
    border: 1px solid #67dcfc;
    border-radius: 5px;
}

.socialWrapper {
    margin-left: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.socialIcon {
    padding: 3px 5px;
    border-radius: 5px;
    height: 26px;
    cursor: pointer;
}

.socialIcon:hover {
    background-color: #67dcfc;
}

.contactFooter {
    cursor: pointer;
}

.contactFooter:hover {
    color: #67dcfc;
    text-decoration: underline;
}

#showPasswordResetForm {
    text-decoration: underline;
    cursor: pointer;
}

#contactUsForm,
#contactUsComplete,
#loginForm,
#pwUpdateForm,
#confirmProfileUpdate,
#passwordResetEmailForm {
    max-width: 95%;
    max-height: 95%;
    background-color: #e7f1f5;
    border: 3px solid #03a7ff;
    border-radius: 20px;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 0 200px 150px rgb(200, 200, 200);

}

#contactUsComplete,
#loginForm,
#pwUpdateForm,
#confirmProfileUpdate,
#passwordResetEmailForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#loginForm,
#passwordResetEmailForm {
    color: black;
}

#contactUsForm span {
    width: calc(100% - 20px);
}

.contactButtons {
    display: flex;
    justify-content: center;
}

.topMenuFrame,
.viewBox {
    max-width: 1200px;
}

.topMenuFrame {
    position: relative;
    align-items: flex-end;
    margin: 0 auto;
    z-index: 100;
}

nav {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    align-items: center;
    margin-left: 50px;
    z-index: 110;
    flex-direction: column;
    align-items: stretch;
}

.navItem {
    position: relative;
    color: white;
    background-color: #05143f;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    border-bottom: 2px solid #67dcfc;
    border-top: 2px solid #67dcfc;
    font: normal normal normal 20px/1.4em worksans-extralight,'work sans',sans-serif;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1000;
    cursor: pointer;
}

.subNav {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -135px;
    top: -2px;
}


.therapistSubmenu * {
    width: 110px;
}

.frontlinerSubmenu * {
    width: 115px;
}

#covid {
    color: #d16a40;
}

.navItem:hover,
#covid:hover,
a:hover,
.burgerMenu:hover {
    color: #67dcfc;
}


.burgerMenu {
    height: 35px;
    width: 50px;
    margin: auto 0 auto 0;
    padding: 5px 10px;
}

.isActive {
    display:flex;
}

/* Main */

main {
    flex: 1;
    /* text-align: center; */
}

.parachuteLogoWrapper {
    padding-top: 60px;
    background-color: #05143f;
    text-align: center;
    width: 100%;
    color: white;
    padding-bottom: 20px;
}

.parachuteLogo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}



.viewBox {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.bulletList {
    list-style-type: disc;
}

.bulletList li {
    margin-left: 20px;
    padding-left: 0;
}

.stephProfile {
    flex-direction: column;
    margin: 60px auto;
    width: 100%;
    max-width: 800px;
    align-items: center;

}

.stephText {
    padding: 5px;
}

.stephImage {
    max-width: 360px;
}

.blueBox {
    flex-direction: column;
}

.blueBox span {
    max-width: 300px;
    flex-grow: 1;
}

.blueIcon {
    max-height: 150px;
    display: none;
}

.blueText {
    font-size: 26px;
    color: #03a7ff;
    padding: 3px;
    margin: 0;
}

.therapistSelect {
    flex-direction: column;
    margin: 50px 10px 20px;
    align-items: stretch;
}

.therapistSelect a {
    margin: 10px 5px;
    flex-grow: 1;
}

.solidGreenBtn,
input[type="submit"] {
    background-color: #4eff78;
    border: 2px solid #4eff78;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    margin: 10px 20px;
    color: black;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.solidGrayBtn {
    background-color: #c9c9c9;
    border: 2px solid #666666;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    margin: 10px 20px;
    color: black;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

input[type="submit"]:disabled {
    background-color: lightgrey;
    border: 2px solid lightgrey;
    color: grey;
}

.solidGreenBtn:hover,
.solidGrayBtn:hover,
.requestApptBtn:hover,
.requestApptBtnGroup:hover,
input[type="submit"]:hover {
    color: white;
}

.hollowGreenBtn {
    background-color: transparent;
    border: 2px solid #4eff78;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 20px 5px;
    color: black;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hollowGreenBtn:hover {
    color: white;
    background-color: #4eff78;
}


/* FAQ */

.faq {
    display: inline-block;
}

.needHelp {
    display: block;
    padding: 5px;
    margin: 10px;
}



.faqQuestion {
    margin: 10px 5px 0;
    padding-bottom: 3px;
    text-align: left;
}

.faqAnswer {
    margin: 0 5px 20px;
    padding-left: 35px;
    text-align: left;

}

/* Onboard Therapist */

.formBox {
    border-radius: 20px;
    border: 1px solid #03a7ff;
    background-color: #e7f1f5;
    padding: 15px;
    margin: 10px auto;
    max-width: 600px;
}

.formBox * {
    font-size: 20px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.formBox span {
    padding: 10px;
}

.formBox label {
    font-size: 18px;
}

.formInput {
    padding-left: 10px;
    border: none;
    border-bottom: 1px solid #03a7ff;
    font-size: 20px;
    margin: 10px 10px 0;
}

.formLabelBox {
    display: inline-flex;
    flex-direction: column;
    margin: 10px;
}

.formLabelBoxTz {
    display: inline-flex;
    flex-direction: column;
    margin: 10px;
    width: 220px;
}

.formLabelBox input[type=text],
.formLabelBox input[type=email],
.formLabelBox input[type=tel],
.formLabelBox input[type=password],
textarea,
.formStateWrap input,
.formStateWrap select,
.formDaySchedule input,
#onboardTimezone,
#queryState,
#queryStateGroup,
#requestState {
    padding-left: 10px;
    border: none;
    border-bottom: 1px solid #03a7ff;
    font-size: 20px;
}

#queryState,
#queryStateGroup {
    margin-top: 20px;
    margin-bottom: 20px;
}

#onboardImage {
    font-size: 16px;
}

.formRadioButton {
    margin-left: 10px;
    color: black;
}

.formRadioLabel {
    display: inline;
    text-align: left;
}

.formStateWrap {
    display: inline-flex;
    flex-direction: column;
    border-radius: 10px;
    border-left: 1px solid #03a7ff;
    border-right: 1px solid #03a7ff;
    background-color: white;
    margin: 2.5px auto;
}

.formDaySchedule {
    margin: 10px;
}

.formDaySchedule label:first-of-type {
    display: block;
}

.formDaySchedule input {
    width: 135px;
}

.formCheckbox {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.formCheckbox + label {
    color: black;
    border: 1px solid #03a7ff;
    border-radius: 10px;
    padding: 3px 10px;
    margin: 5px;
    cursor: pointer;
    font-size: 18px;
}

.formCheckbox:checked + label {
    color: white;
    background: #03a7ff;
    font-weight: bold;
}

#licenseRadioBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formCheckText {
    font-size: 12px;
    text-align: left;
    color: red;
    margin: 0 0 5px;
    padding-left: 30px;
}

.formCheckTextExplainer {
    font-size: 12px;
    text-align: left;
    color: black;
    margin: 0;
    padding: 0 0 0 20px;
    display: inline;
}

#consentLabel {
    margin: 5px auto;
    max-width: 200px;
}

#onboardTimezone {
    width: 220px;
}

#previewImage {
    height: 200px;
    width: 200px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 50%;
    border: 2px solid #03a7ff;
  }

  .bold {
      padding: 0;
      margin: 0;
      font-weight: bold;
      display: inline;
  }

  .relative {
      position: relative;
  }

  .whatsThis {
      background-color: #03a7ff;
      font-size: 18px;
      color: white;
      border: 1px solid black;
      border-radius: 5px;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      right: 20px;
      margin: 0;
      cursor: help;
      font-weight: bold;
      z-index: 90;
  }

  .whatsThisMessage {
    background-color: #03a7ff;
    font-size: 16px;
    color: white;
    border: 1px solid black;
    border-radius: 5px;
    position: absolute;
    top: 24px;
    right: 20px;
    margin: 0;
    z-index: 90;
    padding: 10px;
    text-align: left;

}

/* Member Search */

.memberWrap {
    margin: 30px 20px;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #67dcfc;
}


#agreeTOS,
#queryTherapists {
    max-width: 400px;
    margin: 100px auto 30px;
}


/* Footer */

footer {
    background: #05143f;
    color: white;
    text-align: center;
    padding: 15px 0 5px;
    margin-top: 20px;
}

footer p {
    padding: 5px;
    font-size: 12px;
    margin: 0;
}

.eleosFooterLogo {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 14px;
    justify-content: center;
}

.eleosFooterLogo:hover {
    color: white;
    text-decoration: none;
}

.eleosFooter {
    padding-left: 5px;
    height: 20px;
    width: 65px;
}

#confirmSubmitFrame {
    z-index: 150;
    background-color: #e7f1f5;
    border: 3px solid #05143f;
    max-width: 350px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 40%;
    left: calc(50% - 175px);
}

#confirmSubmitFrame div {
    padding: 20px;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#confirmSubmitFrame div * {
    margin: 20px;
}

#confirmSubmitBtn {
    width: 200px;
}

/* Profile CSS */

.profileImage {
    height: 196px;
    width: 196px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 15px;
    border: 2px solid #03a7ff;
  }

.profileWrap {
    background-color: #e7f1f5;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: stretch;
    border: 2px solid #05143f;
    flex-direction: column;
}

.profileImageWrap {
    padding: 10px;
    background-color: #05143f;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
}

.profileInfoWrap {
    text-align: left;
    height: 220px;
    flex: 1 1;
}

.profileTitle,
.availabilityTitle {
    background-color: #05143f;
    color: white;
    padding: 5px;
    height: 30px;
    overflow: hidden;
}

.availabilityTitle {
    margin: 0;
    font-weight: bold;
    padding: 10px 5px 0;
}

.profileTitle * {
    margin: 0;
    padding: 0 0 0 0;
    white-space: nowrap;

}

.profileCityState {
    text-decoration: underline;
}

.profileDetails {
    height: 175px;
    overflow-y: auto;
}

.profileDetails p {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
}

.profileDescription {
    overflow-y: auto;
    font-size: 18px;
}

.availabilityWrap {
    min-width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.availabilityBlock {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 auto;
    padding: 0 5px;
}

.requestApptBtn,
.requestApptBtnGroup {
    background-color: #4eff78;
    border: 2px solid #4eff78;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    margin: 5px auto;
    color: black;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#therapistResults section:not(:first-child) {
    margin-top: 5px;
}

.teleLabel {
    width: 80px;
}

/* Media Queries */

@media (min-width: 400px) {
    .blueBox {
        flex-direction: row;
    }

}


@media (min-width: 700px) {
    .stephProfile {
        flex-direction: row;
    }

    nav {
        display: flex;
        flex-direction: row;
        position: static;
    }

    .subNav {
        left: -5px;
        top: 34px;
        
    }

    .therapistMenu {
        width: 110px;
    }

    .frontlinerMenu {
        width: 115px;
    }

    .blueIcon {
        display: inline-block;
    }

    .formDaySchedule label:first-of-type {
        display: inline;
    }

    #licenseRadioBox {
        flex-direction: row;
    }

    .therapistSelect {
        flex-direction: row;
    }

    .therapistSelect a {
        max-width: 400px;
    }

    .burgerMenu {
        display: none;
    }

    .navItem {
        font: normal normal normal 16px/1.4em worksans-extralight,'work sans',sans-serif;
        border-top: none;
    }
}

@media (min-width: 800px) {
    .profileWrap {
        flex-direction: row;
    }

    .profileImageWrap {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }

    .availabilityTitle {
        border-top-right-radius: 10px;
    }
    
    .availabilityWrap {
        max-width: 250px;
    }

}