@charset "UTF-8";
.partners {
  width: 100%;
  padding: 50px 25px;
}
.partners h3 {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.partners_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.partners_list img {
  width: 80px;
}
.partners_list figure {
  margin: 10px 20px;
}
.partners_list > * {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .partners {
    padding: 50px 10%;
  }
  .partners_list {
    flex-wrap: wrap;
  }
  .partners_list > * {
    margin: 20px 0;
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .partners_list > * {
    width: 45%;
  }
}
.plans_and_reports {
  width: 100%;
  padding: 50px 25px;
}
/** had to use important to unset bootstrap styles */
.accordion-item {
  margin-bottom: 20px;
  border-radius: 20px !important;
  overflow: hidden;
  border: none !important;
  box-shadow: 7px 7px 19px -3px rgba(0, 0, 0, 0.25);
}
.accordion-item > .accordion-header {
  padding: 10px 0;
}
.accordion-item .accordion-button {
  font-weight: 600;
  color: #033E59 !important;
  background: white !important;
  box-shadow: none !important;
  line-height: 1;
}
.accordion-item .accordion-button::after {
  background-image: none !important;
  -webkit-mask-image: url("/images/icon-plus.svg");
          mask-image: url("/images/icon-plus.svg");
  background-color: #033E59;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  height: 30px;
  width: 30px;
}
.accordion-item .accordion-button[aria-expanded=true]::after {
  transform: rotate(135deg);
}
.accordion-item .accordion-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.accordion-item .accordion-body > * {
  padding: 10px 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: black;
  justify-content: space-between;
  text-decoration: none;
}
.accordion-item .accordion-body > *:hover {
  text-decoration: underline;
}
.accordion-item .accordion-body > *::before {
  -webkit-mask-image: url("/images/icon-download-small.svg");
          mask-image: url("/images/icon-download-small.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
  background-color: #033E59;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  .plans_and_reports {
    padding: 50px 10%;
  }
}
.team_member_single {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 80px 25px;
}

.team_member_single_text {
  width: 55%;
}
.team_member_single_text h3 {
  color: #033E59;
}
.team_member_single_text > * {
  margin: 15px 0;
}
.team_member_single_text p {
  line-height: 1.6em;
}
.team_member_single_text span {
  color: #033E59;
}
.team_member_single_text span a {
  color: #033E59;
  text-decoration: none;
}

.team_member_single_img {
  width: 40%;
  border-radius: 30px;
  overflow: hidden;
  max-width: 450px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team_member_contact_details {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.team_member_contact_details svg {
  height: 25px;
  width: auto;
  margin-right: 15px;
}
.team_member_contact_details svg circle {
  fill: #033E59;
}

@media screen and (max-width: 1000px) {
  .team_member_single {
    flex-direction: column-reverse;
  }
  .team_member_single > * {
    width: 100%;
  }
  .team_member_single_img {
    margin-bottom: 20px;
  }
}
.members {
  padding: 50px 25px;
  width: 100%;
}

.members_heading {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.members_heading::after {
  content: "";
  width: 160px;
  border-bottom: 4px solid #033E59;
  margin: 30px 0;
}

.members-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  width: 100%;
  gap: 50px 30px;
  margin-top: 40px;
}
.members-wrapper a {
  width: 100%;
  border-radius: 20px;
  display: flex;
  text-decoration: none;
  position: relative;
}
.members-wrapper figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  justify-content: space-between;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
.members-wrapper img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.members-wrapper .members_text {
  padding: 40px 0px;
  width: 90%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.members-wrapper h3 {
  color: #033E59;
  margin-bottom: 0.5em;
}
.members-wrapper figcaption {
  text-align: center;
  text-transform: uppercase;
  color: #033E59;
  font-size: 16px;
}
.members-wrapper .members_plus_icon {
  position: absolute;
  height: 50px;
  width: 50px;
  transform: translate(0px, 50%);
  bottom: 0;
}
.members-wrapper .members_plus_icon * {
  fill: #033E59;
}

@media screen and (max-width: 1000px) {
  .members-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .members {
    padding: 50px 10%;
  }
}
@media screen and (max-width: 600px) {
  .members-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@font-face {
  font-family: "Cera Pro";
  src: url("/fonts/cera-pro/Cera Pro Light.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("/fonts/cera-pro/Cera Pro Black.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("/fonts/cera-pro/Cera Pro Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Calluna";
  src: url("/fonts/calluna/Calluna-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Calluna";
  src: url("/fonts/calluna/Calluna-Bold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Zona";
  src: url("/fonts/zona-pro/ZonaPro-Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Zona";
  src: url("/fonts/zona-pro/ZonaPro-ExtraLight.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Nexa";
  src: url("/fonts/nexa/Nexa-Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Nexa";
  src: url("/fonts/nexa/Nexa-Light.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Light.ttf");
  font-weight: 0;
}
@font-face {
  font-family: "Co";
  src: url("/fonts/co/Co Text.otf");
  font-weight: 0;
}
@font-face {
  font-family: "Co";
  src: url("/fonts/co/Co Text Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/fonts/red-hat-display/RedHatDisplay-Regular.ttf");
  font-weight: 0;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/fonts/red-hat-display/RedHatDisplay-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/fonts/red-hat-display/RedHatDisplay-Bold.ttf");
  font-weight: 800;
}
.browse_programs_container {
  width: 100%;
  padding: 97px 25px 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  z-index: 10;
  background: white;
  position: relative;
  transform: translateY(-55px);
  overflow: hidden;
}
.browse_programs_container h2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.browse_programs_container .filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 40px 0 50px;
}
.browse_programs_container .general_btn {
  width: 30%;
  justify-content: space-between;
}
.browse_programs_container form {
  width: 51%;
  height: 40px;
  margin-top: 10px;
}
.browse_programs_container form input {
  border: none;
  height: 100%;
  padding: 23px 14px;
  width: 100%;
  font-weight: 600;
}
.browse_programs_container form input:focus {
  outline: none;
}
.browse_programs_container .search_wrap {
  border-bottom: 2px solid lightgray;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.browse_programs_container .search_bottomRight_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40%;
}

@media screen and (max-width: 1600px) {
  #page-container section.browse_programs_container {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .browse_programs_container {
    padding: 50px 10% 100px;
  }
  .browse_programs_container .filters {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .browse_programs_container .general_btn {
    width: 100%;
  }
  .browse_programs_container form {
    width: 100%;
  }
  .search_bottomRight_logo {
    display: none;
  }
}
.full_width_img {
  width: 100vw;
  height: 42vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: cover;
  margin-top: 120px;
  max-width: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_width_img.--content-area {
  height: 68vh;
  margin-top: 0px;
}
.full_width_img.--content-area .header_text {
  max-width: 1200px;
}
.full_width_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(52, 190, 188, 0.25) 0%, rgba(3, 62, 89, 0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.full_width_img .header_text * {
  color: #033E59;
}
.full_width_img.--center {
  align-items: center;
}
.full_width_img.--center .header_text {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header_text {
  width: 100%;
  max-width: 1500px;
  padding: 0 25px;
  color: #033E59;
  z-index: 999;
}
.header_text h1 {
  font-weight: 600;
  width: 50%;
  font-size: 70px;
}
.header_text h1.h1_long {
  width: 75%;
  font-size: 56px;
}

@media screen and (max-width: 1200px) {
  .header_text {
    padding: 0 10%;
  }
  .header_text h1 {
    width: 100%;
  }
  .full_width_img {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .header_text {
    padding: 0 10%;
  }
  .full_width_img {
    margin-top: 110px;
  }
}
@media screen and (max-width: 600px) {
  .full_width_img.--content-area {
    height: 50vh;
  }
  .header_text h1 {
    width: 100%;
    font-size: 40px;
  }
}
.home_header {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: cover;
  margin-top: 120px;
  overflow-y: hidden;
  max-width: none !important;
}
.home_header .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #033E59;
  background: linear-gradient(180deg, rgba(52, 190, 188, 0.25) 0%, rgba(3, 62, 89, 0.5) 100%);
}
.home_header p {
  line-height: 1.6em;
}

.home_header_txt {
  min-height: 42vh;
  position: relative;
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_header_txt > * {
  max-width: 1500px;
  text-align: center;
}

.home_header_custom_content {
  padding: 80px 0;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.home_header_custom_content * {
  color: #033E59;
  text-align: left !important;
}
.home_header_custom_content.--center {
  align-items: center;
}
.home_header_custom_content.--center * {
  text-align: center !important;
}
.home_header_custom_content.--right {
  align-items: flex-end;
}
.home_header_custom_content.--right * {
  text-align: right !important;
}

.carousel-inner {
  min-height: 42vh;
}
.carousel-inner .carousel-item {
  height: 100%;
}
.carousel-inner .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
@media screen and (max-width: 1000px) {
  .home_header_txt > * {
    max-width: 80%;
  }
}
.curriculum-support-page {
  padding: 50px 25px;
  width: 100%;
}
.curriculum-support-page .underlined_heading {
  text-align: left;
}
.curriculum-support-page > section {
  padding: 50px 0;
}
.curriculum-support-page > section:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}
.curriculum-support-page > section .download-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
}
.curriculum-support-page > section .download-section > div {
  width: 55%;
}
.curriculum-support-page figure {
  background-repeat: no-repeat;
  margin: 0;
  background-size: cover;
  display: flex;
  align-items: center;
  color: white;
  min-height: 300px;
  width: 40%;
}
.curriculum-support-page figure .download-block {
  width: 80%;
  padding: 0 20px;
  text-transform: uppercase;
}
.curriculum-support-page figure .download-block a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
}
.curriculum-support-page .logo-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 0;
}
.curriculum-support-page .logo-container img {
  width: 100%;
}

#passwordModal {
  background: rgba(0, 0, 0, 0.7098039216);
  justify-content: center;
  align-items: center;
}
#passwordModal .modal-dialog {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: none;
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
#passwordModal .modal-dialog .modal-content {
  max-width: 600px;
}
#passwordModal .modal-close {
  border: none;
  background-color: #033E59;
  color: white;
}
#passwordModal #modalSubmit {
  background: #033E59;
}

.curriculum_support_top_buttons {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.curriculum_support_top_buttons a {
  margin: 0 20px;
}

@media screen and (max-width: 1000px) {
  .curriculum-support-page > section .download-section {
    flex-direction: column;
  }
  .curriculum-support-page > section .download-section > * {
    width: 100% !important;
    margin: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .curriculum-support-page figure {
    min-height: 350px;
  }
  .curriculum-support-page figure .download-block {
    width: 100%;
  }
  .curriculum_support_top_buttons {
    flex-direction: column;
  }
  .curriculum_support_top_buttons .general_btn {
    margin: 15px 0;
  }
}
.navbar-container {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #033E59;
}

section.navbar {
  display: flex;
  align-items: center;
  max-width: 1500px;
  padding: 10px 25px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: auto;
  transition: padding 0.2s;
}
section.navbar button {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-container--scrolled {
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-logo {
  height: auto;
  width: 340px;
  margin-right: 3%;
}
.navbar-logo img {
  height: 100%;
  width: 100%;
}

.nav-item {
  padding-bottom: 10px;
}
.nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  content: "";
  width: 0;
  transition: width 0.2s;
}

.nav-item--active,
.nav-item:hover {
  display: flex;
  flex-direction: column;
  position: relative;
}
.nav-item--active::after,
.nav-item:hover::after {
  width: 100%;
}

.navbar-textnav {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.navbar-textnav li {
  color: #033E59;
  margin: 0 1rem;
  cursor: pointer;
  transition: 0.1s;
  font-weight: 600;
}
.navbar-textnav li a {
  color: inherit;
  text-decoration: none;
}
.navbar-textnav li {
  color: #033E59;
}

.navbar-hamburger {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: none;
}

.navbar-utils {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.navbar-utils > * {
  margin: 0 1%;
}

.navbar-vendor-btn {
  text-transform: uppercase;
}

/**
  START Hamburger
**/
.navbar-hamburger {
  width: 2em;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
}

#toggle {
  display: none;
}

.navbar-hamburger div {
  position: relative;
  width: 33px;
  height: 4px;
  border-radius: 3px;
  background-color: #033E59;
  transition: background-color 0.2s ease-in-out, transform 0.2s;
}
.navbar-hamburger div.line-1 {
  transform-origin: top left;
}
.navbar-hamburger div.line-2 {
  transition: opacity 0.2s;
  margin: 7px 0;
}
.navbar-hamburger div.line-3 {
  transform-origin: bottom left;
}

/**
  END Hamburger
**/
@media screen and (max-width: 1000px) {
  section.navbar {
    justify-content: unset;
    overflow-y: visible;
    flex-wrap: wrap;
    padding: 25px 10%;
    z-index: 99999;
    max-width: none;
  }
  .navbar-textnav {
    flex-direction: column;
    order: 4;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s;
    background: white;
    padding: 0;
  }
  .navbar-textnav li {
    padding: 15px 0;
  }
  .navbar-logo {
    margin-right: auto;
  }
  .navbar-hamburger {
    display: block;
    order: 2;
    cursor: pointer;
  }
  #toggle:checked ~ .navbar-hamburger div {
    background-color: #033E59;
  }
  #toggle:checked ~ .navbar-hamburger div.line-1 {
    transform: rotate(45deg);
  }
  #toggle:checked ~ .navbar-hamburger div.line-2 {
    opacity: 0;
  }
  #toggle:checked ~ .navbar-hamburger div.line-3 {
    transform: rotate(-45deg);
  }
  #toggle:checked ~ .navbar-textnav {
    max-height: 450px;
  }
}
@media screen and (max-width: 600px) {
  .navbar-logo {
    max-width: 220px;
    width: 100%;
    height: auto;
  }
  .navbar-logo img {
    width: 100%;
    height: auto;
  }
  .navbar {
    padding-bottom: 0;
  }
  .navbar-textnav li {
    margin-left: 2%;
  }
  #toggle:checked ~ .navbar-utils {
    display: flex;
  }
}
.footer-container {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}

.footer-newsletter-container {
  padding: 50px 0px;
  margin-bottom: -7vw;
  background-image: url("/assets/images/icons/blob.png");
  background-size: 700px 220px;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  justify-content: center;
}

.newsletter {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  align-items: center;
  z-index: 50;
}

.newsletter-text {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.newsletter-text h3 {
  color: red;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.newsletter-text h3:after {
  display: block;
  content: "";
  border-bottom: 0;
  border-top: 1px solid red;
  width: 120px;
  margin: 20px 0 0 40px;
}
.newsletter-text p {
  line-height: 1.4em;
  margin-bottom: 40px;
  opacity: 0.8;
}

.newsletter-inputs {
  position: relative;
}
.newsletter-inputs input {
  margin: 0 5px;
}
.newsletter-inputs .general-error,
.newsletter-inputs .general-success {
  position: absolute;
  top: -40px;
  left: 15px;
}

.newsletter-inputs {
  display: flex;
  align-items: center;
}

.footer-curve-top {
  margin-bottom: -2px;
}

.footer-bottom-container {
  padding: 136px 50px 136px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.footer-bottom {
  display: flex;
  width: 100%;
  max-width: 1500px;
  padding: 0;
  gap: 60px;
}
.footer-bottom .bigLogo-container {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 250px;
  width: auto;
}
.footer-bottom .bigLogo-container img {
  height: 100%;
  width: 100%;
}

.footer-bottom-logo {
  max-width: 230px;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.footer-bottom-logo img {
  height: auto;
  width: 100%;
}

.footer-bottom-textnav {
  list-style: none;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  gap: 60px;
}
.footer-bottom-textnav > ul {
  padding: 0;
  list-style: none;
}
.footer-bottom-textnav li {
  cursor: pointer;
  color: #033E59;
  padding: 6px 10px;
  transition: 0.1s;
}
.footer-bottom-textnav li a {
  color: #033E59;
  text-decoration: none;
}
.footer-bottom-textnav li a:hover {
  color: #033E59;
}

.footer-bottom-socials-copyright {
  display: flex;
  flex-direction: column;
}

.footer-socials {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  gap: 0 25px;
}
.footer-socials svg {
  height: 30px;
  width: auto;
}
.footer-socials * {
  fill: #033E59;
}
.footer-socials * {
  fill: #033E59;
}
.footer-socials li {
  height: 30px;
}
.footer-socials li img {
  height: 100%;
}

.footer-copyright p {
  color: #033E59;
  margin: 10px 0;
  line-height: 1.5em;
}
.footer-copyright a {
  color: #033E59;
}

.footer-arpdc {
  max-width: 1500px;
  width: 100%;
  padding: 50px 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer-arpdc__logo > svg {
  height: auto;
}
.footer-arpdc__logo * {
  fill: #033E59 !important;
}
.footer-arpdc__logo.--1 > svg {
  width: 165px;
}
.footer-arpdc__logo.--2 > svg {
  width: 135px;
}
.footer-arpdc__logo.--3 > svg {
  width: 128px;
}
.footer-arpdc__logo.--4 > svg {
  width: 110px;
}
.footer-arpdc__logo.--5 > svg {
  width: 100px;
}
.footer-arpdc__logo.--6 > svg {
  width: 100px;
}
.footer-arpdc__logo.--7 > svg {
  width: 110px;
}
.footer-arpdc__logo.--8 > svg {
  width: 150px;
}

@media screen and (max-width: 1500px) {
  .footer-arpdc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-arpdc__logo {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1500px) {
  .footer-bottom .bigLogo-container {
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-arpdc {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-bottom {
    gap: 30px;
  }
  .footer-bottom > *:not(:first-child) {
    margin-left: 0;
  }
  .bigLogo-container {
    display: none;
  }
  .footer-newsletter-container {
    padding: 50px 10% 100px;
    background-image: none;
  }
  .newsletter-text {
    margin-bottom: 40px;
  }
  .newsletter-text h3 {
    white-space: nowrap;
  }
  .newsletter-inputs {
    flex-direction: column;
    width: 100%;
  }
  .newsletter-inputs input {
    min-width: unset;
    max-width: unset;
    width: 100%;
    margin: 5px 0;
  }
  .footer-bottom-textnav {
    align-content: center;
    margin-left: 20px;
    text-align: center;
    padding: 0;
    display: flex;
    gap: 30px;
  }
  .footer-bottom-textnav > ul {
    text-align: left;
  }
  .footer-bottom-textnav li {
    padding: 4px 0;
  }
  .footer-bottom {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .footer-bottom-socials-copyright {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .footer-arpdc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .footer-bottom-textnav {
    flex-direction: column;
  }
  .footer-bottom-textnav {
    gap: 0;
  }
  .footer-bottom-textnav ul {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .footer-arpdc {
    grid-template-columns: repeat(1, 1fr);
  }
}
.newsletter_wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 60px 180px 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  z-index: 10;
  background: white;
  transform: translate(0, 50px);
  position: relative;
}
.newsletter_wrapper form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newsletter_wrapper form > * {
  text-align: center;
}
.newsletter_wrapper form h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
}
.newsletter_wrapper form input[type=text] {
  background-color: white;
  padding: 5px 10px;
  border: none;
  flex-grow: 1;
}
.newsletter_wrapper form input[type=text]:focus {
  outline: none;
}
.newsletter_wrapper form .input_container {
  width: 70%;
  padding: 15px 5px;
  border-bottom: 2px solid lightgrey;
  display: flex;
  justify-content: space-between;
}
.newsletter_wrapper form .input_container > button {
  white-space: nowrap;
}
.newsletter_wrapper form .input_container > button::after {
  width: 25px;
  height: 25px;
}
.newsletter_wrapper .plane_icon {
  height: 220px;
  position: absolute;
  right: 7%;
  bottom: -8%;
}
.newsletter_wrapper .plane_icon #bottom_color {
  fill: #033E59;
}

@media screen and (max-width: 1600px) {
  .newsletter_wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .newsletter_wrapper {
    padding: 50px 10%;
  }
  .newsletter_wrapper form > * {
    width: 100% !important;
  }
  .newsletter_wrapper form .input_container {
    flex-direction: column;
    border-bottom: none;
  }
  .newsletter_wrapper form .input_container input {
    border-bottom: 2px solid lightgrey;
    margin-bottom: 20px;
  }
  .newsletter_wrapper .plane_icon {
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter_wrapper form .input_container > * {
    width: 100%;
  }
}
.LOForm_filter {
  background: #033E59;
  width: 100%;
  padding: 0 50px 50px;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.LOForm_filter button:hover {
  cursor: pointer;
}

.LOForm_filter_top {
  transform: translate(0, -70px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  max-width: 1500px;
  padding: 35px 50px;
  width: 100%;
}
#LOFilter *:disabled {
  background: initial;
  opacity: 0.5;
  cursor: wait;
}

.LOForm_filter_top_search {
  display: flex;
  border-bottom: 2px solid lightgray;
  width: 40%;
  align-items: center;
}
.LOForm_filter_top_search ::-moz-placeholder {
  color: black;
}
.LOForm_filter_top_search ::placeholder {
  color: black;
}
.LOForm_filter_top_search input {
  height: 100%;
  border: none;
  height: 100%;
  padding: 20px 15px;
  width: 100%;
}
.LOForm_filter_top_search input:focus {
  outline: none;
}

.LOForm_filter_top_radios {
  display: flex;
  width: 40%;
}
.LOForm_filter_top_radios label {
  cursor: pointer;
  font-weight: 600;
}
.LOForm_filter_top_radios > * {
  margin: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.LOForm_filter_top_radios > * input {
  margin-right: 20px;
  height: 23px;
  width: 23px;
  -webkit-appearance: none;
  border: 1px solid lightgrey;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.LOForm_filter_top_radios > * input:checked::before {
  background-color: #033E59;
}
.LOForm_filter_top_radios > * input::before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  border-radius: 50%;
}

.LOForm_filter_top_otherFilters {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.LOForm_filter_top_otherFilters button {
  height: 55px;
  width: 55px;
  background-color: transparent;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 5px;
  border: 1px solid transparent;
  transition: border-color 0.2s;
}
.LOForm_filter_top_otherFilters button:hover {
  border: 1px solid #033E59;
}
.LOForm_filter_top_otherFilters button.--active {
  border: 1px solid #033E59;
}
.LOForm_filter_top_otherFilters button svg {
  height: 100%;
  width: 100%;
}
.LOForm_filter_top_otherFilters #calendar_input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.LOForm_filter_top_otherFilters #view_list rect {
  fill: #033E59;
}
.LOForm_filter_top_otherFilters svg {
  height: 40px;
  width: 40px;
}

.LO_loadMore_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
}
.LO_loadMore_container button {
  color: #033E59;
  border-radius: 30px;
  border: none;
  padding: 0.5em 2em;
  font-weight: bold;
  background: white;
}

.LOForm_filter_bottom {
  display: flex;
  max-width: 1500px;
  width: 100%;
  justify-content: space-between;
}
.LOForm_filter_bottom *:not(option) {
  color: white;
}
.LOForm_filter_bottom #clear_filter {
  display: flex;
  align-items: center;
  width: 13%;
  background: transparent;
  border: none;
  font-weight: 600;
}
.LOForm_filter_bottom #clear_filter svg {
  margin-left: 10px;
  height: 15px;
  width: auto;
}

#icon-search circle {
  stroke: #033E59;
}
#icon-search line {
  stroke: #033E59;
}

.LOForm_filter_bottom_selects {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.LOForm_filter_bottom_selects > .select_container {
  position: relative;
  width: 30%;
}
.LOForm_filter_bottom_selects > .select_container::after {
  position: absolute;
  top: 30%;
  right: 0;
  background-color: white;
  -webkit-mask-image: url("/images/arrow-down.svg");
          mask-image: url("/images/arrow-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  content: "";
  pointer-events: none;
}
.LOForm_filter_bottom_selects select {
  cursor: pointer;
  color: white;
  border-radius: 0;
  font-weight: 600;
  background-color: transparent;
  width: 100%;
  padding: 10px 0px;
  border: none;
  border-bottom: 2px solid #34bebc;
  position: relative;
  border-bottom: 2px solid #f6851f;
}
.LOForm_filter_bottom_selects select:focus {
  background-color: transparent;
  color: white;
  outline: none;
  border-color: white;
  box-shadow: none;
}

#calendar_icon path {
  fill: #033E59;
}

#view-list rect {
  fill: #033E59;
}

.LO_no_results {
  padding: 25px;
  width: 100%;
}
.program_list {
  margin-top: 40px;
  padding: 0 25px;
}

.list_or_calendar_container {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .LOForm_filter {
    padding: 0px 0px 25px;
  }
  .LOForm_filter_bottom {
    padding: 25px 10%;
    flex-direction: column;
    width: 100%;
  }
  .LOForm_filter_bottom_selects {
    width: 100%;
    flex-direction: column;
  }
  .LOForm_filter_bottom_selects > * {
    margin: 10px 0;
    width: 100% !important;
  }
  #clear_filter {
    margin: 30px 0 0;
    width: 100% !important;
    justify-content: flex-end;
  }
  .LOForm_filter_top {
    flex-wrap: wrap;
    border-radius: 0;
    transform: none;
  }
  .LOForm_filter_top_search {
    width: 100%;
    margin-bottom: 15px;
  }
  .program_list {
    padding: 0 10%;
  }
}
@media screen and (max-width: 600px) {
  .LOForm_filter_top {
    padding: 25px 10%;
  }
  .LOForm_filter_top_radios {
    width: 50%;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .LOForm_filter_top_radios > div {
    margin: 5px 0;
  }
  .program_list {
    padding: 0 10%;
  }
}
.programsSingle {
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 50px 0px;
  border-bottom: 1px solid lightgrey;
}

.programsSingle_date {
  overflow: visible !important;
  position: relative;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: 220px;
  height: fit-content;
  overflow: hidden;
  min-height: 230px;
}
.programsSingle_date.--multidate {
  justify-content: space-between;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.programsSingle_multiDate {
  cursor: pointer;
  text-align: center;
  width: 100%;
  background-color: #033E59;
  color: white;
  padding: 8px 5px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  text-transform: uppercase;
}
.programsSingle_multiDate p {
  margin: 0;
  color: white;
}
.programsSingle_multiDate:hover ~ .programsSingle_multiDate_more {
  visibility: visible;
}

.datesContainer {
  padding: 25px;
  text-align: center;
}
.datesContainer > * {
  font-weight: 600;
  line-height: 1.2em;
  color: #033E59;
}
.programsSingle_scheduleEvent {
  width: 60%;
}

.programsSingle_venue > * {
  font-weight: bold;
}
.programsSingle_venue > *:last-child {
  color: #34bebc;
}

.programsSingle_multiDate_more {
  visibility: hidden;
  background: rgba(3, 62, 89, 0.95);
  position: absolute;
  transform: translateY(50%);
  left: 105%;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: white;
  border-radius: 40px;
  z-index: 123123;
}
.programsSingle_multiDate_more p {
  color: white;
  margin: 0;
  padding: 2px 0;
}

.event-title {
  line-height: 1.4em;
  display: flex;
  flex-direction: column;
}
.event-title.underlined_heading::after {
  margin-bottom: 1em;
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-details > * {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.event-details > * > *:first-child {
  font-weight: bold;
  width: 27%;
  text-transform: uppercase;
}
.event-details > * > *:last-child {
  width: 55%;
}

.programsSingle_scheduleBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14%;
}

.more-info-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.more-info-container > * {
  width: 100%;
}
.more-info-container .general_btn {
  justify-content: space-between;
}
.more-info-container > span {
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  color: #033E59;
  background-color: rgba(3, 62, 89, 0.1);
  font-weight: 600;
}
.more-info-container .logo {
  max-width: 250px;
}

@media screen and (max-width: 1000px) {
  .programsSingle {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .programsSingle_scheduleEvent {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
  .programsSingle_scheduleBtn {
    flex-grow: 1;
    margin-left: 4%;
  }
  .more-info-container > span {
    width: 50%;
  }
  .more-info-container .logo {
    width: 40%;
    flex-grow: 1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section.event-details > * > *:first-child, section.event-details > * > *:last-child {
    width: 100%;
  }
  .event-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .programsSingle {
    justify-content: center;
  }
  .programsSingle_date {
    margin-bottom: 40px;
    min-height: 175px;
  }
  .programsSingle_date .datesContainer h2 {
    font-size: 32px;
  }
  .programsSingle_date .datesContainer h3 {
    font-size: 21px;
  }
  .programsSingle_scheduleBtn {
    width: 100%;
    margin: 0;
  }
  section.event-details > * {
    flex-direction: column;
    margin-bottom: 15px;
  }
  section.event-details > * > * {
    width: 100%;
  }
}
.front_calendar {
  padding: 50px 0px;
}
.front_calendar .fc-title {
  background-color: #033E59;
  color: white;
}
.front_calendar .fc-header-toolbar {
  padding: 15px 10px;
}
.front_calendar .fc-button-group button {
  background: white;
}
.front_calendar .fc-content .fc-title {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .front_calendar {
    width: 100%;
  }
  .front_calendar .fc-toolbar {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .front_calendar .fc-toolbar .fc-center {
    margin-bottom: 20px;
    width: 90%;
  }
  .front_calendar .fc-day-grid-container {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media screen and (max-width: 600px) {
  .front_calendar .home-calendar {
    padding: 0;
  }
  .front_calendar .fc-view.fc-month-view.fc-basic-view {
    overflow: scroll;
  }
  .front_calendar .fc-view.fc-month-view.fc-basic-view > table {
    min-width: 600px;
  }
}
#program_browse_list_wrapper {
  padding: 100px 25px 50px;
  width: 100%;
}
#program_browse_list_wrapper .underlined_heading {
  text-align: left;
}
#program_browse_list_wrapper .underlined_heading:after {
  width: 100px;
}
#program_browse_list_wrapper .browse_all {
  margin-top: 100px;
}
#program_browse_list_wrapper .browse_all .general_btn {
  width: -moz-fit-content;
  width: fit-content;
}

#program_browse_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
}
#program_browse_list a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#program_browse_list li {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  border-radius: 20px;
  overflow: hidden;
}
#program_browse_list li::before {
  display: none;
}
#program_browse_list li section {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#program_browse_list .program_browse_top {
  height: 80%;
  padding: 60px 20px;
  background-color: #033E59;
  color: white;
}
#program_browse_list .program_browse_top svg {
  height: 70px;
  width: auto;
  fill: white;
  margin-bottom: 20px;
}
#program_browse_list .program_browse_top h3 {
  text-align: center;
  color: white;
}
#program_browse_list .program_browse_bottom .bottom_count {
  display: none;
}
#program_browse_list .program_browse_bottom p {
  font-weight: 600;
  color: #033E59;
}

@media screen and (max-width: 1000px) {
  #program_browse_list_wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
  #program_browse_list_wrapper #program_browse_list {
    padding-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  #program_browse_list_wrapper #program_browse_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#program_page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 100px 25px 5px;
}
#program_page .svg_brand_color {
  fill: #033E59;
  stroke: inherit;
}

#conference-page-modal .conference-breakouts-modal-content article {
  margin: 0;
  padding: 0 20px !important;
}
#conference-page-modal .conference-breakouts-modal-content article > div {
  margin: 10px 0;
}
#conference-page-modal .conference-breakouts-modal-content article > div > span:first-child {
  width: 30%;
  font-weight: bold;
}
#conference-page-modal .conference-breakouts-modal-content .session-standards h4 {
  margin-bottom: 0.7em;
}
#conference-page-modal .conference-breakouts-modal-content .session-standards .quality-container:first-of-type {
  margin-bottom: 2em;
}
#conference-page-modal .conference-breakouts-modal-content .session-standards .text {
  font-size: 18px;
  font-style: italic;
  display: block;
}

.program_page_aside {
  width: 35%;
  transform: translateY(-162px);
}
.program_page_aside .register {
  border-radius: 40px;
  box-shadow: 7px 7px 19px -3px rgba(0, 0, 0, 0.25);
  padding: 76px 76px 120px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.program_page_aside .register .general_btn {
  width: 100%;
  margin-bottom: 43px;
  justify-content: space-between;
}
.program_page_aside .register .register_sections {
  position: relative;
  z-index: 131;
}
.program_page_aside .register .register_sections > section {
  padding: 26px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.program_page_aside .register .register_sections > section > span:first-child {
  text-transform: uppercase;
}
.program_page_aside .register .register_sections > section > span:last-child {
  color: #033E59;
}
.program_page_aside .register .register_sections > section:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}
.program_page_aside .register .bigLogo-container {
  height: 130px;
  width: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.program_page_aside .register .bigLogo-container img {
  height: 100%;
  width: 100%;
}
.program_page_aside .standards {
  margin-top: 40px;
  border-radius: 40px;
  box-shadow: 7px 7px 19px -3px rgba(0, 0, 0, 0.25);
  padding: 50px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.program_page_aside .standards .heading {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0;
  margin-bottom: 1.6em;
}
.program_page_aside .standards h4 {
  margin-bottom: 0.7em;
}
.program_page_aside .standards .quality-container-top {
  margin-bottom: 2em;
}
.program_page_aside .standards span {
  font-size: 18px;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}
.program_page_aside .reg_notes {
  flex-direction: column;
}
.program_page_aside .reg_notes * {
  font-weight: initial;
}
.program_page_aside .reg_notes span {
  margin-bottom: 20px;
  font-weight: bold;
}
.program_page_files {
  margin: 40px 0;
}
.program_page_files a {
  display: flex;
  align-items: center;
  text-decoration: none;
  min-width: 300px;
}
.program_page_files a .general_btn {
  flex-grow: 1;
}
.program_page_files .file_svg {
  height: 70px;
  width: auto;
}
.program_page_files .file_svg .dl_arrow {
  fill: #033E59;
}
.program_page_files .general_btn {
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-start;
}
.program_page_files .general_btn.--file {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.program_page_files .general_btn::after {
  display: none;
}

.program_page_content {
  width: 55%;
}
.program_page_content .presenter_img {
  height: 230px;
  width: 177px;
  margin: 0 0 20px 20px;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
}
.program_page_content > .underlined_heading {
  text-align: left;
}
.program_page_content .main_sections {
  margin-bottom: 40px;
}
.program_page_content .main_sections > section {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.program_page_content .main_sections > section > *:first-child {
  height: auto;
  width: 74px;
}
.program_page_content .main_sections > section:not(:first-child):not(:last-child) {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.program_page_content .main_sections > section .content_text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 86%;
}
.program_page_content .main_sections > section .content_text span {
  font-weight: 600;
}
.program_page_content .main_sections > section .content_text h4 {
  text-transform: uppercase;
  font-weight: 600;
}
.program_page_content .main_sections .presented_by_container .content_text span {
  color: #033E59;
  font-weight: normal;
}
.program_page_content .main_sections .grade_levels_container .content_text span {
  color: #033E59;
  font-weight: normal;
}
.program_page_content .main_sections .conference_date .content_text span {
  font-weight: 600;
  color: #033E59;
}
.program_page_content .main_sections .series_container table {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 22px;
}
.program_page_content .main_sections .series_container table .table_header {
  background-color: #033E59;
  color: white;
}
.program_page_content .main_sections .series_container table .table_header th {
  color: white;
  padding: 16px 20px;
  text-transform: uppercase;
}
.program_page_content .main_sections .series_container table tr {
  background: rgba(0, 0, 0, 0.07);
}
.program_page_content .main_sections .series_container table tr:nth-child(even) {
  background: white;
}
.program_page_content .main_sections .series_container table tr td {
  padding: 16px 20px;
}
.program_page_content .main_sections .series_container table tr .session_date {
  width: 35%;
}
.program_page_content .main_sections .series_container.--withmultiple {
  flex-direction: column;
}
.program_page_content .main_sections .series_container.--withmultiple .series_svg_container {
  display: flex;
}
.program_page_content .main_sections .series_container.--withmultiple svg {
  margin-bottom: 20px;
}
.program_page_content .main_sections .series_container.--withmultiple .content_text {
  width: 100%;
}
.program_page_content .main_sections .location_data {
  display: flex;
  flex-direction: column;
}
.program_page_content .main_sections .location_data span {
  font-weight: normal !important;
  color: #033E59;
}
.program_page_content .about_content {
  margin: 20px 0;
}
.program_page_content .about_content_program {
  padding: 20px 0;
}
.program_page_content .about_content_program li {
  flex-direction: column;
}
.program_page_content .about_container .tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.program_page_content .about_container .tabs button {
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}
.program_page_content .about_container .tabs button:after {
  content: "";
  width: 90%;
  margin-top: 20px;
  border-bottom: 4px solid lightgrey;
  transition: 0.2s;
}
.program_page_content .about_container .tabs button.--active:after {
  border-bottom: 4px solid #34bebc;
}
.program_page_content .about_container .program_page_presenter {
  padding: 40px 0;
}
.program_page_content .about_container .program_page_presenter:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}
.program_page_content .about_container .program_page_presenter h4 {
  font-weight: 600;
}
.program_page_content .about_container .schedule-table th {
  background: #f0f0f0;
}
.program_page_content .about_container .schedule-table tbody tr {
  border-bottom: dotted 1px #b4b4b4;
}
.program_page_content .about_container .schedule-table td {
  vertical-align: middle;
  padding: 10px 10px;
}

.program_page_logos {
  border-radius: 20px;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  padding: 20px;
}
.program_page_logos .underlined_heading {
  text-align: left;
}
.program_page_logos ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program_page_logos ul li {
  padding: 0;
  width: 70%;
  max-width: 400px;
  margin-bottom: 20px;
}
.program_page_logos ul li::before {
  display: none;
}

#agenda_acccordion .accordion-item .accordion-button {
  padding: 16px 20px;
}
#agenda_acccordion .accordion-item:hover {
  text-decoration: none !important;
}
#agenda_acccordion .accordion-body table:hover {
  text-decoration: none !important;
}
#agenda_acccordion .accordion-body {
  padding: 20px;
}
#agenda_acccordion .accordion-body table {
  width: 100%;
  display: table;
}
#agenda_acccordion .accordion-body table::before {
  display: none;
}
#agenda_acccordion .accordion-body table tr {
  background: rgba(0, 0, 0, 0.07);
}
#agenda_acccordion .accordion-body table tr td {
  padding: 16px 20px;
  vertical-align: top;
}
#agenda_acccordion .accordion-body table tr td:nth-child(2) {
  width: 45%;
}
#agenda_acccordion .accordion-body table tr td:nth-child(3) {
  width: 25%;
}
#agenda_acccordion .accordion-body table tr td:last-child {
  padding: 16px 20px 16px 0;
}
#agenda_acccordion .accordion-body table tr td .breakout_details {
  margin-top: 0px;
  overflow: hidden;
  max-height: 0;
  text-transform: none !important;
}
#agenda_acccordion .accordion-body table tr:nth-child(even) {
  background-color: white;
}
#agenda_acccordion .accordion-body table tr button {
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  color: #033E59;
  border: none;
  text-decoration: underline;
}
#agenda_acccordion .accordion-body table tr[aria-selected] .breakout_details {
  margin-top: 20px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#conference-breakouts-modal-content-accordion .accordion-item.status-cancelled, #conference-breakouts-modal-content-accordion .accordion-item.status-full {
  background-color: gainsboro !important;
}
#conference-breakouts-modal-content-accordion .accordion-item.status-cancelled .status span, #conference-breakouts-modal-content-accordion .accordion-item.status-full .status span {
  color: #dc3545 !important;
}
#conference-breakouts-modal-content-accordion .accordion-item.status-cancelled button, #conference-breakouts-modal-content-accordion .accordion-item.status-full button {
  background-color: gainsboro !important;
}

