/***** Colors ******/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  /* prevent mobile safari from upscaling font-size */
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  /* required for smooth scroll on iphone */
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  background: #fffff0;
}
@media screen and (max-width: 800px) {
  body,
  html {
    overflow-x: hidden;
  }
}

#main {
  position: relative;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 8vh;
  z-index: 4;
}
@media screen and (min-width: 800px) {
  #main {
    width: 72vw;
  }
}

.alt-main {
  padding-top: 0vh;
  padding-bottom: 8vh;
  width: 90vw;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .alt-main {
    width: 72vw;
  }
}
@media screen and (min-width: 700px) {
  .alt-main {
    padding-top: 40px;
    padding-bottom: 8vh;
  }
}
@media screen and (min-width: 800px) {
  .alt-main {
    padding-top: 90px;
    padding-bottom: 8vh;
  }
}
.alt-main p {
  color: #efefef;
}
.alt-main li {
  font-size: 1rem;
  padding: 0.2rem;
}

:root {
  font-size: 16px;
  font-weight: 100;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #454545;
}

/*****************
          TEXT
  *****************/
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: clamp(3.05rem, 4.27vw, 6.1rem);
}

h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 8vh 0 4vh;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: clamp(2.44rem, 3.42vw, 4.88rem);
    line-height: clamp(3rem, 4vw, 5.2rem);
    margin-top: 2vh;
  }
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: clamp(2rem, 2.42vw, 3rem);
    line-height: clamp(3rem, 4vw, 5.2rem);
    margin-top: 8vh;
  }
}

h3 {
  font-size: 1.8rem;
  margin-top: 2vh;
  font-weight: 400;
}
@media screen and (min-width: 700px) {
  h3 {
    font-size: clamp(1.95rem, 2.73vw, 3.91rem);
    margin-top: 2vh;
  }
}

h4 {
  font-size: 1.1rem;
  margin-top: 1vh;
  font-weight: 300;
}
@media screen and (min-width: 700px) {
  h4 {
    font-size: clamp(1rem, 1.5vw, 1.6rem);
    margin-top: 1vh;
    font-weight: 500;
  }
}

p {
  font-size: 1rem;
  margin-top: 1vh;
  line-height: 1.5rem;
}
@media screen and (min-width: 700px) {
  p {
    font-size: clamp(1rem, 1.4vw, 2rem);
    line-height: clamp(1.5rem, 2.2vw, 3.2rem);
  }
}

