* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

html,
body {
  font-family: 'Avenir', 'Nunito Sans', sans-serif;
  color: #1c1d28; }

h1 {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  text-align: center;
  font-weight: 300;
  font-size: 200%; }

h2 {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-weight: 300;
  font-size: 180%; }

h3 {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-weight: 300;
  font-size: 160%; }

h4 {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-weight: 300;
  font-size: 140%; }

h5 {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-weight: 300;
  font-size: 120%; }

h6 {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-weight: 500;
  font-size: 100%; }

p {
  margin: 0 0 1em;
  font-size: 100%; }

ul {
  margin: 0 0 1em;
  padding-left: 1.5em;
  list-style: none; }
  ul li {
    margin-bottom: 0;
    list-style-type: disc; }
  ul ul {
    margin-bottom: 0; }

ol {
  margin: 0 0 1em;
  padding-left: 1.5em; }
  ol li {
    margin-bottom: 0; }
  ol ol {
    margin-bottom: 0; }

a {
  position: relative;
  text-decoration: none;
  color: #113f8c; }
  a:hover {
    color: #2c4f7b; }
  a.negative {
    color: #e64747; }
    a.negative:hover {
      color: #dc1e1e; }

strong {
  font-weight: bold; }

button,
a.button {
  display: inline-block;
  background: #1c1d28;
  padding: 0.5rem 1.25rem;
  border: 1px solid #1c1d28;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  font-size: 90%;
  color: #fff; }
  button:after,
  a.button:after {
    content: none; }
  button:hover,
  a.button:hover {
    background: #2c4f7b;
    border-color: #1c1d28;
    color: #fff; }
  button.positive,
  a.button.positive {
    background: #3ebe3b;
    border: 0 none;
    color: #fff; }
    button.positive:hover,
    a.button.positive:hover {
      background: #31972f; }
  button.negative,
  a.button.negative {
    background: #e64747;
    border: 0 none;
    color: #fff; }
    button.negative:hover,
    a.button.negative:hover {
      background: #dc1e1e; }
  button.slim,
  a.button.slim {
    padding: 0.25rem 1rem; }
  button.outline,
  a.button.outline {
    background-color: transparent;
    border: 1px solid #1c1d28;
    color: #1c1d28; }
    button.outline:hover,
    a.button.outline:hover {
      background-color: #1c1d28;
      color: #fff; }
  button[disabled],
  a.button[disabled] {
    background: #ccc; }
    button[disabled]:hover,
    a.button[disabled]:hover {
      background: #ccc;
      cursor: not-allowed; }

.buttons button,
.buttons a.button {
  margin-left: 1.25rem; }

.buttons.right {
  text-align: right; }
  .buttons.right button,
  .buttons.right a.button {
    margin-right: 0;
    margin-left: 1.5rem; }

.actions button,
.actions a.button {
  float: right;
  margin-top: 0; }

form {
  text-align: center; }
  form *:focus {
    outline: none; }
  form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  form fieldset {
    margin: 0 0 1rem;
    padding: 0;
    border: 0 none; }
    form fieldset legend {
      margin: 0 0 0.5rem;
      font-weight: 100;
      font-size: 150%; }
    form fieldset.inline label {
      display: inline-block; }
    form fieldset.inline input {
      display: inline-block;
      clear: none; }
    form fieldset.recaptcha {
      width: 100%;
      height: 78px;
      margin-bottom: 0; }
    form fieldset.buttons {
      float: left;
      width: 100%;
      margin: 2rem 0 0;
      clear: both; }
      form fieldset.buttons button,
      form fieldset.buttons a.button {
        margin: 0 0.625rem; }
  form .radiochecks {
    padding: 0 0.5rem; }
    form .radiochecks.inline {
      text-align: left; }
      form .radiochecks.inline label {
        display: inline-block;
        margin: 1rem 1rem 0.25rem; }
    form .radiochecks label {
      position: relative;
      clear: left; }
    form .radiochecks input {
      float: left;
      display: inline-block;
      width: auto;
      margin: 0.125rem 0.25rem 0.125rem 0; }
    form .radiochecks span {
      display: block;
      padding-left: 1.25rem; }
  form p + label,
  form input + label,
  form select + label,
  form textarea + label,
  form fieldset + label,
  form .optional + label,
  form span.error + label,
  form .half + label,
  form span.error + .recaptcha,
  form .selectize-control + label {
    margin-top: 1rem; }
  form label {
    display: block;
    margin: 1rem 0 0.25rem 0;
    text-transform: none;
    text-align: left;
    font-size: 90%;
    clear: left; }
    form label.req:after {
      content: " *"; }
  form input {
    display: block;
    width: 100%;
    padding: 0.5rem 0.6rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 90%;
    clear: left; }
    form input[type="text"] {
      -webkit-appearance: none; }
    form input.datepicker {
      text-align: left; }
    form input:focus {
      border-color: #4d80c0; }
    form input.amount {
      position: relative;
      text-align: right; }
      form input.amount::before {
        content: '$';
        position: absolute;
        left: 0; }
  form textarea {
    display: block;
    width: 100%;
    padding: 0.5rem 0.6rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 90%;
    clear: left; }
    form textarea:focus {
      border-color: #4d80c0; }
  form select {
    display: block;
    background: #fff url("/img/arrow.gif") no-repeat;
    background-position: right 0.75rem top 50%;
    width: 100%;
    padding: 0.5rem 2.3rem 0.5rem 0.6rem;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    clear: left; }
    form select[disabled], form select[readonly] {
      background-image: url("/img/arrow-disabled.gif"); }
    form select:focus {
      border-color: #4d80c0; }
  form select::-ms-expand {
    display: none; }
  form input[disabled],
  form select[disabled],
  form textarea[disabled] {
    border-color: #eee; }
  form input[readonly],
  form select[readonly],
  form textarea[readonly] {
    border-color: #eee; }
  form .nav {
    margin: 0.75rem 1rem 0.75rem 0.25rem;
    font-size: 70%; }
    form .nav a {
      text-decoration: none;
      color: #333; }
  form button,
  form a.button {
    margin-top: 1rem; }
  form p + label {
    margin-top: 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  background: #fff;
  font-weight: 400;
  color: #000; }

.upload {
  margin: 0 1rem; }
  .upload label {
    background-color: #fff;
    width: 100%;
    margin: 2rem 0;
    padding: 2rem;
    text-align: center;
    border: 1px dashed #999;
    border-radius: 10px; }
  .upload:hover label {
    background-color: #eee;
    cursor: pointer; }

i.info-hover {
  position: relative;
  cursor: pointer; }
  i.info-hover:before {
    font-size: 80%; }
  i.info-hover span {
    font-family: 'Avenir', 'Nunito Sans', sans-serif;
    position: absolute;
    bottom: 1.25rem; left: -1rem;
    background: #113f8c;
    width: 12rem;
    padding: 0.5rem 0.75rem;
    transition: all 0.3s ease;
    transform: translate(0, -10%);
    visibility: hidden;
    line-height: 1.4;
    font-size: 80%;
    opacity: 0;
    z-index: 1;
    color: #fff; }
    i.info-hover span:before {
      content: '';
      display: block;
      position: absolute;
      top: 100%; left: 1rem;
      width: 0;
      height: 0;
      border-top: 5px solid #113f8c;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
  i.info-hover:hover span {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1; }

/* Errors */
input.error,
select.error,
textarea.error {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0 none;
  border-color: #e64747; }
  input.error:focus,
  select.error:focus,
  textarea.error:focus {
    border-color: #e64747; }

.radiochecks span.error {
  border-radius: 3px; }

fieldset + span.error {
  border-radius: 3px; }

.message {
  margin-bottom: 2rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 2px solid;
  text-align: center;
  font-size: 90%;
  clear: both; }
  .message * {
    color: #fff; }
  .message h3 {
    margin-top: -0.25rem;
    margin-bottom: 0.25em; }
  .message p {
    margin: 0 auto;
    color: #fff; }
  .message a {
    color: #fff; }
  .message.negative {
    background: #e64747;
    border-color: #e64747; }
  .message.positive {
    background: #7ED648;
    border-color: #7ED648; }
    .message.positive {
      color: #1c1d28; }
  .message.neutral {
    background: #2c4f7b;
    border-color: #2c4f7b; }

.site-messages {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3; }
  .site-messages .message {
    margin-bottom: 0;
    border-radius: 0; }

span.error {
  display: block;
  background: #e64747;
  width: 100%;
  margin: 0;
  padding: 0.4rem 0.65rem;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: left;
  font-size: 70%;
  color: #fff; }
  span.error:empty {
    display: none; }

p.error {
  text-align: center;
  color: #e64747; }

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.centraliser {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

body {
  background: #fff; }

#pagecontainer {
  position: relative; }

#sidebar {
  position: fixed;
  background: #1c1d28;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%; }

.full {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .full .full {
    width: calc(100%);
    float: left;
    margin-left: 0px; }
  .full .half {
    width: calc(50%);
    float: left;
    margin-left: 0px; }
  .full .third {
    width: calc(33.33333%);
    float: left;
    margin-left: 0px; }

.half {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }

.third {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }

header {
  position: relative;
  background: #84baf3;
  min-height: 3.75rem;
  text-align: center; }
  header #logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.25rem;
    margin: 0 auto;
    transform: translate(-50%, -50%); }
    header #logo img {
      display: block;
      width: 100%; }
  header #account-icon {
    float: right;
    display: none;
    position: relative;
    left: 1rem;
    width: 3.75rem;
    height: 3.25rem;
    margin: 0.125rem;
    padding: 0.75rem 0.875rem;
    border-radius: 0.25rem;
    transition: all 300ms ease 0ms;
    transform: scale(0.75);
    color: #1c1d28; }
    header #account-icon.is-active {
      background: #1c1d28;
      color: #fff; }
    header #account-icon i {
      font-size: 1.75em; }
  header #menutoggle {
    float: right;
    display: none;
    margin: 0.125rem;
    transition: all 300ms ease 0ms;
    transform: scale(0.75); }
    header #menutoggle:focus {
      outline: none; }
    header #menutoggle:hover {
      background: transparent;
      opacity: 1; }
    header #menutoggle .hamburger-box {
      width: 1.875rem;
      height: 0.75rem; }
    header #menutoggle.is-active {
      background: #1c1d28; }
      header #menutoggle.is-active .hamburger-box {
        width: 1.875rem;
        height: 0.75rem; }
      header #menutoggle.is-active .hamburger-inner,
      header #menutoggle.is-active .hamburger-inner:after,
      header #menutoggle.is-active .hamburger-inner:before {
        background: #fff;
        width: 1.875rem;
        height: 0.1875rem; }
  header .hamburger-inner {
    margin-top: -1px; }
  header .hamburger-inner,
  header .hamburger-inner:after,
  header .hamburger-inner:before {
    background: #1c1d28;
    width: 1.875rem;
    height: 0.1875rem; }
  header .hamburger-inner:before {
    top: -0.5rem; }
  header .hamburger-inner:after {
    bottom: -0.5rem; }

#sidebar nav.is-active {
  transform: translateY(0); }

nav {
  position: absolute;
  top: 3.75rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  clear: left; }
  nav ul {
    margin: 1rem 0;
    padding: 0; }
    nav ul li {
      list-style: none; }
      nav ul li.hide i {
        transform: rotate(-180deg); }
      nav ul li i {
        float: right;
        margin: 0.1875rem;
        transition: .3s all;
        color: #fff; }
      nav ul li a {
        display: block;
        padding: 0.5em 1.5em;
        font-size: 90%;
        color: #fff; }
        nav ul li a:hover {
          color: #84baf3; }
      nav ul li ul {
        margin: 0 0 1rem; }
        nav ul li ul li a {
          padding-left: 2.5em; }
        nav ul li ul li ul {
          display: none; }

#user {
  position: fixed;
  background: #84baf3;
  top: 0;
  right: 0;
  left: 0;
  height: 3.75rem;
  margin-left: 25%;
  padding: 1rem;
  text-align: right;
  font-size: 90%;
  z-index: 2; }
  #user.is-active {
    transform: translateY(0); }
  #user p {
    display: inline-block;
    margin: 0.25rem 0; }
    #user p strong {
      margin-left: 2rem; }
  #user .logout {
    float: right;
    margin: 0.125rem 0 0.125rem 2rem;
    font-size: 90%; }

#announcement {
  position: relative;
  background: #eee;
  right: 0;
  left: 0;
  margin: 3.75rem 0 0 25%;
  padding: 1rem 1.25rem 0;
  text-align: center;
  font-size: 90%;
  color: #333; }
  #announcement.notification {
    background: #ffe06f;
    color: #b58701; }
  #announcement.alert {
    background: #fbe4e4;
    border-color: #e64747;
    color: #e64747; }

.claim-status {
  background: #2c4f7b;
  max-width: 45rem;
  margin: 0 auto 5rem;
  padding: 1rem 1.5rem 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 90%;
  color: #fff; }

#user + #content {
  margin-top: 3.75rem; }

#content {
  margin-left: 25%;
  padding: 2rem; }
  #content.medium .main-container {
    max-width: 60rem; }
  #content.large .main-container {
    max-width: 80rem; }
  #content .main-container {
    max-width: 30rem;
    margin: 0 auto; }
  #content .loggedin strong {
    margin-left: 1.5rem; }
    #content .loggedin strong:first-of-type {
      margin-left: 0; }

.errors {
  text-align: center;
  color: #e64747; }

.optional {
  display: none; }
  .optional .active {
    display: block; }

.cms-content {
  margin-bottom: 3rem; }

img {
  display: block;
  width: 100%; }

footer {
  background: #f7f7f7;
  margin-left: 25%;
  padding: 1rem;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 80%; }
  footer.pinned {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  footer p {
    margin-bottom: 0; }
  footer a {
    color: #999999; }
    footer a:hover {
      color: #1c1d28; }

#auth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.5rem);
  max-width: 23.5rem;
  transform: translate(-50%, -50%); }
  #auth.static {
    top: 1.25rem;
    transform: translate(-50%, 0); }
    #auth.static .content {
      border-top-left-radius: 0; }
    #auth.static .tab {
      width: 100%;
      text-align: center; }
  #auth .content {
    background: #f7f7f7;
    padding: 2rem;
    border-radius: 0.5rem; }
    #auth .content #logo {
      display: block;
      width: 50%;
      margin: 0 auto 2rem; }
      #auth .content #logo img {
        display: block;
        width: 100%; }
    #auth .content p {
      font-size: 95%; }
    #auth .content label {
      display: none; }
    #auth .content input {
      margin-top: 1em; }
      #auth .content input:first-of-type {
        margin-top: 0; }
    #auth .content .actions {
      margin-top: 1em; }
    #auth .content .forgot {
      float: left;
      padding: 0.625rem 0.25rem;
      font-size: 70%;
      color: #666666; }
      #auth .content .forgot:hover {
        color: #2c4f7b; }
    #auth .content button {
      font-size: 90%; }
  #auth footer {
    background: transparent;
    margin: 0;
    padding: 1.25rem;
    border: 0 none;
    font-size: 70%;
    color: rgba(255, 255, 255, 0.5); }
    #auth footer p {
      margin: 0; }
    #auth footer a {
      color: rgba(255, 255, 255, 0.75); }
      #auth footer a:hover {
        color: #fff; }
  #auth .warning {
    background: #ffeba2;
    padding: 0.5rem 0.5rem 0;
    margin: 1rem 0 0;
    border-radius: 5px;
    border: 1px solid #ffd53c;
    text-align: left;
    overflow: hidden;
    font-size: 81.25%; }

.overlay,
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }
  .overlay.active,
  .mobile-overlay.active {
    display: block; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  left: 25%;
  background: #fff;
  width: 90%;
  max-width: 40rem;
  margin: auto;
  padding: 2rem;
  transform: translate(0, -50%);
  border-radius: 0.5rem;
  text-align: center;
  font-size: 100%;
  z-index: 100; }
  .modal.active {
    display: block; }
  .modal .close {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    font-weight: bold;
    color: #bfbfbf; }
    .modal .close:hover, .modal .close:focus {
      color: #000; }
  .modal h3 {
    margin-bottom: 2rem; }
  .modal .button,
  .modal a.button.red {
    display: inline-block;
    margin: 1rem 0.5rem 0; }
  .modal .pseudo-table {
    margin: 0 auto; }
    .modal .pseudo-table p {
      text-align: right; }
      .modal .pseudo-table p.mobile-label {
        text-align: left; }

.pagination-section {
  float: right;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 80%; }
  .pagination-section .pagination {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center; }
    .pagination-section .pagination li {
      display: block;
      list-style: none; }
      .pagination-section .pagination li:hover:not(.active) a, .pagination-section .pagination li:hover:not(.active) span {
        background-color: #eee; }
      .pagination-section .pagination li.disabled:hover a {
        background: none;
        cursor: default; }
      .pagination-section .pagination li.disabled a {
        color: #ccc; }
      .pagination-section .pagination li.active a, .pagination-section .pagination li.active span {
        background-color: #84baf3;
        border: 1px solid #84baf3;
        color: #fff; }
      .pagination-section .pagination li a, .pagination-section .pagination li span {
        float: left;
        margin: 0 0.125rem;
        padding: 0.5rem 1rem;
        transition: background-color .3s;
        border: 1px solid #eee;
        text-decoration: none;
        border-radius: 2px;
        color: #000; }

.pseudo-table {
  display: table;
  width: 100%; }
  .pseudo-table.details .table-row .mobile-label {
    display: table-cell; }
  .pseudo-table.v-stripe .table-row p:nth-of-type(4n) {
    background: #f8f8f8; }
  .pseudo-table.h-stripe .table-row:nth-child(2n+1) {
    background: #f8f8f8; }
  .pseudo-table .table-head {
    display: table-row;
    width: 100%; }
    .pseudo-table .table-head h5 {
      display: table-cell;
      background: #84baf3;
      width: auto;
      padding: 0.5rem 0.75rem;
      vertical-align: bottom;
      text-align: center;
      font-weight: 500;
      font-size: 80%;
      color: #fff; }
  .pseudo-table .table-row {
    display: table-row;
    width: 100%; }
    .pseudo-table .table-row:last-child p {
      border-bottom: 0 none; }
    .pseudo-table .table-row.highlight-row:hover {
      background: #eff6fd; }
    .pseudo-table .table-row p {
      display: table-cell;
      margin: 0;
      padding: 1rem 0.75rem;
      border-bottom: 1px solid #eee;
      vertical-align: middle;
      font-size: 90%; }
      .pseudo-table .table-row p:first-of-type() {
        border-top: 0 none; }
      .pseudo-table .table-row p.input {
        padding: 0.5rem 0.25rem 0; }
    .pseudo-table .table-row .mobile-label {
      display: none; }
      .pseudo-table .table-row .mobile-label.input {
        padding: 0.75rem 0; }
    .pseudo-table .table-row .amount {
      width: 7rem; }
    .pseudo-table .table-row .date {
      width: 6.5rem;
      text-align: center; }
    .pseudo-table .table-row .center {
      text-align: center; }
    .pseudo-table .table-row .view-button {
      width: 100%;
      text-align: right; }
    .pseudo-table .table-row .view {
      width: 2.75rem;
      padding: 0;
      text-align: center;
      color: #999999; }
      .pseudo-table .table-row .view:hover {
        cursor: pointer;
        color: #1c1d28; }
        .pseudo-table .table-row .view:hover a {
          color: #1c1d28; }
      .pseudo-table .table-row .view a {
        display: block;
        padding: 1rem 0;
        border-bottom: 0 none;
        color: #999999; }
  .pseudo-table .sub-total p {
    border-bottom: 4px double #ccc;
    font-weight: bold; }
  .pseudo-table a {
    border-bottom: 1px solid; }
    .pseudo-table a:hover {
      border-bottom: 0 none;
      color: #84baf3; }
    .pseudo-table a.button {
      border-bottom-color: #1c1d28; }

.amount {
  padding-left: 1rem;
  white-space: nowrap;
  text-align: right; }
  .amount::before {
    content: '$';
    float: left;
    margin-right: 0.25rem;
    color: #1c1d28; }
  .amount.input:before {
    content: none; }
  .amount input {
    text-align: right; }

.footnote {
  margin: 3rem 0 0 0;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 75%; }

.note {
  font-size: 80%; }

.data-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: left; }
  .data-list dt {
    width: 50%;
    margin: 0 0 0.5rem;
    padding: 0;
    font-weight: bold;
    font-size: 95%;
    clear: left; }
  .data-list dd {
    width: 50%;
    margin: 0 0 0.5rem;
    padding: 0;
    font-size: 95%; }

.divider {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee; }

#login .tabs {
  display: flex;
  position: absolute;
  top: auto; right: 0; bottom: 100%; left: 0;
  justify-content: flex-end; }
  #login .tabs .tab.first-time::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 2px; }

#login {
  background: #2c4f7b; }
  #login .content {
    border-top-right-radius: 0; }
  #login .tab {
    display: inline-block;
    background: #fecb37;
    padding: 0.25rem 0.625rem;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    font-weight: 500;
    font-size: 70%;
    color: #1c1d28; }
    #login .tab:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      height: 2px; }
    #login .tab:hover {
      background: #fed86a; }
    #login .tab.first-time {
      right: auto; left: 0;
      background: #7ED648; }
      #login .tab.first-time:hover {
        background: #9cdf72; }
  #login #auth .description {
    margin-bottom: 2rem;
    text-align: left;
    font-size: 80%; }
  #login .login-help {
    margin: 2rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid #ccc;
    text-align: left;
    font-size: 80%; }
    #login .login-help p:last-child {
      margin-bottom: 0; }

#password-reset {
  background: #1c1d28; }
  #password-reset .nav {
    display: inline-block;
    margin: 0.75rem auto 0;
    clear: both; }
  #password-reset #password-validate {
    margin-top: 2rem; }

#home h1 {
  margin-bottom: 0;
  text-align: center; }

#home h2 {
  text-align: center; }

#home .pdfs {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5rem auto 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #home .pdfs + .pdfs {
    margin-top: 0; }
  #home .pdfs .pdf {
    margin-left: 1rem; }
    #home .pdfs .pdf:first-of-type {
      margin-left: 0; }

#home .download-pdf {
  display: -ms-flexbox;
  display: flex;
  max-width: 23rem;
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #335996;
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  font-size: 190%;
  line-height: 1;
  color: #335996; }
  #home .download-pdf.amendment-form {
    max-width: 25rem; }
  #home .download-pdf:hover {
    background: #335996;
    border-color: #335996;
    color: #fff; }
  #home .download-pdf i {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    font-size: 140%; }
  #home .download-pdf span {
    display: inline-block;
    vertical-align: middle; }
    #home .download-pdf span small {
      display: block;
      margin: 0.25rem 0;
      font-size: 45%; }
    #home .download-pdf span strong {
      text-transform: uppercase; }
  #home .download-pdf img {
    display: block;
    width: 100%; }

#home .rec-message {
  max-width: 20rem;
  margin: 0 auto;
  text-align: center;
  font-size: 85%; }
  #home .rec-message .return-btn {
    margin-top: 1rem; }

#landing-nav {
  margin-top: 2rem;
  text-align: center;
  font-size: 0; }
  #landing-nav .nav-section {
    display: inline-block;
    width: 33%;
    max-width: 20rem;
    padding: 0.5rem 1.25rem;
    border-right: 1px solid #ccc;
    vertical-align: top;
    font-size: 1rem; }
    #landing-nav .nav-section:last-of-type {
      border-right: 0 none; }
    #landing-nav .nav-section ul {
      margin: 0;
      padding: 0; }
      #landing-nav .nav-section ul li {
        margin: 0;
        padding: 0.25rem 0;
        list-style: none;
        font-size: 95%; }
      #landing-nav .nav-section ul ul {
        display: none; }