@media screen and (max-width: 1200px) {
  #program_page {
    padding: 100px 10% 50px;
    flex-direction: column;
  }
  #program_page > * {
    width: 100%;
  }
  #program_page .program_page_aside {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  #program_page .program_page_aside {
    transform: translateY(0);
  }
  #program_page .program_page_aside .register {
    padding: 60px 10%;
  }
}
@media screen and (max-width: 600px) {
  .program_page_content .presenter_img {
    float: none;
    margin: 0 0 20px;
  }
  #agenda_acccordion table tr td {
    padding: 10px !important;
  }
  #program_page .main_sections > section {
    flex-direction: column;
  }
  #program_page .main_sections > section > .content_text {
    margin-top: 20px;
    width: 100%;
  }
  #conference-page-modal .accordion-item h2 {
    padding: 0;
  }
  #conference-page-modal .accordion-item .conference-breakouts-accordion-item-content > article {
    padding: 0;
  }
  #conference-page-modal .accordion-item .session-standards h4 {
    margin-bottom: 0.7em;
  }
  #conference-page-modal .accordion-item .session-standards .quality-container:first-of-type {
    margin-bottom: 2em;
  }
  #conference-page-modal .accordion-item .session-standards .text {
    font-size: 18px;
    font-style: italic;
    display: block;
  }
}
.exit-survey .color-secondary {
  color: #033E59;
}
.exit-survey .light-bold {
  font-weight: 600;
}
.exit-survey #survey-form select {
  width: 68%;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  padding: 7px 20px;
}
.exit-survey #survey-form textarea {
  border-radius: 20px;
  border: 1px solid #eeeeee;
  padding: 7px 20px;
}
.exit-survey #survey-form .primary-label {
  font-weight: bold;
}
.exit-survey #survey-form .survey-question {
  margin-bottom: 2em;
}
.exit-survey #survey-form textarea {
  width: 100%;
}
.exit-survey #survey-form input[type=radio] {
  transform: scale(1.5);
}
.exit-survey #survey-form input[type=radio]:hover {
  cursor: pointer;
}
.exit-survey #survey-form .radio-label {
  padding: 0.1em 0.5em;
}
.exit-survey #survey-form .radio-label:hover {
  cursor: pointer;
}
.exit-survey #survey-form select {
  width: 100%;
}
.exit-survey #survey-form .required {
  color: red;
}
.exit-survey #survey-form table.small-table {
  margin-bottom: 1.5em;
  table-layout: fixed;
  width: 100%;
}
.exit-survey #survey-form table.small-table .heading-row {
  background-color: rgba(3, 62, 89, 0.2);
}
.exit-survey #survey-form table.small-table tr.tr-border-bottom {
  border-bottom: 1px solid black;
}
.exit-survey #survey-form table.small-table tr td {
  font-size: 0.9em;
  padding: 1em;
}
.exit-survey #survey-form table.small-table .td-flex {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 0em 0em 1em;
}
.exit-survey #survey-form table.small-table .option-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.exit-survey #survey-form table.small-table .option-col label {
  flex: 1;
  display: flex;
  align-items: center;
}
.exit-survey #survey-form table.small-table .radio-label {
  font-size: 0.9em;
  padding: 0.7em 0.5em;
}

