.footer {
  background: url(../images/noisy.png);
  padding: 20px 40px;
  margin-top: 10px;
  font-size: 1em;
}
.footer .footer-badge {
  padding: 5px;
  background: white;
  display: inline-block;
  float: left;
}
.footer .footer-text {
  display: inline-block;
  float: left;
  padding-left: 10px;
  font-size: small;
}
@media (min-width: 850px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
  .footer .footer-badge {
    width: 250px;
  }
}

@media (min-width: 411px) and (max-width: 850px) {
  .footer {
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1.5fr 4fr;
  }

  .footer-badge {
    width: 150px;
    background: white;
  }

  .footer-img {
    display: flex;
  }

  .footer-text {
    padding-left: 0;
    font-size: xx-small;
  }
}
@media (min-width: 100px) and (max-width: 410px) {
  .footer {
    display: block;
  }

  .footer-badge {
    width: 500px;
  }

  .footer-img {
    margin: auto;
  }
}
#main-content, main, a:where([href]):not([class]) {
  position: relative;
}

.formButtons {
  margin-left: 10px;
}

body {
  font-size: medium;
}

.status-messages {
  margin-top: 10px;
}

nav > span {
  text-decoration: none;
}

body > nav {
  background-color: #C8C9C7;
}
body > nav ul {
  margin: 0;
  padding: 0;
}
body > nav li {
  margin: 0;
  padding: 0;
}
body > nav li a > span {
  color: black;
}
body > nav li.current {
  background-color: #75787B;
}
body > nav a {
  color: white;
  padding: 0.25rem;
  text-decoration: none;
}

body > nav > ul li {
  background-color: #C8C9C7;
}

body > nav > ul li.current {
  background-color: #75787B;
}
body > nav > ul li.current a > span {
  color: white;
}

#vizContainer {
  padding: 20px;
  height: 100%;
  width: 100%;
}

.masthead.home {
  display: flex;
  gap: 20px;
  height: 250px;
  background: url(../images/masthead_home.jpg) no-repeat;
  background-size: cover;
}
.masthead.home .login {
  margin: auto;
}
.masthead.home .login a {
  font-weight: bold;
  text-decoration: none;
}
.masthead.home #login {
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  padding: 20px;
}
.masthead.home .manual {
  background: none;
  margin: auto;
  padding-left: 25%;
  align-content: center;
  align-self: center;
  text-decoration: underline;
  color: blue;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.masthead .app-name {
  color: #ff4a24;
  font-weight: bolder;
  text-shadow: 2px 0px 3px rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  margin: 0;
}

header .masthead .dept-name {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 3px dotted #ccc;
}

.pitt-seal {
  padding: 10px 0 0 10px;
  background: url(../../images/pitt/pitt-white.png) left no-repeat;
  width: 279px;
}

#topbar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#topbar a {
  width: 209px;
}

.links {
  color: #336de2;
  font-family: "PT Sans Regular";
  font-weight: bold;
  padding-top: 15px;
  padding-right: 5px;
}
.links li {
  padding: 5px;
  padding-left: 10px;
  display: inline-block;
  font-size: .75em;
  list-style-type: none;
  text-transform: uppercase;
  border-left: 1px #CCCC99 solid;
  margin-left: 0;
}
.links li:first-child {
  border: none;
}

.masthead__siteTitle.other {
  width: 90%;
}

.masthead__siteTitle {
  width: 60%;
  align-self: center;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  margin-top: 3%;
  margin-bottom: 3%;
}
.masthead__siteTitle h {
  padding: 0;
  margin: 0;
}

.masthead .dept-name {
  font-size: 1.5rem;
  font-family: "Lato";
  text-transform: uppercase;
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 3px dotted #ccc;
}

#skip-to-X {
  display: none;
}

.masthead.other {
  background: url(../images/masthead_pages.png) repeat-x;
  background-size: auto;
}

