@charset "UTF-8";
body {
  margin: 0;
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0;
  color: #0093b5;
  line-height: 1.3em;
  font-weight: 700;
}

h1,
h2 {
  letter-spacing: 2px;
}

h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "lato", helvetica, sans-serif;
}

h1 {
  color: white;
  text-shadow: 2px 2px 5px #666;
  font-size: 4em;
  letter-spacing: 4px;
}

a {
  color: #0093b5;
  text-decoration: none;
}

button {
  background-color: white;
  border: 0;
}

.blue-h1 {
  color: #05556d;
  text-shadow: 0px 0px 1px #ccc;
}

.blue-background {
  background-color: #0093b5;
  color: white;
}
.blue-background a {
  color: white;
  text-decoration: underline;
  text-shadow: 1px 1px 1px #666;
}
.blue-background a:hover {
  color: #16c1f3;
}

.centered {
  text-align: center;
}

.justify {
  text-align: justify;
}

.row {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 3rem 5rem;
}

.row__center {
  align-items: center;
}

.row__baseline {
  align-items: baseline;
}

.column {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  padding: 0 1rem;
}

.nav-bar {
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  display: inline-flex;
  flex-flow: row-reverse wrap;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: white;
  box-shadow: 0 0 8px 1px #ccc;
  z-index: 100;
}

.nav-bar-inner {
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  display: inline-flex;
  flex-flow: row-reverse wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 5px 1rem 5px 0;
  background: white;
}

.nav-link {
  flex-grow: 1;
  padding: 1em 0;
  text-shadow: 0px 0px 1px #ccc;
}

.nav-link:hover {
  color: #16c1f3;
}

.img-link {
  -webkit-flex: 10;
  -moz-flex: 10;
  -o-flex: 10;
  flex: 10;
  display: inline-block;
  order: 1;
}

.logo {
  width: 170px;
  padding-left: 1.25rem;
}

.mc-closeModal {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.main-content {
  margin-top: 4rem;
}

.main-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 75vh;
  background: url(../img/three-participants-at-laptops-min.jpg) #0093b5 no-repeat top right fixed;
  background-size: cover;
}

.main-header__text {
  max-width: 50%;
  padding: 0 1.5em;
  text-shadow: 1px 1px 1px #666;
  background-color: rgba(0, 147, 181, 0.8);
  border-top-left-radius: 25px;
  border-top: 5px solid rgba(0, 115, 149, 0.8);
}

#myChart {
  display: block;
  width: 700px;
  height: 350px;
}

.main-header__header {
  font-size: calc(28px + 24 * (100vw - 320px) / 960);
}
@media only screen and (min-width: 1200px) {
  .main-header__header {
    font-size: 3.5rem;
  }
}

.program-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  background: url(../img/2022-H1-Launch-Celebration.png) #0093b5 no-repeat top fixed;
  background-size: cover;
}

.sponsor-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#sponsor-hero {
  width: 100%;
}

.full-width-img {
  width: 100%;
}

.forty-percent-width {
  width: 40%;
}

.twenty-percent-width {
  width: 20%;
}

.ten-percent-width {
  width: 10%;
}

.min-width-250 {
  min-width: 250px;
}

.max-size-75px {
  max-height: 75px;
  max-width: 75px;
}

.max-width-100-percent {
  max-width: 100%;
}

.max-width-75-percent {
  max-width: 75%;
}

.resize-400px {
  max-height: 400px;
  max-width: 400px;
}

.resize-200px {
  max-height: 200px;
  max-width: 200px;
}

.margin-25 {
  margin: 25px;
}

.margin-1-percent {
  margin: 1%;
}

.max-size-5-percent {
  max-height: 5%;
  max-width: 5%;
}

.fixed-img {
  width: 30%;
  position: fixed;
  top: 150px;
}

.hiring {
  width: 4.5rem;
  margin: 0.5rem;
}

.social-media {
  width: 3rem;
  margin: 0.5rem;
}

.contact-us,
.donate,
.sponsor {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: white;
  display: inline-block;
  background-color: #fc7625;
  text-align: center;
}
.contact-us:hover,
.donate:hover,
.sponsor:hover {
  background-color: #16c1f3;
  color: white;
  transition: 0.3s;
}

.sponsor:hover .link-on-blue {
  color: #05556d;
}

.contact-us {
  margin: 0.5em 0;
  padding: 0.75em 1.5em;
}

.sponsor {
  line-height: 36px;
  padding: 25px;
  margin: 0;
}

#orange-button {
  text-decoration: none;
}
#orange-button:hover {
  color: white;
}

#quotes {
  color: white;
  font-size: 2em;
  letter-spacing: 2px;
}

