.contact-form-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}

#contact-form-outer {
  display: block;
}

.contact-form-group {
  margin-bottom: 1rem;
}

.contact-form-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border: 1px solid #313131;
}

label.form-control-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

select.form-control[size], select.fcf-form-control[multiple] {
  height: auto;
}

textarea.form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

.contact-form-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-form-btn:hover {
  color: #212529;
  text-decoration: none;
}
.contact-form-btn:focus, .contact-form-btn .focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-form-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.contact-form-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.contact-form-btn-primary:focus, .contact-form-btn-primary .focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.contact-form-btn-disabled {
  color: #fff;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}
.contact-form-btn-disabled:hover {
  color: #fff;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}
.contact-form-btn-disabled:focus, .contact-form-btn-disabled .focus {
  color: #fff;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.contact-form-btn-success-message {
  color: #fff;
  background-color: #006633;
  border-color: #006633;
}
.contact-form-btn-success-message:hover {
  color: #fff;
  text-decoration: none;
}

body {
  font-family: "Rubik", sans-serif;
}

h1 {
  font-weight: 300;
  font-size: 3.8em;
  margin: 0;
}

p, address {
  font-size: 1.38em;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.6em;
  font-family: "Lato", sans-serif;
}

strong {
  font-weight: 900;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.9em;
  }
  p, address {
    font-size: 1em;
  }
}
header {
  color: #fff;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  line-height: 0;
}
header a {
  color: #fff;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: block;
}
header a span {
  display: block;
  height: 100%;
}
header a:hover {
  text-decoration: none;
}

.hero-main {
  color: #ffffff;
  text-align: center;
  min-height: 550px;
  height: 100vh;
}
.hero-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/backgrounds/NorthernPygmyOwl3a_a.jpg");
}
@media screen and (max-aspect-ratio: 7/8) {
  .hero-main:after {
    background-image: url("../images/backgrounds/NorthernPygmyOwl3a_a_portrait.jpg");
  }
}
.hero-main p {
  color: #fff;
}
.hero-main .inner-hero {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 20px;
  max-width: 750px;
}
.hero-main .hero-text-container {
  width: 45vw;
  text-align: left;
  margin-left: 5vw;
}
.hero-main .hero-text-container h1, .hero-main .hero-text-container h2, .hero-main .hero-text-container p, .hero-main .hero-text-container .button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-aspect-ratio: 1/1) {
  .hero-main .hero-text-container {
    position: absolute;
    bottom: 25vw;
  }
}
.hero-main .hero-text-container .button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
}
.hero-main .hero-text-container .button:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-main .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-main .hero-text-container p, .hero-main .hero-text-container address, .hero-main .hero-text-container ul, .hero-main .hero-text-container .button {
    font-size: 1em;
  }
  .hero-main .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-main .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-main .hero-text-container p, .hero-main .hero-text-container address, .hero-main .hero-text-container ul, .hero-main .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-main .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-main .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-main .hero-text-container p, .hero-main .hero-text-container address, .hero-main .hero-text-container ul, .hero-main .hero-text-container .button {
    font-size: 1em;
  }
  .hero-main .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .hero-main .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-main .hero-text-container p, .hero-main .hero-text-container address, .hero-main .hero-text-container ul, .hero-main .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-main .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