.news_filter_wrapper {
  background: #033E59;
  width: 100%;
  padding: 0 50px;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#news_filter {
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 40px;
  max-width: 1500px;
  padding: 35px 50px;
  width: 100%;
}
#topic_filter_container {
  width: 35%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  position: relative;
}
#topic_filter_container::before, #topic_filter_container::after {
  position: absolute;
  background: #033E59;
  content: "";
  -webkit-mask-image: url("/images/icon-topic.svg");
          mask-image: url("/images/icon-topic.svg");
  height: 40px;
  width: 40px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: translateY(-30%);
  pointer-events: none;
}
#topic_filter_container::before {
  left: 0;
  bottom: 0;
}
#topic_filter_container::after {
  right: 0;
  bottom: 0;
  -webkit-mask-image: url("/images/form-dropdown-arrow-dropdown-arrow-green.svg");
          mask-image: url("/images/form-dropdown-arrow-dropdown-arrow-green.svg");
}

#topic_filter {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 50px;
}

.news_filter_search {
  display: flex;
  border-bottom: 2px solid lightgray;
  width: 40%;
  align-items: center;
}
.news_filter_search input {
  height: 100%;
  border: none;
  height: 100%;
  padding: 15px;
  width: 100%;
}
.news_filter_search input:focus {
  outline: none;
}
.news_filter_search button {
  height: 40px;
  width: 40px;
  border: none;
  padding: 5px;
  box-sizing: border-box;
}
.news_filter_search button svg {
  height: 100%;
  width: 100%;
}

