/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
body {
  background: #fff;
}

a:focus {
  outline: none;
}

.mean-bar {
  display: none !important;
}

#section-header {
  min-height: 0;
  position: fixed;
}


#page-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
}

div.tabs {
  position: fixed;
  z-index: 9999;
  opacity: 0.6;
}

.section-container {
  max-width: 1190px;
  margin: auto;
  padding: 75px 45px;
}

.section.meet .section-container {
  padding: 75px 25px;
}

.section.meet .section-container h2 {
  font-size: 32px;
}

.join-content, .partner-content,.faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.meet-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.join-item, .partner-item {
  display: inline-block;
  margin: 40px 50px;
  text-align: center;
}

.meet-item {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 10px 0;
}

.meet-item img {
  max-width: 120px;
}

.meet-item .meet-text {
  background: rgba(203, 237, 60, 0.63);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.meet-item h5, .meet-item h6 {
  margin: 0;
  padding: 2px 0 5px;
  width: 100%;
  text-align: center;
}

.meet-item h6 {
  padding: 0 0 2px;
}

.join-item img {
  max-width: 240px;
}

.partner-item img {
  max-width: 160px;
}

.join-image-wrapper {
  position: relative;
}

.join-image-wrapper span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: "Futura-PT";
  background: rgba(256, 256, 256, 0.4);
  padding: 5px 0;
}

.campus-wrapper {
  display: block;
}

.campus-wrapper img {
  max-width: 100%;
}

.section-footer a {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  font-size: 30px;
}

.section-footer a:focus, .section-footer a:active {
  color: #000;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  max-width: 145px;
  margin: auto;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  font-size: 24px;
  color: #be1382;
}

#eventmodal, #pledgemodal, #partnermodal, #signsmodal, #pledgemodal-thanks, #partnermodal-thanks, #applymodal {
  z-index: 10000;
}

#eventmodal .modal-content, #pledgemodal .modal-content, #partnermodal .modal-content, #signsmodal .modal-content, #pledgemodal-thanks .modal-content, #partnermodal-thanks .modal-content {
  border-radius: 0;
}

.table-row {
  display: flex;
   display: -webkit-flex;
  flex-direction: row;
 -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  padding: 5px 5px 3px 5px;
  border-bottom: 1px solid #000;
}

.row-link {

}

.row-link:nth-child(odd) .table-row {
  background: #f1f1f1;
}

.row-link:last-child .table-row {
  border-bottom: none;
}

.text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text.month {
  width:40px;
}

.text.date {
  width: 60px;
}

.text.city {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.text.event {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

#pledgemodal p {
  font-size: 14px;
}

#pledgemodal-thanks p, #partnermodal-thanks p {
  font-size: 20px;
}

#pledgemodal .webform-component, #partnermodal .webform-component {
  display: flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin: 12px 0;
}

#pledgemodal .webform-component label, #partnermodal .webform-component label {
  flex-grow: 1;
  min-width: 67px;
  font-family: "Futura-PT-Bold";
  text-transform: uppercase;
  vertical-align: -webkit-baseline-middle;
  margin: 0;
  font-size: 12px;
}

#pledgemodal .webform-component label .form-required, #partnermodal .webform-component label .form-required {
  display: none;
}

#pledgemodal .webform-component input, #partnermodal .webform-component input {
  display: inline-block;
  flex-grow: 11;
  width: 20px;
  margin-top: -3px;
  padding-left: 5px;
  background: #f1f1f1;
  /*border: 1px solid black;*/
  border: none;
}

#partnermodal .webform-component input {
  width: 100%;
}

#signsmodal .signs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: auto;
}

.signs-item {
  display: inline-block;
  margin: 10px;
  padding: 5px;
  border: 2px solid #d4d4d4;
}

.signs-item img{
  max-width: 100%;
}


@media screen and (min-width: 768px) {
 .together-image-container {
    display: inline-block;
  }

  .together-image-container img {
    max-width: 240px;
  }

  .together-text-container {
    vertical-align: middle;
  }

  .together-text {
    font-size: 80px;
    line-height: 70px;
  }

  .we-text {
    font-size: 50px;
    line-height: 60px;
  }

  .rotating-text {
    font-size: 50px;
    line-height: 40px;
  }

  .section-container {
    max-width: 660px;
    padding: 75px 20px;
  }

  .apply-text {
    padding-bottom: 30px;
  }

  .apply-button {
    width: 70%;
    margin: 0 auto;
    font-size: 40px;
  }


  .meet-item img {
    max-width: 160px;
  }

  .faq-item {
    width: calc(50% - 20px);
  }

  .modal-body {
    padding: 35px;
  }

  .headline h3 {
    font-size: 40px;
  }

  .table-row {
    padding: 10px 5px 5px 5px;
  }

  .text {
    font-size: 20px;
  }

  #pledgemodal p {
    font-size: 20px;
    padding: 0;
    margin: 0 0 30px 0;
  }

  #pledgemodal .webform-component label {
    min-width: 112px;
    font-size: 20px;
  }

  #pledgemodal .webform-component input {
    flex-grow: 20;
    height: 35px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1024px) {


}

@media screen and (min-width: 1200px) {

  header nav #main-menu li {
    font-size: 34px;
  }

  header nav #main-menu li.donate {
    font-size: 20px;
    margin-top: 6px;
  }

  .what-item:nth-child(1) {
    max-width: 70%;
    padding-bottom: 60px;
  }

  .what-item:nth-child(1) h2  {
    text-align: left;
    max-width: 400px;
  }

  .what-item:nth-child(2) {
    max-width: 70%;
    float: right;
  }

  .what-item:nth-child(2) h2 {
    text-align: right;
  }

  .what-item:nth-child(2) .what-text p {
    text-align: right
  }
}

/* Application */

.webform-component--short-response-section {
  text-align: center;
}

#applymodal h2 {
  font-size: 30px;
  margin-bottom: 0px;
}

#applymodal input {
  max-width: 100%;
  width: 100%;
}

.webform-component--media-advocacy-question, .webform-component--youth-advocacy-question, .webform-component--intersectional-advocacy-question {
  border-bottom: 3px solid #1fb2de;
  padding-bottom: 10px;
}

.webform-client-form input[type="submit"] {
  box-sizing: border-box;
  background: #1fb2de;
  background: -moz-linear-gradient(45deg, #1fb2de 0%, #cfee38 100%);
  background: -webkit-linear-gradient(45deg, #1fb2de 0%,#cfee38 100%);
  background: linear-gradient(45deg, #1fb2de 0%,#cfee38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb2de', endColorstr='#cfee38',GradientType=1 );
  border: medium none;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  margin: auto;
  padding: 1em 1em;
  text-align: center;
  width: 100%;
  max-width: 300px;
  text-shadow: none;
  font-weight: bold;
  font-family: inherit;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px #a7a7a7;
  transition: color 0.5s ease;
}

.webform-client-form input[type="submit"]:hover {
  color: #cfee38;
}

.form-managed-file input[type="submit"] {
  max-width: 125px;
  font-size: 14px;
  margin: .1em 0;
  padding: .5em .5em;
  display: inline-block;
  margin-bottom: 6px;
}

