﻿/*colors*/
/*#0b5fa5;*/
body {
  font-size: 75%; }

body, input, textarea, select, button {
  color: #555;
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0px; }

p {
  font-size: 1.17em; }

h2 {
  display: inline-block;
  font-size: 1.25em;
  margin: 4px 0;
  white-space: pre-line; }

h2 + p {
  margin-top: 0; }

h3 {
  display: inline-block;
  font-size: 1.17em;
  margin: 2px 0; }

h4 {
  font-size: 12px;
  font-weight: normal;
  margin: 2px 0; }

#account-affirmations > div {
  padding: 15px; }

#account-affirmations .payment-confirmation {
  background: #64B048;
  color: white;
  padding-top: 2px; }
  #account-affirmations .payment-confirmation .receipt-message {
    margin-top: 15px; }

#account-affirmations .affirmation-list {
  padding-top: 0; }
  #account-affirmations .affirmation-list h2 {
    margin-top: 0; }
  #account-affirmations .affirmation-list ul {
    list-style-type: circle;
    padding: 0 16px; }
    #account-affirmations .affirmation-list ul li {
      font-size: 1.17em;
      margin-bottom: 15px; }

#account-affirmations .button-wrapper {
  bottom: 26px;
  position: relative;
  text-align: center; }
  #account-affirmations .button-wrapper a {
    -webkit-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12) 0.5em 0px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12) 0.5em 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12) 0.5em 0px 0px rgba(0, 0, 0, 0.12);
    margin: 0 6px; }

#account-disclaimer {
  text-align: center; }
  #account-disclaimer #warning {
    width: 100px;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px; }
  #account-disclaimer #warning-header {
    font-size: 2em;
    font-weight: bold; }
  #account-disclaimer #disclaimer-call-in {
    margin-top: 20px; }
    #account-disclaimer #disclaimer-call-in p {
      clear: both; }
    #account-disclaimer #disclaimer-call-in a {
      margin-top: 10px;
      clear: both;
      display: inline-block; }

#account-boot-unlock .top {
  padding: 15px; }
  #account-boot-unlock .top p, #account-boot-unlock .top h1 {
    font-size: 1.5em; }
  #account-boot-unlock .top h1 {
    margin-top: -15px; }

#account-boot-unlock .code-wrapper {
  background: #B3DCEA;
  box-shadow: inset 0 6px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -6px 8px -8px rgba(0, 0, 0, 0.5); }
  #account-boot-unlock .code-wrapper ul {
    padding: 30px 0;
    text-align: center; }
    #account-boot-unlock .code-wrapper ul li {
      background-color: #444444;
      color: white;
      display: inline-block;
      font-size: 40px;
      height: 50px;
      margin: 3px;
      width: 50px; }

#account-boot-unlock .button-wrapper {
  text-align: center; }
  #account-boot-unlock .button-wrapper > div {
    margin-top: 50px; }

#account-boot-unlock .expired-wrapper {
  text-align: center;
  margin-bottom: 150px; }
  #account-boot-unlock .expired-wrapper h2 {
    clear: both;
    display: block;
    margin-bottom: 25px; }

#payment-details #payment-amount-wrapper {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-text-size-adjust: none;
  margin-top: -2px;
  max-height: 0px;
  overflow: auto;
  padding: 0; }
  #payment-details #payment-amount-wrapper:hover {
    background-color: initial; }
  #payment-details #payment-amount-wrapper.partial-payment-open {
    margin-top: 0;
    max-height: 200px;
    padding: 12px 15px; }
  #payment-details #payment-amount-wrapper h2 {
    margin-top: 6px; }
  #payment-details #payment-amount-wrapper input {
    background-image: icon(usd, #bbb);
    float: right;
    text-align: right;
    width: 36%; }
    #payment-details #payment-amount-wrapper input.icon {
      margin: 0 auto;
      background-repeat: no-repeat;
      background-position: 10px 50%; }

#payment-details ul {
  margin-bottom: 0; }

#payment-details .spreedly-iframe {
  display: inline-block;
  height: 43px; }

#payment-details form .pay-button-wrapper {
  bottom: 29px;
  position: relative;
  text-align: center;
  width: 100%; }
  #payment-details form .pay-button-wrapper .pay-button {
    -webkit-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px; }
  #payment-details form .pay-button-wrapper div {
    color: #3B99FC;
    cursor: pointer; }
    #payment-details form .pay-button-wrapper div.partial-payment-open {
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-text-size-adjust: none;
      opacity: 0; }