@media (max-width: 450px) {
  .masthead.home {
    display: block;
    height: auto;
  }
  .masthead.home .masthead__siteTitle {
    width: 100%;
  }
  .masthead.home .login {
    width: 60%;
    padding: 10px;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 451px) and (max-width: 640px) {
  .masthead.home {
    display: block;
    height: auto;
  }
  .masthead.home .masthead__siteTitle {
    width: 100%;
  }
  .masthead.home .login {
    width: 40%;
    padding: 10px;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .masthead.home .masthead__siteTitle {
    width: 70%;
  }
}
@media (min-width: 801px) and (max-width: 1000px) {
  .masthead.home .masthead__siteTitle {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .masthead__siteTitle.other {
    width: 70%;
  }

  .masthead__siteTitle {
    width: 60%;
  }
}
@media (min-width: 431px) and (max-width: 740px) {
  .masthead__siteTitle.other {
    width: 100%;
  }

  .fa-sign-out::before {
    display: none;
  }

  #topbar {
    display: flex;
    flex-direction: column;
  }

  img {
    width: 180px;
  }

  .links {
    padding-left: 20px;
  }
  .links li {
    font-size: 0.75em;
    padding-left: 0;
    padding: 1px;
  }
}
@media (max-width: 430px) {
  .fa-sign-out::before {
    display: none;
  }

  #topbar {
    display: block;
  }

  .links {
    font-size: small;
  }

  .masthead__siteTitle.other {
    width: 100%;
  }
}
.errorMsg {
  color: #900;
  border: var(--red-300) solid 1px;
  padding: 10px;
  margin: 5px;
  background-color: var(--red-050);
  border-width: 1px  10px 1px 10px;
  border-radius: 10px;
}

.validation-error {
  color: red;
}

.hidden_input {
  display: none;
}

#summary {
  margin-top: 10px;
  display: none;
}

.adminfiles {
  border: dashed 1px teal;
  width: 800px;
  padding: 5px;
  margin: 5px;
}

.admin-attachments {
  width: 650px;
  margin-bottom: 10px;
}

.admin_control {
  margin: 5px;
  position: relative;
  padding: 5px;
  border: dashed 1px red;
  width: 450px;
}