.landing-page-hero {
  margin: 1rem 0; }

#special-offers-form .data-list {
  margin: 0 auto; }
  #special-offers-form .data-list dt {
    padding-right: 0.5rem;
    text-align: right; }
  #special-offers-form .data-list dd {
    padding-left: 0.5rem; }

#special-offers-form .radiochecks {
  margin: 0 auto; }
  #special-offers-form .radiochecks label {
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0.25rem;
    -ms-flex-align: center;
    align-items: center; }
    #special-offers-form .radiochecks label span {
      padding-left: 0.75rem;
      font-size: 135%; }

#submit-claims #submit-claims-form .set {
  padding: 0.5rem 1rem 1rem;
  border: 1px solid #113f8c;
  border-radius: 0.25rem; }
  #submit-claims #submit-claims-form .set legend {
    margin: 0 auto;
    padding: 0 0.5rem; }

#submit-claims #submit-claims-form .claims-uploading {
  background: rgba(126, 214, 72, 0.1);
  margin: 1.5rem auto;
  padding: 1em;
  border: 1px solid #7ED648;
  border-radius: 0.25rem;
  text-align: center; }

.priorUnspentFunds {
  max-width: 18rem;
  margin: 0 auto;
  font-size: 110%; }
  .priorUnspentFunds .amount-label {
    width: 11rem; }
  .priorUnspentFunds .amount {
    width: 7rem; }

