<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jurorEntryCol:hover,
.judgeInputWrapper,
.jurorFilterWrapper {
  cursor: pointer;
}
/* Judge Form Styling */
.scholarship-modal .judgeForm {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  min-height: unset;
}

.judgeForm .formInputs,
.judgeForm1 .formInputs {
  width: 100%;
}
h6.jurorFormHeaders {
  font-size: 16px;
  font-weight: normal;
}
.inputLabel {
  width: 100%;
}

.judgeInput {
  width: 100%;
}

.judgeInput.inputAward,
.judgeInput.alternateNumber {
  margin: 8px 0;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
}

.judgeInput.alternateNumber {
  margin-bottom: 16px;
}

/* Make Checkboxes into Buttons */
.formInputs &gt; .judgeInputWrapper:nth-of-type(1) {
  margin-top: 0 !important;
}

.judgeInputWrapper {
  margin: 14px 0;
  background-color: #efefef;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
  width: 100%;
  cursor: pointer;
}

.judgeInputWrapper label {
  width: 100%;
}

.judgeInputWrapper label span {
  text-align: center;
  padding: 3px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.judgeInputWrapper label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.judgeInputWrapper input.inputAccepted:checked + span {
  background-color: #007581;
  color: #fff;
}

.judgeInputWrapper input.inputAccepted:checked + span::after {
  content: "selected";
  font-size: 12px;
  padding-left: 10px;
}

.judgeInputWrapper input.inputRejected:checked + span {
  background-color: #c25d82;
  color: #fff;
}

.judgeInputWrapper input.inputRejected:checked + span::after {
  content: "selected";
  font-size: 12px;
  padding-left: 10px;
}

.judgeInputWrapper input.inputAlternate:checked + span {
  background-color: #8f7cc9;
  color: #fff;
}

.judgeInputWrapper input.inputAlternate:checked + span::after {
  content: "selected";
  font-size: 12px;
  padding-left: 10px;
}

input[type="submit"] {
  background-color: #131335;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  border: 0;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:focus-visible,
input[type="submit"]:active {
  background-color: #2d2d51;
}

.scholarship-modal .judgeSubmit1.success {
  background: green !important;
}

.imageMarker {
  display: none;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 999;
  width: 35px;
  height: 35px;
}

#scholarship-applications .jurorEntryCol {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 16px;
}
.jurorEntryCol.Accept .imageMarkerAccepted {
  display: block;
  background: url(/wp-content/uploads/2023/02/Accepted_Icon.png) no-repeat
    center;
  background-size: 70%;
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 16px 0px;
}

.jurorEntryCol.Reject .imageMarkerRejected {
  display: block;
  background: url(/wp-content/uploads/2023/02/Rejected_Icon.png) no-repeat
    center;
  background-size: 70%;
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 16px 0px;
}

.jurorEntryCol.Alternate .imageMarkerAlternate {
  display: block;
  background: url(/wp-content/uploads/2023/02/Alternate_Icon.png) no-repeat
    center;
  background-size: 60%;
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 16px 0px;
}

.paintingGalleryItemJuror {
  width: 100% !important;
  aspect-ratio: unset !important;
}

.filterBar {
  padding: 20px 0 40px 0;
}

.navSlides {
  border: none;
}
.prevSlide {
  text-align: left;
}

.judgeInputWrapper label {
  margin: 0 !important;
}
.awardLabel,
.alternateNumberLabel {
  margin: 0;
}
.paintingGalleryJuror {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.jurorFilterWrapper.button {
  display: flex;
  gap: 20px;
}

.jurorFilterWrapper &gt; button {
  border-radius: 16px;
  border: 1px solid #d0d0d0;
  overflow: auto;
  width: 100%;
  cursor: pointer;
  padding: 0;
}
.jurorFilterWrapper &gt; label {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
.jurorFilterWrapper input + div {
  color: #fff;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 16px;
  border: 1px solid #d0d0d0;
}

.jurorFilterWrapper.accepted input + div {
  background-color: rgb(0 117 129 / 85%);
}
.jurorFilterWrapper.accepted input:checked + div {
  background-color: #007581;
}
.jurorFilterWrapper.accepted input:checked + div::after {
  content: "selected";
  font-size: 12px;
  padding-left: 10px;
}

.jurorFilterWrapper.rejected input + div {
  background-color: rgb(194 93 130 / 85%);
}
.jurorFilterWrapper.rejected input:checked + div {
  background-color: #c25d82;
}
.jurorFilterWrapper.rejected input:checked + div::after {
  content: "selected";
  font-size: 12px;
  padding-left: 10px;
}
.jurorFilterWrapper.alternate input + div {
  background-color: rgb(143 124 201 / 85%);
}
.jurorFilterWrapper.alternate input:checked + div {
  background-color: #8f7cc9;
}
.jurorFilterWrapper.alternate input:checked + div::after {
  content: "selected";
  font-size: 12px;
  padding-left: 10px;
}
.jurorFilterWrapper &gt; label &gt; input {
  position: absolute;
  width: 100%;
  left: -100vw;
}
.filterBar form {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  gap: 20px;
}

/* END Juror Platform Styling */

/* Juror Platform Styling */
header .et_builder_inner_content {
  z-index: 10;
}

.et_builder_inner_content {
  z-index: 3;
}

.et-l--footer {
  z-index: 2;
  position: relative;
}

/*
.paintingGalleryJuror {
	min-height: 100vh;
}
*/
.paintingGalleryJuror &gt; .paintingGalleryItemJuror {
  padding: 0;
}

.paintingGalleryJuror:after {
  content: "";
  display: table;
  clear: both;
}

.paintingGalleryItemJuror {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modalJuror {
  display: none;
  position: fixed;
  z-index: 999999999999;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 50%);
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

/* Modal Content */
.scholarship-modal {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1440px;
  max-height: 90vh;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* The Close Button */
.scholarship-modal .close.closeModal,
.scholarship-modal .close.closeModal1 {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  background-color: #007581;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 50%;
  padding-bottom: 5px;
}

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

.mySlides {
  display: none;
  flex-wrap: wrap;
  height: 100%;
}

.mySlides1 {
  display: none;
  flex-wrap: wrap;
  height: 100%;
}

.scholarship-modal .modalLeftCol {
  width: 65%;
  height: 100%;
  padding: 30px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

.scholarship-modal .modalLeftCol &gt; img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  height: 100%;
}
.scholarship-modal .modalRightCol {
  width: 35%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: stretch;
  padding: 30px 30px;
  border-left: 1px solid #cccccc;
  max-height: 100%;
  overflow-y: scroll;
}

.cursor {
  cursor: pointer;
}

/* Next &amp; previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.sliderControl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
  gap: 10px;
}
.button-action-wrapper .prevSlide,
.button-action-wrapper .nextSlide {
  width: calc(50% - 5px);
  cursor: pointer;
  color: #929292;
  font-weight: 600;
  font-size: 16px;
  transition: 0.6s ease;
  border-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  padding: 10px 20px;
}

.prevSlide {
  background: #f2f2f2;
}

.nextSlide {
  background: #f2f2f2;
  text-align: right;
}

.prevSlide:hover {
  background: #52ab98;
  color: white !important;
}

.nextSlide:hover {
  background: #2b6777;
  color: white !important;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  display: none;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.entry-content {
  flex: 1;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.entry-content .judgeSubmit1 {
  text-transform: capitalize;
  padding: 20px 10px;
}

.jurorFormHeaders {
  font-size: 28px;
}

.jurorFeaturedPaintingInfo {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

.accordion .accordion-content {
  display: none;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.accordion .accordion-button {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  position: relative;
  transition: background-color 0.3s ease;
}

.accordion .accordion-button .icon {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion .accordion-button span {
  pointer-events: none;
}

.accordion .accordion-button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #444;
}

.accordion .accordion-button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #444;
}

.accordion .accordion-button.active .icon::before {
  background: #32737f;
}

.accordion .accordion-button.active .icon::after {
  width: 0;
}

.accordion .accordion-button:hover,
.accordion .accordion-button.active {
  background-color: #ccc;
  color: #32737f;
  font-weight: bold;
}

.accordion .accordion-button.active + .accordion-content {
  display: block;
}

.filter-buttons-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.filter-buttons-wrapper button {
  color: #fff;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 16px;
  border: 1px solid #d0d0d0;
  background-color: #af5f63;
}

.painting-gallery-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 30px;
  position: relative;
}

.scholarship-modal .painting-gallery-container img {
  cursor: pointer;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  position: relative;
}

#scholarship-applications .paintingGalleryItemJuror {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#scholarship-applications .paintingGalleryItemJuror p {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #32737f;
  z-index: 9;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}
.scholarship-post-name h3 {
  margin-top: 10px;
  font-size: 22px;
}
.formInputs {
  margin-bottom: 20px;
}

.show-applicant-information,
.show-voting-information {
  width: 100%;
  text-align: center;
  background-color: #32737f;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.show-voting-page {
  width: 100%;
  text-align: center;
  background-color: #af5f63;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
}

.formInputs .inputWrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.button-action-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.letter-of-rec-button {
  display: flex;
  max-width: 100%;
  align-items: flex-end;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.letter-of-rec-button img {
  max-width: 50px;
  object-fit: contain;
  margin-bottom: 0;
}
.letter-of-rec-button h4 {
  margin-bottom: 0;
}

.form-page {
  flex-direction: column;
  gap: 10px;
}

.form-page h4 {
  margin-bottom: 0;
}

.form-page label {
  margin-bottom: 0 !important;
}

.form-page input {
  margin-bottom: 10px !important;
  padding: 8px 10px !important;
  font-size: 14px;
  border-radius: 6px;
}

.form-nav-action-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.form-nav-action-wrapper button {
  display: inline;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ease;
  border-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  padding: 10px;
  text-align: center;
}

.form-nav-action-wrapper .judgeSubmit1 {
  padding: 20px 10px;
}

.form-nav-action-wrapper .prevBtnVP {
  background: #af5f63;
}

.form-nav-action-wrapper .nextBtnVP {
  background: #32737f;
}

@media screen and (max-width: 1024px) {
  .modalJuror .modalLeftCol {
    width: 100%;
  }
  .modalJuror .modalRightCol {
    width: 100%;
  }
  .scholarship-modal {
    width: 100%;
    max-height: unset;
    height: unset;
  }
}

@media screen and (max-width: 900px) {
  .modalLeftCol {
    width: 100%;
    padding-right: 30px;
  }
  .modalRightCol {
    width: 100%;
    padding-top: 40px;
    border-left: none;
    background: white;
  }
  .modal-content {
    height: unset;
    padding: 0;
    max-height: 100%;
    border-radius: 0;
  }
  .paintingGalleryJuror {
    grid-template-columns: 1fr 1fr;
  }
  .filterBar form {
    grid-template-columns: 1fr 1fr;
  }
  .filter-buttons-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .filter-buttons-wrapper {
    grid-template-columns: 1fr;
  }
  .painting-gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Fullscreen image styles */
.expand-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.expand-icon::before {
  content: "â¤¢";
  font-size: 20px;
  color: #333;
}

.modalLeftCol {
  position: relative;
}

.modalLeftCol:hover .expand-icon {
  display: flex;
}

.fullscreen-image-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999999999;
  justify-content: center;
  align-items: center;
}

.fullscreen-image-container img {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
}

.fullscreen-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.fullscreen-close:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Painting info overlay styles */
.painting-info-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.4;
  z-index: 10;
  display: block;
}

.show-painting-info {
  display: inline-block;
  background-color: #32737f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: auto;
}
.painting-info-overlay h3 {
  color: #fff !important;
  margin-bottom: 10px;
  text-decoration: underline;
}
.painting-info-overlay h4 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 22px;
  text-transform: none;
}
.painting-info-overlay-content {
  display: flex;
  flex-direction: row;
  gap: 20px 40px;
  flex-wrap: wrap;
}

.close-painting-info {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
</pre></body></html>