.at-a-glance {
  background-color: #003057;
  width: 100%;
  max-width: 100% !important;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;

  position: relative;
  top: -25px;
}

.at-a-glance .internal-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.at-a-glance .column-1 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.at-a-glance .column-2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.at-a-glance .column-3 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.at-a-glance .column-4 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.at-a-glance .column-5 {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.at-a-glance .column-2 img {
  width: 39px;
  height: 21px;
  margin-right: 20px;
}

.at-a-glance .column-3 img {
  width: 48px;
  height: 29px;
  margin-right: 20px;
}

.at-a-glance .column-4 img {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}

.at-a-glance .column-1 .line {
  width: 1px;
  height: 56px;
  border: 1px solid #b3a369;
  transform: rotate(20deg);
  margin-left: 25px;
}

.at-a-glance .column-1 h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
}

.at-a-glance .column-2 .column-inner-2 p:nth-child(1) {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.44px;
}

.at-a-glance .column-2 .column-inner-2 p:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.at-a-glance .column-3 p {
  /* margin: 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.44px; */

  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.at-a-glance .column-4 .column-inner-2 p:nth-child(1) {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.44px;
}

.at-a-glance .column-4 .column-inner-2 p:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.at-a-glance .column-5 p {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  display: flex;
}

.at-a-glance .column-5 sup {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 36px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0px;
}

/* MOBILE */
@media only screen and (max-width: 999px) {
  .at-a-glance {
    min-height: 234px !important;
    height: auto !important;
    width: 100%;

    position: relative;

    padding: 20px;
  }

  .at-a-glance .internal-container {
    flex-wrap: wrap;
  }

  .at-a-glance .column-1 {
    order: 1;
    flex-basis: 100%;
    justify-content: left;
    align-items: flex-start;
  }

  .at-a-glance .column-2,
  .at-a-glance .column-3,
  .at-a-glance .column-4 {
    order: 2;
    flex-basis: calc(33.3333% - 0px);
  }

  .at-a-glance .column-5 {
    order: 3;
    flex-basis: 100%;
    justify-content: left;
    align-items: flex-start;
  }

  .at-a-glance .column-2 {
    flex: 1;
    display: flex;
    flex-direction: column;

    justify-content: left;
    align-items: flex-start;
  }

  .at-a-glance .column-3 {
    flex: 1;
    display: flex;
    flex-direction: column;

    justify-content: left;
    align-items: flex-start;

    /* margin-left: -50px; */
  }

  .at-a-glance .column-4 {
    flex: 1;
    display: flex;
    flex-direction: column;

    justify-content: left;
    align-items: flex-start;
    /* margin-left: -50px; */

    margin-left: 20px;
  }

  .at-a-glance .column-5 sup {
    margin-left: -1px;
    margin-top: 25px;
  }

  .at-a-glance .column-2 img {
    width: 30px;
    height: 18px;
  }

  .at-a-glance .column-3 img {
    width: 30px;
    height: 18px;
    margin-bottom: 10px;
  }

  .at-a-glance .column-4 img {
    width: 24px;
    height: 24px;
  }

  .at-a-glance .column-2 .column-inner-2 p:nth-child(1) {
    font-size: 16px;
    line-height: 19px;
  }

  .at-a-glance .column-2 .column-inner-2 p:nth-child(2) {
    font-size: 16px;
    line-height: 19px;
  }

  .at-a-glance .column-3 p {
    font-size: 16px;
    line-height: 19px;
  }

  .at-a-glance .column-4 .column-inner-2 p:nth-child(1) {
    font-size: 16px;
    line-height: 19px;
  }

  .at-a-glance .column-4 .column-inner-2 p:nth-child(2) {
    font-size: 16px;
    line-height: 19px;
  }

  .at-a-glance .line {
    display: none;
  }

  /* Start of AB Test At a Glance Styles */
  .at-a-glance-ab-test .header_wrapper {
    height: 410px;
    max-height: 100% !important;
    margin-bottom: 0;
  }

  .at-a-glance-ab-test .ed_slider {
    height: 100%;
    max-height: 410px;
  }
  
  .at-a-glance-ab-test .ed_slider[data-slide-count="1"] .mySlides {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .at-a-glance-ab-test .slide_img {
    height: 225px;
  }

  .at-a-glance-ab-test .ed_slider figcaption {
    height: 185px;
  }

  .at-a-glance-ab-test .desNo.ctaNo > .inner {
    padding: 20px 0 0 20px;
    flex-direction: column;
    margin-bottom: 0;
    position: unset;
    height: 100% !important;
  }
  
  .at-a-glance-ab-test .at-a-glance {
    min-height: unset !important;
    height: unset !important;
    position: unset;
    padding: 10px 0;
  }

  .at-a-glance-ab-test .at-a-glance .column-1,
  .at-a-glance-ab-test .at-a-glance .column-5 {
    display: none;
  }

  .at-a-glance-ab-test .at-a-glance p {
    display: block;
  }

  .at-a-glance-ab-test .at-a-glance img {
    margin-bottom: 10px;
  }

  .total-tuition {
    background-color: #003057;
    color: #ffffff;
    padding: 20px;
    margin: 0;
    text-align: center;
  }
  
  .at-a-glance-ab-test .at-a-glance .column-4 img {
      display: none;
  }
  
  .at-a-glance-ab-test .at-a-glance .column-2 p,
  .at-a-glance-ab-test .at-a-glance .column-3 p{
      font-weight: 400 !important;
  }
  
  .at-a-glance-ab-test .at-a-glance .column-4 .column-inner-2:last-of-type p:nth-child(1) {
    font-weight: 700;
    font-size: 18px;
  }
  
  .at-a-glance-ab-test .at-a-glance .column-4 {
      margin-left: 0;
  }
  /* End of AB Test At a Glance Styles */
}