#account-pay-with-city > div {
  padding: 15px;
  text-align: center; }

#account-pay-with-city .button-wrapper {
  top: 40px;
  position: relative;
  text-align: center; }
  #account-pay-with-city .button-wrapper a {
    -webkit-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    margin: 0 6px; }

#account-summary form {
  text-align: center; }
  #account-summary form .form-background {
    box-shadow: inset 0 -6px 8px -8px rgba(0, 0, 0, 0.5);
    padding: 23px 10px 30px;
    text-align: center; }
    #account-summary form .form-background select {
      padding: 13px 14px; }
    #account-summary form .form-background .form-group {
      display: inline-block;
      margin: 0 3px;
      text-align: left; }
      #account-summary form .form-background .form-group.regular {
        width: 35%; }
      #account-summary form .form-background .form-group.small {
        width: 22%; }
      #account-summary form .form-background .form-group label {
        display: block;
        margin: 0 0 2px 5px; }
      #account-summary form .form-background .form-group input, #account-summary form .form-background .form-group select {
        width: 100%; }
      #account-summary form .form-background .form-group #plate {
        text-transform: uppercase; }
  #account-summary form .search-button {
    bottom: 32px;
    position: relative; }

#account-summary .navigation-list-wrapper {
  margin-top: -35px; }
  #account-summary .navigation-list-wrapper:nth-child(1) {
    border-top: 0; }
  #account-summary .navigation-list-wrapper h3 {
    margin: 4px 0; }
  #account-summary .navigation-list-wrapper svg {
    height: 24px;
    position: absolute;
    right: 16px;
    width: 24px; }
  #account-summary .navigation-list-wrapper .vehicle-summary {
    background-color: transparent; }
    #account-summary .navigation-list-wrapper .vehicle-summary h3 {
      display: block; }
    #account-summary .navigation-list-wrapper .vehicle-summary .search-parameters {
      margin-bottom: -2px; }
      #account-summary .navigation-list-wrapper .vehicle-summary .search-parameters .divider-dot {
        margin: 0 6px; }
    #account-summary .navigation-list-wrapper .vehicle-summary .tow-location-button {
      margin-top: 5px;
      display: inline-block;
      clear: both;
      width: auto; }
  #account-summary .navigation-list-wrapper .fine-wrapper {
    display: block;
    position: relative; }
  #account-summary .navigation-list-wrapper .fees {
    position: absolute;
    right: 25px; }
  #account-summary .navigation-list-wrapper .payments, #account-summary .navigation-list-wrapper .fines {
    position: absolute;
    right: 41px; }
  #account-summary .navigation-list-wrapper .payments {
    color: red; }
  #account-summary .navigation-list-wrapper .convience-fees-wrapper {
    height: 14px;
    position: relative; }

#account-summary #account-search-no-records-found {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center; }
  #account-summary #account-search-no-records-found .button, #account-summary #account-search-no-records-found .button-small {
    display: inline-block; }

#account-summary .button-wrapper {
  text-align: center;
  margin-top: 32px; }
  #account-summary .button-wrapper div {
    margin-bottom: 20px; }

#assisted-release {
  padding: 15px;
  text-align: center; }
  #assisted-release > div {
    margin: 50px 0 35px 0; }

#faq-content {
  margin-top: -30px; }