.clear_filter::after {
  display: none !important;
}
.clear_filter svg {
  margin-left: 10px;
  height: 15px;
  width: auto;
}

@media screen and (max-width: 1000px) {
  section.news_filter_wrapper {
    padding: 0;
  }
  form#news_filter {
    border-radius: 0;
    transform: none;
    padding: 25px 10%;
  }
  #page-container .news_list > article > img {
    height: 40vw;
  }
}
.news_list {
  padding: 50px 25px;
}
.news_list article {
  margin: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  position: relative;
  box-shadow: 7px 7px 19px -3px rgba(0, 0, 0, 0.25);
}
.news_list article h2 {
  color: black;
}
.news_list article h3 {
  color: #033E59;
}
.news_list article img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  border: 0;
  right: 0;
  height: 100%;
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#news_load_more_btn {
  color: #033E59;
  border-radius: 30px;
  border: none;
  padding: 15px 40px;
  background: white;
}

.article_text {
  width: 65%;
  padding: 40px 40px 0;
}
.article_text:only-child {
  width: 100%;
}
.article_text .general_btn {
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(0, 50%);
}

.article_img_container {
  margin: 0;
}

#topic_icon {
  height: 44px;
  width: 44px;
  min-height: 44px;
  min-width: 44px;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 10px;
}
#topic_icon path {
  fill: #033E59;
}