@media (min-width: 1000px) {
  .admin_control {
    margin-left: 60%;
    margin-right: 10%;
  }
}
.studentProfile {
  padding: 0 5px;
  position: relative;
  margin-left: 30px;
}
.studentProfile .form__container--flex__students > .preferred {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.studentProfile .facultyList::-webkit-scrollbar {
  width: 4px;
  height: 100%;
  background-color: gray;
}
.studentProfile .facultyList::-webkit-scrollbar-thumb {
  background: #000;
}
.studentProfile .facultyList {
  font-size: 85%;
  border: inset teal 1px;
  margin: 5px 10px 5px 30px;
  padding: 5px;
  color: teal;
  width: 60%;
  height: 65px;
  overflow: scroll;
}
.studentProfile .facultyList .scroller {
  width: 4px;
}
.studentProfile .facultyList input[type=checkbox] {
  width: 10px;
  height: 10px;
}
.studentProfile .validation-error {
  color: red;
}
.studentProfile .form__container--flex__students + .validation-error {
  display: block;
  margin-left: 0;
}
.studentProfile .date-errors {
  display: flex;
  margin-left: 0;
  flex-direction: column;
}
.studentProfile .date-errors .validation-error {
  margin-left: 0;
}
@media (min-width: 640px) and (max-width: 1000px) {
  .studentProfile .validation-error {
    margin-left: 250px;
  }
}
@media (min-width: 1000px) {
  .studentProfile .validation-error {
    margin-left: 200px;
  }
}
.studentProfile .gender, .studentProfile .schoolYear, .studentProfile .email {
  display: flex;
  flex-direction: row;
}
.studentProfile .startDate, .studentProfile .endDate {
  display: flex;
}
.studentProfile .message-box {
  --message-icon:none;
}
.studentProfile .message-box .error {
  --message-icon:none;
}
.studentProfile input[type=text], .studentProfile select, .studentProfile input[type=date] {
  height: 30px;
  border: 1px solid black;
}
.studentProfile #otherResearchInterest {
  width: 350px;
}
.studentProfile select {
  width: 300px;
  border: 1px solid black;
}
.studentProfile .row {
  margin-bottom: 15px;
}
.studentProfile .subeducationLevel input, .studentProfile #under-age input {
  margin-right: 5px;
}
.studentProfile .subeducationLevel label, .studentProfile #under-age label {
  margin-right: 25px;
}
.studentProfile .subeducationLevel, .studentProfile #under-age {
  display: flex;
}
.studentProfile #underage-message {
  padding: 10px;
  display: none;
  margin-bottom: 0.5em;
  margin-left: 10px;
  color: red;
  width: 80%;
  border-radius: 0.5em;
  border: 2px solid red;
  background-color: rgba(255, 0, 0, 0.1);
}
.studentProfile .ethnicity > label {
  margin-left: 5px;
}
.studentProfile #summary {
  display: none;
  padding: 10px;
  margin: 5px;
}
.studentProfile .form__row__label {
  display: inline-block;
  width: 200px;
}
.studentProfile .date-flex {
  margin-bottom: 15px;
  display: flex;
}
.studentProfile .date-flex input[type=date] {
  margin-right: 20px;
}
.studentProfile .date-flex .date-flex > label {
  margin-left: 5px;
  margin-top: 5px;
}
.studentProfile h1, .studentProfile h2, .studentProfile h3 {
  color: #00a39b !important;
}
.studentProfile .required::after {
  display: inline;
  content: '*';
  color: var(--red-600);
}
.studentProfile .formButtons {
  text-align: left;
  margin-top: 15px;
  padding-top: 10px;
}
.studentProfile input[type=checkbox], .studentProfile input[type=date] {
  display: inline;
}
.studentProfile .interest {
  width: 850px;
}
.studentProfile .interest label {
  padding-left: 10px;
}
.studentProfile .priorExperience, .studentProfile .preferredFaculty {
  display: flex;
  flex-direction: column;
}
.studentProfile .form__container--flex__students {
  width: 1000px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (max-width: 410px) {
  .studentProfile .subeducationLevel {
    display: block;
  }
  .studentProfile .form__row {
    display: block;
  }
  .studentProfile .attachments input[type=file] {
    width: 98%;
  }
  .studentProfile input[type=text], .studentProfile input[type=file] {
    width: 90%;
  }
  .studentProfile textarea {
    min-width: 90%;
    width: 90%;
    height: 100px;
  }
  .studentProfile .date-flex {
    display: block;
  }
  .studentProfile .form__container--flex__students {
    display: block;
  }
  .studentProfile h3 {
    padding: 0;
  }
  .studentProfile #studentProfile {
    padding: 0;
    margin: 0;
  }
  .studentProfile .form__row__label {
    width: 150px;
    margin-bottom: 0;
  }
  .studentProfile .subeducationLevel, .studentProfile #under-age {
    display: block;
  }
}
@media (min-width: 300px) and (max-width: 640px) {
  .studentProfile .estimatedHours > label {
    display: block;
  }
  .studentProfile .schoolYear.form__row__label.select {
    display: inline;
  }
  .studentProfile .date-flex {
    display: block;
  }
  .studentProfile .schoolYear label {
    width: 100px;
  }
  .studentProfile .form__container--flex__students {
    width: 98%;
    display: block;
  }
  .studentProfile input[type=text] {
    width: 98%;
  }
  .studentProfile .basicInfo .form__row__label {
    display: block;
    width: 200px;
    text-align: left;
  }
  .studentProfile .form__row.priorExperience {
    display: block;
    flex-direction: row;
  }
  .studentProfile .form__row.priorExperience label {
    width: 100%;
  }
  .studentProfile .form__row.preferredFaculty {
    display: block;
  }
  .studentProfile .form__container--flex__students {
    gap: 0;
  }
  .studentProfile textarea {
    display: block;
    width: 98%;
    min-width: 98%;
    height: 100px;
  }
  .studentProfile #otherinterest {
    width: 250px;
  }
  .studentProfile .startDate label, .studentProfile .endDate label {
    width: 150px;
  }
  .studentProfile #underage-message {
    width: 90%;
  }
  .studentProfile .subeducationLevel, .studentProfile #under-age {
    display: block;
  }
}
@media (min-width: 1000px) {
  .studentProfile .admin-attachments {
    width: 800px;
    margin-bottom: 10px;
  }
  .studentProfile .gender, .studentProfile .schoolYear, .studentProfile .email {
    display: flex;
    flex-direction: row;
  }
  .studentProfile .form__row select {
    width: 300px;
  }
  .studentProfile .form__row input[type=text] {
    width: 600px;
  }
  .studentProfile textarea {
    width: 800px;
    min-width: 600px;
    height: 70px;
  }
  .studentProfile .estimatedHours > label {
    width: 250px;
  }
  .studentProfile .priorExperience label, .studentProfile .preferredFaculty label {
    width: 100%;
  }
  .studentProfile .biosketch ul {
    margin-left: 200px;
  }
}
@media (min-width: 200px) and (max-width: 640px) {
  .studentProfile .gender, .studentProfile .schoolYear, .studentProfile .email {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 640px) and (max-width: 1000px) {
  .studentProfile .admin-attachments {
    width: 650px;
    margin-bottom: 10px;
  }
  .studentProfile .startDate label, .studentProfile .endDate label {
    width: 250px;
  }
  .studentProfile .schoolYear label {
    width: 230px;
  }
  .studentProfile .form__row {
    display: flex;
  }
  .studentProfile .form__row label {
    width: 250px;
  }
  .studentProfile .date-flex {
    display: block;
  }
  .studentProfile .form__container--flex__students {
    display: block;
  }
  .studentProfile input[type=text], .studentProfile #otherResearchInterest {
    width: 400px;
  }
  .studentProfile textarea {
    width: 550px;
    min-width: 550px;
    height: 100px;
  }
  .studentProfile .form__row__label {
    display: inline-block;
    text-align: left;
  }
  .studentProfile .form__row.priorExperience {
    display: block;
    flex-direction: row;
  }
  .studentProfile .form__row.priorExperience label {
    width: 100%;
  }
  .studentProfile .form__row.preferredFaculty {
    display: block;
  }
  .studentProfile .form__container--flex__students {
    gap: 0;
  }
  .studentProfile .estimatedHours label {
    width: 250px;
  }
  .studentProfile .form__row__label {
    width: 250px;
  }
  .studentProfile #otherResearchInterest {
    width: 550px;
  }
  .studentProfile .subeducationLevel, .studentProfile #under-age {
    display: flex;
  }
}
.studentProfile .startDate, .studentProfile .endDate {
  display: flex;
}
.studentProfile .educationLevel {
  display: block;
}