.vehicle-panel {
  margin-top: 2rem; }
  .vehicle-panel .rego {
    float: left;
    width: auto; }
  .vehicle-panel .funds-available-now {
    float: right;
    width: auto;
    margin: 0.375rem 0 0; }
    .vehicle-panel .funds-available-now span {
      color: #4e9622; }
      .vehicle-panel .funds-available-now span::before {
        content: '$';
        margin-right: 0.25rem; }

#claims-summary-table .prior-unspent-funds {
  min-width: 10%; }

#claims-summary-table .amount-budgeted {
  min-width: 10%; }

#claims-summary-table .claims-submitted {
  min-width: 10%; }

#claims-summary-table .payments {
  min-width: 10%; }

#claims-summary-table .further-claims-required {
  min-width: 10%; }

.card-container {
  margin-bottom: 1rem; }
  .card-container .card {
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f7;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 90%; }
    .card-container .card.total {
      background: #f2f2f2;
      -ms-flex-pack: end;
      justify-content: flex-end;
      border-radius: 3px; }
      .card-container .card.total .col:first-child {
        border-left: 0 none; }
    .card-container .card .header {
      display: -ms-flexbox;
      display: flex;
      background: #84baf3;
      width: 100%;
      padding: 0.5rem 0.75rem;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #fff; }
      .card-container .card .header :first-child {
        margin: 0;
        font-size: 95%; }
      .card-container .card .header :last-child {
        margin: 0;
        font-size: 95%; }
    .card-container .card .col {
      display: table;
      width: 33.33%;
      margin: 0.5rem 0 0;
      padding: 0.25rem 1rem;
      border-left: 1px solid #d9d9d9;
      font-size: 90%; }
      .card-container .card .col:nth-child(2) {
        border-left: 0 none; }
      .card-container .card .col .group {
        display: table-row;
        margin: 0; }
        .card-container .card .col .group label {
          display: table-cell;
          margin: 0;
          padding: 0.25rem 0;
          white-space: nowrap;
          font-weight: 500; }
        .card-container .card .col .group p {
          display: table-cell;
          margin: 0;
          padding: 0.25rem 0;
          text-align: right; }
          .card-container .card .col .group p.amount {
            width: 5rem; }
          .card-container .card .col .group p a {
            border-bottom: 1px solid; }

#report-selection-form {
  margin-bottom: 3rem;
  text-align: left; }
  #report-selection-form select {
    display: inline-block;
    width: 100%;
    max-width: 20rem;
    border-right: 0 none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #report-selection-form button {
    margin-top: 0;
    border-top: 1px solid #3ebe3b;
    border-bottom: 1px solid #3ebe3b;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  #report-selection-form .download-pdf.button {
    float: right;
    margin: 1px 0 0 0;
    font-size: 80%; }