.topic_list_container {
  display: flex;
  align-items: center;
}
.topic_list_container .topic_list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.topic_list_container .topic_list li {
  border-radius: 30px;
  padding: 10px 20px;
  background-color: rgba(3, 62, 89, 0.3);
  margin: 10px;
}
.topic_list_container .topic_list li a {
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #033E59;
}
.topic_list_container .topic_list li::before {
  display: none;
}

@media screen and (max-width: 1000px) {
  .news_list {
    padding: 50px 10%;
  }
  .news_list article {
    flex-direction: column-reverse;
  }
  .news_list article img {
    position: relative;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom: radius;
    border-bottom-right-radius: 0;
  }
  .article_text {
    width: 100%;
  }
  .news_filter_wrapper {
    padding: 0px 0px 50px;
  }
  #news_filter {
    flex-direction: column;
    padding: 25px;
  }
  #news_filter > * {
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .news_list {
    padding: 50px 10%;
  }
  .topic_list_container {
    flex-direction: column;
    align-items: flex-start;
  }
  .topic_list_container .topic_list {
    padding-left: 0;
  }
  .article_text {
    padding: 40px 4% 0;
  }
  .topic_list_container .topic_list li {
    margin: 10px 10px 10px 0;
  }
}
.news_article_single {
  padding: 0px 25px 50px;
  width: 100%;
}
.news_article_single h2 {
  line-height: 1.5em;
}
.news_article_single h3 {
  color: #033E59;
}
.news_article_single .topic_list_container {
  margin-bottom: 40px;
}

.news_article_single_return {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  height: 100px;
}

#news_return {
  text-decoration: none;
  padding: 20px 40px;
  background-color: white;
  color: #033E59;
  border: none;
  border-radius: 30px;
  height: -moz-fit-content;
  height: fit-content;
  transform: translate(0, -50%);
  box-shadow: 7px 7px 19px -3px rgba(0, 0, 0, 0.25);
}

.news_article_single_img_right {
  width: 40%;
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}

.news_article_single_attachments {
  display: flex;
  margin-top: 50px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.news_article_single_attachments a {
  margin: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  min-width: 300px;
}
.news_article_single_attachments a .general_btn {
  flex-grow: 1;
}
.news_article_single_attachments .file_svg {
  height: 70px;
  width: auto;
}
.news_article_single_attachments .file_svg .dl_arrow {
  fill: #033E59;
}
.news_article_single_attachments .general_btn {
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.news_article_single_attachments .general_btn.--file {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.news_article_single_attachments .general_btn::after {
  display: none;
}

@media screen and (max-width: 1000px) {
  .news_article_single_img_right {
    width: 100%;
    margin: 0 0 50px;
    float: none;
    max-width: 350px;
    max-height: 50vh;
    width: 100%;
  }
  .news_article_single_attachments a {
    margin: 10px;
    min-width: 200px;
  }
}
#contact_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 50px 25px;
  flex-wrap: wrap;
}
#contact_content #messages {
  width: 100%;
}
#contact_content .map_section {
  width: 100%;
}

#contact_form_response_messages {
  width: 100%;
  margin: 20px 0;
}

.contact_form_input_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_form_input_wrapper label {
  white-space: nowrap;
  margin-right: 20px;
}
.contact_form_input_wrapper input {
  flex-grow: 1;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: rgba(0, 0, 0, 0.05);
}
.contact_form_input_wrapper input:focus {
  background: rgba(0, 0, 0, 0.05);
}
.contact_form_input_wrapper.message {
  flex-direction: column;
  align-items: flex-start;
}
.contact_form_input_wrapper.message label {
  margin-bottom: 10px;
}
.contact_form_input_wrapper.message textarea {
  border: 0;
  border-radius: 10px;
  outline: none;
  background: rgba(0, 0, 0, 0.05);
}

.contact_content_details > * {
  width: 100%;
  padding: 2.5rem 3rem;
  border-radius: 30px;
  border-bottom: 1px solid black;
  box-shadow: 7px 7px 19px -3px rgba(0, 0, 0, 0.25);
}
.contact_content_details > *:last-child {
  border-bottom: 0;
}
.contact_content_details > * .general_btn {
  width: -moz-fit-content;
  width: fit-content;
}
.contact_content_details h2 {
  font-size: 3rem;
}

.contact_content_form {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.contact_content_form > form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_content_details {
  width: 48%;
}

.arpdc-block {
  border-radius: 40px;
  padding: 100px 50px;
  display: grid;
  grid-template-columns: 35% 65%;
  margin: 4rem 0 0;
}
.arpdc-block__image-section {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.arpdc-block__image-section img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.arpdc-block__txt-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.arpdc-block__txt-section > * {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .contact_content_form {
    gap: 40px;
  }
  .arpdc-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 50px 10%;
    margin-top: 0;
  }
  .arpdc-block__image-section {
    width: 100%;
    gap: 20px;
    align-items: flex-start;
  }
  #contact_content {
    flex-direction: column;
    gap: 40px;
    padding: 50px 10%;
  }
  #contact_content > * {
    width: 100%;
  }
  .map_section {
    order: 5;
  }
  .contact_content_details > section {
    padding: 1.5rem 2rem;
  }
  .contact_content_details h2 {
    font-size: 2.5rem;
  }
}
.learning-request-page {
  padding: 50px 25px;
}
.learning-request-page > * {
  width: 70%;
}
.learning-request-page > p {
  margin-bottom: 40px;
}
.learning-request-page > h2 {
  text-align: center;
  margin-bottom: 40px;
}
.learning-request-page form section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.learning-request-page form section label {
  width: 15%;
}
.learning-request-page form section input {
  padding: 6px 12px;
  width: 85%;
  border: 1px solid black;
  border-radius: 10px;
}
.learning-request-page form .form-message {
  flex-direction: column;
  align-items: flex-start;
  margin: 40px 0;
}
.learning-request-page form .form-message textarea {
  width: 100%;
  border-radius: 10px;
  padding: 6px 12px;
}

#learning_request_response {
  display: none;
}

.program_waitlist_content {
  padding: 100px 25px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
.program_waitlist_content .g-recaptcha {
  margin: 20px 0;
}

#program_waitlist_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.program_waitlist_form_inputs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.program_waitlist_form_inputs input {
  width: 30%;
  height: 100%;
  border: none;
  padding: 10px 15px;
  border-bottom: 1px solid lightgrey;
  outline: none;
}

.program_waitlist_form_submit {
  margin: 30px 0 0;
}
.program_waitlist_form_submit button {
  padding: 10px 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .program_waitlist_form_inputs {
    flex-direction: column;
  }
  .program_waitlist_form_inputs input {
    width: 100%;
    margin: 10px 0;
  }
}
#survey-page {
  padding: 100px 2em 100px;
  overflow: hidden;
}
#survey-page .program-title {
  color: #033E59;
}
#survey-page .survey-header {
  margin-bottom: 50px;
}
#survey-page .underlined_heading {
  text-align: left;
}
#survey-page .participant-type {
  margin-bottom: 40px;
}
#survey-page .participant-type > label {
  font-weight: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