.hero-main .hero-text-container .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
}
.hero-main .hero-text-container .modalDialog .insideModalDialog {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0px 0px 5px 0px;
  background: #fff;
  color: #000;
}
.hero-main .hero-text-container .modalDialog .insideModalDialog h1, .hero-main .hero-text-container .modalDialog .insideModalDialog h2, .hero-main .hero-text-container .modalDialog .insideModalDialog p, .hero-main .hero-text-container .modalDialog .insideModalDialog .button {
  text-shadow: none;
}
.hero-main .hero-text-container .modalDialog .insideModalDialog .membershipBox {
  width: 90%;
  position: relative;
  margin: 5% auto;
  border: 1px solid #888;
}
.hero-main .hero-text-container .modalDialog .insideModalDialog .membershipBox .paypalBox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.hero-main .hero-text-container .modalDialog .close-dialog {
  background: #ff8080;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-main .hero-text-container .modalDialog .close-dialog:hover {
  background: #00d9ff;
}
.hero-main .hero-text-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.hero-about {
  color: #ffffff;
  text-align: center;
  min-height: 550px;
  height: 100vh;
}
.hero-about:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/backgrounds/CommonYellowthroat1d.jpg");
}
@media screen and (max-aspect-ratio: 7/8) {
  .hero-about:after {
    background-image: url("../images/backgrounds/CommonYellowthroat1d_portrait.jpg");
  }
}
.hero-about p {
  color: #fff;
}
.hero-about .inner-hero {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 20px;
  max-width: 750px;
}
.hero-about .hero-text-container {
  width: 45vw;
  text-align: left;
  margin-left: 5vw;
}
.hero-about .hero-text-container h1, .hero-about .hero-text-container h2, .hero-about .hero-text-container p, .hero-about .hero-text-container .button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-aspect-ratio: 1/1) {
  .hero-about .hero-text-container {
    position: absolute;
    bottom: 25vw;
  }
}
.hero-about .hero-text-container .button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
}
.hero-about .hero-text-container .button:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-about .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-about .hero-text-container p, .hero-about .hero-text-container address, .hero-about .hero-text-container ul, .hero-about .hero-text-container .button {
    font-size: 1em;
  }
  .hero-about .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-about .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-about .hero-text-container p, .hero-about .hero-text-container address, .hero-about .hero-text-container ul, .hero-about .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-about .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-about .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-about .hero-text-container p, .hero-about .hero-text-container address, .hero-about .hero-text-container ul, .hero-about .hero-text-container .button {
    font-size: 1em;
  }
  .hero-about .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .hero-about .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-about .hero-text-container p, .hero-about .hero-text-container address, .hero-about .hero-text-container ul, .hero-about .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-about .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
.hero-about .hero-text-container .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
}
.hero-about .hero-text-container .modalDialog .insideModalDialog {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0px 0px 5px 0px;
  background: #fff;
  color: #000;
}
.hero-about .hero-text-container .modalDialog .insideModalDialog h1, .hero-about .hero-text-container .modalDialog .insideModalDialog h2, .hero-about .hero-text-container .modalDialog .insideModalDialog p, .hero-about .hero-text-container .modalDialog .insideModalDialog .button {
  text-shadow: none;
}
.hero-about .hero-text-container .modalDialog .insideModalDialog .membershipBox {
  width: 90%;
  position: relative;
  margin: 5% auto;
  border: 1px solid #888;
}
.hero-about .hero-text-container .modalDialog .insideModalDialog .membershipBox .paypalBox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.hero-about .hero-text-container .modalDialog .close-dialog {
  background: #ff8080;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-about .hero-text-container .modalDialog .close-dialog:hover {
  background: #00d9ff;
}
.hero-about .hero-text-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.hero-webinars {
  color: #ffffff;
  text-align: center;
  min-height: 550px;
  height: 100vh;
}
.hero-webinars:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/backgrounds/WhiteHeadedWoodpecker2b.jpg");
}
@media screen and (max-aspect-ratio: 7/8) {
  .hero-webinars:after {
    background-image: url("../images/backgrounds/WhiteHeadedWoodpecker2b_portrait.jpg");
  }
}
.hero-webinars p {
  color: #fff;
}
.hero-webinars .inner-hero {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 20px;
  max-width: 750px;
}
.hero-webinars .hero-text-container {
  width: 45vw;
  text-align: left;
  margin-left: 5vw;
}
.hero-webinars .hero-text-container h1, .hero-webinars .hero-text-container h2, .hero-webinars .hero-text-container p, .hero-webinars .hero-text-container .button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-aspect-ratio: 1/1) {
  .hero-webinars .hero-text-container {
    position: absolute;
    bottom: 25vw;
  }
}
.hero-webinars .hero-text-container .button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
}
.hero-webinars .hero-text-container .button:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-webinars .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-webinars .hero-text-container p, .hero-webinars .hero-text-container address, .hero-webinars .hero-text-container ul, .hero-webinars .hero-text-container .button {
    font-size: 1em;
  }
  .hero-webinars .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-webinars .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-webinars .hero-text-container p, .hero-webinars .hero-text-container address, .hero-webinars .hero-text-container ul, .hero-webinars .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-webinars .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-webinars .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-webinars .hero-text-container p, .hero-webinars .hero-text-container address, .hero-webinars .hero-text-container ul, .hero-webinars .hero-text-container .button {
    font-size: 1em;
  }
  .hero-webinars .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .hero-webinars .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-webinars .hero-text-container p, .hero-webinars .hero-text-container address, .hero-webinars .hero-text-container ul, .hero-webinars .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-webinars .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