#benefit-details-table {
  margin-bottom: 2rem;
  padding: 1rem 0 0 0;
  border-bottom: 1px solid #eee; }

#motor-details {
  max-width: 20rem;
  margin: 0 auto 2rem; }
  #motor-details h4 {
    text-align: center; }

#benefit-item-details {
  max-width: 25rem; }

#amend-package-form .personal-details {
  margin: 0 auto; }
  #amend-package-form .personal-details #change-personal-details {
    display: none; }

#amend-package-form .manage-benefits {
  margin-top: 5rem; }

#amend-package-form .motor-vehicle-benefits {
  margin-top: 5rem; }
  #amend-package-form .motor-vehicle-benefits .statutory-rate {
    display: none; }
  #amend-package-form .motor-vehicle-benefits .addVehicle {
    float: right;
    margin: 1rem 0.5rem 0.5rem;
    font-weight: bold;
    font-size: 80%;
    color: #666666; }
    #amend-package-form .motor-vehicle-benefits .addVehicle:hover {
      color: #84baf3; }

#amend-package-form .benefits-table {
  margin-top: 2rem; }
  #amend-package-form .benefits-table + .buttons {
    margin-top: 0; }

#amend-package-form .addRow {
  float: right;
  margin: 1rem 0.5rem 0.5rem;
  font-weight: bold;
  font-size: 80%;
  color: #666666; }
  #amend-package-form .addRow:hover {
    color: #84baf3; }