#faq {
  height: 100%;
  min-height: 450px;
  margin-top: -10px;
  overflow: hidden;
  position: relative; }
  #faq .faq-category {
    background-color: #caa603;
    border-radius: 3px;
    display: inline-block;
    margin-right: 6px;
    padding: 3px 7px;
    color: white;
    font-size: 11px; }
  #faq .faqs-wrapper {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-text-size-adjust: none;
    height: 100%;
    margin-top: -17px;
    padding: 55px 0 100px 15px;
    width: 100%; }
    #faq .faqs-wrapper li {
      max-width: 600px;
      margin-bottom: 25px; }
      #faq .faqs-wrapper li p {
        margin-bottom: 8px;
        margin-top: 2px; }
  #faq .faq-category-button {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-text-size-adjust: none;
    border-radius: 16px;
    cursor: pointer;
    margin: 9px 0;
    padding: 8px 7px 7px 12px;
    width: 155px; }
    #faq .faq-category-button label {
      cursor: pointer;
      font-size: 1.17em; }
    #faq .faq-category-button.selected {
      background: #fff; }
    #faq .faq-category-button.unselected {
      background: #3B99FC;
      color: #fff; }
      #faq .faq-category-button.unselected:hover {
        background: #097ffb; }
    #faq .faq-category-button svg {
      fill: #B4DCE9;
      float: right;
      height: 20px;
      margin-top: -2px;
      width: 19px; }
  #faq #drawer-toggle {
    left: 0;
    opacity: 0; }
    #faq #drawer-toggle ~ label {
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-text-size-adjust: none;
      background: #3B99FC;
      border-radius: 0 20px 20px 0;
      color: white;
      cursor: pointer;
      display: block;
      height: 31px;
      left: 0px;
      position: absolute;
      width: 108px;
      z-index: 1; }
      #faq #drawer-toggle ~ label:hover {
        background-color: #097ffb; }
      #faq #drawer-toggle ~ label .chevron-right {
        fill: #ffffff;
        vertical-align: middle;
        margin-bottom: 4px; }
      #faq #drawer-toggle ~ label .label-text {
        font-size: 1.17em;
        line-height: 30px; }
    #faq #drawer-toggle:checked ~ label {
      left: 180px; }
      #faq #drawer-toggle:checked ~ label .chevron-right {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    #faq #drawer-toggle:checked ~ .drawer {
      left: 0px; }
    #faq #drawer-toggle:checked ~ .faqs-wrapper {
      margin-left: 180px; }
  #faq .drawer {
    background: url(../Images/bg.png);
    box-shadow: inset -2px 0 3px rgba(0, 0, 0, 0.15);
    height: 100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-text-size-adjust: none;
    left: -180px;
    overflow-x: hidden;
    padding-left: 12px;
    padding-top: 8px;
    position: absolute;
    top: 30px;
    width: 180px; }

#city-steps-before-calling a {
  color: #3B99FC; }

#city-steps-before-calling h2 {
  display: block;
  white-space: normal; }

#city-steps-before-calling ol li {
  margin-bottom: 15px; }
  #city-steps-before-calling ol li ul {
    list-style-type: disc;
    padding: 10px 26px; }

#goto-return-locations-map {
  position: fixed;
  bottom: 20px;
  text-align: center;
  width: 200px;
  left: calc(50% - 100px); }

#return-location-list {
  padding-bottom: 100px; }
  #return-location-list .return-location-chevron {
    right: 0px; }

#city-specific-infos #pay-near-me {
  margin-top: 50px;
  text-align: center; }
  #city-specific-infos #pay-near-me img {
    width: 300px; }
  #city-specific-infos #pay-near-me .copy {
    font-size: 2em;
    margin: 0px 10%; }

#feedback {
  text-align: center; }
  #feedback textarea {
    border: 0px;
    border-radius: 4px;
    color: #555;
    font-size: 1.17em;
    margin-bottom: 10px;
    max-width: 600px;
    padding: 10px;
    resize: none;
    width: 100%; }
    #feedback textarea:focus {
      outline: none; }
  #feedback .button-wrapper {
    margin-top: 15px;
    text-align: center; }