#survey-page .preamble-text {
  margin-bottom: 40px;
}
#survey-page .participant_type_selection {
  display: flex;
  justify-content: space-between;
}
#survey-page .legend > div {
  font-weight: 600;
  margin-bottom: 10px;
}
#survey-page .legend > section {
  display: flex;
  justify-content: space-between;
}
#survey-page .legend > section > div > span:first-child {
  font-weight: 600;
}
#survey-page .question-heading {
  font-weight: 600;
}
#survey-page .sub-question > .indent {
  padding-left: 3em;
}
#survey-page .textarea-questions > div > span {
  font-weight: 600;
}
#survey-page .question-legend {
  display: none;
}
#survey-page .has-error {
  background: red;
  color: white;
}
@media screen and (max-width: 991px) {
  #survey-page {
    padding: 100px 2%;
  }
  #survey-page .participant-type .participant_type_selection {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #survey-page .participant-type .participant_type_selection > div {
    margin-right: 20px;
  }
  #survey-page .question-legend {
    display: flex;
  }
  #survey-page .question-legend > div {
    font-weight: 600;
  }
  #survey-page .question-radios {
    flex-direction: column;
  }
  #survey-page .sub-question {
    padding: 0 10%;
    margin: 0 0 10px !important;
  }
  #survey-page .sub-question > .indent {
    padding-left: 0;
  }
}

.survey-complete {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .survey-complete {
    padding: 100px 4%;
  }
}

#registration-complete-checkout {
  padding: 100px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#registration-complete-checkout p {
  text-align: center;
}
#registration-complete-checkout a {
  color: #033E59;
}

#registration-complete-checkout-open {
  padding: 100px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#registration-complete-checkout-open > * {
  margin: 20px 0;
}
#registration-complete-checkout-open > a {
  color: #033E59;
  font-weight: bold;
}

#checkout-page {
  padding: 0;
  width: 100%;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#checkout-page .custom-notice {
  font-family: inherit !important;
}

.line-through {
  text-decoration: line-through;
}

.checkout-recaptcha {
  margin: 2em 0;
}

.checkout-page-choices {
  display: flex;
  justify-content: center;
  transform: translateY(-150px);
  max-width: 1200px;
  width: 100%;
  padding-bottom: 0;
}
.checkout-page-choices > div {
  cursor: pointer;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 70px;
  width: 45%;
  background: white;
  margin: 0 15px;
  transition: 0.2s;
}
.checkout-page-choices > div.--inactive {
  background-color: #eeeeee;
}
.checkout-page-choices > div h2 {
  align-items: center;
}
.checkout-page-choices > div > * {
  width: 80%;
}
.checkout-page-choices > div p {
  margin: 20 0 60px;
}
.checkout-page-choices > div input {
  height: 80px;
  width: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #033E59;
  transition: border-color 0.2s;
  cursor: pointer;
}
.checkout-page-choices > div input::after {
  content: "✓";
  opacity: 0;
  transition: opacity 0.2s;
}
.checkout-page-choices > div input:checked {
  border-color: #033E59;
}
.checkout-page-choices > div input:checked::after {
  opacity: 1;
}

.checkout-page-form {
  background-color: rgba(228, 224, 224, 0.164);
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-page-form form {
  max-width: 1200px;
  width: 100%;
  padding: 25px 50px;
}
.checkout-page-form form > section {
  margin: 30px 0;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  padding: 44px 65px 60px;
  border-radius: 30px;
  background-color: white;
}
.checkout-page-form form input.is-invalid {
  border-color: red;
}

select.is-invalid {
  border-color: red !important;
}

.checkout-page-form-info.--later > section {
  flex-direction: column;
}
.checkout-page-form-info.--later > section > * {
  width: 100% !important;
}
.checkout-page-form-info section {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.checkout-page-form-info section p {
  width: 60%;
}
.checkout-page-form-info section p:first-child {
  width: 35%;
}
.checkout-page-form-info a {
  text-decoration: none;
  color: #033E59;
}

.checkout-page-form-attendees-list-attendee a.remove-button {
  font-size: 1.5em;
  color: black;
}

.billing-group-school .auto-complete-input {
  width: 100%;
  max-width: 350px;
}

.checkout-page-form-attendees-list-attendee {
  width: 100%;
  max-width: 620px;
  border-radius: 20px;
  background-color: #eeeeee;
  padding: 40px 50px;
}
.checkout-page-form-attendees-list-attendee:not(:last-child) {
  margin-bottom: 20px;
}
.checkout-page-form-attendees-list-attendee .underlined_heading {
  text-align: left;
  margin-bottom: 28px;
}
.checkout-page-form-attendees-list-attendee .underlined_heading::after {
  margin: 10px 0;
  width: 100px;
}
.checkout-page-form-attendees-list-attendee section {
  width: 100%;
  margin: 23px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkout-page-form-attendees-list-attendee section label {
  width: 28%;
  margin-right: 10px;
}
.checkout-page-form-attendees-list-attendee section input,
.checkout-page-form-attendees-list-attendee section textarea,
.checkout-page-form-attendees-list-attendee section select {
  width: 68%;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  padding: 7px 20px;
}
.checkout-page-form-attendees-list-attendee section .auto-complete-input {
  width: 68%;
}
.checkout-page-form-attendees-list-attendee section .auto-complete-input ul {
  min-width: 40vw;
  z-index: 1000;
}
.checkout-page-form-attendees-list-attendee section input[type=checkbox] {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.checkout-page-form-attendees-list-attendee section input:disabled {
  background-color: white;
  border: 1px solid lightgrey;
}
.checkout-page-form-attendees-list-attendee section textarea {
  height: 110px;
}
.checkout-page-form-attendees-list-attendee .session_select > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 68%;
}
.checkout-page-form-attendees-list-attendee .session_select > div button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: transparent;
  color: #033E59;
  padding: 0;
}
.checkout-page-form-attendees-list-attendee .session_select > div button * {
  margin: 0 15px 0 0;
}
.checkout-page-form-attendees-list-attendee .session_select > div button .colorable {
  fill: #033E59;
}
.checkout-page-form-attendees-list-attendee .session_select > div .btn_session_select {
  border: solid 2px;
  background-color: #033E59;
  padding: 8px 12px;
  margin-right: 16px;
}
.checkout-page-form-attendees-list-attendee .session_select > div .btn_session_select div {
  color: white !important;
  margin: 0;
  font-size: 18px;
}
.checkout-page-form-attendees-list-attendee .session_select > div .btn_session_select::after {
  margin-left: 8px;
}
.checkout-page-form-attendees-list-attendee .session_select > div svg {
  height: 30px;
  width: 30px;
}

.checkout-page-form-attendees #add_attendee {
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.checkout-page-form-attendees #add_attendee::after {
  -webkit-mask-image: none;
          mask-image: none;
  content: "+";
  color: white;
  background-color: transparent;
  width: unset;
  line-height: 25px;
  margin: 0 0 0 20px;
}
#checkout-page-form-same-school {
  display: block;
  margin-top: 2em;
}
#checkout-page-form-same-school section.checkbox label {
  width: 100%;
  margin-left: 1em;
  margin-bottom: 0;
}

#online-viewing-options-container {
  display: block;
}
#online-viewing-options-container section {
  margin-top: 0;
}
#online-viewing-options-container .options-container {
  display: block;
}
#online-viewing-options-container .options-container .viewing-option {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#online-viewing-options-container .options-container .viewing-option:has(input.is-invalid) {
  border: solid 2px red;
}
#online-viewing-options-container .options-container section label {
  width: 90%;
  margin: 0 0 0 10px;
}
#online-viewing-options-container .options-container section input {
  width: 10%;
  height: 20px;
}

.checkout-page-form-summary.--later > section {
  display: flex;
}
.checkout-page-form-summary.--later > section span:first-child {
  width: 70%;
}
.checkout-page-form-summary.--later > section span:last-child {
  font-weight: bold;
}
.checkout-page-form-summary h4 {
  text-transform: uppercase;
}
.checkout-page-form-summary h5 {
  color: #033E59;
}
.checkout-page-form-summary table {
  margin-top: 40px;
  width: 100%;
}
.checkout-page-form-summary table tr {
  background-color: #eeeeee;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.checkout-page-form-summary table tr:nth-child(even) {
  background-color: white;
}
.checkout-page-form-summary table tr td {
  padding: 16px 30px;
}
.checkout-page-form-summary table tr td:first-child {
  display: flex;
  justify-content: space-between;
}
.checkout-page-form-summary table tr td:last-child {
  width: 10%;
  font-weight: bold;
}
.checkout-page-form-summary table .discount {
  text-decoration: line-through;
}
.checkout-page-form-summary .dates-times-table {
  margin-top: 20px;
}
.checkout-page-form-summary .dates-times-table tr {
  border-bottom: none;
  background-color: white;
}
.checkout-page-form-summary .dates-times-table th, .checkout-page-form-summary .dates-times-table td {
  font-size: 1.1rem;
  padding-left: 0;
  padding-top: 0;
}
.checkout-page-form-summary .dates-times-table td:last-child {
  width: 50%;
  font-weight: normal;
}

#complete_later_btn {
  margin-top: 40px;
}

