.checkmark {
  display: inline-block; }
  .checkmark:after {
    content: '';
    display: block;
    width: 12px;
    height: 20px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg); }

.btn-white {
  background-color: white;
  box-shadow: none; }
  .btn-white:active {
    box-shadow: none; }

.text-link {
  color: black;
  font-family: "ProximaNova-Regular"; }

@media only screen and (max-width: 1199px) {
  .br-lg {
    display: none; } }

.br-sm {
  display: none; }
  @media only screen and (min-width: 1800px) {
    .br-sm {
      display: block; } }

.checkbox-right {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .checkbox-right {
      text-align: left; } }
  .checkbox-right label {
    padding-left: 0;
    padding-right: 40px; }
    @media only screen and (max-width: 767px) {
      .checkbox-right label {
        padding-left: 40px;
        padding-right: 0; } }
    .checkbox-right label:before {
      left: auto;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .checkbox-right label:before {
          left: 0;
          right: auto; } }
    .checkbox-right label:after {
      left: auto;
      right: -6px; }
      @media only screen and (max-width: 767px) {
        .checkbox-right label:after {
          left: 0;
          right: auto; } }

.no-label {
  margin-top: 38px; }

.text-label {
  display: inline-block;
  vertical-align: middle;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .text-label {
      margin-bottom: 15px;
      font-size: 16px;
      font-size: 1rem; } }

@media only screen and (max-width: 767px) {
  .field-label {
    font-size: 16px;
    font-size: 1rem; } }

.button.dark-grey {
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  display: inline-block; }
.button.btn-wide {
  padding: 15px 45px; }

@media only screen and (max-width: 1599px) {
  .registration-page .top-heading {
    margin-top: 130px; } }
.registration-page .top-heading-text {
  float: left; }
  @media only screen and (max-width: 1599px) {
    .registration-page .top-heading-text {
      float: none; } }

