h1,
h2 {
  margin: 0;
}

.bold {
  font-weight: bold;
}

.lg-link {
  font-size: 1.5em;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.blue-link {
  background-color: #3b60b0;
  color: #fff !important;
  padding: 0.5em 1.5em;
  text-decoration: none;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

.yellow-link {
  background-color: #fdb813;
  color: #000 !important;
  padding: 0.5em;
  text-decoration: none;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-bottom: 10px;
}

.center {
  text-align: center;
}



.why-attend {
  background-color: #FEF0D6;
  padding: 2em 1em;
  margin-top: 1em;
}

.why-attend h2 {
  font-size: 4rem !important;
  color: #444EE1;
  font-weight: bold;
}

.why-attend .reasons {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 1em auto 0;
}

.why-attend .reasons div img {
  width: 1.3em;
  display: block;
  float: left;
}

.why-attend .reasons div P {
  margin-left: 2em;
}



.keynote-speaker {
  margin-top: 1em;
}

.keynote-speaker .bio:not(:last-child) {
  margin-bottom: 2em;
}

.keynote-speaker .bio .keynote-img {
  border-radius: 50%;
  width: 13em;
  margin: auto;
  display: block;
}

.keynote-speaker .bio .bio-body {
  text-align: center;
}

.keynote-speaker .bio .bio-body .keynote-name {
  font-weight: bold;
  font-size: 1.6em;
  margin: 0.3em 0 0;
}



.schedule {
  margin-top: 1em;
  background-color: #fff1d0;
  padding: 1em;
}

.schedule h2 {
  margin-bottom: 1rem;
}

.schedule .times p {
  margin: 0;
  font-size: 1.5em;
  background-color: #3b60b0;
  padding: 0.5em;
  padding-left: 1.5em;
  position: relative;
  max-width: 15em;
  margin: auto;
  color: #000 !important;
}

.schedule .times p.break-time:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #eff3ff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.schedule .times p:not(.break-time) {
  color: #fff !important;
}

.schedule .times p span:first-child {
  font-weight: bold;
  margin-right: 1em;
}

.workshopThemes {
  margin-top: 1em;
}

.box-container {
  margin: 1em 0;
}

.box-container div {
  text-align: center;
  font-weight: bold;
  padding: 1.5em 1em;
  font-size: 1.2em;
}

.box-container .green-box {
  background-color: #72c367;
}

.box-container .yellow-box {
  background-color: #fdb813;
}

.box-container .blue-box {
  background-color: #3b60b0;
}

.box-container .orange-box {
  background-color: #f47d21;
}


/* Media Queries */


@media (min-width: 1200px) {
  .schedule {
    padding: 1em 1em 5em;
  }
  .schedule .times {
    background: url("/Portals/parentconference3/images/Modified/BG-Schedule.png") no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    height: 8em;
  }
  .schedule .times p {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.4em;
    background-color: transparent;
    padding: 0;
    color: #000 !important;
  }
  .schedule .times p span:first-child {
    margin: 0;
  }
  .schedule .times p.break-time:before {
    content: none;
  }
  .schedule .times p:nth-child(1) {
    top: 25%;
    left: 5%;
  }
  .schedule .times p:nth-child(3) {
    top: 25%;
    left: 30%;
  }
  .schedule .times p:nth-child(5) {
    top: 25%;
    left: 57%;
  }
  .schedule .times p:nth-child(7) {
    top: 25%;
    right: 5%;
  }
  .schedule .times p:nth-child(2) {
    left: 17%;
    bottom: -50%;
  }
  .schedule .times p:nth-child(4) {
    left: 43%;
    bottom: -50%;
  }
  .schedule .times p:nth-child(6) {
    left: 68.7%;
    bottom: -50%;
  }

  .introduction .intro-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  .introduction .intro-title .bold.center {
    text-align: left;
  }
  .introduction .intro-body .intro-body-two-column {
    columns: 2;
  }
  .introduction .intro-body .center {
    text-align: left;
  }
  .introduction .intro-body .center .yellow-link {
    margin: 0 0 10px 0;
  }
}

.conference-theme-title {
  text-align: center;
  font-weight: bolder;
  padding-block: 3rem;
  font-size: 4rem !important;
  color: #444EE1;
}
.conference-theme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.lg-text {
  font-size: 4rem !important;
  color: #444EE1;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 900px) {
  /* .workshopThemes {
    margin-top: 1em;
  } */
  .box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-container div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .why-attend .reasons {
    -webkit-columns: 2;
            columns: 2;
  }
  .why-attend .reasons div {
    min-height: 3em;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .why-attend .reasons div p {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .keynote-speaker .bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .keynote-speaker .bio .bio-body {
    text-align: left;
    margin-left: 1em;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (max-width: 425px) {
  .keynote-speaker .bio .keynote-img {
    width: 10em;
  }
}

@media (max-width: 480px) {
  .schedule .times p {
    text-align: center;
  }
  .schedule .times p.break-time:before {
    top: 1.5em;
  }
  .schedule .times p span {
    display: block;
  }
  .schedule .times p span:first-child {
    margin: 0;
  }
}
/*# sourceMappingURL=parentconference.css.map */