.checkout-page-form-student-discount {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.checkout-page-form-student-discount label {
  font-size: 18px;
  margin-left: 10px;
}
.checkout-page-form-student-discount input {
  width: 25px;
  height: 25px;
}

.checkout-page-form-summary-coupon-total {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.checkout-page-form-summary-coupon {
  width: 75%;
  display: flex;
  align-items: flex-end;
}
.checkout-page-form-summary-coupon > * {
  margin-right: 20px;
}
.checkout-page-form-summary-coupon input {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 12px;
  margin-left: 45px;
  margin-right: 20px;
  width: 140px;
}
.checkout-page-form-summary-coupon > section {
  display: flex;
  align-items: center;
}

.checkout-page-form-invite-code > * {
  margin-right: 20px;
}
.checkout-page-form-invite-code label {
  margin-right: 45px;
}
.checkout-page-form-invite-code input {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 12px;
  margin: 10px 20px 10px 0;
}
.checkout-page-form-invite-code button {
  margin: 10px 0;
}
.checkout-page-form-invite-code > section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.checkout-page-form-summary-total {
  width: 29%;
  text-align: right;
  padding-right: 30px;
}
.checkout-page-form-summary-total div {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkout-page-form-summary-total div span:first-child {
  width: 60%;
}
.checkout-page-form-summary-total div span:last-child {
  flex-grow: 1;
}
.checkout-page-form-summary-total div:last-child {
  color: #033E59;
}

.checkout-page-form-attendees-school-inputs {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.checkout-page-form-attendees-school-inputs > section {
  width: 50%;
  display: flex;
  align-items: center;
}
.checkout-page-form-attendees-school-inputs > section .auto-complete-input {
  flex-grow: 1;
}
.checkout-page-form-attendees-school-inputs label {
  margin-right: 20px;
}
.checkout-page-form-attendees-school-inputs input {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 7px 20px;
}
.checkout-page-form-attendees-school-inputs input[type=checkbox] {
  height: 20px;
  width: 20px;
}

.checkout-page-form-payment > section {
  padding: 35px 0;
}
.checkout-page-form-payment > section:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.checkout-page-form-payment > section.checkout-page-form-payment-radios {
  padding-top: 15px;
}
.checkout-page-form-payment > section.checkout-page-form-payment-radios input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  position: relative;
  display: flex;
}
.checkout-page-form-payment > section.checkout-page-form-payment-radios input:checked::after {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #033E59;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
}

.checkout-page-form-payment-radios {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eeeeee;
}
.checkout-page-form-payment-radios div {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.checkout-page-form-payment-radios div input {
  margin-right: 20px;
  height: 25px;
  width: 25px;
}

.checkout-page-form-payment-details > div {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.checkout-page-form-payment-details > div label {
  width: 22%;
}
.checkout-page-form-payment-details > div input, .checkout-page-form-payment-details > div select {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  width: 40%;
  padding: 7px 20px;
}
.checkout-page-form-payment-details .cc_container {
  margin-top: 50px;
}
.checkout-page-form-payment-details #stripe-card {
  width: 45%;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 15px 20px;
  margin-right: 20px;
}

.checkout-page-form-payment-checkout {
  display: flex;
  align-items: center;
}
.checkout-page-form-payment-checkout span:first-child {
  width: 22%;
}
.checkout-page-form-payment-checkout .checkout-page-form-payment-checkout-price {
  color: #033E59;
  font-weight: bold;
  width: 20%;
  margin-right: 20px;
}
.checkout-page-form-summary-total-price {
  font-weight: bold;
}

#stripe-logo {
  width: 200px;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  border-radius: 10px;
}

.conference-breakouts-accordion-item-content {
  padding: 20px;
  max-height: 50vh;
  overflow-y: scroll;
}
.conference-breakouts-accordion-item-content > article {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 30px;
  border-bottom: solid 1px gainsboro;
}
.conference-breakouts-accordion-item-content > article > input {
  width: 25px;
  height: 25px;
}
.conference-breakouts-accordion-item-content > article > section {
  width: 60%;
}
.conference-breakouts-accordion-item-content > article > a {
  width: 20%;
}

.conference-breakouts-accordion {
  margin-top: 20px;
}

.conference-breakouts-sessions-info > section {
  margin: 5px 0;
}
.conference-breakouts-sessions-info > section.togglable-info {
  margin: 10px 0;
  overflow: hidden;
  max-height: 2000px;
  transition: max-height 0.2s;
}
.conference-breakouts-sessions-info > section.initial-info {
  display: grid;
  grid-template-columns: 1.4fr 4fr;
}
.conference-breakouts-sessions-info > section > span:first-child {
  font-weight: bold;
}
.conference-breakouts-sessions-info > section.conference-breakouts-sessions-description {
  display: block;
  margin: 20px 0;
}

#checkout-page .program-sessions-modal-content .program-sessions-select-all-container {
  display: flex;
  justify-content: flex-end;
}
#checkout-page .program-sessions-modal-content .program-sessions > section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  border-radius: 20px;
}
#checkout-page .program-sessions-modal-content .program-sessions > section > input[type=checkbox] {
  height: 25px;
  width: 25px;
  margin: 10px 0;
}
#checkout-page .program-sessions-modal-content .program-sessions > section > section {
  width: 60%;
}
.hide-session-details-btn {
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  padding: 7px 20px;
  border: none;
  color: #033E59;
  text-decoration: underline;
}

.--hide-session-details {
  max-height: 0 !important;
}

.conference-breakouts-sessions-presenter {
  display: block;
}
.conference-breakouts-sessions-presenter figure {
  width: 100%;
}
.conference-breakouts-sessions-presenter figure h4 {
  font-weight: 600;
}
.conference-breakouts-sessions-presenter figure > section {
  width: 60%;
}
.conference-breakouts-sessions-presenter figure .presenter-img {
  float: right;
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
  height: 200px;
  margin: 20px;
}

#checkout-page .sessions-confirm-container {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 800px) {
  .checkout-page-choices {
    flex-direction: column;
  }
  .checkout-page-choices > div {
    width: 100%;
    margin: 0 0 40px;
  }
  #checkout-page .program-sessions-modal-content .program-sessions > section {
    flex-direction: column;
  }
  #checkout-page .program-sessions-modal-content .program-sessions > section > section {
    width: 100%;
  }
  #checkout-page .program-sessions-modal-content .program-sessions > section > * {
    margin: 10px 0;
  }
  .conference-breakouts-accordion-item-content article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .conference-breakouts-accordion-item-content article .hide-session-details-btn {
    grid-area: 1/2;
  }
  .conference-breakouts-accordion-item-content article .conference-breakouts-sessions-info {
    width: 100%;
    grid-area: 2/1/span 1/span 2;
  }
}
@media screen and (max-width: 1000px) {
  .checkout-page-form {
    padding: 50px 2%;
  }
  .checkout-page-form form {
    padding: 25px 0;
  }
  .checkout-page-form form > section {
    padding: 40px 40px 60px;
  }
  .checkout-page-form form .checkout-page-form-info > section {
    flex-direction: column;
  }
  .checkout-page-form form .checkout-page-form-info > section > p {
    width: 100%;
  }
  .checkout-page-choices > div {
    padding: 70px 20px;
  }
  .checkout-page-form-attendees-school-inputs {
    align-items: flex-start;
    flex-direction: column;
  }
  .checkout-page-form-attendees-school-inputs > section {
    margin: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .checkout-page-form-payment-details > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout-page-form-payment-details > div label {
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .checkout-page-form-payment-details > div input {
    width: 100%;
  }
  .checkout-page-form-payment-details .cc_container {
    flex-wrap: wrap;
  }
  .checkout-page-form-payment-details #stripe-card {
    margin: 0;
    width: 100%;
  }
  .checkout-page-form-payment-details #stripe-logo {
    margin-top: 20px;
  }
  .checkout-page-form-payment-checkout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .checkout-page-form-payment-checkout > span {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .checkout-page-form-payment-checkout > button {
    width: -moz-fit-content;
    width: fit-content;
    grid-area: 2/1/span 1/span 2;
  }
  .checkout-page-form-summary-coupon-total {
    flex-direction: column;
  }
  .checkout-page-form-summary-coupon-total > section {
    width: 100%;
  }
  .checkout-page-form-summary-coupon {
    margin: 20px 0;
  }
  .checkout-page-form-summary-coupon > section {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout-page-form-summary-coupon > section > * {
    margin: 10px 0;
  }
  .checkout-page-form-summary-coupon > section > input {
    width: 100%;
    max-width: 350px;
  }
  .checkout-page-form-summary-total > div > span:last-child {
    padding-right: 30px;
    text-align: end;
  }
}
@media screen and (max-width: 600px) {
  .conference-breakouts-sessions-info .initial-info {
    grid-template-columns: repeat(1.4, 1fr);
  }
  .checkout-page-form-summary .checkout-page-form-summary-items tr td {
    width: 100%;
    padding: 10px;
  }
  .checkout-page-form form > section {
    padding: 40px 10%;
  }
  .checkout-page-form .checkout-page-form-attendees-list-attendee section .auto-complete-input {
    width: 100%;
  }
  .checkout-page-form-attendees-school-inputs > section:last-child {
    width: 100%;
  }
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee {
    padding: 20px;
  }
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee > section {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee > section label {
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee > section input,
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee > section textarea,
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee > section select {
    width: 100%;
  }
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee > section input[type=checkbox] {
    height: 25px;
    width: 25px;
  }
  .checkout-page-form-attendees-list .checkout-page-form-attendees-list-attendee > section.session_select > div {
    width: 100%;
  }
  .conference-breakouts-sessions-presenter figure .presenter-img {
    height: 150px;
    width: 150px;
  }
}
input#agree-to-terms {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  padding: 7px 20px;
}
input#agree-to-terms.is-invalid {
  box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
  -moz-box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
}

.agree-to-terms-container .checkbox {
  display: flex;
}
.agree-to-terms-container label {
  display: inline-block;
  width: 100%;
  margin-left: 1em;
  margin-bottom: 0;
  margin-right: 10px;
}

input#newsletter-subject {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  padding: 7px 20px;
}
input#newsletter-subject.is-invalid {
  box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
  -moz-box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 1px rgb(255, 0, 0);
}

.newsletter-subject-container .checkbox {
  display: flex;
}
.newsletter-subject-container .radio-container input {
  width: 25px;
  height: 16px;
}
.newsletter-subject-container .radio-container label {
  width: auto;
}
.newsletter-subject-container .radio-container input:hover, .newsletter-subject-container .radio-container label:hover {
  cursor: pointer;
}
.newsletter-subject-container span.subtext {
  margin-left: 1em;
  font-size: 17px;
  font-style: italic;
}
.newsletter-subject-container label {
  display: inline-block;
  width: 100%;
  margin-left: 1em;
  margin-bottom: 0;
  margin-right: 10px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}
body * {
  color: #033E59;
  line-height: 1.6em;
  font-size: 20px;
  margin: 0;
}
body figcaption {
  font-size: 18px;
}
body .form-control {
  font-size: 20px;
}
body h1 {
  font-size: 50px;
  font-weight: 800;
  margin: 0;
}
body h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
}
body h3 {
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}
body h4 {
  font-size: 25px;
}