.signup-steps {
  font-family: "ProximaNova-Bold";
  float: right;
  font-size: 27px;
  font-size: 1.6875rem; }
  @media only screen and (max-width: 1599px) {
    .signup-steps {
      float: none;
      transform: scale(0.75);
      transform-origin: left center; } }
  @media only screen and (max-width: 767px) {
    .signup-steps {
      float: none;
      margin-top: 30px; } }
  .signup-steps li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 78px;
    text-align: center;
    color: #7dca26;
    background-color: #fff;
    line-height: 48px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 4px solid #7dca26;
    -webkit-box-shadow: 0px 0px 0px 3px white;
    -moz-box-shadow: 0px 0px 0px 3px white;
    box-shadow: 0px 0px 0px 3px white;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .signup-steps li {
        margin-left: 56px; } }
    .signup-steps li:first-child {
      margin-left: 0; }
    .signup-steps li:last-child:after {
      display: none; }
    .signup-steps li:after {
      display: block;
      content: '';
      width: 82px;
      height: 4px;
      margin-top: -2px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50px; }
    .signup-steps li .checkmark {
      display: none; }
    .signup-steps li.active {
      color: #fff;
      background-color: #619d1d;
      -webkit-box-shadow: 0px 0px 0px 3px #619d1d;
      -moz-box-shadow: 0px 0px 0px 3px #619d1d;
      box-shadow: 0px 0px 0px 3px #619d1d; }
      .signup-steps li.active:after {
        background-color: #619d1d; }
    .signup-steps li.completed {
      background-color: #619d1d;
      -webkit-box-shadow: 0px 0px 0px 3px #619d1d;
      -moz-box-shadow: 0px 0px 0px 3px #619d1d;
      box-shadow: 0px 0px 0px 3px #619d1d; }
      .signup-steps li.completed:after {
        background-color: #619d1d; }
      .signup-steps li.completed .number {
        display: none; }
      .signup-steps li.completed .checkmark {
        display: inline-block; }

@media only screen and (max-width: 767px) {
  .registration-page header {
    height: 290px; } }
@media only screen and (max-width: 767px) {
  .registration-page .header-sm {
    height: 225px; } }
@media only screen and (max-width: 767px) {
  .registration-page .top-heading {
    margin-top: 70px; } }
.registration-page .registration-form {
  margin-top: 55px; }
  @media only screen and (max-width: 767px) {
    .registration-page .registration-form {
      margin-top: 35px; } }
  .registration-page .registration-form .checkbox-field {
    margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .registration-page .registration-form .court-agency {
      margin-bottom: 25px; } }
  .registration-page .registration-form .court-agency .checkbox-field {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .registration-page .registration-form .court-agency .checkbox-field {
        margin-bottom: 10px; } }
  .registration-page .registration-form .court-agency-container {
    padding-top: 15px; }
    @media only screen and (max-width: 767px) {
      .registration-page .registration-form .court-agency-container {
        padding-top: 0; } }
    .registration-page .registration-form .court-agency-container .form-element-container, .registration-page .registration-form .court-agency-container .reg-container h3, .reg-container .registration-page .registration-form .court-agency-container h3 {
      margin-bottom: 10px; }
    .registration-page .registration-form .court-agency-container .text-label {
      margin-top: 18px; }
    .registration-page .registration-form .court-agency-container .checkbox-field {
      margin-top: 20px; }
    .registration-page .registration-form .court-agency-container .button {
      margin-top: 12px; }
    .registration-page .registration-form .court-agency-container .bootstrap-select {
      margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .registration-page .registration-form .court-agency-container .agency-form-element {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .registration-page .registration-form .court-agency-container .agency-form-element #invite-agency {
        margin-bottom: 0; } }
  .registration-page .registration-form .select-company .bootstrap-select {
    margin-top: 0; }

.form-element-container, .reg-container h3 {
  margin: 0 85px; }
  @media only screen and (max-width: 991px) {
    .form-element-container, .reg-container h3 {
      margin: 0 30px; } }
  @media only screen and (max-width: 767px) {
    .form-element-container, .reg-container h3 {
      margin: 0 20px; } }

.inline-label {
  margin-bottom: 0;
  margin-top: 20px;
  height: auto; }
  .inline-label label {
    margin-bottom: 0; }

.form-divider {
  display: block;
  height: 1px;
  width: 97.5%;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 30px auto 40px;
  background-color: #e5e6e6; }
  .form-divider.equal-margin {
    margin: 5px auto 40px; }

.reg-container {
  padding: 50px 0 0 0;
  background: white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .reg-container {
      padding-top: 30px; } }
  .reg-container h3 {
    padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      .reg-container h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px; } }
    .reg-container h3 span {
      font-family: "ProximaNova-Semibold"; }
  .reg-container .registration-type-container {
    position: relative;
    padding: 50px 200px; }
    @media only screen and (max-width: 1599px) {
      .reg-container .registration-type-container {
        padding: 50px 100px; } }
    @media only screen and (max-width: 1199px) {
      .reg-container .registration-type-container {
        padding: 50px 35px; } }
    @media only screen and (max-width: 767px) {
      .reg-container .registration-type-container {
        padding: 20px 35px; } }
    .reg-container .registration-type-container .registration-type {
      display: inline-block;
      vertical-align: middle;
      height: 300px;
      width: 300px;
      text-align: center;
      text-transform: uppercase;
      font-family: "ProximaNova-Bold";
      letter-spacing: 4px;
      border: 3px solid #7c7c7c;
      padding-top: 75px;
      background-repeat: no-repeat;
      background-position: center 75px;
      background-size: 104px 100px; }
      @media only screen and (max-width: 1199px) {
        .reg-container .registration-type-container .registration-type {
          transform: scale(0.9);
          transform-origin: center center; } }
      @media only screen and (max-width: 991px) {
        .reg-container .registration-type-container .registration-type {
          transform: none;
          float: none;
          position: static;
          display: block;
          width: 300px;
          margin: 30px auto; } }
      @media only screen and (max-width: 767px) {
        .reg-container .registration-type-container .registration-type {
          width: 250px;
          height: 250px;
          background-position: center 55px;
          background-size: 80px;
          padding-top: 35px; } }
      .reg-container .registration-type-container .registration-type h5 {
        margin-top: 120px;
        font-size: 16px;
        font-size: 1rem; }
      .reg-container .registration-type-container .registration-type.active, .reg-container .registration-type-container .registration-type:hover {
        border: 3px solid #7dca26;
        color: #7dca26;
        cursor: pointer; }
    .reg-container .registration-type-container .reg-lawyer {
      background-image: url(../images/elements/lawyer-signup.svg);
      float: left; }
      @media only screen and (max-width: 991px) {
        .reg-container .registration-type-container .reg-lawyer {
          float: none; } }
      .reg-container .registration-type-container .reg-lawyer.active, .reg-container .registration-type-container .reg-lawyer:hover {
        background-image: url(../images/elements/lawyer-signup-active.svg); }
    .reg-container .registration-type-container .reg-court {
      background-image: url(../images/elements/steno_black.png);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 991px) {
        .reg-container .registration-type-container .reg-court {
          position: static; } }
      .reg-container .registration-type-container .reg-court.active, .reg-container .registration-type-container .reg-court:hover {
        background-image: url(../images/elements/steno-green.png); }
    .reg-container .registration-type-container .reg-agency {
      background-image: url(../images/elements/agency-signup.svg);
      float: right; }
      @media only screen and (max-width: 991px) {
        .reg-container .registration-type-container .reg-agency {
          float: none; } }
      .reg-container .registration-type-container .reg-agency.active, .reg-container .registration-type-container .reg-agency:hover {
        background-image: url(../images/elements/agency-signup-active.svg); }
  .reg-container .registration-bottom {
    background-color: whitesmoke;
    text-align: right;
    padding: 35px 85px; }
    @media only screen and (max-width: 1599px) {
      .reg-container .registration-bottom {
        padding: 35px 85px; } }
    @media only screen and (max-width: 991px) {
      .reg-container .registration-bottom {
        padding: 35px 30px; } }
    @media only screen and (max-width: 767px) {
      .reg-container .registration-bottom {
        padding: 35px 0;
        text-align: center; } }
    .reg-container .registration-bottom.wide {
      padding: 35px 185px; }
      @media only screen and (max-width: 1599px) {
        .reg-container .registration-bottom.wide {
          padding: 35px 85px; } }
      @media only screen and (max-width: 1199px) {
        .reg-container .registration-bottom.wide {
          padding: 35px 35px; } }
      @media only screen and (max-width: 767px) {
        .reg-container .registration-bottom.wide {
          padding: 35px 0; } }
    .reg-container .registration-bottom .button {
      display: inline-block;
      vertical-align: middle;
      width: 170px;
      height: 48px;
      padding: 18px;
      letter-spacing: 1px;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "ProximaNova-Bold";
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .reg-container .registration-bottom .button {
          display: inline-block;
          width: 250px; } }
    .reg-container .registration-bottom .button-transparent {
      color: black;
      width: auto;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .reg-container .registration-bottom .button-transparent {
          margin: 0 auto 15px; } }
      .reg-container .registration-bottom .button-transparent:hover {
        color: #373737; }
  .reg-container .text-content {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "ProximaNova-Regular";
    padding-right: 30px;
    line-height: 22px; }
    @media only screen and (max-width: 767px) {
      .reg-container .text-content {
        padding-right: 0;
        margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .reg-confirmation .registration-bottom {
    padding: 0 15px 70px 15px;
    background-color: white; } }

.reg-calendar {
  margin: 20px 85px 95px;
  padding: 0 15px; }
  @media only screen and (max-width: 767px) {
    .reg-calendar {
      margin: 0 20px 15px; } }
  .reg-calendar h3 {
    padding: 0;
    margin: 50px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .reg-calendar h3 {
        margin-top: 35px;
        font-size: 20px;
        font-size: 1.25rem; } }
  .reg-calendar .text-content {
    margin-top: 10px; }
  .reg-calendar .calendars {
    margin: 65px 0 60px 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .reg-calendar .calendars {
        margin: 40px 0 50px 0; } }
    .reg-calendar .calendars a {
      display: inline-block;
      vertical-align: middle;
      width: 220px;
      height: 70px;
      margin-right: 15px;
      padding: 15px 0;
      border: 1px solid #a1a1a1;
      border-radius: 3px;
      font-family: "ProximaNova-Semibold";
      color: black; }
      .reg-calendar .calendars a:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 991px) {
        .reg-calendar .calendars a {
          display: block;
          margin: 10px auto; }
          .reg-calendar .calendars a:last-child {
            margin: 10px auto; } }
    .reg-calendar .calendars img {
      display: inline-block;
      vertical-align: middle; }
    .reg-calendar .calendars h5 {
      display: inline-block;
      vertical-align: middle; }
  .reg-calendar .cal-bottom {
    text-align: center;
    margin-top: 120px; }
    @media only screen and (max-width: 767px) {
      .reg-calendar .cal-bottom {
        margin: 0 0 65px 0; }
        .reg-calendar .cal-bottom:last-child {
          margin-bottom: 0; } }
    .reg-calendar .cal-bottom h4 {
      font-family: "ProximaNova-Bold";
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 35px; }

.btn-black {
  display: inline-block;
  background-color: #2a2a2a;
  color: #fff;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  padding: 15px 45px;
  margin: 15px auto;
  font-size: 14px;
  font-size: 0.875rem; }
  .btn-black:hover {
    color: #fff; }

.map-marker tspan {
  display: block;
  width: 46px;
  height: 46px;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  color: #7dca26;
  text-align: center;
  padding: 3px 0;
  box-sizing: border-box;
  border: 8px solid #7dca26;
  border-radius: 50%;
  position: relative; }
  .map-marker tspan:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 14px solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; }

#text-abb text {
  fill: transparent; }

svg .number {
  fill: #7dca26;
  font-family: "ProximaNova-Bold";
  font-size: 18px; }
svg .map-marker {
  cursor: pointer; }
  svg .map-marker polygon {
    fill: #7dca26; }

.state-popup {
  display: none;
  transform: scale(0.8);
  transform-origin: 50% 50% 0;
  position: relative; }
  .state-popup:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #232323;
    background: #fff;
    /* outline: 1px solid #cc0; */
    position: absolute;
    left: -15px;
    top: 305px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50% 0;
    z-index: -1; }
  .state-popup:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 300px;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 99; }
  .state-popup .popup-wrapper {
    border: 1px solid #232323;
    font-family: "ProximaNova-Regular";
    width: 340px;
    background: #fff;
    position: relative; }
    .state-popup .popup-wrapper:before {
      display: block;
      content: '';
      width: 30px;
      height: 30px;
      /* outline: 1px solid #cc0; */
      position: absolute;
      left: -30px;
      top: 298px;
      border-style: solid;
      border-width: 22px 22px 22px 0;
      border-color: transparent #232323 transparent transparent; }
    .state-popup .popup-wrapper:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: -20px;
      top: 300px;
      border-style: solid;
      border-width: 20px 20px 20px 0;
      border-color: transparent #fff transparent transparent;
      z-index: 99; }
  .state-popup .popup-header {
    background: #232323;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem; }
  .state-popup .popup-body {
    /* min-height: 280px; */ }
    .state-popup .popup-body ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .state-popup .popup-body ul li {
        padding: 15px;
        border-top: 1px solid #ccc; }
        .state-popup .popup-body ul li:first-child {
          border-top: none; }
        .state-popup .popup-body ul li h4 {
          float: left;
          margin: 0; }
        .state-popup .popup-body ul li input {
          float: right;
          margin-top: 4px; }
    .state-popup .popup-body .text-link {
      display: inline-block;
      color: black;
      margin: 15px; }
  .state-popup .popup-footer {
    background: #f5f5f5;
    padding: 10px 15px;
    text-align: center; }
    .state-popup .popup-footer .button {
      display: inline-block;
      width: 100%;
      margin: 0 auto;
      padding: 10px 15px;
      background: #232323;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 4px; }

.calendar-container {
  height: 740px;
  width: 80%;
  margin: 0 auto;
  background-color: #e5e6e6; }

.modal {
  z-index: 9999; }

.modal-flat .modal-dialog {
  width: 800px;
  border-radius: 0; }
  @media only screen and (max-width: 991px) {
    .modal-flat .modal-dialog {
      width: 600px;
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .modal-flat .modal-dialog {
      width: auto;
      margin-top: 30px;
      margin-bottom: 60px; } }
.modal-flat .modal-header {
  border-bottom: none; }
.modal-flat .modal-footer {
  border-top: none; }
.modal-flat .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none; }
  .modal-flat .modal-content .close {
    width: 35px;
    height: 35px;
    background-color: #bdbbbc;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 35px;
    font-size: 2.1875rem; }

#cal-modal .modal-dialog .modal-content {
  text-align: center; }
  #cal-modal .modal-dialog .modal-content .modal-header {
    padding: 35px 35px 20px 35px; }
    @media only screen and (max-width: 767px) {
      #cal-modal .modal-dialog .modal-content .modal-header {
        padding: 15px;
        position: relative; } }
    @media only screen and (max-width: 767px) {
      #cal-modal .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        top: 10px;
        right: 10px;
        transform: scale(0.7);
        transform-origin: 50% 50% 0; } }
    #cal-modal .modal-dialog .modal-content .modal-header h4 {
      margin-top: 15px;
      font-size: 40px;
      font-size: 2.5rem; }
      @media only screen and (max-width: 767px) {
        #cal-modal .modal-dialog .modal-content .modal-header h4 {
          font-size: 24px;
          font-size: 1.5rem; } }
  #cal-modal .modal-dialog .modal-content .modal-body {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 60px; }
    @media only screen and (max-width: 991px) {
      #cal-modal .modal-dialog .modal-content .modal-body {
        padding: 15px 30px; } }
    #cal-modal .modal-dialog .modal-content .modal-body .text-bold {
      font-family: "ProximaNova-Semibold";
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-top: 45px; }
  #cal-modal .modal-dialog .modal-content .modal-footer {
    text-align: center;
    padding: 40px 15px 65px 15px; }
    @media only screen and (max-width: 767px) {
      #cal-modal .modal-dialog .modal-content .modal-footer {
        padding-top: 30px;
        padding-bottom: 40px; } }
    #cal-modal .modal-dialog .modal-content .modal-footer .button {
      display: inline-block;
      width: 215px;
      margin-right: 15px;
      text-transform: uppercase;
      font-family: "ProximaNova-Bold";
      padding: 15px;
      letter-spacing: 1px;
      font-size: 14px;
      font-size: 0.875rem; }
      #cal-modal .modal-dialog .modal-content .modal-footer .button:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 767px) {
        #cal-modal .modal-dialog .modal-content .modal-footer .button {
          display: block;
          margin: 0 auto 10px;
          width: 270px; }
          #cal-modal .modal-dialog .modal-content .modal-footer .button:last-child {
            margin: 0 auto; } }