.hero-webinars .hero-text-container .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
}
.hero-webinars .hero-text-container .modalDialog .insideModalDialog {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0px 0px 5px 0px;
  background: #fff;
  color: #000;
}
.hero-webinars .hero-text-container .modalDialog .insideModalDialog h1, .hero-webinars .hero-text-container .modalDialog .insideModalDialog h2, .hero-webinars .hero-text-container .modalDialog .insideModalDialog p, .hero-webinars .hero-text-container .modalDialog .insideModalDialog .button {
  text-shadow: none;
}
.hero-webinars .hero-text-container .modalDialog .insideModalDialog .membershipBox {
  width: 90%;
  position: relative;
  margin: 5% auto;
  border: 1px solid #888;
}
.hero-webinars .hero-text-container .modalDialog .insideModalDialog .membershipBox .paypalBox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.hero-webinars .hero-text-container .modalDialog .close-dialog {
  background: #ff8080;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-webinars .hero-text-container .modalDialog .close-dialog:hover {
  background: #00d9ff;
}
.hero-webinars .hero-text-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.hero-science {
  color: #ffffff;
  text-align: center;
  min-height: 550px;
  height: 100vh;
}
.hero-science:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/backgrounds/EveningGrosbeakLandscape.jpg");
}
@media screen and (max-aspect-ratio: 7/8) {
  .hero-science:after {
    background-image: url("../images/backgrounds/EveningGrosbeakPortrait.jpg");
  }
}
.hero-science p {
  color: #fff;
}
.hero-science .inner-hero {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 20px;
  max-width: 750px;
}
.hero-science .hero-text-container {
  width: 45vw;
  text-align: left;
  margin-left: 5vw;
}
.hero-science .hero-text-container h1, .hero-science .hero-text-container h2, .hero-science .hero-text-container p, .hero-science .hero-text-container .button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-aspect-ratio: 1/1) {
  .hero-science .hero-text-container {
    position: absolute;
    bottom: 25vw;
  }
}
.hero-science .hero-text-container .button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
}
.hero-science .hero-text-container .button:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-science .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-science .hero-text-container p, .hero-science .hero-text-container address, .hero-science .hero-text-container ul, .hero-science .hero-text-container .button {
    font-size: 1em;
  }
  .hero-science .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-science .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-science .hero-text-container p, .hero-science .hero-text-container address, .hero-science .hero-text-container ul, .hero-science .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-science .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-science .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-science .hero-text-container p, .hero-science .hero-text-container address, .hero-science .hero-text-container ul, .hero-science .hero-text-container .button {
    font-size: 1em;
  }
  .hero-science .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .hero-science .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-science .hero-text-container p, .hero-science .hero-text-container address, .hero-science .hero-text-container ul, .hero-science .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-science .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
