#pricing_schedule {
  height: auto;
  background-image: url('/img/community/future.jpg');
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  isolation: isolate;
}

#pricing_schedule::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

#pricing_schedule > * {
  position: relative;
  z-index: 1;
}

#community_hero {
  background-image: url('../img/community/hero.jpg');
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
}

#community_hero_text {
  width: 33%;
  color: #fff;
  margin-top: 90px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  padding: 1%;
}

* {
  font-size: 24px;
}

footer * {
  font-size: 18px;
}

.feature_blurb {
  width: 298px;
  height: 358px;
  border: red 0px solid;
}

.feature_blurb div:nth-child(1) {
  width: 298px;
  height: 298px;
  border: purple solid 0px;
}

.feature_blurb_title {
  text-align: center;
  margin-top: 15px;
  font-family: oswald_reg;
}

.feature_box {
  height: 400px;
  font-family: oswald_reg;
  font-size: 40px;
  text-align: center;
  position: relative;
  margin: auto 0;
  width: 100%;
  padding-top: 10px;
}

.section_copy .title {
  margin: 0 0 16px;
}

.section_body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 24px;
  padding: 0;
  
}

.contract_div .section_body,
.contract_div .section_body ul {
  text-align: left;
}

.section_body ul {
  margin: 16px 0 0;
  padding-left: 1.25em;
}

.section_note {
  margin-top: 8px;
  text-align: center;
}

.section_media {
  height: 300px;
  width: 500px;
}

.section_media img {
  width: 100%;
  height: auto;
  display: block;
}

.package_subtitle {
  font-size: 22px;
  margin-bottom: 16px;
}

.pricing_intro {
  color: #fff;
}

#pricing_schedule,
#pricing_schedule .section_body,
#pricing_schedule .section_cta,
#pricing_schedule .space_text_list {
  color: #fff;
}

#pricing_schedule .title {
  color: #9ec5f0;
}

#pricing_schedule a {
  color: #c5ddf7;
}

#pricing_schedule a:hover {
  color: #fff;
}

#package_list>div>div {
  height: 680px;
  width: 600px;
  border: 1px solid rgba(255, 255, 255, .35);
  background-color: rgba(26, 65, 118, .45);
  color: #fff;
}

#package_list>div>div .title {
  color: #c5ddf7;
}

.section_cta {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}

#feature_blurbs {
  display: flex;
  justify-content: center;
  gap: 180px;
  padding: 1%;
}

#feature_intro {
  height: auto;
  width: 98%;
  margin: auto;
  margin-top: 10px;
  text-align: left;
  border: 0px blue solid;
}

#menu_bar {
  width: 100%;
  height: 100px;
  background-color: white;
  text-align: center;
}

#business_services_container {
  background-color: #1a4176;
  height: 1px;
  width: 100%;
}

#service_list {
  display: flex;
  justify-content: center;
  gap: 100px;
  text-align: left;
  color: black;
}

#service_list_min {
  display: none;
}

.container_sub {
  height: 400px;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.contract_div {
  border: 0px solid black;
  height: 300px;
  width: 500px;
}

#package_list {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.divider {
  background-color: #1a4176;
  height: 1px;
  width: 100%;
}

.responsive {
  display: none;
}

#pricing{
  width: 66%;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  :root {
    --section-pad-x: 5%;
    --section-pad-y: 28px;
    --copy-gap: 16px;
  }

  #pricing{
    width: 100%;
    margin: auto;
  }

  main img {
    padding: 0;
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
  }

  .feature_box {
    height: auto;
    font-family: oswald_reg;
    font-size: 40px;
    text-align: center;
    position: relative;
    margin: 0;
    width: 100%;
    padding: var(--section-pad-y) 0;
  }

  .feature_box>div,
  .section_copy {
    position: relative;
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  #community_hero {
    background-image: url('../img/community/hero.jpg');
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #community_hero_text_main {
    display: block;
    height: auto;
    width: 90%;
    margin: 0 auto;
    padding: var(--section-pad-y) 0;
    text-align: center;
    font-family: oswald_reg;
    font-size: 28px;
    box-sizing: border-box;
  }

  .responsive {
    display: block;
  }

  #community_hero_text {
    display: none;
  }

  #menu_bar img {
    width: 50%;
    height: 50%;
    padding-top: 5%;
  }

  .flex_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    color: black;
  }

  .flex_wrap>div {
    width: 100%;
    box-sizing: border-box;
  }

  #business_services_container {
    background-color: #1a4176;
    height: 1px;
    width: 100%;
  }

  #service_list {
    display: none;
  }

  #service_list_min {
    display: block;
    width: 100%;
    margin: 0 0 var(--copy-gap);
  }

  .section_copy .title,
  #community_hero_text_main .title,
  #package_list .title {
    text-align: center;
    margin: 0 0 var(--copy-gap);
  }

  .section_body,
  .section_note,
  .section_cta,
  #service_list_min,
  .space_text_list,
  .contract_div .section_body,
  #community_hero_text_main .section_body,
  .pricing_intro .section_body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 0 var(--copy-gap);
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .section_body ul,
  #service_list_min ul,
  .contract_div .section_body ul {
    text-align: left;
    margin: var(--copy-gap) 0 0;
    padding-left: 1.25em;
  }

  .section_body:last-child,
  .section_note:last-child,
  .section_cta:last-child {
    margin-bottom: 0;
  }

  .container_sub {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    gap: var(--copy-gap);
  }

  .contract_div {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .section_media {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #business_services.feature_box,
  #consulting_services.feature_box,
  #training_services.feature_box,
  #pricing_schedule.feature_box {
    height: auto;
  }

  #pricing_schedule {
    height: auto;
    background-image: none;
    color: inherit;
  }

  #pricing_schedule::before {
    display: none;
  }

  #pricing_schedule,
  #pricing_schedule .section_body,
  #pricing_schedule .section_cta,
  #pricing_schedule .space_text_list,
  .pricing_intro {
    color: #000;
  }

  #pricing_schedule .title,
  #package_list>div>div .title {
    color: #1a4176;
  }

  #pricing_schedule a {
    color: #1a4176;
  }

  #pricing_schedule a:hover {
    color: #0f2a4d;
  }

  .pricing_intro {
    width: 100%;
  }

  #package_list {
    display: block;
    text-align: left;
    margin: var(--copy-gap) auto 0;
    width: 100%;
  }

  #package_list>div:nth-child(even) {
    background-color: #1a4176;
    color: #fff;
  }

  #package_list>div:nth-child(even) .title {
    color: #c5ddf7;
  }

  #package_list>div>div {
    width: 100%;
    height: auto;
    margin: 0 auto var(--copy-gap);
    padding: var(--copy-gap);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: transparent;
    text-align: left;
    color: inherit;
  }

  #package_list .package_subtitle {
    font-size: 22px;
    margin-bottom: var(--copy-gap);
    text-align: center;
  }

  #package_list .space_text_list {
    margin: 0 0 var(--copy-gap);
  }

  .space_text_list div {
    height: auto;
    min-height: 0;
    padding: 8px 0;
    text-align: left;
  }

  footer>div>div {
    text-align: left;
  }

  footer>div>div>div:nth-child(1) {
    text-align: center;
  }
}