.tutorial-modal h2 {
  font-size: 40px;
  font-size: 2.5rem; }

@media only screen and (max-width: 767px) {
  .registration-page .registration-form #your-office {
    margin-bottom: 5px; } }
@media only screen and (max-width: 767px) {
  .registration-page .registration-form #court-agency .text-label {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .registration-page .registration-form #court-agency .form-element {
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .registration-page .registration-form #court-agency .button {
    margin-top: 0; } }
@media only screen and (max-width: 767px) {
  .registration-page .registration-form #court-agency .court-agency-bottom .text-label {
    margin-top: 0;
    margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .registration-page .registration-form #court-agency .checkbox-field {
    margin-bottom: 28px;
    margin-top: 25px; } }
.registration-page .registration-form .form-element-container-last {
  padding-bottom: 50px; }
.registration-page .registration-form .radio-container {
  float: right;
  margin-top: 15px; }
  @media only screen and (max-width: 991px) {
    .registration-page .registration-form .radio-container {
      float: none;
      margin-top: 25px; } }
  .registration-page .registration-form .radio-container .checkbox-field {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 40px; }
    .registration-page .registration-form .radio-container .checkbox-field:last-child {
      margin-right: 0; }
.registration-page .registration-form .bootstrap-select {
  margin-top: 38px; }
  @media only screen and (max-width: 767px) {
    .registration-page .registration-form .bootstrap-select {
      margin-top: 0; } }
  .registration-page .registration-form .bootstrap-select .bs-caret {
    margin-right: 15px; }
  .registration-page .registration-form .bootstrap-select .dropdown-menu {
    right: 0; }
    .registration-page .registration-form .bootstrap-select .dropdown-menu li {
      cursor: pointer; }