.hero-science .hero-text-container .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
}
.hero-science .hero-text-container .modalDialog .insideModalDialog {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0px 0px 5px 0px;
  background: #fff;
  color: #000;
}
.hero-science .hero-text-container .modalDialog .insideModalDialog h1, .hero-science .hero-text-container .modalDialog .insideModalDialog h2, .hero-science .hero-text-container .modalDialog .insideModalDialog p, .hero-science .hero-text-container .modalDialog .insideModalDialog .button {
  text-shadow: none;
}
.hero-science .hero-text-container .modalDialog .insideModalDialog .membershipBox {
  width: 90%;
  position: relative;
  margin: 5% auto;
  border: 1px solid #888;
}
.hero-science .hero-text-container .modalDialog .insideModalDialog .membershipBox .paypalBox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.hero-science .hero-text-container .modalDialog .close-dialog {
  background: #ff8080;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-science .hero-text-container .modalDialog .close-dialog:hover {
  background: #00d9ff;
}
.hero-science .hero-text-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.hero-students {
  color: #ffffff;
  text-align: center;
  min-height: 550px;
  height: 100vh;
}
.hero-students:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/backgrounds/PacificSlopeFlycatchers2b_drk.jpg");
}
@media screen and (max-aspect-ratio: 7/8) {
  .hero-students:after {
    background-image: url("../images/backgrounds/PacificSlopeFlycatchers2a_portrait_drk.jpg");
  }
}
.hero-students p {
  color: #fff;
}
.hero-students .inner-hero {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 20px;
  max-width: 750px;
}
.hero-students .hero-text-container {
  width: 45vw;
  text-align: left;
  margin-left: 5vw;
}
.hero-students .hero-text-container h1, .hero-students .hero-text-container h2, .hero-students .hero-text-container p, .hero-students .hero-text-container .button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-aspect-ratio: 1/1) {
  .hero-students .hero-text-container {
    position: absolute;
    bottom: 25vw;
  }
}
.hero-students .hero-text-container .button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
}
.hero-students .hero-text-container .button:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-students .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-students .hero-text-container p, .hero-students .hero-text-container address, .hero-students .hero-text-container ul, .hero-students .hero-text-container .button {
    font-size: 1em;
  }
  .hero-students .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-students .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-students .hero-text-container p, .hero-students .hero-text-container address, .hero-students .hero-text-container ul, .hero-students .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-students .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-students .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-students .hero-text-container p, .hero-students .hero-text-container address, .hero-students .hero-text-container ul, .hero-students .hero-text-container .button {
    font-size: 1em;
  }
  .hero-students .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .hero-students .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-students .hero-text-container p, .hero-students .hero-text-container address, .hero-students .hero-text-container ul, .hero-students .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-students .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
