﻿.rep-left-container-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 2rem;
  margin: 0 auto 2rem;
  border-bottom: 2px solid #E5E5E5; }
  @media (min-width: 1200px) {
    .rep-left-container-wrap {
      gap: 0;
      width: 1140px;
      grid-template-columns: repeat(10, 1fr);
      justify-items: center; } }

.rep-left-container-img {
  grid-column: span 3;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .rep-left-container-img {
      margin-bottom: 0;
      width: 285px;
      height: 285px; } }

.rep-left-container-content {
  grid-column: 5/span 9; }
  .rep-left-container-content h5, .rep-left-container-content h6 {
    color: #D2232A; }
  .rep-left-container-content .welcome-tag {
    text-transform: uppercase; }
  .rep-left-container-content ul {
    display: flex;
    margin: 0 0 20px;
    padding: 0; }
  .rep-left-container-content li {
    list-style: none; }
    @media (min-width: 600px) {
      .rep-left-container-content li {
        border-right: 2px solid #CCCCCC; } }
    .rep-left-container-content li > a, .rep-left-container-content li > a:link {
      font: normal normal 700 16px/19px Montserrat;
      color: #0063BE; }
    .rep-left-container-content li:first-child {
      padding-left: 0; }
    .rep-left-container-content li:last-child {
      border-right-width: 0; }
  .rep-left-container-content p {
    font-size: 16px; }
  .rep-left-container-content a.btn {
    padding: .595rem 2rem;
    border-radius: 40px;
    margin-bottom: 30px;
    display: block;
    color: #D2232A;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.8px; }
    @media (min-width: 1200px) {
      .rep-left-container-content a.btn {
        margin-bottom: 0;
        margin-right: 30px;
        display: inline-block; } }

.rep-modal .LiveForm.Default ul.page-break-section {
  box-shadow: none;
  padding: 0;
  border-radius: 0; }

.rep-modal .LiveForm.Default .Field.Heading .Header {
  font-weight: 400;
  font-size: 1rem;
  border-bottom: 0;
  color: #0D0D0D !important;
  font-family: 'Roboto'; }

.rep-modal .LiveForm.Default input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #0062be;
  border-color: #0062be;
  border-radius: 25px; }

.rep-modal .full-name > .Field-Container-Wide > div {
  display: flex;
  align-items: center; }
  .rep-modal .full-name > .Field-Container-Wide > div > span {
    flex: 1 0 45%;
    margin-right: 15px;
    position: relative;
    overflow: hidden; }
    .rep-modal .full-name > .Field-Container-Wide > div > span input {
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
      background: none; }
      .rep-modal .full-name > .Field-Container-Wide > div > span input:valid {
        background: #fff; }
        .rep-modal .full-name > .Field-Container-Wide > div > span input:valid ~ label {
          display: none !important; }
      .rep-modal .full-name > .Field-Container-Wide > div > span input:focus ~ label {
        background: #0063BE;
        color: #fff;
        font-size: 70%;
        padding: 1px 6px;
        z-index: 2;
        top: auto;
        bottom: 0;
        width: 100%;
        text-transform: uppercase; }
    .rep-modal .full-name > .Field-Container-Wide > div > span > label {
      transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
      position: absolute;
      color: #7F7F7F;
      padding: 5px 6px;
      top: 0;
      bottom: 0;
      left: 0;
      right: auto;
      z-index: 2;
      margin-bottom: 0 !important; }
    .rep-modal .full-name > .Field-Container-Wide > div > span:last-child {
      margin-right: 0; }