.city-tags {
  margin-top: 25px;
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .city-tags {
      margin-bottom: 0;
      margin-top: 5px; } }
  .city-tags .text-bold {
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875rem; }
  .city-tags ul {
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .city-tags ul {
        text-align: center; } }
    .city-tags ul li {
      display: inline-block;
      vertical-align: middle;
      width: 215px;
      padding: 8px;
      margin-right: 10px;
      background-color: #2a2a2a;
      color: white;
      text-align: center;
      font-family: "ProximaNova-Regular";
      font-size: 18px;
      font-size: 1.125rem;
      border-radius: 25px; }
      @media only screen and (max-width: 767px) {
        .city-tags ul li {
          margin: 0 5px 15px 5px; } }

@media only screen and (max-width: 767px) {
  .court-payment {
    margin-top: 15px; } }
@media only screen and (max-width: 767px) {
  .court-payment .form-element {
    margin-bottom: 5px; } }
.court-payment .payment-methods {
  margin: 50px 0; }
  .court-payment .payment-methods > li {
    display: block;
    height: 65px;
    padding: 0 50px 0 85px;
    border: 1px solid #e5e6e6;
    border-top: none;
    position: relative;
    text-align: right; }
    .court-payment .payment-methods > li:first-child {
      border-top: 1px solid #e5e6e6; }
    .court-payment .payment-methods > li label {
      float: left;
      margin: 20px 0;
      width: 25%;
      text-align: left;
      font-size: 16px;
      font-size: 1rem;
      font-family: "ProximaNova-Regular";
      font-weight: normal; }
    .court-payment .payment-methods > li input[type="radio"] {
      position: absolute;
      top: 20px;
      left: 45px; }
    .court-payment .payment-methods > li input[type="text"] {
      text-align: right;
      height: 64px;
      width: 75%;
      font-size: 16px;
      font-size: 1rem;
      font-family: "ProximaNova-Regular";
      font-weight: normal;
      border: none; }
    .court-payment .payment-methods > li .text-label {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 25px; }
  .court-payment .payment-methods .checkbox-field {
    float: left;
    margin: 0;
    width: 25%; }
    .court-payment .payment-methods .checkbox-field label {
      width: 100%;
      padding-left: 0; }
      .court-payment .payment-methods .checkbox-field label:before {
        left: -45px; }
      .court-payment .payment-methods .checkbox-field label:after {
        left: -45px; }

.cc-logos {
  display: inline-block;
  width: auto;
  margin: 15px 0; }
  .cc-logos li {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 32px;
    margin-right: 10px;
    background-image: url(../images/elements/cc-logos.png);
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .cc-logos li {
        margin-right: 5px; } }
    .cc-logos li:last-child {
      margin-right: 0; }
  .cc-logos .visa {
    background-position: 0 0; }
    .cc-logos .visa.active {
      background-position: 0 -32px; }
  .cc-logos .master {
    background-position: -48px 0; }
    .cc-logos .master.active {
      background-position: -48px -32px; }
  .cc-logos .discover {
    background-position: -96px 0; }
    .cc-logos .discover.active {
      background-position: -96px -32px; }
  .cc-logos .amex {
    background-position: -144px 0; }
    .cc-logos .amex.active {
      background-position: -144px -32px; }

#ref-modal .modal-header {
  text-align: center;
  padding: 35px; }
  @media only screen and (max-width: 767px) {
    #ref-modal .modal-header {
      padding: 15px 15px 5px 15px; } }
  #ref-modal .modal-header h4 {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "AvenirNext-Regular";
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      #ref-modal .modal-header h4 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 25px; } }
  @media only screen and (max-width: 767px) {
    #ref-modal .modal-header .close {
      transform: scale(0.7);
      transform-origin: 50% 50% 0; } }