@media screen and (max-width: 420px) and (orientation: portrait) {
  .panel p {
    font-size: 0.5rem;
    line-height: 0.6rem;
    text-align: justify;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) and (pointer: coarse) {
  .panel p {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 700px) {
  .panel p {
    font-size: clamp(0.8rem, 1.4vw, 2rem);
    line-height: clamp(1.5rem, 2.2vw, 3.2rem);
    max-width: 70ch;
    padding: 1rem;
  }
}

li {
  color: #fff;
  padding: 0.6rem 0;
}

ul {
  list-style-type: none;
}

ul.light {
  color: #efefef;
  margin: 0 0 2rem 4vw;
}

ul.light li {
  padding: 0.3rem 0;
}

li {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  li {
    font-size: clamp(1.2rem, 1.2vw, 1.8rem);
    line-height: clamp(1.2rem, 1.6vw, 1.8rem);
  }
}

a {
  color: navy;
}

a:hover {
  cursor: pointer;
}

nav a {
  font-size: 1.2rem;
}
@media screen and (min-width: 700px) {
  nav a {
    font-size: 1vw;
  }
}

.indent50 {
  margin-left: 50px;
}

nav {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media screen and (min-width: 810px) and (orientation: landscape) {
  nav {
    height: 90px;
    z-index: 10;
    position: fixed;
    background-color: #fff;
    border-bottom: 2px solid #888888;
  }
}

.nav-container {
  width: 90vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 70%;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (min-width: 500px) {
  .nav-container {
    width: 72vw;
  }
}

.logo {
  display: block;
}
@media screen and (min-width: 800px) {
  .logo {
    display: block;
    height: 8vh;
  }
}

.logo img {
  position: absolute;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  height: 46px;
  margin-top: 6px;
}
@media screen and (min-width: 800px) {
  .logo img {
    height: 72px;
    margin-top: 0;
  }
}

.nav-list {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #6d6d6d;
  z-index: 1;
  transform: translateY(-102vh);
  transition: transform 0.7s ease-in-out;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
}
@media screen and (min-width: 800px) {
  .nav-list {
    position: relative;
    height: 90px;
    transform: none;
    transition: none;
    display: flex;
    justify-content: flex-end;
    gap: min(3px, 1.4vw);
    background: none;
    border-bottom: none;
  }
  .nav-list li {
    margin-left: 0.8rem;
  }
}

.nav-list-active {
  transform: translateY(0);
}

.nav-list a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #efefef;
  font-weight: 500;
  text-decoration: none;
  padding: 4vh 0;
  z-index: 10;
}
@media screen and (min-width: 810px) {
  .nav-list a {
    color: #8d8d8f;
    padding: 0;
    line-height: 80px;
    text-align: right;
  }
}

a.current {
  background-color: #929294;
}
@media screen and (min-width: 768px) {
  a.current {
    background: none;
    color: #3f4058;
    border-bottom: 1px solid #3f4058;
  }
}

.burger {
  position: absolute;
  color: #3f4058;
  font-size: 2rem;
  margin: auto;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 500px) {
  .burger {
    font-size: 6vw;
    right: 14vw;
  }
}
@media screen and (min-width: 800px) {
  .burger {
    display: none;
  }
}

.homepage {
  position: absolute;
  width: 100%;
  height: 76vh;
  background: url(../images/home-bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 500px) {
  .homepage {
    height: max(50vh, 400px);
  }
}
@media screen and (min-width: 800px) {
  .homepage {
    height: max(90vh, 600px);
  }
}
.homepage::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.header-text {
  position: relative;
  width: 90vw;
  color: #fff;
  padding-top: 4vh;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .header-text {
    width: 72vw;
  }
}
@media screen and (min-width: 500px) {
  .header-text {
    padding-top: 8vh;
  }
}
@media screen and (min-width: 800px) {
  .header-text {
    padding-top: calc(90px + 8vh);
  }
}

.panelContainer {
  margin: 4vh auto 14vh;
}
@media screen and (min-width: 700px) {
  .panelContainer {
    width: 72vw;
    height: 36vw;
    margin: 4vh auto 10vh;
  }
}

.panel {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.panel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-item.tall {
  grid-row: span 2;
}
.panel-item.wide {
  grid-column: span 2;
  background-color: #cd9834;
}
.panel-item.wide-2 {
  background: url(../images/RowanCollegeDisplay.jpg) no-repeat;
  background-position: 20% 60%;
  background-size: cover;
}

.tall-1 {
  background: url(../images/panel-tall-1.jpg) no-repeat center;
  background-size: cover;
}

.tall-2 {
  background: url(../images/panel-tall-2.jpg) no-repeat center;
  background-size: cover;
}

.wide-1 {
  text-align: center;
  font-weight: 500;
  font-size: small;
}
@media screen and (min-width: 768px) {
  .wide-1 {
    color: #efefef;
    font-size: clamp(1rem, 2vw, 2rem);
    font-weight: 800;
  }
}

.wide-2 {
  color: #efefef;
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: 600;
}

.wide-1 a {
  color: #37385c;
}
.wide-1 a:hover {
  color: #050a3a;
}

.wide-1 p {
  color: #050a3a;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.mission-list {
  list-style-type: disc;
  margin-left: 5vw;
}
.mission-list li {
  margin-top: 1vh;
  font-size: clamp(1rem, 1.4vw, 2rem);
  max-width: 70ch;
  color: #454545;
}

.section img {
  display: block;
  margin: 1.5rem auto;
  width: 60%;
}

.section-2 {
  position: relative;
  margin-top: 4vh;
  background-size: contain;
}
@media screen and (min-width: 800px) {
  .section-2 {
    margin-top: 0vh;
  }
}

.section-4 p {
  font-size: 0.8rem;
  line-height: 1rem;
}
.section-4 h2 {
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  line-height: clamp(3rem, 4vw, 5.2rem);
  margin-top: 8vh;
}

.panel-bg {
  position: absolute;
  opacity: 0.2;
  width: 25%;
  height: auto;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateZ(-50%);
}

#partners {
  background-color: #3f4058;
  display: block;
  height: 100%;
  padding: 4vh 0;
}

.partners-text {
  display: block;
  margin: 0 auto;
  color: #efefef;
  font-size: 2.6rem;
  width: 90vw;
  padding: 0vh 0 4vh;
}
@media screen and (min-width: 800px) {
  .partners-text {
    width: 72vw;
  }
}

.partners-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .partners-images {
    padding: 0 0 8vh;
    height: 25vw;
  }
}

@media screen and (max-width: 500px) {
  .partners-images > * {
    flex-basis: 50%;
  }
}

#partners img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 500px) {
  #partners img {
    width: 24.6vw;
    height: auto;
    position: relative;
  }
}

.img-1,
.img-2,
.img-3,
.img-4 {
  position: relative;
}
@media screen and (max-width: 500px) {
  .img-1,
  .img-2,
  .img-3,
  .img-4 {
    height: 49.4vw;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3f4058;
  opacity: 0.5;
  outline: 2px solid #fff;
  outline-offset: -1rem;
  transition: 0.6s ease-in-out;
}
@media (pointer: coarse) {
  .overlay {
    background-color: rgb(17, 37, 69);
  }
}

.overlay:hover {
  opacity: 0;
}

.overlay:hover ~ .overlay-text {
  opacity: 1;
  background-color: rgba(17, 37, 69, 0.6);
  border-radius: 10px;
}

.overlay-text {
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  color: #efefef;
  opacity: 0.7;
  text-align: center;
  font-weight: 500;
  transition: 0.6s;
}
@media screen and (min-width: 810px) {
  .overlay-text {
    font-size: 1.6rem;
  }
}
@media (pointer: coarse) {
  .overlay-text {
    background-color: rgb(17, 37, 69);
  }
}

.overlay-text:hover {
  opacity: 1;
  background-color: rgba(17, 37, 69, 0.9);
  border-radius: 10px;
}

.partners-link {
  font-size: 0.8rem;
}
@media screen and (min-width: 810px) {
  .partners-link {
    font-size: 1.2rem;
  }
}

#quilt_in_nj {
  background-color: #1A1A1A;
  min-height: 100vh;
  height: auto;
}
#quilt_in_nj h2 {
  color: #fff;
}