#amend-package-form .other-information-section {
  margin-top: 5rem; }

#employee-details {
  float: left;
  width: auto;
  max-width: 45%; }

#balance-summary {
  float: right;
  width: auto;
  max-width: 45%; }

#statement-body {
  margin-top: 2rem; }

.download-csv {
  float: left;
  margin: 0;
  text-align: center;
  font-size: 90%;
  clear: both; }

#package-statement-table .payments {
  font-weight: 500;
  color: #31972f; }
  #package-statement-table .payments:before {
    color: #31972f; }

#package-statement-table .deductions {
  font-weight: 500;
  color: #e64747; }
  #package-statement-table .deductions:before {
    color: #e64747; }

#package-transaction-balance {
  max-width: 20rem;
  margin: 0 auto;
  text-align: left; }
  #package-transaction-balance .table-row:first-child {
    border-top: 0 none; }

#itcs-and-charges {
  max-width: 25rem; }

.details-table {
  display: table;
  text-align: left; }
  .details-table .details-table-row {
    display: table-row; }
    .details-table .details-table-row .details-table-col {
      display: table-cell; }
      .details-table .details-table-row .details-table-col.padded-item {
        padding-left: 1.25rem; }

#pay-rego form {
  margin-top: 5rem; }
  #pay-rego form .rego-renewal-details {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ccc; }
  #pay-rego form .rego-renewal-documents {
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem; }
    #pay-rego form .rego-renewal-documents legend {
      padding: 0 1rem; }
    #pay-rego form .rego-renewal-documents p {
      font-size: 90%; }

.rego-confirmation {
  text-align: center; }
  .rego-confirmation .receipt-number {
    margin: 2.5rem 0; }

section#submit-claims h3,
section#pay-rego h3 {
  text-align: center; }

section#submit-claims form.uploader legend,
section#pay-rego form.uploader legend {
  margin: 0;
  padding: 0 1em;
  text-align: center;
  font-size: 130%; }

section#submit-claims form.uploader div.claims-uploading,
section#pay-rego form.uploader div.claims-uploading {
  display: none;
  margin: 0.5em 1em;
  text-align: center; }
  section#submit-claims form.uploader div.claims-uploading p,
  section#pay-rego form.uploader div.claims-uploading p {
    margin: 0;
    font-size: 0.8em; }

section#submit-claims form.uploader fieldset.buttons button,
section#pay-rego form.uploader fieldset.buttons button {
  transition: width 1s, background-size 0.2s; }
  section#submit-claims form.uploader fieldset.buttons button.error,
  section#pay-rego form.uploader fieldset.buttons button.error {
    background: #e64747; }

section#submit-claims form.uploader fieldset.buttons p.fail-error,
section#pay-rego form.uploader fieldset.buttons p.fail-error {
  margin: 0.5rem 0 0;
  font-size: 0.85em;
  color: #e64747; }

section#submit-claims form.uploader fieldset.buttons p.cancel,
section#pay-rego form.uploader fieldset.buttons p.cancel {
  display: none; }

section#submit-claims form.uploader.uploading div.claims-uploading p.uploaded,
section#pay-rego form.uploader.uploading div.claims-uploading p.uploaded {
  display: none; }

section#submit-claims form.uploader.uploading div.claims-uploading fieldset.buttons,
section#pay-rego form.uploader.uploading div.claims-uploading fieldset.buttons {
  padding: 0.5em 1em; }

section#submit-claims form.uploader.uploading .set,
section#pay-rego form.uploader.uploading .set {
  background: rgba(255, 224, 111, 0.15);
  padding: 0 1rem 1rem;
  border: 1px solid #ffe06f;
  border-radius: 3px; }

section#submit-claims form.uploader.uploading fieldset.buttons,
section#pay-rego form.uploader.uploading fieldset.buttons {
  margin-top: 0;
  padding: 0.5em 1em;
  text-align: center; }
  section#submit-claims form.uploader.uploading fieldset.buttons button,
  section#pay-rego form.uploader.uploading fieldset.buttons button {
    background-color: #e6e6e6;
    background-image: url("/img/claims-uploading-bg.png");
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    color: #333; }
    section#submit-claims form.uploader.uploading fieldset.buttons button.error,
    section#pay-rego form.uploader.uploading fieldset.buttons button.error {
      background: #e64747 !important;
      color: #fff; }
  section#submit-claims form.uploader.uploading fieldset.buttons p.cancel,
  section#pay-rego form.uploader.uploading fieldset.buttons p.cancel {
    display: block;
    display: none; }