.index {
  position: relative;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "callout__content callout__content";
}

main {
  position: relative;
  flex: 1;
}

main::before {
  content: "";
  background-image: url("../images/background_sketch.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.05;
  z-index: auto;
}

.fa-flask:before {
  content: '\01F9EC';
  font-size: 1.25em;
}

.fa-bullhorn:before {
  content: '\01F56B';
  font-size: 1.5em;
  color: black;
}

.callout__content:first-child .callout__content__title {
  position: relative;
  color: #ff9f00;
}

.callout__content__title {
  position: relative;
  font-size: 2rem;
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 0;
}

.callout__content:last-child .callout__content__title {
  position: relative;
  color: #00a39b;
}

.callout__content:last-child {
  position: relative;
  background-color: #ff9f00;
  font-size: 1em;
}

h1 {
  position: relative;
}

.callout__content:first-child {
  position: relative;
  background-color: #00a39b;
  font-size: 1em;
}

@media (max-width: 840px) {
  .index {
    display: block;
  }
}
.index {
  position: relative;
}

.callout__content {
  padding: 1.5vh 1.5vw;
  margin: 1vh 1vw;
  font-size: 60%;
}

#main {
  padding-top: 40px;
}

body > main {
  padding: 0;
}

main, #main {
  flex: 1;
  padding-top: 40px;
}