#ref-modal .modal-body {
  padding: 15px 65px 5px 65px; }
  #ref-modal .modal-body input[type="text"],
  #ref-modal .modal-body input[type="email"] {
    margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    #ref-modal .modal-body {
      padding: 20px 20px 0 20px; } }
  @media only screen and (max-width: 767px) {
    #ref-modal .modal-body .ref-mobile {
      display: none; } }
#ref-modal .modal-footer {
  padding: 0 65px 65px; }
  @media only screen and (max-width: 767px) {
    #ref-modal .modal-footer {
      padding: 0 20px 30px 20px; } }
  #ref-modal .modal-footer .button {
    width: 190px; }
    @media only screen and (max-width: 767px) {
      #ref-modal .modal-footer .button {
        display: block;
        width: 100%;
        height: 48px;
        padding: 18px;
        margin-bottom: 10px; } }

#info-message {
  display: none;
  height: 145px;
  width: 100%;
  padding: 60px 0;
  background-color: #2a2a2a;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #info-message {
      padding: 45px 40px; } }
  #info-message p {
    color: white;
    font-family: "ProximaNova-Semibold";
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #info-message p {
        letter-spacing: 1px;
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (max-width: 767px) {
      #info-message p span {
        display: block;
        letter-spacing: 0;
        font-size: 14px;
        font-size: 0.875rem; } }