section#submit-claims form.uploader.uploaded .set,
section#pay-rego form.uploader.uploaded .set {
  background: rgba(126, 214, 72, 0.15);
  padding: 0 1rem 1rem;
  border: 1px solid #7ED648;
  border-radius: 3px; }

section#submit-claims form.uploader.uploaded div.claims-uploading p.uploaded,
section#pay-rego form.uploader.uploaded div.claims-uploading p.uploaded {
  display: block;
  color: green; }

section#submit-claims form.uploader.uploaded fieldset.buttons,
section#pay-rego form.uploader.uploaded fieldset.buttons {
  display: none; }

section#submit-claims fieldset#claims-addanother,
section#pay-rego fieldset#claims-addanother {
  display: none;
  text-align: center;
  border: none; }
  section#submit-claims fieldset#claims-addanother a.button,
  section#pay-rego fieldset#claims-addanother a.button {
    margin-bottom: 1em; }
  section#submit-claims fieldset#claims-addanother p#uploading-status,
  section#pay-rego fieldset#claims-addanother p#uploading-status {
    text-align: center;
    font-size: 0.85em; }
  section#submit-claims fieldset#claims-addanother p#uploading-status,
  section#pay-rego fieldset#claims-addanother p#uploading-status {
    display: none; }

#pay-rego legend {
  text-align: center; }

#pay-rego fieldset.rego-options {
  text-align: center; }
  #pay-rego fieldset.rego-options input {
    display: none; }
  #pay-rego fieldset.rego-options label {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: center;
    cursor: pointer; }
    #pay-rego fieldset.rego-options label span.icon {
      display: block;
      max-width: 70%;
      margin: 1em auto;
      padding: 1em;
      border-radius: 20em;
      border: 1px solid #ffd988;
      transition: background 0.5s; }
      #pay-rego fieldset.rego-options label span.icon img {
        max-width: 100%; }
    #pay-rego fieldset.rego-options label span.text {
      display: block; }
    #pay-rego fieldset.rego-options label:hover span.icon {
      background-color: #ffd988; }
    #pay-rego fieldset.rego-options label.active span.icon {
      background-color: #ffc13b; }
  #pay-rego fieldset.rego-options a.button,
  #pay-rego fieldset.rego-options span.error {
    display: block;
    margin-top: 1em;
    text-align: center; }

#pay-rego fieldset.bpay-claim-file-block a.button {
  margin: 0 auto; }

#pay-rego fieldset.bpay-claim-file-block div.progress {
  display: block;
  display: none;
  width: 100%;
  overflow: hidden; }
  #pay-rego fieldset.bpay-claim-file-block div.progress > i {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 1em;
    transition: width 0.25s;
    white-space: nowrap;
    font-style: normal; }
  #pay-rego fieldset.bpay-claim-file-block div.progress.error {
    float: none;
    background: transparent;
    background: #c55a5a;
    margin-top: 0;
    font-size: 1em; }
    #pay-rego fieldset.bpay-claim-file-block div.progress.error i {
      background: transparent; }

#pay-rego fieldset.bpay-claim-file-block.uploaded {
  margin: 0;
  padding: 0.5em 0.25em;
  border-top: 1px solid #e1e1e1;
  text-align: left; }
  #pay-rego fieldset.bpay-claim-file-block.uploaded:first-of-type {
    border-top: 0 none; }
  #pay-rego fieldset.bpay-claim-file-block.uploaded a.remove {
    float: right;
    width: 22px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    color: #e64747; }
    #pay-rego fieldset.bpay-claim-file-block.uploaded a.remove:hover {
      background: #e64747;
      color: #fff; }

#pay-rego fieldset.bpay-claim-file-block:not(.uploaded) {
  margin-top: 1em; }

#pay-rego div#bpay-claim-addanother {
  display: none;
  margin-bottom: 1em;
  text-align: center; }

#pay-rego p.sizewarning {
  text-align: center;
  font-size: 0.85em; }

#pay-rego .manufacture-year {
  display: none; }

.qld-message {
  display: block;
  background: #e64747;
  width: 100%;
  margin: 0;
  padding: 0.4rem 0.65rem;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: left;
  font-size: 70%;
  color: #fff; }

#filters {
  float: left;
  padding-bottom: 0.625rem; }
  #filters label {
    display: inline-block;
    width: auto;
    margin: 0 0.5rem 0 0.125rem; }
  #filters #rego {
    display: inline-block;
    width: auto;
    font-size: 85%; }

#fuel-card-history-table {
  margin-bottom: 2rem; }
  #fuel-card-history-table .table-head .amount::before {
    content: none; }
  #fuel-card-history-table .table-row .registration {
    width: 6.5rem;
    text-align: center; }

.transaction-detail {
  margin-bottom: 0.5rem; }

.unavailability-details {
  display: none;
  width: calc(100%);
  float: left;
  margin-left: 0px; }

#unavailability-confirmation .cms-content {
  text-align: center; }

#contact-details-form .postal-address {
  margin-top: 2.25rem; }

#contact-details-form .same-as-postal {
  margin: 1rem 0 0; }

#contact-details-form .residential-address {
  margin-bottom: 0; }

#change-password-form #password-validate {
  margin-bottom: 0;
  padding-top: 2rem; }

#contact-us {
  background: #1c1d28; }
  #contact-us .contact-details {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 90%; }
  #contact-us #contact-us-form {
    max-width: 25rem;
    margin: 0 auto; }
    #contact-us #contact-us-form label {
      display: block; }
      #contact-us #contact-us-form label:first-child {
        margin-top: 0; }
    #contact-us #contact-us-form input {
      margin-top: 0; }

.pdf #content {
  padding: 0; }

.pdf .pdf-header {
  margin-bottom: 2rem; }
  .pdf .pdf-header img {
    float: right;
    display: block;
    width: 120px;
    vertical-align: middle; }
  .pdf .pdf-header h2 {
    display: block;
    margin: -5px 0 0 0px;
    vertical-align: middle;
    line-height: 1; }