@media (max-width: 400px) {
  .links li {
    font-size: 0.7em;
    display: inline;
    padding: 0.5em;
  }

  .callout__content__title {
    font-size: 1rem;
  }

  .masthead.home {
    height: 25%;
    width: 100%;
    display: grid;
  }
}
.logout {
  margin-left: 1.5rem;
}

@media (max-width: 640px) {
  .index .callout__content__title {
    font-size: 1.5rem;
  }
  .index .fa-flask:before {
    content: '\01F9EC';
    font-size: 1em;
  }
  .index .fa-bullhorn:before {
    content: '\01F56B';
    font-size: 1em;
    color: black;
  }
}
.facultyProfileEdit {
  padding: 20px;
  position: relative;
}

input[type=date] {
  margin-bottom: 15px;
  height: 30px;
}

.facultyProfile {
  padding: 10px;
  position: relative;
  padding-left: 20px;
}
.facultyProfile span {
  color: red;
}
.facultyProfile .validation-error {
  color: red;
}
.facultyProfile .errorMsg {
  color: #900;
  border: var(--red-300) solid 1px;
  padding: 10px;
  margin: 5px;
  background-color: var(--red-050);
  border-width: 1px  10px 1px 10px;
  border-radius: 10px;
}
.facultyProfile .interest + .validation-error {
  margin-left: 0;
}
@media (min-width: 784px) {
  .facultyProfile .validation-error {
    margin-left: 250px;
    color: red;
  }
}
.facultyProfile .message-box {
  --message-icon:none;
}
.facultyProfile .message-box .error {
  --message-icon:none;
}
.facultyProfile #summary {
  display: none;
  padding: 10px;
  margin: 5px;
}
.facultyProfile .volunteerOption {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.facultyProfile .volunteerOption label {
  margin-right: 20px;
}
.facultyProfile .interest {
  width: 850px;
}
.facultyProfile .interest label {
  margin-left: 5px;
}
.facultyProfile .interest input[type=text] {
  width: 350px;
}
.facultyProfile .form__container--flex {
  width: 850px;
  display: flex;
  gap: 50px;
  flex-direction: row;
}
.facultyProfile .col50pct {
  display: block;
  width: 400px;
}
.facultyProfile h1, .facultyProfile h2, .facultyProfile h3, .facultyProfile h4 {
  color: #00a39b !important;
}
.facultyProfile .required::after {
  display: inline;
  content: '*';
  color: var(--red-600);
}
.facultyProfile .formButtons {
  margin: 10px 0;
  padding-top: 10px;
}
.facultyProfile .volunteer {
  padding-bottom: 15px;
}
.facultyProfile .volunteer h3 {
  word-wrap: break-word;
}
.facultyProfile .volunteer h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.facultyProfile .volunteer label {
  display: inline-block;
  width: auto;
}
.facultyProfile .volunteer .volunteerOption {
  display: flex;
  gap: 10px;
}
.facultyProfile .volunteer .volunteerOption input[type=checkbox] {
  margin-right: 5px;
}
.facultyProfile .startDate, .facultyProfile .endDate {
  display: flex;
  flex-direction: row;
}
@media (min-width: 900px) and (max-width: 1200px) {
  .facultyProfile #summary li {
    width: 100%;
  }
  .facultyProfile .startDate, .facultyProfile .endDate {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  .facultyProfile .form__row__label {
    width: 250px;
  }
  .facultyProfile .form__row {
    display: flex;
  }
  .facultyProfile .form__row label {
    width: 250px;
  }
  .facultyProfile input[type=text] {
    margin-bottom: 15px;
    display: inline;
    width: 600px;
    height: 30px;
  }
  .facultyProfile .otherResearchInterest {
    min-width: 850px;
    width: 850px;
    height: 70px;
  }
  .facultyProfile p {
    width: 850px;
  }
  .facultyProfile .startDate, .facultyProfile .endDate {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 785px) and (max-width: 899px) {
  .facultyProfile .interest {
    width: 750px;
  }
  .facultyProfile .form__container--flex {
    width: 750px;
  }
  .facultyProfile #summary {
    width: 750px;
  }
  .facultyProfile #summary li {
    width: 100%;
  }
  .facultyProfile .form__row {
    display: flex;
  }
  .facultyProfile .form__row label {
    width: 250px;
  }
  .facultyProfile input[type=text] {
    margin-bottom: 10px;
    display: inline;
    width: 500px;
    height: 2em;
  }
  .facultyProfile p {
    width: 750px;
  }
  .facultyProfile .otherResearchInterest {
    width: 750px;
    min-width: 750px;
    height: 70px;
  }
  .facultyProfile .startDate, .facultyProfile .endDate {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 700px) and (max-width: 784px) {
  .facultyProfile {
    padding: 0 5px 0 15px;
    width: 680px;
  }
  .facultyProfile .startDate, .facultyProfile .endDate {
    display: flex;
    flex-direction: row;
  }
  .facultyProfile .startDate input[type=date], .facultyProfile .endDate input[type=date] {
    display: inline;
  }
  .facultyProfile p {
    width: 90%;
  }
  .facultyProfile #summary {
    width: 90%;
  }
  .facultyProfile #summary li {
    width: 100%;
  }
  .facultyProfile .form__row {
    display: block;
  }
  .facultyProfile .form__row__label {
    display: block;
  }
  .facultyProfile input[type=text] {
    margin-bottom: 10px;
    display: inline;
    width: 500px;
    height: 2em;
  }
  .facultyProfile .otherResearchInterest {
    width: 500px;
    min-width: 500px;
    height: 70px;
  }
  .facultyProfile .form__container--flex {
    display: block;
  }
}
@media (min-width: 410px) and (max-width: 699px) {
  .facultyProfile {
    width: 100%;
    padding: 0 2px 0 10px;
  }
  .facultyProfile .startDate, .facultyProfile .endDate {
    display: block;
    flex-direction: column;
  }
  .facultyProfile .startDate input[type=date], .facultyProfile .endDate input[type=date] {
    margin-left: 0;
  }
  .facultyProfile #summary li {
    width: 100%;
  }
  .facultyProfile .otherResearchInterest {
    width: 90%;
    height: 50px;
  }
  .facultyProfile input[type=text] {
    margin-bottom: 10px;
    display: inline;
    width: 90%;
    height: 30px;
  }
  .facultyProfile .startDate label, .facultyProfile .endDate label {
    width: 150px;
  }
  .facultyProfile .form__row__label {
    display: block;
  }
  .facultyProfile .form__container--flex {
    display: block;
  }
}
@media (max-width: 409px) {
  .facultyProfile {
    width: 100%;
    padding: 0 5px 0 5px;
  }
  .facultyProfile p {
    width: 97%;
  }
  .facultyProfile #summary {
    margin: 5%;
    width: 90%;
  }
  .facultyProfile #summary li {
    width: 100%;
  }
  .facultyProfile textarea {
    width: 100%;
  }
  .facultyProfile input[type=text] {
    margin-bottom: 10px;
    display: inline;
    width: 100%;
    height: 2em;
  }
  .facultyProfile .volunteerOption {
    display: block;
    flex-direction: column;
    gap: 0;
  }
  .facultyProfile .volunteerOption label {
    margin-right: 0;
  }
  .facultyProfile .volunteerOption input[type=checkbox] {
    margin-right: 0;
  }
  .facultyProfile .col50pct {
    width: 300px;
  }
  .facultyProfile .form__container--flex {
    display: block;
    width: 90%;
  }
  .facultyProfile .startDate, .facultyProfile .endDate {
    display: flex;
    flex-direction: column;
  }
}