.hero-students .hero-text-container .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
}
.hero-students .hero-text-container .modalDialog .insideModalDialog {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0px 0px 5px 0px;
  background: #fff;
  color: #000;
}
.hero-students .hero-text-container .modalDialog .insideModalDialog h1, .hero-students .hero-text-container .modalDialog .insideModalDialog h2, .hero-students .hero-text-container .modalDialog .insideModalDialog p, .hero-students .hero-text-container .modalDialog .insideModalDialog .button {
  text-shadow: none;
}
.hero-students .hero-text-container .modalDialog .insideModalDialog .membershipBox {
  width: 90%;
  position: relative;
  margin: 5% auto;
  border: 1px solid #888;
}
.hero-students .hero-text-container .modalDialog .insideModalDialog .membershipBox .paypalBox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.hero-students .hero-text-container .modalDialog .close-dialog {
  background: #ff8080;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-students .hero-text-container .modalDialog .close-dialog:hover {
  background: #00d9ff;
}
.hero-students .hero-text-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.hero-events {
  color: #ffffff;
  text-align: center;
  min-height: 550px;
  height: 100vh;
}
.hero-events:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/backgrounds/CalliopeHummingbird9a.jpg");
}
@media screen and (max-aspect-ratio: 7/8) {
  .hero-events:after {
    background-image: url("../images/backgrounds/CalliopeHummingbird9b_portrait.jpg");
  }
}
.hero-events p {
  color: #fff;
}
.hero-events .inner-hero {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 20px;
  max-width: 750px;
}
.hero-events .hero-text-container {
  width: 45vw;
  text-align: left;
  margin-left: 5vw;
}
.hero-events .hero-text-container h1, .hero-events .hero-text-container h2, .hero-events .hero-text-container p, .hero-events .hero-text-container .button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-aspect-ratio: 1/1) {
  .hero-events .hero-text-container {
    position: absolute;
    bottom: 25vw;
  }
}
.hero-events .hero-text-container .button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
}
.hero-events .hero-text-container .button:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-events .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-events .hero-text-container p, .hero-events .hero-text-container address, .hero-events .hero-text-container ul, .hero-events .hero-text-container .button {
    font-size: 1em;
  }
  .hero-events .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-events .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-events .hero-text-container p, .hero-events .hero-text-container address, .hero-events .hero-text-container ul, .hero-events .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-events .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-events .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-events .hero-text-container p, .hero-events .hero-text-container address, .hero-events .hero-text-container ul, .hero-events .hero-text-container .button {
    font-size: 1em;
  }
  .hero-events .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .hero-events .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-events .hero-text-container p, .hero-events .hero-text-container address, .hero-events .hero-text-container ul, .hero-events .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-events .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
.hero-events .hero-text-container .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
}
.hero-events .hero-text-container .modalDialog .insideModalDialog {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0px 0px 5px 0px;
  background: #fff;
  color: #000;
}
.hero-events .hero-text-container .modalDialog .insideModalDialog h1, .hero-events .hero-text-container .modalDialog .insideModalDialog h2, .hero-events .hero-text-container .modalDialog .insideModalDialog p, .hero-events .hero-text-container .modalDialog .insideModalDialog .button {
  text-shadow: none;
}
.hero-events .hero-text-container .modalDialog .insideModalDialog .membershipBox {
  width: 90%;
  position: relative;
  margin: 5% auto;
  border: 1px solid #888;
}
.hero-events .hero-text-container .modalDialog .insideModalDialog .membershipBox .paypalBox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.hero-events .hero-text-container .modalDialog .close-dialog {
  background: #ff8080;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-events .hero-text-container .modalDialog .close-dialog:hover {
  background: #00d9ff;
}
.hero-events .hero-text-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.hero-quizzes {
  color: #ffffff;
  text-align: center;
  min-height: 550px;
  height: 100vh;
}
.hero-quizzes:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/backgrounds/CaliforniaGnatcatcher1b_flip.jpg");
}
@media screen and (max-aspect-ratio: 7/8) {
  .hero-quizzes:after {
    background-image: url("../images/backgrounds/CaliforniaGnatcatcher2c_flip.jpg");
  }
}
.hero-quizzes p {
  color: #fff;
}
.hero-quizzes .inner-hero {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 20px;
  max-width: 750px;
}
.hero-quizzes .hero-text-container {
  width: 45vw;
  text-align: left;
  margin-left: 5vw;
}
.hero-quizzes .hero-text-container h1, .hero-quizzes .hero-text-container h2, .hero-quizzes .hero-text-container p, .hero-quizzes .hero-text-container .button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-aspect-ratio: 1/1) {
  .hero-quizzes .hero-text-container {
    position: absolute;
    bottom: 25vw;
  }
}
.hero-quizzes .hero-text-container .button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
}
.hero-quizzes .hero-text-container .button:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .hero-quizzes .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-quizzes .hero-text-container p, .hero-quizzes .hero-text-container address, .hero-quizzes .hero-text-container ul, .hero-quizzes .hero-text-container .button {
    font-size: 1em;
  }
  .hero-quizzes .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .hero-quizzes .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-quizzes .hero-text-container p, .hero-quizzes .hero-text-container address, .hero-quizzes .hero-text-container ul, .hero-quizzes .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-quizzes .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .hero-quizzes .hero-text-container h1 {
    font-size: 1.9em;
  }
  .hero-quizzes .hero-text-container p, .hero-quizzes .hero-text-container address, .hero-quizzes .hero-text-container ul, .hero-quizzes .hero-text-container .button {
    font-size: 1em;
  }
  .hero-quizzes .hero-text-container .button {
    padding: 12px 20px;
    min-width: 75px;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .hero-quizzes .hero-text-container h1 {
    font-size: 1.2em;
  }
  .hero-quizzes .hero-text-container p, .hero-quizzes .hero-text-container address, .hero-quizzes .hero-text-container ul, .hero-quizzes .hero-text-container .button {
    font-size: 0.7em;
  }
  .hero-quizzes .hero-text-container .button {
    padding: 8px 15px;
    min-width: 50px;
  }
}
.hero-quizzes .hero-text-container .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
}
.hero-quizzes .hero-text-container .modalDialog .insideModalDialog {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0px 0px 5px 0px;
  background: #fff;
  color: #000;
}
.hero-quizzes .hero-text-container .modalDialog .insideModalDialog h1, .hero-quizzes .hero-text-container .modalDialog .insideModalDialog h2, .hero-quizzes .hero-text-container .modalDialog .insideModalDialog p, .hero-quizzes .hero-text-container .modalDialog .insideModalDialog .button {
  text-shadow: none;
}
.hero-quizzes .hero-text-container .modalDialog .insideModalDialog .membershipBox {
  width: 90%;
  position: relative;
  margin: 5% auto;
  border: 1px solid #888;
}
.hero-quizzes .hero-text-container .modalDialog .insideModalDialog .membershipBox .paypalBox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.hero-quizzes .hero-text-container .modalDialog .close-dialog {
  background: #ff8080;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-quizzes .hero-text-container .modalDialog .close-dialog:hover {
  background: #00d9ff;
}
.hero-quizzes .hero-text-container .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