.pdf table {
  width: 100%;
  margin: 0; }
  .pdf table#package-statement-table {
    margin-top: 2rem; }
  .pdf table thead tr th {
    background: #84baf3;
    padding: 5px 10px 10px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
    color: #fff; }
    .pdf table thead tr th.center {
      text-align: center; }
  .pdf table tbody tr:first-child td {
    border-top: 0 none; }
  .pdf table tbody tr td {
    padding: 10px;
    border-top: 1px solid #eee;
    vertical-align: middle;
    font-size: 12px; }
    .pdf table tbody tr td.date {
      text-align: center; }
    .pdf table tbody tr td.currency {
      padding: 0; }
    .pdf table tbody tr td.amount {
      text-align: right; }
      .pdf table tbody tr td.amount:before {
        content: none;
        float: none;
        margin-right: 10px; }
    .pdf table tbody tr td.empty {
      border-top: 0 none; }

.pdf .pdf-footer {
  position: fixed;
  bottom: 4px;
  text-align: center; }
  .pdf .pdf-footer p {
    font-size: 11px; }

@media only screen and (min-width: 1280px) {
  #sidebar {
    width: 20rem; }
  #user,
  #announcement,
  #content,
  footer {
    margin-left: 20rem; }
  .modal {
    left: 20rem; } }

@media only screen and (max-width: 1024px) {
  #statement-header p {
    font-size: 90%; }
  #motor-details {
    font-size: 90%; }
  .payroll-deduction-panel {
    font-size: 90%; }
  #home .pdfs {
    -ms-flex-direction: column;
    flex-direction: column; }
    #home .pdfs .pdf {
      margin: 0 auto; }
      #home .pdfs .pdf:first-of-type {
        margin-left: auto; } }

@media only screen and (max-width: 940px) {
  nav {
    font-size: 90%; }
  #content {
    padding: 1.5rem;
    font-size: 90%; }
  #landing-nav .nav-section {
    display: block;
    width: 20rem;
    max-width: 100%;
    height: auto !important;
    margin: 1rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #ccc;
    border-right: 0 none; }
    #landing-nav .nav-section:first-child {
      border-top: 0 none; }
  .contact-details {
    max-width: 100%; }
  .contact-form {
    display: block;
    max-width: 100%; }
  #package-detail-panel .payroll-deduction-panel .payroll-details {
    width: 100%; }
  #package-detail-panel .payroll-deduction-panel .cost-details {
    float: left;
    width: 100%;
    margin-top: 2rem; }
  .modal {
    max-width: 65%; }
  #report-selection-form select {
    max-width: 18rem; } }

@media only screen and (max-width: 850px) {
  #statement-header .employee-details {
    float: left;
    width: 100%;
    padding: 0.6rem 0.3rem;
    border-bottom: 1px solid #eee; }
  #statement-header .balance-summary {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.6rem 0.3rem;
    border-bottom: 1px solid #eee; }
  .details-table {
    width: 100%; }
    .details-table .details-table-row .details-table-col {
      width: 50%; }
  #package-detail-panel .benefit-detail-panel .details-table {
    width: 100%; }
    #package-detail-panel .benefit-detail-panel .details-table .details-table-row .details-table-col {
      width: 50%; }
  #package-detail-panel .benefit-detail-panel .employee-details {
    width: 100%; }
  #package-detail-panel .benefit-detail-panel .benefit-details {
    float: left;
    margin: 1rem 0;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  #sidebar {
    position: relative;
    width: 100%; }
    #sidebar header {
      min-height: 0;
      z-index: 2; }
      #sidebar header #logo {
        float: left;
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        max-width: 5rem;
        margin: 0.75em;
        transform: none; }
      #sidebar header #account-icon,
      #sidebar header #menutoggle {
        display: block; }
    #sidebar nav {
      background: #1c1d28;
      position: absolute;
      top: 3.5rem;
      bottom: auto;
      width: 100%;
      transition: transform 300ms ease 0ms;
      transform: translateY(-100%);
      z-index: 1; }
  #user {
    background: #1c1d28;
    position: absolute;
    top: auto;
    bottom: auto;
    height: auto;
    margin-left: 0;
    transition: transform 300ms ease 0ms;
    transform: translateY(-100%);
    text-align: left;
    color: #fff;
    z-index: 1; }
    #user .current-user {
      font-size: 90%; }
      #user .current-user strong {
        display: block;
        margin-left: 0; }
    #user .logout {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-left: 0;
      transform: translateY(-50%); }
  #announcement {
    margin: 0; }
  #user + #content {
    margin-top: 0; }
  #content {
    width: 100%;
    margin-left: 0;
    padding: 2rem; }
  .deduction-method .radiochecks,
  .deduction-period .radiochecks {
    margin-left: 0.5rem; }
  form .buttons.nav button,
  form .buttons.nav a.button {
    font-size: 80%; }
  form fieldset.buttons.nav {
    margin: 4rem -1rem -1rem; }
  footer {
    width: 100%;
    margin-left: 0;
    clear: left; }
  #login nav {
    position: absolute;
    top: 6.1rem;
    margin-top: 0; }
  #login #content {
    width: 100%; }
  #login-form {
    margin: 4rem auto; }
  .modal {
    left: 50%;
    max-width: 90%;
    padding: 1.5rem 1rem 1rem;
    transform: translate(-50%, -50%); }
  #employee-details {
    width: 100%;
    max-width: 100%; }
    #employee-details .table-row p {
      text-align: right; }
      #employee-details .table-row p.mobile-label {
        text-align: left; }
    #employee-details .table-row:last-child p {
      border-bottom: 1px solid #eee; }
  #balance-summary {
    width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 568px) {
  #content {
    padding: 1rem 1rem 2rem; }
  h1 {
    margin-bottom: 0.5em; }
  .full {
    width: calc(100%);
    float: left;
    margin-left: 0px; }
    .full .half {
      width: calc(100%);
      float: left;
      margin-left: 0px; }
  .half {
    width: calc(100%);
    float: left;
    margin-left: 0px; }
  form fieldset legend {
    font-size: 130%; }
  form .radiochecks {
    padding: 0; }
  .contact-details {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .contact-form {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .deduction-method,
  .deduction-period {
    padding: 0 1rem; }
  .files li {
    width: 33.3%; }
  form fieldset.confirmation {
    padding: 3rem 1rem 0; }
  form .buttons.nav button,
  form .buttons.nav a.button {
    padding: 0.5rem 1.5rem; }
  .pseudo-table.details .table-row p {
    padding: 0 0.25rem; }
    .pseudo-table.details .table-row p.mobile-label.amount-label {
      width: calc(100% - 5.5rem); }
  .pseudo-table.details .table-row .amount {
    width: 5.5rem; }
  .pseudo-table.v-stripe .table-row p:nth-of-type(4n) {
    background: none; }
  .pseudo-table.h-stripe .table-row:nth-child(2n+1) {
    background: none; }
  .pseudo-table .table-head {
    display: none; }
  .pseudo-table .table-row {
    display: block;
    padding: 1rem 0;
    border-top: 1px solid #eee; }
    .pseudo-table .table-row p {
      float: left;
      display: block;
      width: 50%;
      padding: 0.25rem 0.5rem;
      border: 0 none;
      text-align: right; }
      .pseudo-table .table-row p.input {
        padding: 0.25rem; }
      .pseudo-table .table-row p.mobile-label {
        display: block;
        text-align: left; }
        .pseudo-table .table-row p.mobile-label.amount-label {
          width: calc(100% - 7rem); }
      .pseudo-table .table-row p.view-button {
        text-align: right; }
    .pseudo-table .table-row .date {
      width: 50%;
      text-align: right; }
    .pseudo-table .table-row .center {
      text-align: right; }
    .pseudo-table .table-row .view {
      display: none; }
    .pseudo-table .table-row.sub-total p {
      font-weight: 300; }
  .download-csv {
    float: none;
    margin-bottom: 1rem;
    font-size: 85%; }
    .download-csv a {
      padding: 0.325rem 1rem; }
  .pagination-section {
    float: none; }
    .pagination-section .pagination {
      font-size: 90%; }
      .pagination-section .pagination li a, .pagination-section .pagination li span {
        float: left;
        margin: 0 0.125rem;
        padding: 0.375rem 0.75rem;
        border: 1px solid #dddddd;
        transition: background-color .3s;
        text-decoration: none;
        color: #000; }
        .pagination-section .pagination li a.active, .pagination-section .pagination li span.active {
          background-color: #84baf3;
          border: 1px solid #84baf3;
          color: #fff; }
        .pagination-section .pagination li a:hover:not(.active), .pagination-section .pagination li span:hover:not(.active) {
          background-color: #dddddd; }
  .vehicle-panel .rego {
    float: none;
    width: 100%; }
  .vehicle-panel .funds-available-now {
    float: none;
    width: 100%;
    margin: 0;
    padding: 1rem 0.5rem;
    border-top: 1px solid #eee; }
    .vehicle-panel .funds-available-now span {
      float: right;
      width: 6rem;
      text-align: right; }
      .vehicle-panel .funds-available-now span::before {
        float: left; }
  #claims-summary-table .table-row p:first-child {
    display: none; }
  #claims-summary-table .benefit {
    width: 100%;
    font-weight: bold;
    text-align: left; }
  #claims-summary-table .benefit-items {
    width: 100%;
    padding: 0.25rem 0;
    font-weight: bold;
    text-align: left; }
  #benefit-details-table .benefit-items {
    width: 100%;
    font-weight: bold;
    text-align: left; }
  #payroll-deduction {
    margin-bottom: 2rem; }
  #amend-package-form .available-vehicles label {
    float: left;
    width: 50%;
    margin: 1.125rem 0; }
  #amend-package-form .available-vehicles .vehicle {
    float: left;
    width: 50%;
    margin-top: 0.5rem;
    clear: none; }
  #amend-package-form .statutory-rate label {
    float: left;
    width: 50%;
    margin: 1.125rem 0; }
  #amend-package-form .statutory-rate .change_rate {
    float: left;
    width: 50%;
    margin-top: 0.5rem;
    clear: none; }
  #amend-package-form .manage-benefits .card,
  #amend-package-form .motor-vehicle-benefits .card {
    padding: 0.5rem 1rem 0.5rem; }
    #amend-package-form .manage-benefits .card .motor-vehicle-benefits-table,
    #amend-package-form .motor-vehicle-benefits .card .motor-vehicle-benefits-table {
      margin-top: 0.75rem; }
  #employee-details .table-row:first-child {
    border-top: 0 none; }
  #employee-details .table-row:last-child p {
    border-bottom: 0 none; }
  #package-statement-table .table-row .date {
    width: 100%;
    padding: 0.25rem 0.5rem 0;
    text-align: left;
    font-size: 80%;
    color: gray; }
  #package-statement-table .table-row .description {
    width: 100%;
    font-weight: bold;
    text-align: left; }
  #package-statement-table .table-row .payments {
    width: 7rem; }
  #package-statement-table .table-row .deductions {
    width: 7rem; }
  #package-statement-table .table-row .balance {
    width: 7rem; }
  #package-statement-table .table-row .mobile-label {
    width: 100%;
    max-width: calc(100% - 7rem); }
  .card-container .card {
    font-size: 100%; }
    .card-container .card .col {
      width: 100%;
      padding: 0 1rem;
      border: 0 none; }
  #report-selection-form select {
    display: inline-block;
    width: calc(100% - 4.75rem);
    max-width: 100%; }
  #report-selection-form .download-pdf.button {
    float: none;
    display: block;
    width: 100%;
    max-width: 10rem;
    margin: 1rem auto 0; }
  #filters {
    float: none;
    margin-bottom: 1rem; }
  #fuel-card-history-table .table-row .registration {
    width: 50%;
    text-align: right; }
  #contact-details-form fieldset.personal-details {
    margin-bottom: 2rem; } }