#remove-boot-video {
  background-color: #000000;
  height: 100%;
  position: absolute;
  width: 100%; }
  #remove-boot-video iframe, #remove-boot-video object, #remove-boot-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.header {
  background-color: #572b7a;
  -webkit-box-shadow: 0em 0.2em 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0em 0.2em 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0em 0.2em 3px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 50px;
  width: 100%;
  right: 0;
  top: 0;
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: 900px) {
    .header {
      left: 0;
      margin-left: 0; } }
  .header .header-nav-wrapper {
    position: relative;
    text-align: center; }
    .header .header-nav-wrapper .back-button,
    .header .header-nav-wrapper .menu-icon {
      position: absolute;
      height: 28px;
      width: 28px; }
    .header .header-nav-wrapper .back-button {
      left: 15px;
      top: 12px; }
    .header .header-nav-wrapper .menu-icon {
      top: 10px; }
      .header .header-nav-wrapper .menu-icon .menu-icon-label {
        font-weight: bold;
        position: absolute;
        right: 30px;
        top: 7px; }
    .header .header-nav-wrapper h1 {
      display: inline-block;
      line-height: 28px; }
      .header .header-nav-wrapper h1.truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 250px; }
    .header .header-nav-wrapper .menu-btn {
      display: none; }
      .header .header-nav-wrapper .menu-btn:checked ~ .menu {
        max-height: 500px; }
      .header .header-nav-wrapper .menu-btn:checked ~ .menu-icon .menu-icon-label {
        display: none; }
      .header .header-nav-wrapper .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent; }
      .header .header-nav-wrapper .menu-btn:checked ~ .menu-icon .navicon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .header .header-nav-wrapper .menu-btn:checked ~ .menu-icon .navicon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header .header-nav-wrapper .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
      .header .header-nav-wrapper .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0; }
    .header .header-nav-wrapper .menu-icon {
      right: 14px;
      user-select: none; }
      .header .header-nav-wrapper .menu-icon .navicon {
        background: #fff;
        display: block;
        height: 2px;
        left: 5px;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        transition: background 0.2s ease-out;
        width: 18px; }
        .header .header-nav-wrapper .menu-icon .navicon:before,
        .header .header-nav-wrapper .menu-icon .navicon:after {
          background: #fff;
          content: '';
          display: block;
          height: 100%;
          position: absolute;
          transition: all 0.2s ease-out;
          width: 100%; }
        .header .header-nav-wrapper .menu-icon .navicon:before {
          top: 6px; }
        .header .header-nav-wrapper .menu-icon .navicon:after {
          top: -6px; }
    .header .header-nav-wrapper .menu {
      clear: both;
      margin-top: 6px;
      max-height: 0;
      transition: max-height 0.2s ease-out; }
      .header .header-nav-wrapper .menu a {
        text-decoration: none; }
      .header .header-nav-wrapper .menu li h3 {
        font-weight: normal; }
      .header .header-nav-wrapper .menu li a {
        display: inline-block; }
      .header .header-nav-wrapper .menu li .icon {
        margin-right: 15px; }
      .header .header-nav-wrapper .menu li svg {
        fill: black;
        height: 21px;
        width: 21px; }
  .header + div.content-wrapper {
    padding: 15px; }
  .header ul {
    background-color: #F5F7F8;
    text-align: left;
    color: black; }
    @media screen and (max-height: 400px) and (orientation: landscape) {
      .header ul li {
        padding: 6px 15px; } }
  .header:nth-child(1) {
    border-top: 1px solid #474545; }
  .header li {
    padding: 15px 15px;
    align-items: center;
    border-bottom: 1px solid #474545; }
    .header li:hover {
      background-color: #D8D8D8; }
    .header li .title, .header li h3 {
      vertical-align: middle; }
    .header li svg {
      fill: #3B99FC;
      opacity: 0.8; }
    .header li .icon {
      margin-right: 10px; }
    .header li a {
      text-decoration: none;
      width: 100%; }
    .header li .list-item-content, .header li label {
      width: 100%; }
    .header li .chevron-right {
      float: right; }
  .header.fix-svg-position li {
    position: relative; }
    .header.fix-svg-position li svg {
      margin-top: -10px;
      position: absolute;
      right: 15px;
      top: 50%; }

#account-make-payment-failure > div {
  text-align: center; }

#account-make-payment-failure > div,
#account-make-payment-success > div {
  padding: 15px; }

#account-make-payment-failure .payment-confirmation,
#account-make-payment-success .payment-confirmation {
  background: #64B048;
  color: white;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 10px; }
  #account-make-payment-failure .payment-confirmation .receipt-message,
  #account-make-payment-success .payment-confirmation .receipt-message {
    margin-top: 15px; }

#account-make-payment-failure .button-wrapper,
#account-make-payment-success .button-wrapper {
  top: 40px;
  position: relative;
  text-align: center; }
  #account-make-payment-failure .button-wrapper a,
  #account-make-payment-success .button-wrapper a {
    -webkit-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.12);
    margin: 0 6px; }

#goto-return-locations-list {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 150px;
  left: calc(50% - 75px); }

.map-wrapper {
  background-color: #eaeaea;
  border-bottom: 1px solid #CAD8E3;
  height: 35vh;
  position: relative; }
  .map-wrapper .google-map-link-wrapper {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 100; }
    .map-wrapper .google-map-link-wrapper .google-map-link {
      background-color: white;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
      border-radius: 2px;
      margin: 10px;
      padding: 5px 14px 5px 14px; }
      .map-wrapper .google-map-link-wrapper .google-map-link a {
        color: #3a84df;
        text-decoration: none; }
  .map-wrapper .map-container, .map-wrapper #map-container {
    height: 100%; }