.admin-attachments {
  border: 1px dashed teal;
  margin: 0 20px;
  position: relative;
  padding: 10px;
}
.admin-attachments h4 {
  margin-bottom: 10px;
}
.admin-attachments .file {
  width: 500px;
}
.admin-attachments input[type=file] {
  width: 500px;
}
.admin-attachments hr {
  width: 500px;
}
.admin-attachments .files {
  display: flex;
  gap: 100px;
}
.admin-attachments h2, .admin-attachments h4 {
  margin-top: 0;
  padding: 0;
}
.admin-attachments .returnProfile {
  display: block;
  margin: 10px 20px;
}
@media (max-width: 410px) {
  .admin-attachments input[type=file] {
    width: 98%;
  }
  .admin-attachments .files {
    display: block;
  }
  .admin-attachments .file {
    width: 98%;
    margin-bottom: 15px;
  }
  .admin-attachments input[type=file] {
    width: 98%;
  }
  .admin-attachments hr {
    width: 98%;
  }
}

#attachmentsummary {
  padding: 10px;
  display: none;
  margin-bottom: 0.5em;
  margin-left: 10px;
  color: var(--red-700);
  border-radius: var(--message-border-width);
  border-width: 1px var(--message-border-width);
  overflow: hidden;
  border: 1px solid var(--red-300);
  background-color: var(--red-050);
  padding: var(--message-block-padding) var(--message-inline-padding) var(--message-block-padding) calc(var(--message-inline-padding) * 1.5 + var(--message-icon-size));
}