.imagepanels {
  width: 90vw;
  height: auto;
  margin-top: 4vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 1.5rem;
  margin-left: 0;
}
@media screen and (min-width: 800px) {
  .imagepanels {
    width: 72vw;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 500ms ease-in, transform 400ms ease-in;
}

.fade-in.appear {
  transform: translateY(0);
  opacity: 1;
}

figure {
  position: relative;
  width: 46%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 700px) {
  figure {
    width: 23%;
  }
}

.enlarge {
  display: none;
}
@media screen and (pointer: fine) {
  .enlarge {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    color: #efefef;
    padding: 0.3em;
    border-radius: 8px;
    background-color: #3f4058;
    opacity: 0;
    border: 1px solid #fff;
  }
}

.quilt-img {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 6px;
  background-color: #fff;
}

@media screen and (pointer: fine) {
  figure:hover .enlarge {
    opacity: 0.8;
    cursor: pointer;
  }
}

.block-number {
  grid-area: block-number;
  margin-top: 0;
  font-size: clamp(0.8rem, 1.2vw, 2rem);
  font-weight: 500;
  grid-area: numbers;
  display: inline-block;
  width: 100%;
  height: 20px;
  color: #cd9834;
}

.zoom {
  position: absolute;
  display: block;
  top: 10vh;
  width: 90vw;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80vh;
    width: 80vh;
    z-index: 10;
    margin-top: 1vh;
    border: 1px solid tan;
  }
}

.close {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  color: #efefef;
  background-color: brown;
  border-radius: 4px;
  padding: 0.3rem 0.8rem;
}

.pointer {
  cursor: pointer;
}

#local_displays {
  background-color: #1A1A1A;
  color: #efefef;
  min-height: 100vh;
}

.display-county {
  margin: 4vh 0 0;
  color: #cd9834;
}
@media screen and (min-width: 700px) {
  .display-county {
    margin-top: 8vh;
  }
}

.local-display {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .local-display {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
  }
}

.display-card {
  margin-top: 4vh;
  background-color: #2B2B2B;
  border: 1px solid rgba(206, 174, 114, 0.5803921569);
  flex: 0 1 300px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.8rem;
}
.display-card p {
  color: #d3d3d3;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.display-card p:first-of-type {
  margin-top: 0;
}
.display-card p:nth-of-type(2) {
  font-size: 1rem;
  color: #efefef;
}
.display-card p + p {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .display-card {
    flex: 0 1 360px;
  }
}

.local-display-text {
  width: 60%;
  height: 100%;
  padding: 0;
}

.local-display-img {
  position: relative;
  box-sizing: border-box;
  width: 40%;
}
.local-display-img img:first-of-type {
  position: absolute;
  bottom: 25%;
  width: 80%;
  height: auto;
}
.local-display-img img:last-of-type {
  position: absolute;
  bottom: 10%;
  left: 20%;
  width: 80%;
  height: auto;
}