#quizanswer-inner {
  display: block;
}

body {
  margin: 0;
  padding: 0;
}

.box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); /* "card" effect */
  padding: 5px 16px;
}

.left-justified-text-with-narrow-line-height {
  text-align: left;
}
.left-justified-text-with-narrow-line-height li {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 0.5;
}

.see-more {
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  font-size: 1.2em;
  width: 100%;
}
.see-more a {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
.see-more a:hover {
  opacity: 1;
}
.see-more .arrow {
  font-size: 0.6em;
}
@media screen and (max-width: 600px) {
  .see-more {
    font-size: 0.75em;
  }
}

span.more {
  display: none;
}

span.protect2 {
  display: none;
}

nav {
  text-transform: uppercase;
  font-size: 0.8em;
  width: 100%;
  position: relative;
  top: -7px;
  text-shadow: none;
}
nav .icon {
  display: none;
}
@media (min-width: 600px) {
  nav {
    top: -17px;
    padding: 17px 10px;
    margin: 0px 0px;
    background-color: rgba(10, 10, 10, 0.5);
    border: 2px 2px;
  }
  nav a {
    margin: 0px 3px;
    padding: 0px 2px;
    display: inline;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.8);
  }
  nav a:hover {
    background: #fff;
    color: #000;
    text-shadow: none;
  }
}
@media screen and (max-width: 600px) {
  nav a {
    margin: 0 3px;
    padding: 14px 10px;
    border: 0;
    display: none;
    background-color: rgba(10, 10, 10, 0.5);
  }
  nav .icon {
    top: -7px;
    left: -12px;
    float: right;
    font-size: 1.9em;
    display: block;
  }
  nav.responsive {
    position: relative;
  }
  nav.responsive a.icon {
    float: right;
    display: block;
    z-index: 10000;
  }
  nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.field_trip_page {
  text-align: center;
}
.field_trip_page p {
  text-align: left;
  margin: 2vh 10vw;
}
.field_trip_page img {
  width: 100%;
}

#field_trip_boxes h2, #field_trip_boxes h3 {
  margin: 0;
  padding: 0;
}
#field_trip_boxes img {
  width: 100%;
}
#field_trip_boxes .row {
  /* Remove extra left and right margins, due to padding in columns */
  margin: 0 -5px;
  /* Clear floats after the columns */
  /* Float three columns side by side, for large screens */
  /* For small screens, go vertically */
}
#field_trip_boxes .row:after {
  content: "";
  display: table;
  clear: both;
}
#field_trip_boxes .row .column {
  float: left;
  width: 30%;
  padding: 0 10px;
}
#field_trip_boxes .row .column .field_trip {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
@media screen and (max-width: 600px) {
  #field_trip_boxes .row .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.student-section {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}
.student-section p, .student-section li {
  font-size: 1.2rem;
}
.student-section img {
  width: 100%;
}
.student-section .row {
  /* Remove extra left and right margins, due to padding in columns */
  margin: 0 -5px;
  /* Clear floats after the columns */
  /* Float two columns side by side, for large screens */
  /* For small screens, go vertically */
}
.student-section .row:after {
  content: "";
  display: table;
  clear: both;
}
.student-section .row .column {
  float: left;
  width: 48%;
  padding: 0 1%;
}
.student-section .row .column .newsletters {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); /* "card" effect */
  padding: 5px 16px;
  text-align: left;
  height: 125px;
  overflow: auto;
  background-color: #f1f1f1;
}
.student-section .row .column .newsletters h4 {
  padding: 0;
  margin: 0;
}
.student-section .row .column .newsletters ul {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .student-section .row .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.webinar_page {
  text-align: center;
}
.webinar_page p, .webinar_page figure, .webinar_page table {
  text-align: left;
  margin: 2vh 10vw;
}
.webinar_page ol, .webinar_page ul {
  text-align: left;
}
.webinar_page table, .webinar_page th, .webinar_page td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 0 1ch;
}
.webinar_page td.hide_left {
  border-left-style: hidden;
}
.webinar_page li {
  margin: 2vh 10vw;
}
.webinar_page li p {
  margin: 2vh 1vw;
}
.webinar_page figcaption {
  text-align: center;
}
.webinar_page img {
  width: 100%;
}
.webinar_page h1 {
  font-weight: 300;
  font-size: 2.8em;
  margin: 2vh 10vw;
}
.webinar_page h2 {
  font-weight: 300;
  font-size: 1.8em;
  margin: 2vh 10vw;
}
@media screen and (max-width: 600px) {
  .webinar_page h1 {
    font-size: 1.9em;
  }
  .webinar_page h2 {
    font-size: 1.38em;
  }
}

.list_of_webinars ol, .list_of_webinars ul {
  text-align: left;
}
.list_of_webinars li {
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  .list_of_webinars li {
    font-size: 1.2em;
  }
}

.webinar_boxes h2, .webinar_boxes h3 {
  margin: 0;
  padding: 0;
}
.webinar_boxes img {
  width: 100%;
}
.webinar_boxes .row {
  /* Remove extra left and right margins, due to padding in columns */
  margin: 0 -5px;
  /* Clear floats after the columns */
  /* Float two columns side by side, for large screens */
  /* For small screens, go vertically */
}
.webinar_boxes .row:after {
  content: "";
  display: table;
  clear: both;
}
.webinar_boxes .row .column {
  float: left;
  width: 50%;
  padding: 1% 1%;
  box-sizing: border-box;
}
.webinar_boxes .row .column .webinar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); /* "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
.webinar_boxes .row .column .webinar .img-container {
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.webinar_boxes .row .column .webinar .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .webinar_boxes .row .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

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