@media only screen and (max-width: 450px) {
  #login-form {
    margin: 0 auto; }
  #auth .content {
    padding: 1.25rem; }
    #auth .content #logo {
      margin-bottom: 1.5rem; } }

@media only screen and (max-width: 400px) {
  #user {
    text-align: center; }
    #user .current-user {
      margin: 0; }
    #user .logout {
      float: none;
      display: block;
      position: relative;
      top: auto;
      right: auto;
      margin-top: 1rem;
      transform: none; }
  #home .download-pdf {
    font-size: 170%; }
    #home .download-pdf.amendment-form small {
      margin-bottom: 0; }
    #home .download-pdf.amendment-form strong {
      font-size: 80%; }
  #landing-nav .nav-section {
    width: 100%; }
  .files li {
    width: 50%; }
  form .buttons.nav button,
  form .buttons.nav a.button {
    float: none;
    display: block;
    width: 100%;
    margin: 0.5rem 0 0; }
    form .buttons.nav button:first-child,
    form .buttons.nav a.button:first-child {
      margin-top: 0; }
  .pseudo-table .table-row {
    padding: 0.5rem 0; }
    .pseudo-table .table-row p.benefit {
      padding: 0.25rem 0.5rem; }
  .vehicle-panel .funds-available-now {
    padding: 0.75rem 0.5rem; }
  .card-container .card .header > :first-child {
    width: 100%;
    text-align: right; }
    .card-container .card .header > :first-child strong {
      float: left; }
  .card-container .card .header > :last-child {
    width: 100%;
    text-align: right; }
    .card-container .card .header > :last-child strong {
      float: left; }
  #package-detail-panel .package-select-panel .package-form #report-selection-form .report-select select {
    width: 67%; }
  .contact-form form .recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0; }
  .statements-pseudo-table .table-row {
    display: block; }
    .statements-pseudo-table .table-row p {
      font-size: 85%; } }

@media only screen and (max-width: 320px) {
  .third {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .statements-pseudo-table .table-row {
    display: block; }
    .statements-pseudo-table .table-row p {
      font-size: 80%; } }

/*# sourceMappingURL=app.css.map */