.makepage {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url(../images/makeAPanel-bg.jpg) no-repeat top;
  background-size: cover;
}
@media screen and (min-width: 500px) {
  .makepage {
    height: max(100vh, 360px);
  }
}
@media screen and (min-width: 700px) {
  .makepage {
    height: 90vh;
  }
}
@media screen and (min-width: 1000px) {
  .makepage {
    height: 86vh;
  }
}
.makepage::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

ol {
  list-style-type: upper-alpha;
  margin: 1rem 0 0 5vw;
}
ol li {
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 50ch;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  ol li {
    font-size: clamp(1rem, 1.4vw, 2rem);
    line-height: clamp(1.5rem, 2.2vw, 3.2rem);
    max-width: 60ch;
  }
}
ol ul li {
  line-height: clamp(0.6rem, 1vw, 2.6rem);
  margin-left: 5vw;
}

#host_a_display {
  background-color: #1A1A1A;
  color: #efefef;
}

.display_request_btn {
  position: relative;
  height: 5rem;
  width: 60vw;
  margin: 6vh auto 0;
  border-radius: 30px;
  background-color: #cd9834;
}
@media screen and (min-width: 810px) {
  .display_request_btn {
    width: 20vw;
  }
}

.vert-center {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vert-center p {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  color: #000;
  font-weight: 500;
  line-height: 1.8rem;
  margin: auto;
  text-align: center;
}

.send-to {
  margin: 2rem 0 2rem 5vw;
}
.send-to li {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .send-to li {
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
    line-height: clamp(1.8rem, 1.8vw, 2.2rem);
  }
}

.form-header {
  position: relative;
  width: 90vw;
  color: #efefef;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .form-header {
    width: 72vw;
  }
}
@media screen and (min-width: 800px) {
  .form-header {
    padding-top: 90px;
  }
}

form {
  background-color: #3f3f3f;
  padding: 0.8rem;
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  form {
    width: 70%;
    margin: 4vh auto 4vh;
    padding: 3rem;
  }
}
form p {
  max-width: 36ch;
}

.formbox {
  display: inline-block;
  width: 100%;
  margin-bottom: 4vh;
}
.formbox p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 2vh;
  max-width: 40ch;
}

table {
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  margin: 1rem 0 2rem 0;
  border: 1px solid tan;
  border-collapse: collapse;
}

tr {
  border-top: 1px solid tan;
}

td, th {
  padding: 0.5rem 0;
}

.phone-label {
  font-size: 0.8rem;
}

.submit {
  color: #3f4058;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 20px;
  background-color: #989d38;
}

.reset {
  color: #efefef;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 20px;
  background-color: #cd9834;
  border: none;
}

.input {
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
  margin: 0.5rem auto;
}
@media screen and (min-width: 810px) {
  .input {
    width: auto;
  }
}

.center {
  text-align: center;
}

footer {
  position: relative;
  background-color: #e0e0e0;
  color: #454545;
  padding: 4vh 0;
}

.footer_container {
  position: relative;
  width: 90vw;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 800px) {
  .footer_container {
    width: 72vw;
  }
}

.footer-text {
  display: block;
  text-align: center;
  margin: 0.5rem auto;
  font-size: 0.8rem;
  line-height: 1.2rem;
  width: 30ch;
}
@media screen and (min-width: 700px) {
  .footer-text {
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    line-height: clamp(1.4rem, 2vw, 3.2rem);
    width: 40ch;
    margin: 0.8rem auto;
  }
}
@media screen and (min-width: 1000px) {
  .footer-text {
    width: 70%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-text {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-text {
    width: 60%;
  }
}

footer li {
  font-size: 0.8rem;
  padding: 0.3rem 0;
  color: #454545;
}
@media screen and (min-width: 700px) {
  footer li {
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    line-height: clamp(1.5rem, 1.8vw, 3.2rem);
  }
}

.contact {
  margin: 1.6rem 0 0;
}

footer a {
  color: #454545;
}

footer a:hover {
  color: #979595;
}

.alt-main a {
  color: #9b9d38;
}

.alt-main a:hover {
  color: #979595;
}

footer img {
  position: absolute;
  height: auto;
  width: 42vw;
  top: 26%;
  right: 0;
}
@media screen and (min-width: 700px) {
  footer img {
    top: 26%;
    width: 36%;
  }
}

.hide {
  display: none;
}/*# sourceMappingURL=main.css.map */