@font-face {
  font-family: 'Burbank Big Cd Bk';
  src: url("../fonts/BurbankBigCondensed-Black.woff2") format("woff2"), url("../fonts/BurbankBigCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

.flow-registration-team {
  padding-top: 0; }
  .flow-registration-team .header {
    position: relative; }
    .flow-registration-team .header .navbar {
      padding: 0; }
  .flow-registration-team .logo {
    background-size: contain;
    position: relative;
    margin: 15px 0;
    left: 0;
    height: 100px;
    cursor: default !important; }
  .flow-registration-team .sec-register-team {
    display: block;
    position: relative; }
  .flow-registration-team .background {
    padding: 15px 0; }
    .flow-registration-team .background-blue {
      background-color: #0A499F;
      color: #fff; }
      .flow-registration-team .background-blue h1, .flow-registration-team .background-blue h2, .flow-registration-team .background-blue h3 {
        color: #fff; }
    .flow-registration-team .background-white {
      background-color: #fff; }
      .flow-registration-team .background-white h1, .flow-registration-team .background-white h2, .flow-registration-team .background-white h3 {
        color: inherit; }
    .flow-registration-team .background-gray {
      background-color: #F7F5F3; }
  .flow-registration-team .ul-list-members {
    margin-top: 20px; }
    .flow-registration-team .ul-list-members li {
      background-color: #FAFAFA;
      height: 49px;
      line-height: 48px;
      border-bottom: 1px solid #D8D8D8;
      padding: 0 15px;
      position: relative; }
      .flow-registration-team .ul-list-members li.active {
        background-color: #F0FFEE;
        color: #399E5C; }
        .flow-registration-team .ul-list-members li.active .btn-plus-round {
          background: transparent url("../images/pc/symbol_plus_round_active.png") center center no-repeat;
          background-size: contain; }
      .flow-registration-team .ul-list-members li a {
        display: block;
        text-decoration: none;
        color: #333;
        font-weight: bold; }
  .flow-registration-team .btn-plus-round {
    background: transparent url("../images/pc/symbol_plus_round.png") center center no-repeat;
    background-size: contain;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px; }
  .flow-registration-team .btn-disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .flow-registration-team .text-sub-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .flow-registration-team .form-li-title > h3 {
    font-family: "din", Arial, sans-serif;
    font-size: 25px; }
  .flow-registration-team .align-left {
    text-align: left; }
  .flow-registration-team .text-sections--item .text-title {
    text-align: left;
    font-family: 'Burbank Big Cd Bk';
    font-size: 3em;
    margin-bottom: 15px;
    margin-top: 18px;
    font-weight: bold;
    color: #09499f; }
  .flow-registration-team .text-sections--item hr.yellow {
    border-bottom-color: #fed80a; }
  .flow-registration-team ul.pc-steps {
    margin-bottom: 0;
    display: inline-block;
    position: relative; }
    .flow-registration-team ul.pc-steps::after {
      position: absolute;
      content: " ";
      width: 90%;
      height: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-bottom: 3px solid #eee;
      z-index: 0;
      left: 5%; }
    .flow-registration-team ul.pc-steps li {
      margin-bottom: 0;
      z-index: 1; }

.form-content > ul li {
  margin-bottom: 20px; }

label.error.dob {
  margin-left: 0; }

.register-team-a-cover {
  margin-top: -32px;
  background-color: #09499F;
  color: #fff; }
  .register-team-a-cover h2.step-title {
    margin-top: 0;
    padding-top: 40px;
    color: #fff; }

@media (max-width: 767px) {
  .register-team-a-cover {
    margin-top: -20px; }
  ul.pc-steps li {
    line-height: 36px;
    height: 40px;
    width: 40px;
    margin: 0 2px 0 0 !important;
    font-size: 20px; } }