.search_btn {
  background-color: #033E59;
  -webkit-mask-image: url("/images/icon-search.svg");
          mask-image: url("/images/icon-search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 44px;
  height: 44px;
  border: none;
  padding: 10px;
}

* {
  line-height: 1.3em;
}

.accordion-item .accordion-button {
  font-size: 25px;
}

.svg_brand_line {
  stroke: pink;
}

main ul li {
  list-style: none;
  margin: 10px 0;
  position: relative;
  padding-left: 40px;
}
main ul li::before {
  content: "";
  -webkit-mask-image: url("/images/icon-arrow.svg");
          mask-image: url("/images/icon-arrow.svg");
  background-color: #033E59;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  padding-right: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
}

*:disabled {
  opacity: 0.6;
}

.auto-complete-input ul {
  border: solid 1px #033E59;
  overflow-y: scroll !important;
}
.auto-complete-input li:hover {
  color: white;
  background-color: #033E59;
}

.general-box-shadow {
  box-shadow: 7px 7px 19px -3px rgba(0, 0, 0, 0.25);
}

.general_btn {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #033E59;
  border-radius: 30px;
  padding: 8px 24px;
  color: white;
  text-decoration: none;
  line-height: 1.5em !important;
  border: 1px solid #033E59;
}
.general_btn.--invert {
  background: white;
  border: none;
  color: #033E59;
}
.general_btn.--invert:hover {
  color: #033E59;
}
.general_btn.--invert::after {
  background-color: #033E59;
}
.general_btn::after {
  transition: 0.2s;
  background-color: white;
  -webkit-mask-image: url("/images/icon-arrow.svg");
          mask-image: url("/images/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  content: "";
}
.general_btn.--plain::after {
  display: none;
}
.general_btn:hover {
  color: white;
}
.general_btn:hover::after {
  transform: translate(5px, 0);
}

#page-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow-x: hidden;
}
#page-container > * {
  width: 100%;
  max-width: 1500px;
}

.underlined_heading {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.underlined_heading::after {
  content: "";
  width: 200px;
  border-bottom: 4px solid #34bebc;
  margin: 0.5em 0;
}
.underlined_heading::after {
  border-bottom-color: #f6851f;
}

.heading {
  padding: 120px 25px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: none !important;
}
.heading.--bg-dark {
  background-color: #eeeeee;
}
.heading:not(.--bg-dark) + .heading:not(.--bg-dark) {
  padding-top: 0;
}
.heading.--bg-dark + .heading.--bg-dark {
  padding-top: 0;
}
.heading > section {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.heading img {
  border-radius: 40px;
  height: 520px;
  width: 46%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading .heading_text {
  max-width: 1500px;
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.heading .heading_text h2.--no-underline::after {
  display: none;
}
.heading .heading_text * {
  font-weight: 400;
}
.heading .heading_text:only-child {
  width: 100%;
}
.heading.--right > section {
  flex-direction: row;
}
.heading h3 {
  color: #033E59;
}
.heading .general_btn {
  width: -moz-fit-content;
  width: fit-content;
}

.accordion-header {
  padding: 10px 20px;
}

.accordion-button::after {
  transition: 0.2s !important;
}

.modal_content_top button svg line {
  stroke: #033E59;
}

.modal_content_top button svg circle {
  stroke: #033E59;
}

.modal_mask {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.403);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_content {
  background: white;
  padding: 40px;
  width: 100%;
  max-width: 1100px;
  border-radius: 30px;
  overflow-y: scroll;
  max-height: 80vh;
}

.modal_content_top {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.modal_content_top button {
  height: 40px;
  width: 40px;
  background: white;
  border: none;
  padding: 0;
}

.modal_content_top button svg {
  height: 90%;
  width: 90%;
}

.toast, .v-toast {
  z-index: 9999999999 !important;
}

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

#contact_content .contact_content_details {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#contact_content .contact_content_details > section {
  border: none;
}
#contact_content .contact_content_details > section a {
  color: #033E59;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#contact_content .contact_content_details > section > * {
  padding: 5px 0;
}

@media screen and (max-width: 1000px) {
  .heading {
    flex-direction: column;
    padding: 80px 10%;
  }
  .heading.--right {
    flex-direction: column;
  }
  .heading img {
    width: 100%;
    height: 100%;
    max-width: 600px;
  }
  .heading > section {
    flex-direction: column !important;
    gap: 20px;
  }
  .heading > section > * {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .heading .heading_text {
    width: 100%;
    align-items: flex-start;
  }
  #page-container ul {
    padding-left: 2%;
  }
}
#news_no_results {
  padding: 0 25px;
}

@media screen and (max-width: 600px) {
  .modal_content {
    padding: 15px;
  }
  .search_btn {
    width: 30px;
    height: 30px;
  }
  body *, body .form-control {
    font-size: 16px;
  }
  body h1 {
    font-size: 40px;
  }
  body h2 {
    font-size: 40px;
  }
  body h3 {
    font-size: 26px;
  }
  body h4 {
    font-size: 20px;
  }
  body figcaption {
    font-size: 16px;
  }
  body .accordion-item .accordion-button {
    font-size: 20px;
  }
  body table * {
    font-size: 14px;
  }
}
* {
  font-family: "Red Hat Display";
  color: #033E59;
}

.underlined_heading {
  font-weight: 600;
}
.underlined_heading::after {
  border-bottom-color: #34bebc;
}

.underlined_heading--orange::after {
  border-bottom-color: #f6851f;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Red Hat Display";
}
body h2 {
  font-size: 55px;
}

.tabs h3 {
  font-weight: 600;
}

.more-info-container span {
  font-family: "Red Hat Display";
}

.heading .heading_text h1, .heading .heading_text h2, .heading .heading_text h3, .heading .heading_text h4, .heading .heading_text h5, .heading .heading_text h6 {
  font-weight: 600;
}

main a, footer a {
  color: #f6851f;
}
main a:hover, footer a:hover {
  color: #34bebc;
}

.footer-copyright a {
  text-decoration-thickness: 1px;
  text-decoration: none;
}

.general_btn {
  background: #f6851f;
  border: inherit;
  font-weight: 500;
  transition: background-color 0.2s;
}
.general_btn::after {
  -webkit-mask-image: url("/images/icon-arrow-2.svg");
          mask-image: url("/images/icon-arrow-2.svg");
  height: 20px;
  width: 15px;
}
.general_btn:not(.--invert):hover {
  background: #34bebc;
}
.general_btn.--invert {
  color: #f6851f;
}
.general_btn.--invert:hover {
  color: #f6851f;
}
.general_btn.--invert::after {
  background-color: #f6851f;
}

.lo_filter_icon line {
  stroke: #033E59;
  fill: #033E59;
}

.series_svg_container path, .series_svg_container rect {
  stroke: #033E59;
  fill: #033E59;
}

.grade_levels_container svg rect {
  stroke: #033E59;
}

.general_btn--v2 {
  background: #34bebc;
}

main ul li::before {
  margin-top: 6px;
  -webkit-mask-image: url("/images/icon-arrow-2.svg");
          mask-image: url("/images/icon-arrow-2.svg");
}

.program_page_aside .register .bigLogo-container {
  right: 5%;
  bottom: -2%;
}

.footer-bottom .bigLogo-container {
  height: 300px;
  transform: unset;
  right: 8%;
  bottom: -4%;
}
@media screen and (max-width: 1500px) {
  .footer-bottom .bigLogo-container {
    display: none;
  }
}

.newsletter_wrapper form .input_container button::after {
  height: 25px;
  width: 20px;
}

#contact_content .contact_content_details > section {
  border: none;
}
#contact_content .contact_content_details > section > * {
  padding: 5px 0;
}

#program_page .svg_brand_color {
  fill: #f6851f;
}

.newsletter_wrapper form .input_container {
  border-bottom-color: lightgray;
}

.footer-bottom-container {
  background: #fff4ea;
}

.home_header .mask {
  background: linear-gradient(0deg, rgba(255, 243, 234, 0.9) 0%, rgba(255, 243, 234, 0.9) 50%, rgba(255, 243, 234, 0) 100%);
}
.home_header .home_header_txt {
  color: white;
  padding-bottom: 1em;
  justify-content: flex-end;
}

.full_width_img .mask {
  background: linear-gradient(0deg, rgba(255, 243, 234, 0.9) 0%, rgba(255, 243, 234, 0.9) 10%, rgba(255, 243, 234, 0) 100%);
}

.program_browse_top {
  background: linear-gradient(0deg, rgba(3, 62, 89, 0.6) 0%, rgba(52, 190, 188, 0.6) 100%);
}

#program_browse_list .program_browse_bottom .bottom_count {
  background-color: #f6851f;
}

.program_page_content .about_container .tabs button.--active:after {
  border-bottom: 4px solid #033E59;
}

.search_btn {
  background: #f6851f;
}

.browse_programs_container .search_bottomRight_logo {
  right: 4%;
  bottom: -3%;
}

.news_list article h2 {
  font-weight: 600;
  color: #033E59;
  margin-bottom: 1.5rem;
}

.news_list article h3 {
  color: #f6851f;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.topic_list_container ul.topic_list li {
  background-color: #fff4ea;
}
.topic_list_container ul.topic_list li a {
  background-color: inherit;
}

.newsletter_wrapper .plane_icon {
  bottom: -10%;
}
.newsletter_wrapper .plane_icon g polygon:first-child {
  fill: #f6851f !important;
  stroke: #f6851f;
}
.newsletter_wrapper .plane_icon g polygon:nth-child(2) {
  fill: #34bebc;
  stroke: transparent;
}
.newsletter_wrapper .plane_icon g polygon:last-child {
  fill: #033E59;
  stroke: #033E59;
}

.program_page_content .about_container .tabs > button.--active::after {
  border-bottom-color: #f6851f;
}

section#contact_content {
  flex-direction: row;
}

.programsSingle_venue > *:last-child {
  color: #f6851f;
}

.LOForm_filter_bottom_selects .select_container::after {
  background-color: #34bebc;
}

.LOForm_filter_top_radios > * input:checked::before {
  background-color: #f6851f;
}

#clear_filter {
  color: #34bebc;
}
#clear_filter line {
  stroke: #34bebc;
}

.footer-arpdc {
  display: none;
}

.nav-item--active::after,
.nav-item:hover::after {
  background: #f6851f;
}

@media screen and (max-width: 1000px) {
  section#contact_content {
    gap: 40px;
  }
  .contact_content_form {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .article_text h2 {
    font-size: 40px;
  }
  #topic_filter_container::after {
    height: 25px;
    width: 25px;
  }
}
.direct_contact_info a:hover {
  cursor: pointer;
}
.direct_contact_info .person {
  margin: 7px 0 10px;
}
.direct_contact_info .person span {
  margin-left: 5px !important;
}

@media screen and (max-width: 600px) {
  h2.underlined_heading {
    font-size: 40px;
  }
  .full_width_img h2 {
    font-size: 40px;
  }
  .article_text h2 {
    font-size: 30px;
  }
  .article_text h3 {
    font-size: 20px;
  }
}