.map-container {
  height: 600px;
  margin: 40px 0;
  background-color: #e5e6e6; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .bootstrap-select.select-search {
    margin-bottom: 0; } }
.bootstrap-select .dropdown-toggle {
  height: 60px;
  border-radius: 0;
  border-color: #e5e6e6;
  padding-right: 45px;
  padding-left: 15px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-toggle .filter-option {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    font-size: 1rem; }
.bootstrap-select .dropdown-menu .active a {
  background-color: whitesmoke; }
@media only screen and (max-width: 767px) {
  .bootstrap-select .dropdown-menu.inner .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px; } }
.bootstrap-select .dropdown-menu.inner .no-results {
  background-color: white;
  margin: 0;
  padding: 22px 27px;
  font-family: "ProximaNova-Regular";
  color: #555555; }
@media only screen and (max-width: 767px) {
  .bootstrap-select .dropdown-menu.inner li a {
    white-space: normal; } }
.bootstrap-select.open .dropdown-toggle {
  box-shadow: none; }
.bootstrap-select .bs-caret .caret {
  width: 15px;
  height: 15px;
  border-right: 2px solid #97d551;
  border-bottom: 2px solid #97d551;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transform-origin: 50% 50% 0;
  top: 20px !important;
  right: 20px !important;
  margin-top: 0 !important; }
.bootstrap-select .bs-searchbox {
  padding: 13px 8px 13px 45px;
  border-bottom: 1px solid #e5e6e6;
  position: relative; }
  .bootstrap-select .bs-searchbox .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .bootstrap-select .bs-searchbox .form-control:focus {
      border: none; }
  .bootstrap-select .bs-searchbox:before {
    display: block;
    content: '';
    width: 28px;
    height: 26px;
    background: url(../images/elements/icon-search-green.svg) no-repeat;
    position: absolute;
    left: 16px;
    top: 17px; }
  .bootstrap-select .bs-searchbox input {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    font-size: 1.125rem;
    color: black; }
    @media only screen and (max-width: 767px) {
      .bootstrap-select .bs-searchbox input {
        font-size: 14px;
        font-size: 0.875rem; } }

.select-company {
  position: relative; }
  .select-company .bootstrap-select {
    margin-top: 0; }
    .select-company .bootstrap-select > .dropdown-menu {
      max-height: 400px !important; }
    .select-company .bootstrap-select .dropdown-menu.inner {
      border-bottom: 1px solid #e5e6e6; }
    .select-company .bootstrap-select #add-firm {
      display: block;
      width: 250px;
      margin: 22px auto; }
      @media only screen and (max-width: 767px) {
        .select-company .bootstrap-select #add-firm {
          width: auto;
          margin: 22px 15px; } }