.returnProfile {
  margin: 10px 20px;
}

.attachments {
  margin: 0 20px;
  position: relative;
}
.attachments h4 {
  margin-bottom: 10px;
}
.attachments .file {
  width: 500px;
}
.attachments input[type=file] {
  width: 500px;
}
.attachments hr {
  width: 500px;
}
.attachments .files {
  display: flex;
  gap: 100px;
}
.attachments h2, .attachments h4 {
  margin-top: 0;
  padding: 0;
}
.attachments .returnProfile {
  display: block;
  margin-top: 20px;
}
@media (max-width: 410px) {
  .attachments input[type=file] {
    width: 98%;
  }
  .attachments .files {
    display: block;
  }
  .attachments .file {
    width: 98%;
    margin-bottom: 15px;
  }
  .attachments input[type=file] {
    width: 98%;
  }
  .attachments hr {
    width: 98%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .attachments .file {
    width: 400px;
  }
  .attachments input[type=file] {
    width: 400px;
  }
  .attachments hr {
    width: 400px;
  }
  .attachments .files {
    display: flex;
    gap: 50px;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .attachments .files {
    display: block;
  }
  .attachments .file {
    margin-bottom: 15px;
  }
}
@media (min-width: 411px) and (max-width: 600px) {
  .attachments .files {
    display: block;
  }
  .attachments .file {
    width: 350px;
    margin-bottom: 15px;
  }
  .attachments input[type=file] {
    width: 350px;
  }
  .attachments hr {
    width: 350px;
  }
}

.studentProfileEdit {
  position: relative;
}

.help {
  padding-left: 20px;
}
.help h3 {
  color: #00a39b !important;
}
.help .faq-body {
  color: red;
}
.help .faq-body span {
  font-weight: bold;
}
.help .mac-warning {
  color: red;
}
.help .mac-warning span {
  font-weight: bold;
}
.help .mac-warning h3 {
  color: red !important;
  font-weight: bold;
}

.report {
  position: relative;
  align-items: center;
  display: flex;
  padding: 50px;
}

#vizContainer {
  height: 100%;
  width: 100%;
}

@media (min-width: 400px) and (max-width: 500px) {
  iframe {
    height: 800px;
    width: 400px;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  iframe {
    height: 800px;
    width: 500px;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  iframe {
    height: 800px;
    width: 600px;
  }
}
@media (min-width: 801px) and (max-width: 1000px) {
  iframe {
    height: 1000px;
    width: 800px;
  }
}
@media (min-width: 801px) and (max-width: 1000px) {
  iframe {
    height: 1000px;
    width: 800px;
  }
}
@media (min-width: 1000px) {
  iframe {
    height: 1000px;
    width: 2000px;
  }
}
iframe {
  display: flex;
  align-content: center;
}

iframe {
  color: red;
}

#vizContainer {
  align-items: center;
  height: 1000px;
  width: 1000px;
}

#tableauViz {
  height: 100%;
  width: 100%;
}

tableau-viz {
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=custom.css.map */