.white-text {
  color: white;
  padding: 1.5rem;
  margin: 0;
}

.large-white-text {
  color: white;
  font-size: 2em;
  letter-spacing: 2px;
  text-align: center;
}

a:hover {
  color: #16c1f3;
}

.sponsor-p {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.stars {
  height: 90px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.sponsorship-levels-img {
  width: 90%;
  height: 90%;
  padding: 5%;
}

.hidden-lg {
  display: none;
}

iframe#youtubeiframe {
  width: 560px;
  height: 315px;
  padding-inline-start: 15rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

table.mentor {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
table.mentor td {
  border-bottom: 1px solid #000;
  padding: 1rem;
}
table.mentor td ul {
  margin: 0;
}
table.mentor td:first-of-type {
  border-right: 1px solid #000;
  vertical-align: top;
}

#chartcontainer {
  position: relative;
  min-height: auto;
  width: 100%;
  display: flex;
  flex-grow: 1;
}

.videowrapper {
  max-width: 560px; /* you have to have a size or this method doesn't work */
  max-height: 315px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
  .row {
    padding: 2em;
  }
  h1 {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 910px) {
  .row {
    padding: 1em 1em;
    width: 100%;
    margin: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .column-med {
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -o-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .hidden-med {
    display: none;
  }
  .column {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  h1 {
    font-size: 2em;
    letter-spacing: 0.5px;
  }
  .donate {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #fc7625;
  }
  .donate:hover {
    background-color: #fc7625;
    color: white;
  }
  .nav-bar {
    justify-content: space-between;
  }
  .small-screen-nav {
    flex-flow: column-reverse nowrap;
    justify-content: flex-end;
  }
  .img-link {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .nav-link {
    display: none;
  }
  .nav-link--mobile {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
    border-top: 1px solid #ccc;
    background-color: white;
    text-align: center;
    min-height: 1.4em;
    z-index: 1;
  }
  .nav-link--mobile:last-child {
    border-bottom: 1px solid #ccc;
  }
  .main-header {
    display: block;
    position: relative;
    background: url(../img/three-participants-at-laptops-min.jpg) #0093b5 no-repeat top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .main-header__text {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    width: auto;
    padding: 0 1em;
  }
  .main-content {
    margin-top: 5rem;
  }
  .hidden-sm {
    display: none;
  }
  .hidden-lg {
    display: inline-block;
  }
  .lines-button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0.5rem 0;
    padding: 1.5rem 1rem;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.4285714286rem;
  }
  .lines-button:hover {
    opacity: 1;
  }
  .lines-button:active {
    transition: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .lines {
    display: inline-block;
    width: 3rem;
    height: 0.4285714286rem;
    background: #16c1f3;
    border-radius: 0.2142857143rem;
    transition: 0.3s;
    position: relative;
    /*create the upper and lower lines as pseudo-elements of the middle line*/
  }
  .lines:before, .lines:after {
    display: inline-block;
    width: 3rem;
    height: 0.4285714286rem;
    background: #16c1f3;
    border-radius: 0.2142857143rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    transform-origin: 0.2142857143rem center;
  }
  .lines:before {
    top: 0.75rem;
  }
  .lines:after {
    top: -0.75rem;
  }
  .lines-button:hover {
    opacity: 1;
  }
  .lines-button:hover .lines:before {
    top: 1rem;
  }
  .lines-button:hover .lines:after {
    top: -1rem;
  }
  .lines-button.x.close .lines {
    /*hide the middle line*/
    background: transparent;
    /*overlay the lines by setting both their top values to 0*/
  }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 2.5em;
  }
  .lines-button.x.close .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .lines-button.x.close .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .contact-us {
    display: block;
  }
  .nav-bar-inner {
    padding: 0;
    margin-top: 5rem;
  }
}
/* iphone 4 and 4s media query */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
  .main-header__text {
    font-size: 1rem;
    height: 50vh;
  }
}
/* iphone 4 and 4s landscape media query */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .main-header {
    background-size: cover;
    font-size: 14px;
  }
  .main-content {
    font-size: 14px;
  }
}
/* Samsung Galaxy s5 portrait media query */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .main-header__text {
    font-size: 1rem;
  }
  .main-header_text p {
    margin-bottom: 20px;
  }
}
/* Samsung Galaxy s5 landscape media query */
@media screen and (device-width: 640px) and (device-height: 360px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .main-header__text {
    font-size: 1rem;
    height: 50vh;
  }
  .main-header {
    height: 500px;
    background-size: cover;
  }
}
.progress-bg {
  margin: 0 auto;
  width: 65%;
  height: 78px;
  border-radius: 10px;
  text-align: center;
  -moz-box-shadow: inset 0 0 10px #ccc;
  -webkit-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black;
  background-color: white;
}

.progress-bar {
  height: 78px;
  border-radius: 10px;
  float: left;
  width: 50%;
  background-color: #fc7625;
}

.progress-bg h3.goal,
.progress-bg h3.raised {
  line-height: 78px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline;
}

.progress-bg h3.goal {
  color: #fff;
}

.progress-bg h3.goal {
  color: #fc7625;
  text-align: center;
}

.progress-bg h3.goal {
  float: right;
  display: inline;
  padding: 0 25px 0 0;
  text-align: center;
}

/* Events Stuff */
.event-item {
  max-width: 30%;
  flex-basis: 25%;
  padding: 1rem 2rem;
}

.event-item__address {
  font-size: 1rem;
}

.blue-background h3 {
  color: white;
}

.collapsible {
  color: #0093b5;
  cursor: pointer;
  margin: 25px;
  text-align: left;
  outline: none;
  font-size: 1.2em;
}
.collapsible:hover {
  color: #05556d;
}
.collapsible::before {
  content: "+ ";
  text-decoration: none;
}

.collapsible-active {
  color: #05556d;
}
.collapsible-active::before {
  content: "- ";
}

.collapsible-content {
  padding: 25px;
  display: none;
}

ul.hidden-bullets {
  list-style-type: none;
  padding-inline-start: 0;
}

p.press-release-summary {
  font-style: italic;
}

p.press-release-bold {
  font-style: bold;
}

/* Square Payment Styling */
.payment-form {
  padding: 50px 0px 50px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  border-radius: 20px;
}

.payment-form {
  align-items: center;
}

#apple-pay-button {
  height: 48px;
  width: 100%;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: black;
}

#fast-checkout {
  background: #fafafa;
  color: black;
}

#fast-checkout h3 {
  color: #0093b5;
}

