.contact-info {
    background: #fff;
}
  
  .contact-info__title {
    margin: 0;
    font-size: 48px;
    line-height: 1.1;
    font-weight: bold;
    color: #133A5D; /* UCLA-ish deep blue  */
    padding: 0 0 40px;
    max-width: 340px;
    &:before {
        width: 100%;
        height: 3px;
        background: linear-gradient(to left, #2774AE 69%, #FFFFFF 100%);
        position: absolute;
        content: '';
        right:0;
        margin: 115px 0 0;
    }
  }
  
  .contact-info__intro {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    padding-right: 20px;
    font-weight: 300;
  }
  
  .contact-info__intro p {
    margin: 0 0 10px;
  }
  .contact-info__intro p:last-child {
    margin-bottom: 0;
  }
  
  .contact-info__list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    gap: 30px;
  }
  
  .contact-info__item {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
  }
  
  .contact-info__icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: #003b5c;
    margin-top: 2px;
  }
  
  .contact-info__text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  
  .contact-info__addr-line1,
  .contact-info__addr-line2 {
    margin: 0;
  }
  
  .contact-info__directions {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2774ae;
    text-decoration: none;
  }
  .contact-info__directions:hover {
    text-decoration: underline;
  }
  
  .contact-info__website {
    margin-top: 6px;
  }
  .contact-info__website a {
    color: #000;
    text-decoration: underline;
    word-break: break-word;
  }
  
  .contact-info__phone-link {
    color: rgba(0,0,0,.85);
    text-decoration: none;
    font-weight: 300;
  }
  .contact-info__phone-link:hover {
    text-decoration: underline;
  }
  
  /* Social icons row (from social_media module) */
  .contact-info__social {
    margin-top: 18px;
  }
  
  .contact-info__social .social-media-links--platforms {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .contact-info__social .social-media-links--platforms li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .contact-info__social .social-media-links--platforms a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 40px;
    color: #003b5c;
    text-decoration: none;
}
  
.contact-info__social .social-media-links--platforms svg {
    width: 40px;
    height: 40px;
}
  
  /* Small screens */
  @media (max-width: 600px) {
    .contact-info {
      padding: 18px;
    }
  
    .contact-info__title {
      font-size: 30px;
    }
  }
  
.ucla-two-col-contained__region:last-of-type {
    padding: 0 0 0 40px;
    background: #fff;
    z-index: 1;
}
.ucla-two-col-contained__region:last-of-type {
    padding: 0 0 0 40px;
    background: #fff;
    z-index: 1;
}
.ucla-two-col-contained__region:last-of-type:before {
    content: '';
    position: absolute;
    height: 100%;
    background: #fff;
    width: 100%;
    z-index: -1;
}

.webform-submission-contact-us-form, .webform-submission-contact-us-form {
    background: #F2F2F2;
    padding: 47px 47px 108px;
    border-radius: 8px;
    margin: 0 0 60px;
    .form-group .form-control:not(.button) {
      background: #fff;
      border: none;
      border-radius: 8px;
      box-shadow: none;
      color: #404040;
      padding: 8px 15px;
      position: relative;
      text-align: left;
      text-decoration: none;
      vertical-align: middle;
      width: 100%;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 500;
    }
    select {
      -webkit-user-select: none; /* Safari */
      user-select: none;
      appearance: none;
      -webkit-appearance: none; /* Safari and Chrome */
      background: none; /* In some cases, a background image is used for the arrow */
      padding: 0; /* Adjust padding as needed  */
      background: transparent;
    }
    fieldset.contact-us-category.js-form-item.js-form-type-select, fieldset.contact-us-subcategory {
      position: relative;
      background: #fff;
      border-radius: 8px;
      &:after {
        font-family: "fontawesome";
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(102, 102, 102, 1);
      }
    }
    fieldset.contact-us-subcategory.readonly {
      background: rgba(172, 172, 172, 1);
      label {
        color: #666666;
      }
    }
  }
 
.footer {
    z-index: 1;
}
.ucla-two-col-contained {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1180px) {
  h2.contact-info__title {
    position: relative;
  }
  .contact-info__title {
    &:before {
        left: 0;
        right: auto;
        margin: 0;
        bottom: 20px;
    }
}
}
@media all and (max-width: 767px) {
  .ucla-two-col-contained__region:last-of-type {
    padding: 30px 0 50px;
  }
  .contact-info__title {
    max-width: 100%;
  }
  .webform-submission-contact-us-form, .webform-submission-contact-us-form {
  div#edit-full-name {
    margin-bottom: 0;
    }
    fieldset#edit-first-name--wrapper {
      margin-bottom: 0;
    }
    fieldset#edit-last-name--wrapper {
      margin-bottom: 25px;
    }
  }
  
  }




  /* Wrapper must be positioned */
  .webform-submission-contact-us-form, .webform-submission-contact-us-form {
    label {
      color: #404040;
    }
    .floating-label {
      position: relative;
    }
    .floating-label label {
      position: absolute;
      left: .75rem;
      top: .8rem;
      pointer-events: none;
      transition: all 150ms ease;
      opacity: .75;
      z-index: 1;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      color: #404040;
    }
    input, textarea, select {
      padding-top: 1.4rem;
    }
    .floating-label:focus-within label,
    .floating-label.is-filled label {
      top: .25rem;
      font-size: .8rem;
      opacity: 0;
    }
    .floating-label .form-required::after {
      color: #d00;
    }
    a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
      outline: 1px solid #111 !important;
      box-shadow: 0 0 0 1px #ffc72c !important;
      border-radius: 8px !important;
  }
    
  }

