.medc-font--light-blue {
  color: #3faad4; }

.medc-font--blue {
  color: #236faa; }

.medc-font--dark-blue {
  color: #083682; }

.medc-font--light {
  font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif; }

.divider {
  border-width: 2px; }

h1, h2, h3, h4, h5 {
  font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif; }

.account {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-top: 3rem; }
  @media only screen and (max-width: 767px) {
    .account {
      flex-direction: column; } }
  .account__wrapper {
    background-color: #FFF; }
  .account__main-content {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .account__main-content {
        margin-bottom: 3rem;
        justify-content: center; } }
  .account__action-content {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .account__action-content {
        justify-content: center; } }
  .account__details {
    display: flex;
    align-items: center; }
  .account__image {
    border-radius: 100%;
    margin-right: .8rem;
    width: 100px;
    height: 100px !important;
    border: 1px solid #606262; }
  .account__intro {
    margin-bottom: 0;
    font-weight: bold;
    font-size: .9rem;
    color: #142550; }
  .account__name {
    font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #142550; }

.application-overview {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem; }
  .application-overview__wrapper {
    overflow: hidden;
    background-color: #FFF; }
  @media only screen and (max-width: 767px) {
    .application-overview {
      flex-direction: column; } }
  .application-overview__backdrop-text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    font-size: 22rem;
    line-height: 14.6rem;
    font-family: "Avenir LT W01_95 Black1475556", Helvetica, Arial, sans-serif;
    color: #FAFAFA; }
    @media only screen and (max-width: 767px) {
      .application-overview__backdrop-text {
        font-size: 14rem;
        line-height: 9.8rem; } }
  .application-overview-item {
    display: flex;
    flex-direction: column;
    color: #13244F;
    padding-right: 3.2rem;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .application-overview-item {
        margin-bottom: 20px; } }
    .application-overview-item__header {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
    .application-overview-item__title {
      font-size: 1.3rem; }
    .application-overview-item__number {
      background-color: blue;
      font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
      color: white;
      border-radius: 100%;
      width: 3.8rem;
      height: 3.8rem;
      display: inline-flex;
      margin-right: 20px;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem; }
      .application-overview-item__number--light {
        background-color: #5DA9D0; }
      .application-overview-item__number--medium {
        background-color: #386FA5; }
      .application-overview-item__number--dark {
        background-color: #14387D; }
    .application-overview-item__body {
      font-size: 1.3rem;
      font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif; }

.project-list__wrapper {
  background-color: #F5F5F5;
  padding: 3rem 0; }

.project-list__title {
  font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #152650; }

.project-list-item {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 3rem 2.5rem;
  border-radius: 10px;
  margin-bottom: 2rem; }
  .project-list-item__top-detail {
    display: flex;
    justify-content: flex-end;
    font-size: .9rem; }
    .project-list-item__top-detail p {
      margin: 0;
      padding: 0; }
    @media only screen and (max-width: 767px) {
      .project-list-item__top-detail {
        justify-content: center;
        margin-bottom: 20px; } }
  .project-list-item__time {
    font-family: "Avenir LT W01_95 Black1475556", Helvetica, Arial, sans-serif; }
    .project-list-item__time--short {
      color: #88D03F; }
    .project-list-item__time--medium {
      color: #FC8C03; }
    .project-list-item__time--long {
      color: #FC2003; }
  .project-list-item__main-content {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .project-list-item__main-content {
        flex-wrap: wrap; } }
  .project-list-item__center-content {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .project-list-item__center-content {
        width: 100%;
        text-align: center; } }
  .project-list-item__description {
    margin-top: auto;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.8rem; }
  .project-list-item__image {
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .project-list-item__image {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 20px; } }
  .project-list-item__title {
    font-size: .9rem;
    margin: 0; }
  .project-list-item__sub-title {
    font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase; }
  .project-list-item__action-content {
    display: flex;
    align-items: flex-end;
    margin-left: auto; }
    @media only screen and (max-width: 767px) {
      .project-list-item__action-content {
        width: 100%;
        margin-top: 1rem;
        margin-left: 0;
        justify-content: center; } }

.medc-bg--gray {
  background: #f5f5f5; }

.medc-dropdown {
  position: relative; }
  .medc-dropdown .dropdown__content {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    min-width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px; }
  .medc-dropdown .dropdown__option {
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease; }
    .medc-dropdown .dropdown__option:hover {
      background: #efefef; }
  .medc-dropdown:hover .dropdown__content {
    display: block; }
  .medc-dropdown:hover .arrow-down {
    border-top: 5px solid #002576; }
  .medc-dropdown .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    display: inherit;
    transform: translateY(-1px);
    margin-left: 5px;
    transition: border-color 0.2s ease; }

.form__wrapper {
  padding: 3rem 0; }

.form__card {
  padding: 2rem;
  background: white;
  border: 1px solid #efefef;
  border-radius: 12px; }
  .form__card:not(:last-child) {
    margin-bottom: 2rem; }

.form__card-title {
  font-weight: 300;
  margin-bottom: 1.2rem; }

.form-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .form-header {
      flex-direction: column; } }
  .form-header__main-content {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .form-header__main-content {
        margin-bottom: 3rem;
        justify-content: center; } }
  .form-header__action-content {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .form-header__action-content {
        justify-content: center; } }
  .form-header__details {
    margin-right: 0.8rem;
    display: flex;
    flex-direction: column;
    background: #083682;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white; }
    .form-header__details span {
      font-size: 0.8rem;
      text-transform: uppercase;
      display: block;
      line-height: 0.8rem;
      width: 100%; }
    .form-header__details .circle-detail--large {
      font-size: 2rem;
      line-height: 2rem; }
  .form-header__image {
    border-radius: 100%;
    margin-right: .8rem;
    width: 100px;
    height: 100px; }
  .form-header__intro {
    margin-bottom: 0;
    font-weight: bold;
    font-size: .9rem;
    color: #142550; }
    .form-header__intro span {
      margin-right: 1rem; }
  .form-header__name {
    font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #142550; }

.form-footer {
  height: 120px;
  background: white;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .form-footer--inline {
    position: relative; }
  .form-footer__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.medc-font--light-blue {
  color: #3faad4; }

.medc-font--blue {
  color: #236faa; }

.medc-font--dark-blue {
  color: #083682; }

.medc-font--light {
  font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif; }

.card-display {
  border-bottom: 3px solid #DDD;
  border-top: 3px solid #DDD;
  margin-bottom: 50px;
  position: relative; }
  .card-display__wrapper {
    width: 100%; }
  .card-display__title {
    position: absolute;
    left: 10px;
    bottom: 100%;
    font-size: 1rem;
    background-color: #DDD;
    color: #000;
    margin: 0;
    padding: 5px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