.registration-form .select-location .bootstrap-select {
  margin-top: 0; }
  .registration-form .select-location .bootstrap-select > .dropdown-menu {
    max-height: 550px !important; }
.registration-form .select-location .list-label {
  display: block;
  width: 100%;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  background-color: #2a2a2a;
  padding: 23px 25px; }

.button.btn-large {
  display: block;
  width: 100%;
  height: 48px;
  padding: 18px; }

.select-footer .btn-add-loc {
  display: block;
  height: 56px;
  padding: 21px 15px; }
.select-footer .select-bottom {
  background-color: whitesmoke;
  padding: 30px 25px; }
.select-footer .text-link {
  color: black; }
  .select-footer .text-link:hover {
    color: #4d4d4d; }
.select-footer .zip-location {
  display: none;
  padding: 13px 15px;
  height: 50px; }
  .select-footer .zip-location label {
    width: 90px; }
  .select-footer .zip-location input {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    text-align: right;
    border: none; }
  .select-footer .zip-location .close {
    background: black;
    color: white;
    opacity: 1;
    width: 21px;
    height: 21px;
    text-align: center;
    margin-top: 1px;
    border-radius: 50%;
    transition: all .2s;
    text-shadow: none; }
    .select-footer .zip-location .close:hover {
      background: #404040; }
.select-footer .zip-result {
  display: none;
  background: #e1e1e1;
  padding: 17px 23px; }
  .select-footer .zip-result .button {
    padding-left: 20px;
    padding-right: 20px; }
  .select-footer .zip-result .zip {
    display: inline-block; }
  .select-footer .zip-result .text-label {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    display: block; }
.select-footer .field-label {
  font-size: 14px;
  font-size: 0.875rem; }

.mobile-payment {
  display: none; }
  .mobile-payment .form-element-container, .mobile-payment .reg-container h3, .reg-container .mobile-payment h3 {
    margin: 0; }
    .mobile-payment .form-element-container .form-element, .mobile-payment .reg-container h3 .form-element, .reg-container .mobile-payment h3 .form-element {
      margin-bottom: 5px; }
  .mobile-payment label {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .mobile-payment label {
        font-size: 16px;
        font-size: 1rem; } }

.reg-court .text-label {
  line-height: 1.375; }
.reg-court .registration-form .radio-container {
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .reg-court .registration-form .button.dark-grey {
    display: block;
    height: 48px;
    padding: 18px; } }

.registration-page .search-container {
  position: relative; }
  .registration-page .search-container .search-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/elements/icon-search-green.svg) no-repeat;
    position: absolute;
    left: 12px;
    top: 15px; }
  .registration-page .search-container #location-search {
    padding-left: 45px; }