:root {
  --primary: #382444; }

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  * :focus {
    outline: none; }

html {
  height: 100%; }

body {
  background-color: #fff;
  height: 100%;
  margin: 0; }
  body .main-container {
    background-color: #DDEBF7;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    height: calc(100% - 50px);
    margin: 0 auto;
    max-height: 900px;
    max-width: 900px;
    min-width: 320px;
    overflow: auto;
    position: relative;
    top: 50px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      body .main-container {
        box-shadow: none; } }

svg, [class^="icon-"] {
  height: 24px;
  width: 24px;
  vertical-align: middle; }

a {
  color: inherit; }

.button, .button-small {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-text-size-adjust: none;
  background-color: #3B99FC;
  border: 0px;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  margin-top: 6px;
  padding: 12px 24px;
  text-decoration: none; }
  .button:hover, .button-small:hover {
    background-color: #097ffb; }

.button-small {
  font-size: 1em;
  padding: 6px 12px; }

.hide {
  display: none !important; }

ul {
  list-style: none;
  overflow: hidden;
  margin-top: 0;
  padding: 0; }

ol {
  font-size: 1.17em;
  padding-left: 15px; }

hr {
  background-color: #ACB9C5;
  border: none;
  color: #ACB9C5;
  height: 1px;
  margin: 15px 30px 15px 3px;
  width: 100%;
  max-width: 700px; }

.left {
  float: left;
  width: 22%; }

.right {
  float: right;
  text-align: right; }

.center {
  float: left;
  text-align: center;
  width: 50%; }

.inactive {
  pointer-events: none;
  cursor: default; }

.navigation-list-wrapper:nth-child(1) {
  border-top: 1px solid #bcd8ef; }

.navigation-list-wrapper li {
  padding: 12px 15px;
  align-items: center;
  border-bottom: 1px solid #bcd8ef; }
  .navigation-list-wrapper li:hover {
    background-color: #D8D8D8; }
  .navigation-list-wrapper li .title, .navigation-list-wrapper li h3 {
    vertical-align: middle; }
  .navigation-list-wrapper li svg {
    fill: #3B99FC;
    opacity: 0.8; }
  .navigation-list-wrapper li .icon {
    margin-right: 10px; }
  .navigation-list-wrapper li a {
    text-decoration: none;
    width: 100%; }
  .navigation-list-wrapper li .list-item-content, .navigation-list-wrapper li label {
    width: 100%; }
  .navigation-list-wrapper li .chevron-right {
    float: right; }

.navigation-list-wrapper.fix-svg-position li {
  position: relative; }
  .navigation-list-wrapper.fix-svg-position li svg {
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%; }

.navigation-list-wrapper a {
  text-decoration: none; }

.navigation-list-wrapper li {
  display: list-item;
  padding: 15px;
  font-size: 1.25em;
  text-decoration: none; }
  .navigation-list-wrapper li a {
    display: inline-block;
    position: relative; }
    .navigation-list-wrapper li a span {
      font-size: 1.25em;
      position: absolute;
      top: 4px; }
    .navigation-list-wrapper li a .icon {
      margin-right: 15px; }

.navigation-list-wrapper .amount-due-wrapper {
  background: #64B048;
  color: white;
  padding: 13px 15px 19px 15px;
  position: relative; }
  .navigation-list-wrapper .amount-due-wrapper .convience-fees {
    margin-bottom: 4px;
    text-align: right; }
  .navigation-list-wrapper .amount-due-wrapper .amount-due,
  .navigation-list-wrapper .amount-due-wrapper .final {
    font-size: 1.5em; }
  .navigation-list-wrapper .amount-due-wrapper .final {
    float: right;
    margin-right: 19px; }
  .navigation-list-wrapper .amount-due-wrapper hr {
    color: #fff;
    background-color: #fff;
    margin: 10px 0px 0px 0px;
    opacity: 0.6;
    max-width: none; }

.detail-list-wrapper a {
  color: #3B99FC;
  text-decoration: none; }
  .detail-list-wrapper a svg {
    fill: #3B99FC; }

.detail-list-wrapper li {
  margin-bottom: 15px;
  max-width: 500px; }
  .detail-list-wrapper li .title-with-icon h3 {
    margin-top: -2px; }
  .detail-list-wrapper li .title-with-icon svg {
    float: left;
    height: 18px;
    margin-right: 10px;
    margin-top: -2px;
    width: 18px; }
  .detail-list-wrapper li .title-with-icon .information {
    white-space: pre-wrap;
    margin-left: 30px; }
    .detail-list-wrapper li .title-with-icon .information.additional {
      margin: 5px 0 0 30px; }

#content-status-code {
  padding-top: 100px;
  text-align: center; }
  #content-status-code .number {
    font-size: 3em;
    margin-bottom: 10px; }
  #content-status-code .description {
    margin-bottom: 40px; }
  #content-status-code a {
    display: inline-block; }

.account-details .description {
  margin-top: -10px; }

.account-details .note {
  width: 80%; }

.footer {
  background: #ddebf7;
  max-width: 900px;
  min-width: 320px;
  text-align: center;
  width: 100%; }
  @media screen and (max-height: 620px) {
    .footer {
      margin: 20px 0;
      position: static; } }
  .footer .button, .footer .button-small {
    display: inline-block; }

input, select {
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  height: 43px;
  -webkit-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.5);
  margin: 0 3px;
  padding: 8px; }

.disclaimer {
  font-size: 1em;
  margin-bottom: -5px;
  margin-top: 7px;
  font-style: italic; }

.form-error-message-wrapper {
  margin-top: 20px;
  text-align: center; }

.cc-validation-error {
  color: red;
  margin: 2px; }

.navigation-agreements {
  padding: 20px; }
  .navigation-agreements a {
    display: inline-block;
    margin-right: 15px;
    color: #ACB9C5; }

.menu-agreements {
  padding: 0px 20px; }
  .menu-agreements a {
    margin-right: 20px;
    text-decoration: none;
    color: #808080; }
    .menu-agreements a:hover {
      text-decoration: underline; }

.city-list-header {
  height: 130px; }

.main-title {
  margin-top: 0;
  font-size: 36px;
  text-decoration: underline;
  margin-top: 1rem;
  margin-bottom: .5rem; }

.secondary-title {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2em; }

.subtitle {
  font-size: 1.5em; }

.city-list-navigation-list-wrapper li {
  padding: 5px; }

#goto-return-locations-map, #find-my-record-button {
  text-align: center;
  width: auto; }

@media (max-width: 900px) {
  #goto-return-locations-map, #find-my-record-button {
    display: block; }
  .mainMinHeight {
    min-height: 95vh !important; }
  .secondaryMinHeight {
    min-height: 50vh; } }

.bc-green {
  background-color: #28a745; }
  .bc-green:hover {
    background-color: #2a9542; }

#goto-return-locations-map {
  position: static;
  bottom: 230px;
  right: 1px;
  left: 1px; }

#accordionHeader {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bcd8ef;
  padding: 15px;
  font-size: 15px;
  font-family: sans-serif;
  color: #555; }

.ui-icon-circle-arrow-e {
  background: url(../Images/rightArrow.png) no-repeat !important;
  width: 38px !important;
  height: 13px !important; }

.ui-icon-circle-arrow-s {
  background: url(../Images/downArrow.png) no-repeat !important;
  width: 38px !important;
  height: 13px !important; }

.mtop0 {
  margin-top: 0px; }

.m0 {
  margin: 0px; }

.location-img {
  margin-top: 10px;
  width: 100%; }

@media (max-width: 991.98px) {
  .appBar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0; }
  .appBar .navbar-nav {
    border-top: 1px solid #EEEEEE; }
  .menu-icon {
    top: 5px !important; }
  #goto-return-locations-map {
    position: fixed !important; } }

@media (max-width: 500px) {
  #navTitle {
    text-align: left;
    margin-left: -50px; } }

.appBar .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500; }

.link0Decoration {
  text-decoration: none; }

.owl-stage {
  padding-top: 5px; }

.mainMinHeight {
  min-height: 78vh; }

.secondaryMinHeight {
  min-height: 38vh; }

#payment-amount-wrapper {
  border-bottom: 1px solid #bcd8ef; }

#faq {
  min-height: 500px; }
  #faq li {
    max-width: 100% !important; }

.nav-item {
  font-size: 18px; }

iframe {
  width: 100%; }

.code {
  color: white;
  position: relative;
  top: -8px; }

.alert {
  display: inline-block;
  margin: 0px auto;
  position: fixed;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1100;
  top: 60px;
  left: 0px;
  right: 0px;
  animation-iteration-count: 1;
  animation: fadeIn 1s;
  max-width: 520px; }

#alertMessage {
  z-index: 1; }

.iconMenu {
  background-color: #1f52a2;
  margin-bottom: 14px;
  width: 56px;
  height: 56px;
  font-size: 30px;
  margin-top: 20px;
  padding-top: 12px; }