#fast-checkout input {
  border-radius: 6px;
  position: relative;
}

#fast-checkout .wrapper {
  position: relative;
}

#fast-checkout button {
  width: 100%;
}

#fast-checkout button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: white;
  display: inline-block;
  background-color: #fc7625;
  text-align: center;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px #666;
}
#fast-checkout button:hover {
  background-color: #16c1f3;
  color: white;
  transition: 0.3s;
}

#fast-checkout .border {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
  margin: 30px 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
}

#fast-checkout .border span {
  position: absolute;
  top: -10px;
  background: #fafafa;
  padding: 0 10px;
  left: calc(50% - 1em - 5px);
}

#ach-wrapper {
  display: none;
}

#ach-wrapper input:first-of-type {
  margin-bottom: 10px;
}

#ach-message {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 14px;
  display: inline-block;
  color: #bf0020;
}

#ach-message:empty:before, #message:empty:before {
  content: "​";
}

#payment-flow-message {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  height: 100px;
  display: block;
}

#payment-flow-message.error {
  color: #bf0020;
  font-size: 12px;
  line-height: 14px;
}

#payment-flow-message.success {
  color: #3374ff;
}

.wrapper {
  max-width: 50%;
  justify-content: center;
}

#card-container {
  max-width: 387px;
  margin: auto;
}

#info-wrapper {
  margin-bottom: 2em;
}

#info-wrapper > fieldset {
  box-sizing: border-box;
  margin: 1em;
  padding: 1em;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

legend {
  color: rgba(0, 115, 149, 0.8);
}

#info-wrapper > fieldset > label {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: rgba(0, 115, 149, 0.8);
}

#info-wrapper > fieldset > input[type=text],
#info-wrapper > fieldset > input[type=email],
#info-wrapper > fieldset > textarea {
  min-width: 90%;
  margin: auto auto 1em auto;
  padding: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#info-wrapper > fieldset > textarea {
  min-height: 6em;
}

input[type=radio] {
  width: 50px;
}

#radio-wrapper {
  width: 100%;
  margin-bottom: 1em;
  color: rgba(0, 115, 149, 0.8);
}

#payment-page {
  padding: 1.5em;
}

#payment-page > h1,
#payment-page > p {
  max-width: 65%;
  margin: auto;
  text-align: center;
}

@media (max-width: 900px) {
  .wrapper {
    max-width: 75%;
  }
  #info-wrapper {
    max-width: 100%;
    min-width: none;
  }
}
@media (max-width: 600px) {
  .payment-form {
    margin: 0px;
    padding: 30px;
    box-sizing: border-box;
  }
  .wrapper {
    max-width: 100%;
  }
  #info-wrapper {
    max-width: 100%;
    min-width: none;
  }
  #info-wrapper > fieldset {
    margin: 0px;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
