/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
dt {
  font-weight: 700; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
blockquote {
  margin: 0 0 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
b, strong {
  font-weight: bolder; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
small {
  font-size: 80%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
sub {
  bottom: -.25em; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
sup {
  top: -.5em; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a:hover {
  color: #0056b3;
  text-decoration: underline; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
figure {
  margin: 0 0 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
img {
  vertical-align: middle;
  border-style: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
table {
  border-collapse: collapse; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
label {
  display: inline-block;
  margin-bottom: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
button {
  border-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
button:focus:not(:focus-visible) {
  outline: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
button, input {
  overflow: visible; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
button, select {
  text-transform: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[role=button] {
  cursor: pointer; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
select {
  word-wrap: normal; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
progress {
  vertical-align: baseline; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
output {
  display: inline-block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
summary {
  display: list-item;
  cursor: pointer; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
template {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
[hidden] {
  display: none !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h1, h1 {
  font-size: 2.5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h2, h2 {
  font-size: 2rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h3, h3 {
  font-size: 1.75rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h4, h4 {
  font-size: 1.5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h5, h5 {
  font-size: 1.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h6, h6 {
  font-size: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-inline-item {
  display: inline-block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.blockquote-footer::before {
  content: "\2014\00A0"; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.figure {
  display: inline-block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a > code {
  color: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .container, .container-md, .container-sm {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-first {
  -ms-flex-order: -1;
  order: -1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-last {
  -ms-flex-order: 13;
  order: 13; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-0 {
  -ms-flex-order: 0;
  order: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-1 {
  -ms-flex-order: 1;
  order: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-2 {
  -ms-flex-order: 2;
  order: 2; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-3 {
  -ms-flex-order: 3;
  order: 3; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-4 {
  -ms-flex-order: 4;
  order: 4; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-5 {
  -ms-flex-order: 5;
  order: 5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-6 {
  -ms-flex-order: 6;
  order: 6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-7 {
  -ms-flex-order: 7;
  order: 7; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-8 {
  -ms-flex-order: 8;
  order: 8; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-9 {
  -ms-flex-order: 9;
  order: 9; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-10 {
  -ms-flex-order: 10;
  order: 10; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-11 {
  -ms-flex-order: 11;
  order: 11; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.order-12 {
  -ms-flex-order: 12;
  order: 12; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-1 {
  margin-left: 8.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-2 {
  margin-left: 16.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-3 {
  margin-left: 25%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-4 {
  margin-left: 33.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-5 {
  margin-left: 41.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-6 {
  margin-left: 50%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-7 {
  margin-left: 58.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-8 {
  margin-left: 66.666667%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-9 {
  margin-left: 75%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-10 {
  margin-left: 83.333333%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.666667%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.333333%; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.666667%; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-sm td, .table-sm th {
  padding: .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-light:hover {
  background-color: #ececf6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-dark {
  color: #fff;
  background-color: #343a40; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-dark.table-bordered {
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-responsive-xl > .table-bordered {
    border: 0; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.table-responsive > .table-bordered {
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-control {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
select.form-control[multiple], select.form-control[size] {
  height: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
textarea.form-control {
  height: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-group {
  margin-bottom: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-text {
  display: block;
  margin-top: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-label {
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .form-control-plaintext {
    display: inline-block; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .btn {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn:hover {
  color: #212529;
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn.disabled, .btn:disabled {
  opacity: .65; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.fade {
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .fade {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.fade:not(.show) {
  opacity: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.collapse:not(.show) {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .collapsing {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-toggle {
  white-space: nowrap; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-menu.show {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-prepend {
  margin-right: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-append {
  margin-left: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-switch {
  padding-left: 2.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .custom-switch .custom-control-label::after {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select::-ms-expand {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:focus {
  outline: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:disabled::-moz-range-track {
  cursor: default; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-pills .nav-link {
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-fill .nav-item, .nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.tab-content > .active {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-title {
  margin-bottom: .75rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-link:hover {
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.accordion {
  overflow-anchor: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.accordion > .card {
  overflow: hidden; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.breadcrumb-item.active {
  color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .badge {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge:focus, a.badge:hover {
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge:empty {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-primary {
  color: #fff;
  background-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-success {
  color: #fff;
  background-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.badge-dark {
  color: #fff;
  background-color: #343a40; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .jumbotron {
    padding: 4rem 2rem; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-heading {
  color: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-link {
  font-weight: 700; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-dismissible {
  padding-right: 4rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-primary hr {
  border-top-color: #9fcdff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-primary .alert-link {
  color: #002752; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-secondary hr {
  border-top-color: #c8cbcf; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-secondary .alert-link {
  color: #202326; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-success hr {
  border-top-color: #b1dfbb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-success .alert-link {
  color: #0b2e13; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-info .alert-link {
  color: #062c33; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #ffe8a1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-warning .alert-link {
  color: #533f03; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #f1b0b7; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-danger .alert-link {
  color: #491217; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-light hr {
  border-top-color: #ececf6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-light .alert-link {
  color: #686868; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-dark hr {
  border-top-color: #b9bbbe; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .progress-bar {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.media-body {
  -ms-flex: 1;
  flex: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item + .list-group-item {
  border-top-width: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-flush {
  border-radius: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.close:hover {
  color: #000;
  text-decoration: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.close.disabled {
  pointer-events: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.toast:not(:last-child) {
  margin-bottom: .75rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.toast.showing {
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.toast.show {
  display: block;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.toast.hide {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.toast-body {
  padding: .75rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-open {
  overflow: hidden; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal.fade .modal-dialog {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-footer > * {
  margin: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-lg, .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .modal-xl {
    max-width: 1140px; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.tooltip.show {
  opacity: .9; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.popover-header:empty {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel {
  position: relative; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .carousel-item {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .carousel-control-next, .carousel-control-prev {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-control-prev {
  left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-control-next {
  right: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .carousel-indicators li {
    transition: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-indicators .active {
  opacity: 1; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-top {
  vertical-align: top !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-middle {
  vertical-align: middle !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-primary {
  background-color: #007bff !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-success {
  background-color: #28a745 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-dark {
  background-color: #343a40 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-white {
  background-color: #fff !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-0 {
  border: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-right-0 {
  border-right: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-left-0 {
  border-left: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-primary {
  border-color: #007bff !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-secondary {
  border-color: #6c757d !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-success {
  border-color: #28a745 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-info {
  border-color: #17a2b8 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-warning {
  border-color: #ffc107 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-danger {
  border-color: #dc3545 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-light {
  border-color: #f8f9fa !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-dark {
  border-color: #343a40 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.border-white {
  border-color: #fff !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-lg {
  border-radius: 0.3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-none {
  display: none !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-inline {
  display: inline !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-inline-block {
  display: inline-block !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-block {
  display: block !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-table {
  display: table !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-table-row {
  display: table-row !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-none {
    display: none !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-block {
    display: block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-table {
    display: table !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-none {
    display: none !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-inline {
    display: inline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-block {
    display: block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-table {
    display: table !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-none {
    display: none !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-block {
    display: block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-table {
    display: table !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-none {
    display: none !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-block {
    display: block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-table {
    display: table !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-none {
    display: none !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-inline {
    display: inline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-block {
    display: block !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-table {
    display: table !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.float-left {
  float: left !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.float-right {
  float: right !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-sm-left {
    float: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-sm-right {
    float: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-md-left {
    float: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-md-right {
    float: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-lg-left {
    float: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-lg-right {
    float: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-xl-left {
    float: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-xl-right {
    float: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .float-xl-none {
    float: none !important; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.overflow-auto {
  overflow: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.overflow-hidden {
  overflow: hidden !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.position-static {
  position: static !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.position-relative {
  position: relative !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.position-absolute {
  position: absolute !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.position-fixed {
  position: fixed !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.w-25 {
  width: 25% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.w-50 {
  width: 50% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.w-75 {
  width: 75% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.w-100 {
  width: 100% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.w-auto {
  width: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h-25 {
  height: 25% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h-50 {
  height: 50% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h-75 {
  height: 75% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h-100 {
  height: 100% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.h-auto {
  height: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.vw-100 {
  width: 100vw !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.vh-100 {
  height: 100vh !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-0 {
  margin: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-0, .my-0 {
  margin-top: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-0, .mx-0 {
  margin-right: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-0, .my-0 {
  margin-bottom: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-0, .mx-0 {
  margin-left: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-3 {
  margin: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-3, .my-3 {
  margin-top: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-3, .mx-3 {
  margin-right: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-3, .mx-3 {
  margin-left: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-5 {
  margin: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-5, .my-5 {
  margin-top: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-5, .mx-5 {
  margin-right: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-5, .mx-5 {
  margin-left: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.p-0 {
  padding: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pt-0, .py-0 {
  padding-top: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pr-0, .px-0 {
  padding-right: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pb-0, .py-0 {
  padding-bottom: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pl-0, .px-0 {
  padding-left: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.p-3 {
  padding: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pt-3, .py-3 {
  padding-top: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pr-3, .px-3 {
  padding-right: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pl-3, .px-3 {
  padding-left: 1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.p-5 {
  padding: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pt-5, .py-5 {
  padding-top: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pr-5, .px-5 {
  padding-right: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.pl-5, .px-5 {
  padding-left: 3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-n1 {
  margin: -0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-n2 {
  margin: -0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-n3 {
  margin: -1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-n3, .my-n3 {
  margin-top: -1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-n3, .mx-n3 {
  margin-right: -1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-n3, .mx-n3 {
  margin-left: -1rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-n4 {
  margin: -1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-n5 {
  margin: -3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-n5, .my-n5 {
  margin-top: -3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-n5, .mx-n5 {
  margin-right: -3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-n5, .mx-n5 {
  margin-left: -3rem !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.m-auto {
  margin: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mt-auto, .my-auto {
  margin-top: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mr-auto, .mx-auto {
  margin-right: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.mb-auto, .my-auto {
  margin-bottom: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-n1 {
    margin: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-n2 {
    margin: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-n3 {
    margin: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-n4 {
    margin: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-n5 {
    margin: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-n1 {
    margin: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-n2 {
    margin: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-n3 {
    margin: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-n4 {
    margin: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-n5 {
    margin: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-n1 {
    margin: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-n2 {
    margin: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-n3 {
    margin: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-n4 {
    margin: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-n5 {
    margin: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-n1 {
    margin: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-n2 {
    margin: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-n3 {
    margin: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-n4 {
    margin: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-n5 {
    margin: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-justify {
  text-align: justify !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-wrap {
  white-space: normal !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-left {
  text-align: left !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-right {
  text-align: right !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-sm-left {
    text-align: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-sm-right {
    text-align: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-md-left {
    text-align: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-md-right {
    text-align: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-lg-left {
    text-align: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-lg-right {
    text-align: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-xl-left {
    text-align: left !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-xl-right {
    text-align: right !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.font-weight-light {
  font-weight: 300 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.font-italic {
  font-style: italic !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-white {
  color: #fff !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-primary {
  color: #007bff !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-secondary {
  color: #6c757d !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-success {
  color: #28a745 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #19692c !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-info {
  color: #17a2b8 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-warning {
  color: #ffc107 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-danger {
  color: #dc3545 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-light {
  color: #f8f9fa !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-dark {
  color: #343a40 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-body {
  color: #212529 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-muted {
  color: #6c757d !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-decoration-none {
  text-decoration: none !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.text-reset {
  color: inherit !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.visible {
  visibility: visible !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  a:not(.btn) {
    text-decoration: underline; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  pre {
    white-space: pre-wrap !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  thead {
    display: table-header-group; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  img, tr {
    page-break-inside: avoid; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  body {
    min-width: 992px !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .container {
    min-width: 992px !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .navbar {
    display: none; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .badge {
    border: 1px solid #000; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table {
    border-collapse: collapse !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-dark {
    color: inherit; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  /* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap.min.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: .9; }
  100% {
    opacity: 0; } }
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: .9; }
  100% {
    opacity: 0; } }
@keyframes bs-notify-fadeOut {
  0% {
    opacity: .9; }
  100% {
    opacity: 0; } }
/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select {
  width: 220px\0;
  vertical-align: middle; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.fit-width {
  width: auto !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.form-inline .bootstrap-select .form-control {
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li {
  position: relative; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu li small {
  padding-left: .5em; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
  animation: .3s linear 750ms forwards bs-notify-fadeOut; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs-actionsbox .btn-group button {
  width: 50%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs-donebutton .btn-group button {
  width: 100%; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/bootstrap/bootstrap-select.min.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg"); }
/*@import "font-awesome.min";*/
/*always import last the font-fix for bootstrap and font-awesome*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
/* line 7, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 19, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.glyphicon-time:before {
  content: "\e023"; }

/* line 23, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.glyphicon-chevron-left:before {
  content: "\e079"; }

/* line 27, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.glyphicon-chevron-right:before {
  content: "\e080"; }

/* line 31, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.glyphicon-chevron-up:before {
  content: "\e113"; }

/* line 35, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.glyphicon-chevron-down:before {
  content: "\e114"; }

/* line 39, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.glyphicon-calendar:before {
  content: "\e109"; }

/* line 43, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

/* line 65, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.collapse {
  display: none; }

/* line 69, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.collapse.show {
  display: block; }

/* line 73, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 99999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 95, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker-standalone.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget {
  list-style: none; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  /* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 992px) {
  /* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 1200px) {
  /* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.input-group.date .input-group-addon {
  cursor: pointer; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/bootstrap-datetimepicker.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
/* line 2, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-holder {
  direction: ltr;
  text-align: left; }

/* line 3, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-vline, .jcrop-hline {
  background: #FFF url(/Jcrop.gif);
  font-size: 0;
  position: absolute; }

/* line 4, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-vline {
  height: 100%;
  width: 1px !important; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-vline.right {
  right: 0; }

/* line 6, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-hline {
  height: 1px !important;
  width: 100%; }

/* line 7, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-hline.bottom {
  bottom: 0; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%; }

/* line 9, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle {
  background-color: #333;
  border: 1px #EEE solid;
  font-size: 1px;
  height: 7px;
  width: 7px; }

/* line 10, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0; }

/* line 11, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px; }

/* line 12, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%; }

/* line 13, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%; }

/* line 14, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0; }

/* line 15, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0; }

/* line 16, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0; }

/* line 17, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px; }

/* line 18, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%; }

/* line 19, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px; }

/* line 20, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dragbar.ord-n {
  margin-top: -4px; }

/* line 21, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px; }

/* line 22, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0; }

/* line 23, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dragbar.ord-w {
  margin-left: -4px; }

/* line 24, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
  background: #FFF;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

/* line 25, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px; }

/* line 26, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

/* line 27, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px; }

/* line 28, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.solid-line .jcrop-vline, .solid-line .jcrop-hline {
  background: #FFF; }

/* line 29, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/jquery.Jcrop.min.scss */
.jcrop-holder img, img.jcrop-preview {
  max-width: none; }

/* Cropper.js v0.5.6
* https://github.com/fengyuanchen/cropperjs
*
* Copyright (c) 2015-2016 Fengyuan Chen
* Released under the MIT license
*
* Date: 2016-01-18T05:33:19.322Z
*/
/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-wrap-box {
  overflow: hidden; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-dashed, .cropper-modal {
  opacity: .5;
  filter: alpha(opacity=50); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-modal {
  background-color: #000; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: #39f solid 1px;
  outline-color: rgba(51, 153, 255, 0.75); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #eee; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75;
  filter: alpha(opacity=75); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-center:after, .cropper-center:before {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=10); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-line, .cropper-point {
  background-color: #39f; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  filter: alpha(opacity=75); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
  filter: alpha(opacity=0); }

@media (min-width: 768px) {
  /* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
  .cropper-point.point-se {
    width: 15px;
    height: 15px; } }
@media (min-width: 992px) {
  /* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
  .cropper-point.point-se {
    width: 10px;
    height: 10px; } }
@media (min-width: 1200px) {
  /* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75); } }
/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC); }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-hidden {
  display: none !important; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-move {
  cursor: move; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-crop {
  cursor: crosshair; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/cropper.min.scss */
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 18, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 23, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

/* line 28, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
/* line 92, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
/* line 119, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 160, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 239, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
/* line 278, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* line 347, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
/* line 408, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 469, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
/* line 550, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
/* line 639, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 726, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
/* line 799, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
/* line 872, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
/* line 945, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 1018, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
/* line 1061, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
/* line 1104, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
/* line 1137, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
/* line 1170, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
/* line 1213, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* line 1238, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1271, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1304, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1337, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1370, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1403, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1436, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1469, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 1502, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* line 1527, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
/* line 1556, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
/* line 1585, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
/* line 1614, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
/* line 1643, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
/* line 1672, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
/* line 1701, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
/* line 1730, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
/* line 1759, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
/* line 1838, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
/* line 1911, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
/* line 1984, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
/* line 2029, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
/* line 2074, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2133, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
/* line 2164, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2207, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2248, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2289, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2330, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
/* line 2371, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
/* line 2408, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
/* line 2445, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
/* line 2482, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
/* line 2519, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
/* line 2556, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
/* line 2629, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 2664, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
/* line 2695, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
/* line 2724, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2765, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2806, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2847, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2888, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
/* line 2925, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 2970, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
/* line 3007, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
/* line 3044, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/* line 3089, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3120, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3151, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3182, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3213, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
/* line 3244, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
/* line 3275, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
/* line 3306, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
/* line 3337, /home/ubuntu/lawclerk/app/assets/stylesheets/plugins/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* line 1, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.merchant-form-container.unselected {
  display: none; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.refer_a_friend_heading {
  text-align: center;
  font-size: 17px;
  margin: 0 auto;
  word-spacing: 2px;
  letter-spacing: 2px;
  font-weight: 600; }

/* line 14, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.refer_a_friend_info {
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0;
  padding: 1.5em 0 1.8em 0; }

/* line 22, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.copy_refer_code_box {
  text-align: right;
  margin: 0 auto;
  padding: .4em;
  width: 330px;
  border: 1px solid;
  border-radius: 5px; }
  /* line 30, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .copy_refer_code_box .refer_code_text {
    padding: 0;
    color: black;
    margin: 0 45px 0 0;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle; }
  /* line 39, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .copy_refer_code_box .refer_copy_button {
    width: 90px;
    background: white;
    color: #3a4b5b;
    font-weight: 500;
    border: 1px solid #3a4b5b !important;
    outline: none !important;
    font-size: 15px;
    padding: .2em;
    margin: 0 1px 0 0; }
  /* line 51, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .copy_refer_code_box .refer_email_button {
    width: 90px;
    background: #3a4b5b;
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: .2em; }
    /* line 58, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
    .copy_refer_code_box .refer_email_button a {
      color: white;
      padding: 0 10px; }

/* line 64, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.filter-option-inner-inner {
  font-size: 15px; }

/* line 68, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.modal-body-inner {
  padding: 10px 40px;
  text-align: left;
  color: #5d5d5d !important; }

/* line 69, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.modal-body-inner-wide {
  padding: 10px 0px;
  text-align: left;
  color: #5d5d5d !important; }

/* line 70, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.modal-body-inner h2 {
  margin-top: 30px;
  color: #5d5d5d !important; }

/* line 71, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.modal-body-inner .content {
  margin: 30px 0 !important;
  min-height: 0;
  padding: 0 !important;
  font-size: 15px !important;
  color: #3A4B5B !important; }

/* line 72, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.project-name, .project-total, .lawclerk {
  padding-left: 50px;
  font-size: 16px !important; }

/* line 73, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.lawclerk img {
  max-width: 130px !important; }

/* line 74, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.blue {
  color: #2d5e8f; }

/* line 75, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.add-payment {
  text-decoration: underline;
  font-size: 16px;
  line-height: 38px; }

/* line 76, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.shadow-input {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important; }

/* line 81, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.pay_paypal {
  margin: 0 auto; }

/* line 83, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.box-content.clio-integration {
  margin-top: 30px !important;
  padding-top: 20px;
  border-top: 4px solid #C5B15D; }

/* line 89, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.box-content.clio-integration .page-title {
  margin-bottom: 30px;
  text-align: center; }

/* line 94, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.box-content.clio-integration .page-title .clio-logo {
  margin-right: 5px; }

/* line 98, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.clio-integration input[type="checkbox"] {
  margin-right: 6px; }

/* line 102, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.clio-integration .form-inline.clearline .form-group {
  clear: both;
  width: 100%;
  margin-bottom: 15px; }

/* line 103, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.clio-integration .form-inline.clearline label.left20 {
  padding-left: 20px; }

/* line 104, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.clio-integration .clio-matter {
  line-height: 30px; }

/* line 106, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.form_errors, .password_form_errors {
  color: red !important;
  list-style: none; }

/* line 110, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.compliance_link {
  color: #C5B15D;
  text-transform: uppercase; }

/* line 114, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.infobox-dark {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  background-color: #e8e4df;
  margin-bottom: 30px;
  padding: 25px; }

@media (max-width: 767px) {
  /* line 126, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .infobox-dark .col-sm-4.text-right {
    text-align: center !important; }

  /* line 127, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .infobox-dark .col-sm-3.text-right {
    text-align: left !important; }

  /* line 128, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .infobox-dark .col-sm-4.text-left {
    text-align: center !important; } }
/* line 131, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.infobox-dark .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 2px; }

/* line 133, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.infobox-dark .row.odd {
  color: #5b421f;
  margin: 0;
  background-color: #d4cdc4;
  line-height: 30px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1); }

/* line 143, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.infobox-dark .row.even {
  color: #5b421f;
  margin: 0;
  background-color: none;
  line-height: 34px; }

/* line 150, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.infobox-dark .btn-custom {
  padding: 1px 3px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c5b15d;
  color: #3a4b5b;
  border-radius: 0px;
  font-size: 11px !important;
  margin: 2px 0 0 0 !important;
  text-transform: uppercase;
  text-align: center !important;
  line-height: 13px;
  min-width: 0px;
  width: 120px !important; }

/* line 165, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.infobox-dark .box-footer.without-bg {
  position: relative;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 40px 0;
  bottom: 0px;
  right: 0px; }

/* line 174, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.infobox-dark .box-footer.without-bg a {
  font-size: 10px;
  color: #5B421F;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 180, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.shadowbox {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }

/* line 187, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.time_card_pencil_grayed_out {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

/* line 196, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.btn[disabled] {
  cursor: not-allowed !important;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

/* line 203, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
button:disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

/* line 215, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
#two-column-content .sidebar {
  background: #ffffff !important;
  padding: 10px 10px 0px 20px;
  border-right: 2px solid #edebea; }

/* line 222, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
h4.sidebar_heading {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #D6DCD0; }

/* line 229, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.order-1.order-lg-2.step-points {
  display: flex;
  flex-direction: column; }

/* line 233, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.profile-side-menu {
  display: grid; }

/* line 237, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.text-decoration-none.sidebar-btn {
  border: 0px;
  text-align: left;
  margin: 0 !important;
  padding: 6px !important;
  color: #5D5D5D;
  background: #fff;
  white-space: unset;
  border-radius: 0px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600; }

/* line 253, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sidebar-btn.selected {
  background-color: #131523;
  color: #fff;
  border-radius: 0px !important; }

/* line 259, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.text-decoration-none.sidebar-btn:hover {
  color: #ffffff !important;
  background: #131523 !important; }

/* line 266, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.manage-btn-gold {
  background-color: #C6B25D;
  border-color: #C6B25D;
  color: #fff !important;
  padding: 24px 12px !important;
  line-height: 1px !important; }

/* line 274, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.btn-withdraw {
  font-size: 0.8 em;
  font-weight: 600;
  border: 1px solid #DAD5D0; }

/* line 279, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.table-div .tr_errors {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 8px; }

/* line 287, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.time-popup .icons-time a {
  font-size: 25px;
  margin: 0px 1px; }

/* line 296, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.prac_areas li {
  display: inline-block;
  margin-left: 12px;
  padding: 4px;
  border: 1px solid #5B421F;
  border-radius: 5px; }

/* line 304, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.close.prac_area_close {
  margin-left: 10px;
  line-height: 1.2; }

/* line 309, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.contact_submit_btn {
  margin-top: 17px; }

/* line 314, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.footer-center {
  margin-left: unset !important; }

/* line 319, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.content-rating .att_rating {
  font-size: 80px;
  margin-bottom: 10px; }

/* line 324, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.content-rating .status {
  font: bold 22px/24px  'Montserrat', serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #3A4B5B;
  text-align: center; }

/* line 332, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.content-rating .att_rating .fa-star.off {
  color: #3A4B5B !important; }

/* line 335, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.content-rating .star-rating {
  color: #C5B15D; }

/* line 338, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.alert-error {
  background: #FFCCCB; }

/* line 342, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
#hubspotModal .cong-heading {
  font-size: 25px;
  display: block;
  margin-bottom: 10px; }

/* line 347, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
#hubspotModal .modal-xxl {
  max-width: 1085px; }

/* line 352, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.outlined-dropdown {
  border: 1px solid #DAD5D0;
  background: #fff;
  color: #5D5D5D;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.5em;
  padding: 8px 15px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px !important;
  cursor: pointer;
  height: 34px;
  white-space: nowrap; }

/* line 371, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
input.cal-background {
  background: url(/assets/website/calendar-alt-regular.svg) no-repeat 95% 16px #f7f7f7;
  background-size: 1rem; }

/* line 376, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.custom-input-project {
  width: 96%; }

/* line 380, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.payment_failed_body a {
  color: #C5B15D; }

/* line 383, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.hide {
  display: none !important; }

/* line 386, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.modal-cam-size {
  max-width: 600px; }

/* line 389, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.cam-modal {
  max-width: 530px; }

/* line 392, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.cam-modal-header {
  display: block; }

/* line 395, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle {
  margin: 20px auto;
  bottom: 20px;
  width: 40px;
  height: 40px;
  position: relative; }

/* line 403, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle-less {
  width: 20px !important;
  height: 20px !important;
  margin: 0px !important;
  bottom: 0px !important;
  float: left;
  top: 0px;
  right: 10px; }

/* line 413, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

/* line 421, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

/* line 432, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

/* line 437, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

/* line 442, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 447, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

/* line 452, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

/* line 457, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 462, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

/* line 467, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

/* line 472, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 477, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

/* line 482, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

/* line 487, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

/* line 491, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

/* line 495, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

/* line 499, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

/* line 503, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

/* line 507, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

/* line 511, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

/* line 515, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

/* line 519, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

/* line 523, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

/* line 527, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
/* line 541, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.contact-sidebar {
  padding: 30px 20px 20px 20px;
  background-color: #fdfdfd; }

/* line 542, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.contact-sidebar .email, .contact-sidebar .phone, .official-address {
  padding: 0px;
  color: #5B421F; }

/* line 543, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.contact-sidebar .email .fa, .contact-sidebar .phone .fa, .official-address .fa {
  font-size: 32px;
  color: #c5b15d; }

/* line 545, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.contact-sidebar .activity.last {
  border-bottom: none; }

/* line 546, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.contact-sidebar .social_icons {
  text-align: center; }

/* line 547, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.contact-sidebar .social_icons .fa, .contact-sidebar .social_icons .fab {
  font-size: 32px;
  width: 42px;
  color: #394a5b; }

/* line 548, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.new_gap40 {
  margin-top: 40px; }

/* line 549, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.OT_subscriber {
  max-height: 453px; }

/* line 550, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.met-expectation {
  background: #A0BCD1; }

/* line 551, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.modal-xxl {
  max-width: 1480px; }

/* line 552, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.profile-side-menu {
  margin-top: 20px; }

@media (min-width: 1600px) {
  /* line 557, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .registration-container-xl {
    max-width: 1580px !important; } }
/* line 562, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.details_changed {
  color: red; }

/* line 566, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.edit_page_content {
  max-height: 700px; }

/* line 569, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.thank-you-message {
  line-height: 25px;
  font-weight: 600; }

/* line 575, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.thank-u-modal {
  background-image: url(/assets/website/congs-ce815a3d35138a9788e4b4a5341869063c74c0ad163a8451c90af2b6482dd435.svg);
  background-repeat: no-repeat;
  background-size: cover; }

/* line 580, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.thank-you-banner {
  padding: 10px;
  border: 1px solid #C5B15D;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
  margin: 20px auto; }

/* line 588, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.btn-thanku {
  width: 15%; }

/* line 591, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.empty-chat-box {
  width: 100% !important; }

/* line 594, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.rating .progress {
  align-self: center; }

/* line 597, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.prgressRanting {
  display: flex; }

/* line 600, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.dropdown-item.active:before {
  display: none; }

/* line 604, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.custom_text-box::placeholder {
  text-align: center; }

/* line 607, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.zoomed-text > .dropdown-menu > .inner > .dropdown-menu > li > .dropdown-item, .university-text > .dropdown-menu > .inner > .dropdown-menu > li > .dropdown-item {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal; }

/* line 612, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.zoomed-text > .dropdown-menu > .inner > .dropdown-menu > li > .dropdown-item > .text {
  margin-right: 10px; }

/* line 615, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.zoomed-text > .dropdown-menu > .inner > .dropdown-menu > li > .dropdown-item > .check-mark {
  top: 35%; }

/* line 619, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.zoomed-text > .dropdown-menu {
  left: 3% !important;
  max-width: 97%; }

/* line 623, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.project-dropdown {
  max-height: 300px;
  max-width: 500px;
  overflow-x: hidden;
  overflow-y: auto; }
  /* line 628, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .project-dropdown::-webkit-scrollbar {
    width: 8px; }
  /* line 631, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .project-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 635, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
  .project-dropdown::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6; }

/* line 643, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.toggle_dark_rate {
  background-color: #eff0f1 !important;
  border: 2px solid;
  border-color: #C6B25D !important; }

/* line 648, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_custom_design.scss */
.conflict-comm {
  min-height: 475px; }

/* line 1, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.user-image {
  width: 40px !important;
  height: 40px !important; }
  /* line 4, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .user-image img {
    width: 40px !important;
    height: 40px !important; }

/* line 9, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.small-box.project-hover .overlay-box {
  opacity: 1; }

/* line 11, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.draft-actions .delete-draft {
  color: #C5B15D !important; }

/* line 15, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.no-scroll-inside {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden; }
  /* line 19, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .no-scroll-inside::-webkit-scrollbar {
    width: 8px; }
  /* line 22, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .no-scroll-inside::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6; }

/* line 31, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.chat .item > .message {
  margin-right: 10px; }

/* line 34, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.clio-matter {
  margin-left: 100px; }

/* line 37, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.clio-form-button {
  align-self: center; }

/* line 40, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.clio-reset {
  margin-left: 110px; }

/* line 44, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.smokeball-reset {
  margin-left: 60px; }

/* line 47, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.disabled_links {
  pointer-events: none;
  cursor: default;
  opacity: .65; }

/* line 52, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.submit-btn {
  margin-left: 400px; }

/* line 55, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.project_subtext {
  font-size: 9px;
  font-style: italic; }

/* line 59, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.meetings-iframe-container iframe {
  max-height: 600px !important; }

@media (min-width: 1600px) {
  /* line 63, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .left-sidebar .user-profile {
    width: 115px;
    height: 115px; } }
/* line 68, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
img.qr_code {
  width: 16vw;
  height: auto; }

/* line 73, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
a.store-links {
  font-size: 18px; }

/* line 77, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.text-blue {
  color: #3A4B5B !important; }

/* line 81, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.bg-blue {
  background-color: #3A4B5B; }

/* line 85, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.custom_probar {
  border-radius: 50px; }

/* line 89, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.custom_probar .progress-bar {
  background-color: #C5B25C; }

/* line 92, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.text-gold {
  color: #C5B25C !important; }

/* line 97, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.ha_barred {
  /* width: 86%; */
  font-size: 17px;
  font-weight: bold;
  color: #5e5e5e;
  /* padding: 20px; */
  background-color: #C5B25C;
  border: 3px solid #C5B25C; }

/* line 106, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.ha_barred span {
  padding: 0.6rem 3rem;
  cursor: default; }

/* line 110, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.ha_barred span.inactive {
  background-color: #f7f7f7;
  color: #C5B25C;
  font-weight: 500;
  cursor: pointer; }

/* line 117, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
#new_ribbon {
  position: absolute;
  left: 0rem;
  top: 2rem;
  background-color: #C5B25C;
  padding: 5px 25px; }

/* line 125, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
#new_ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent #a18f3e transparent transparent;
  top: 4.4em;
  left: 0;
  border-width: 0em 2.1em 2.1em 0em;
  z-index: 0; }

/* line 137, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-menu .inner li.disabled span.text {
  color: #c0c0c0; }

/* line 141, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-item:not(.disabled):hover {
  background: #3A4B5B;
  color: #FFF !important; }

/* line 146, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.slimScrollBar {
  z-index: 98 !important; }

/* line 150, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.rounded-2 {
  border-radius: 12px; }

/* line 153, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.info-icon {
  height: 12px; }

/* line 156, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
a {
  transition: .3s all ease; }

/* line 160, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-submenu {
  position: relative; }

/* line 164, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

/* line 172, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 176, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

/* line 190, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

/* line 194, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/* line 200, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.ra-search-btn {
  padding: 1.25em 1.75em;
  background-color: #C5B25C;
  color: #5d5d5d;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.1rem; }

/* line 209, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.filterContainer,
.primeFilters,
.secondaryFilters,
.filterBtns,
.filterFormContainer {
  row-gap: 1rem; }

/* line 217, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.dd-form {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding: 0.5rem; }

/* line 226, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
ul#rateStatus li button.nav-link {
  border: 2px solid #C5B25C;
  background-color: white; }
  /* line 230, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  ul#rateStatus li button.nav-link.active {
    background-color: #C5B25C;
    font-weight: 600;
    color: #5E5E5E; }

/* line 239, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.rate-form-control,
select.rate-form-control {
  border-radius: 2px !important;
  height: calc(2.55em + 0.55rem + 2px);
  padding: 0.25em 0.35em;
  color: #5d5d5d;
  border-color: #d6dcd0;
  background-color: #f7f7f8;
  font-size: 10px;
  border: 1px solid #DAD5D0; }
  /* line 250, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .rate-form-control + .dropdown-menu,
  select.rate-form-control + .dropdown-menu {
    min-width: 190px; }

/* line 255, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.apply-gold-btn {
  background-color: #C5B25C;
  font-weight: 600;
  color: #5E5E5E; }

/* line 261, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.filterBtns,
.appliedOppCheckbox {
  min-width: 100%; }

/* line 266, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.ra-search-box {
  padding: 1rem;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 0 1rem 1rem; }

/* line 272, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.rightSecSortBy {
  min-width: 100%;
  background-color: #F6F7F7;
  border-radius: 1rem 1rem 0 0;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

/* line 280, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
a#hideShowAdFilterButton[aria-expanded="true"]::before {
  content: 'Hide Advanced Filtering options'; }
/* line 284, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
a#hideShowAdFilterButton[aria-expanded="false"]::before {
  content: 'Show Advanced Filtering options'; }

@media (min-width: 768px) {
  /* line 291, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .appliedOppCheckbox {
    min-width: unset; }

  /* line 295, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .ra-search-box {
    border-radius: 1rem 0 0 1rem; }

  /* line 299, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .rightSecSortBy {
    min-width: unset;
    border-radius: 0 1rem 1rem 0; } }
@media (min-width: 992px) {
  /* line 306, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .appliedOppCheckbox {
    min-width: 100%; } }
@media (min-width: 1200px) {
  /* line 312, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .rate-form-control {
    border-radius: 2px !important;
    height: calc(1.5em + 0.875rem + 2px);
    padding: 0.25em 0.35em;
    color: #5d5d5d;
    border-color: #d6dcd0;
    background-color: #f7f7f8;
    border: 1px solid #DAD5D0; } }
@media (min-width: 1400px) {
  /* line 324, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .filterFormContainer {
    flex-wrap: nowrap !important; }

  /* line 328, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .filterBtns,
  .appliedOppCheckbox {
    min-width: unset; } }
@media (max-width: 1399.98px) {
  /* line 335, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
  .custom-checkbox-padding {
    padding-left: 0px; } }
/* line 340, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.work-type-label.selected {
  background-color: #c9c9c9;
  /* Bootstrap primary color */
  color: #5d5d5d; }

/* line 345, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_lawclerk_design_fixes.scss */
.work-experience-option.selected {
  background-color: #c9c9c9;
  /* Bootstrap primary color */
  color: #5d5d5d; }

/* line 1, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.new_popup .modal-content {
  border-radius: 0; }

/* line 4, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.new_popup .modal-body {
  background-color: #fff;
  padding: 0px 60px 35px; }

/* line 8, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.text-gold-dark {
  color: #C5B25C; }

/* line 11, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
a.text-underline {
  text-decoration: underline;
  text-underline-offset: 4px; }

/* line 15, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.new_popup .modal-header .close:before {
  content: ""; }

/* line 18, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.new_popup .close span {
  border-radius: 100%;
  background-color: #C5B25C;
  z-index: 100;
  font-size: 14px;
  border: 1px solid #C5B25C;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  cursor: pointer;
  padding: 4px 8px;
  text-shadow: none; }

/* line 31, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.bold-text {
  font-size: 20px; }

/* line 34, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.new_popup .close {
  opacity: 1; }

/* line 37, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.text-bold {
  font-weight: 500; }

/* line 40, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.sync-btn {
  right: 16px;
  z-index: 2; }

/* line 44, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.video-thumbnail-wrapper {
  position: relative; }

/* line 48, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
#video-player {
  width: 100%;
  height: 100%; }

/* line 53, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  /* Makes the thumbnail look clickable */
  z-index: 1;
  /* Ensures it overlays the video */ }

/* line 64, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.addFirmMemberBtn {
  display: block; }
  /* line 66, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .addFirmMemberBtn .tooltip-trigger {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: #c5b25c;
    padding: 0.15rem 1rem !important; }

/* line 89, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.newSubFeature li {
  list-style: none; }
  /* line 91, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .newSubFeature li::before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 15px; }

/* line 101, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.avatar-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  right: -25%;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  color: #333;
  padding: 12px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100; }

/* line 116, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.avatar-tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  /* line 118, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .avatar-tooltip-container:hover .avatar-tooltip {
    display: block; }

/* line 126, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.avatar-tooltip-header {
  color: #000;
  font-weight: 600;
  font-size: 10px;
  text-align: center; }

/* line 132, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.avatar-tooltip-body {
  font-size: 10px;
  color: #666;
  text-align: center; }

/* line 137, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.opp_check {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5em;
  padding: 8px 2px;
  display: inline-block;
  border-radius: 5px !important;
  cursor: pointer;
  height: 34px;
  white-space: nowrap;
  height: auto;
  white-space: normal;
  vertical-align: middle; }

/* line 153, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.add_member {
  width: 75px !important;
  text-align: center;
  background: #394a5b;
  color: #fff !important;
  width: auto;
  padding: 4px 10px !important;
  border-radius: 15px;
  font-weight: 600;
  line-height: 1.25em;
  display: inline-block;
  font-size: 8px; }

/* line 166, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  /* line 171, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .tooltip-container:hover .custom-tooltip {
    display: block; }

/* line 176, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.Notifications-tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  /* line 181, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .Notifications-tooltip-container:hover .Notifications-tooltip {
    display: block; }

/* line 186, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.role-tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  /* line 191, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .role-tooltip-container:hover .role-tooltip {
    display: block; }

/* line 196, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-tooltip {
  display: none;
  position: absolute;
  top: 118%;
  left: -22%;
  background-color: #f8f8f8;
  color: #333;
  padding: 12px;
  width: 300px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100; }

/* line 211, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.tooltip-header {
  color: #B5983D;
  font-weight: 600;
  font-size: 12px; }

/* line 216, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.tooltip-body {
  font-size: 11px;
  color: #666;
  font-style: italic; }

/* line 221, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.Notifications-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 610%;
  width: 230px;
  text-align: left;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  color: #333;
  padding: 12px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100; }

/* line 238, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.Notifications-tooltip-header {
  color: #000;
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  font-style: italic;
  text-decoration: underline; }

/* line 246, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.Notifications-tooltip-body {
  font-size: 9px;
  color: #666;
  text-align: left;
  font-style: italic; }

/* line 252, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.role-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 708%;
  width: 230px;
  text-align: left;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  color: #333;
  padding: 12px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100; }

/* line 269, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.member-role-tooltip {
  display: none;
  position: absolute;
  top: 16%;
  left: 155%;
  width: 230px;
  text-align: left;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  color: #333;
  padding: 12px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100; }

/* line 288, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.member-role-tooltip-container:hover .member-role-tooltip {
  display: block; }

/* line 293, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.member-role-tooltip-body {
  font-size: 9px;
  color: #666;
  text-align: left;
  font-style: italic; }

/* line 299, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.creator-role-tooltip {
  display: none;
  position: absolute;
  top: 36%;
  left: 160%;
  width: 230px;
  text-align: left;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  color: #333;
  padding: 12px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100; }

/* line 318, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.creator-role-tooltip-container:hover .creator-role-tooltip {
  display: block; }

/* line 323, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.creator-role-tooltip-body {
  font-size: 9px;
  color: #666;
  text-align: left;
  font-style: italic; }

/* line 329, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.principal-role-tooltip {
  display: none;
  position: absolute;
  top: 58%;
  left: 165%;
  width: 230px;
  text-align: left;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  color: #333;
  padding: 12px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100; }

/* line 348, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.principal-role-tooltip-container:hover .principal-role-tooltip {
  display: block; }

/* line 353, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.principal-role-tooltip-body {
  font-size: 9px;
  color: #666;
  text-align: left;
  font-style: italic; }

/* line 359, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.role-tooltip-header {
  color: #000;
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  font-style: italic;
  text-decoration: underline; }

/* line 367, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.role-tooltip-body {
  font-size: 9px;
  color: #666;
  text-align: left;
  font-style: italic; }

/* line 373, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.members-fs {
  font-size: 10px; }

/* line 376, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.bold-underline {
  text-decoration: underline;
  text-decoration-thickness: 1.4px; }

/* line 380, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-close {
  opacity: 1; }

/* line 386, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
#collaborateModal .modal-header .close:before {
  display: none; }
/* line 392, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
#collaborateModal .close span {
  border-radius: 100%;
  background-color: #C5B25C;
  z-index: 100;
  font-size: 14px;
  border: 1px solid #C5B25C;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  cursor: pointer;
  padding: 2px 6px;
  text-shadow: none;
  border-radius: 12px; }

/* line 411, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
#accessRemove .modal-header .close:before {
  display: none; }
/* line 417, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
#accessRemove .close span {
  border-radius: 100%;
  background-color: #C5B25C;
  z-index: 100;
  font-size: 14px;
  border: 1px solid #C5B25C;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  cursor: pointer;
  padding: 2px 6px;
  text-shadow: none;
  border-radius: 12px; }

/* line 436, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
#addfirmmember .modal-header .close:before {
  display: none; }
/* line 442, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
#addfirmmember .close span {
  border-radius: 100%;
  background-color: #C5B25C;
  z-index: 100;
  font-size: 14px;
  border: 1px solid #C5B25C;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  cursor: pointer;
  padding: 2px 6px;
  text-shadow: none;
  border-radius: 12px; }

/* line 458, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.btn-gold-outline {
  border: 1px solid #C5B25C;
  background: #fff;
  color: #C5B25C;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  padding: 8px 15px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px !important;
  cursor: pointer;
  height: 48px;
  white-space: nowrap; }
  /* line 474, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .btn-gold-outline:hover {
    text-decoration: none;
    color: #C5B25C;
    background: #f5f6fa; }

/* line 480, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.submit_modal_radius {
  border-radius: 12px; }

/* line 483, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown {
  position: relative; }

/* line 486, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 493, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none; }

/* line 505, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-item {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-grow: 1; }
  /* line 511, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .custom-dropdown-item:hover {
    background: #f0f0f0; }

/* line 515, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-added {
  margin-left: auto;
  color: #aaa;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
  text-align: left; }

/* line 525, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-added:hover {
  background-color: #fff !important; }

/* line 529, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-add {
  margin-left: auto;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer; }

/* line 537, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-added .custom-dropdown-add {
  margin-left: auto;
  color: #ccc;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
  text-align: left; }

/* line 546, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 12px; }

/* line 552, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-name {
  text-align: left; }

/* line 555, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-email {
  font-size: 0.9em;
  color: #666;
  text-align: left; }

/* line 560, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.custom-dropdown-btn {
  margin-left: 10px; }

/* line 563, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.role-dropdown-menu {
  position: absolute;
  top: 100%;
  float: left;
  left: 13px;
  width: 6rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  text-align: left;
  background-color: #fff; }

/* line 575, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.role-dropdown-item {
  display: inline-block;
  left: 20px;
  padding: 5px 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%; }
  /* line 585, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .role-dropdown-item:not(.active):hover {
    background: #ddd;
    color: #666 !important;
    transition: all 0.3s ease; }

/* line 592, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.Notification-dropdown-item {
  display: inline-block;
  left: 20px;
  padding: 9px 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 2.6em;
  width: 100%;
  transition: all 0.3s ease; }
  /* line 603, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .Notification-dropdown-item:hover {
    background-color: #ddd;
    transition: all 0.3s ease; }

/* line 608, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
a.role-dropdown-item.dropdown-toggle.underline {
  letter-spacing: 0.1rem !important;
  background: #fff;
  padding: 0px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease; }

/* line 616, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
a.role-dropdown-item.font-bold {
  background: #fff;
  padding: 0px;
  text-decoration: underline;
  font-size: 11.5px;
  letter-spacing: 0.1rem !important; }

/* line 623, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.non_creator_msg {
  width: 260px;
  background-color: #f8f8f8;
  color: #787878;
  padding: 12px;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-style: italic;
  font-weight: 500;
  margin-right: 10px; }

/* line 635, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.fs-18 {
  font-size: 18px; }

/* line 638, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.overlayButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px; }

/* line 645, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.no-top-bottom-border {
  border-top: none !important; }
  /* line 646, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .no-top-bottom-border th, .no-top-bottom-border td {
    border-top: none !important;
    border-bottom: none !important; }
  /* line 651, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .no-top-bottom-border td:first-child {
    border-left: none !important; }
  /* line 655, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .no-top-bottom-border td:last-child {
    border-right: none !important; }

/* line 664, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
thead tr th {
  border-top: none !important;
  border-bottom: none !important; }
  /* line 668, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  thead tr th:first-child {
    border-left: none !important; }
  /* line 672, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  thead tr th:last-child {
    border-right: none !important; }

/* line 679, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
.table-box {
  border: 0.5px solid #ccc;
  border-radius: 10px;
  overflow: visible;
  box-shadow: none;
  padding: 12px 0px 0px; }
  /* line 686, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .table-box .box-title {
    margin-top: calc(-0.6rem - 20px);
    background-color: #fff;
    width: fit-content;
    transition: all 0.3s ease; }
  /* line 693, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .table-box button {
    height: 20px;
    width: 20px;
    border: none;
    background-color: transparent;
    color: #707070;
    transition: all 0.4s ease; }
    /* line 701, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
    .table-box button:not(.collapsed) {
      rotate: 180deg; }
  /* line 706, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .table-box::before {
    display: none; }

@media screen and (max-width: 767px) {
  /* line 712, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .td.commentCol {
    padding: 10px !important; } }
@media (max-width: 1199.98px) {
  /* line 718, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/_new_designs_corrections.scss */
  .custom-tooltip {
    width: 100%;
    left: 0;
    font-size: 12px;
    padding: 16px; } }
/* line 1, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  /* color: #C5B25C; */ }

/* line 7, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.bg-primary {
  background: #C5B25C !important; }

/* line 10, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.ftco-section {
  padding: 7em 0; }

/* line 13, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.ftco-no-pt {
  padding-top: 0; }

/* line 16, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.ftco-no-pb {
  padding-bottom: 0; }

/* line 19, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.heading-section {
  font-size: 28px;
  color: #000; }

/* line 23, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* line 28, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple {
  width: 100%;
  border: 1px solid #d6dcd0;
  background-color: #f7f7f8;
  position: relative; }

/* line 34, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple select {
  display: none; }

/* line 37, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div {
  position: relative;
  z-index: 2;
  padding: 1rem 1rem 0.35rem;
  border-radius: 2px;
  font-size: 15px;
  line-height: 30px;
  min-height: 60px;
  box-shadow: none; }

/* line 47, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute; }

/* line 55, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div .arrow:before,
.selectMultiple > div .arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #99A3BA;
  top: 43%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* line 68, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div .arrow:before {
  right: 12px;
  -webkit-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg); }

/* line 74, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div .arrow:after {
  left: 9px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg); }

/* line 80, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div span {
  color: #5e5e5e;
  display: block;
  /* position: absolute; */
  /* left: 12px; */
  cursor: pointer;
  /* top: 8px; */
  /* line-height: 14px; */
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* line 92, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div span.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  transform: translate(-4px, 0); }

/* line 100, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a {
  position: relative;
  padding: 8px 30px 8px 8px;
  line-height: 16px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px 0; }

/* line 109, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap; }

/* line 114, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  position: absolute;
  display: block;
  /* background: rgba(228, 236, 250, 0.7); */
  background-color: #ffffff;
  border: 1px solid #d6dcd0;
  z-index: -1;
  border-radius: 2px; }

/* line 128, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 32px;
  display: block; }

/* line 137, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a i:before,
.selectMultiple > div a i:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #C5B25C;
  border-radius: 1px; }

/* line 149, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

/* line 154, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

/* line 159, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

/* line 165, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown:before {
  width: 28px;
  -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  -o-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s; }

/* line 171, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown i {
  opacity: 0;
  -webkit-transition: all .3s ease .3s;
  -o-transition: all .3s ease .3s;
  transition: all .3s ease .3s; }

/* line 177, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown em {
  opacity: 0;
  -webkit-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  -webkit-transition: all .4s ease .3s;
  -o-transition: all .4s ease .3s;
  transition: all .4s ease .3s; }

/* line 186, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown.shown {
  opacity: 1; }

/* line 189, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown.shown:before {
  width: 100%; }

/* line 192, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown.shown i {
  opacity: 1; }

/* line 195, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown.shown em {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 201, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.remove:before {
  width: 28px;
  -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  -o-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s; }

/* line 207, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.remove i {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

/* line 213, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.remove em {
  opacity: 0;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s; }

/* line 222, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.remove.disappear {
  opacity: 0;
  -webkit-transition: opacity .5s ease 0s;
  -o-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s; }

/* line 228, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  z-index: 3;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  -webkit-transform: translate(0, 20px) scale(0.8);
  -ms-transform: translate(0, 20px) scale(0.8);
  transform: translate(0, 20px) scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  -webkit-transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  -o-transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s; }

/* line 255, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li {
  color: #000;
  background: #fff;
  padding: 12px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: all .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
  -o-transition: all .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
  transition: all .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
  transition: all .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s; }

/* line 268, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li:first-child {
  border-radius: 2px 2px 0 0; }

/* line 271, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li:first-child:last-child {
  border-radius: 2px; }

/* line 274, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li:last-child {
  border-radius: 0 0 2px 2px; }

/* line 277, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li:last-child:first-child {
  border-radius: 2px; }

/* line 280, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li:hover {
  background: #C5B25C;
  color: #fff; }

/* line 284, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
  -ms-transform: scale(1, 1) translate(-50%, -50%);
  transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

/* line 301, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px; }

/* line 304, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px; }

/* line 307, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0; }

/* line 310, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px; }

/* line 313, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.remove {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

/* line 319, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.remove:after {
  -webkit-animation: ripple .4s ease-out;
  animation: ripple .4s ease-out; }

/* line 323, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.notShown {
  display: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .35s ease;
  transition: opacity .4s ease, -webkit-transform .35s ease;
  -o-transition: transform .35s ease, opacity .4s ease;
  transition: transform .35s ease, opacity .4s ease;
  transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease; }

/* line 335, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > ul li.notShown.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* line 341, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple.open > div {
  box-shadow: none; }

/* line 344, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple.open > div .arrow:before {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg); }

/* line 349, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple.open > div .arrow:after {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg); }

/* line 354, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple.open > ul {
  -webkit-transform: translate(0, 2px) scale(1);
  -ms-transform: translate(0, 2px) scale(1);
  transform: translate(0, 2px) scale(1);
  opacity: 1;
  visibility: visible;
  border-radius: 2px;
  border: 1px solid #efefef;
  /* -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16)); */
  /* filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16)); */ }

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  25% {
    -webkit-transform: scale(30, 30);
    transform: scale(30, 30);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
    transform: scale(50, 50); } }
@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  25% {
    -webkit-transform: scale(30, 30);
    transform: scale(30, 30);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
    transform: scale(50, 50); } }
/* line 399, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
span.tooltiptext {
  opacity: 0;
  width: auto;
  background-color: #ececff;
  color: #5e5e5e;
  text-align: center;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  top: -42px;
  left: -1px;
  z-index: 1;
  box-shadow: 0 4px 10px #99999945;
  border: 1px solid #ccc;
  transition: all ease-in 300ms;
  font-size: 16px; }

/* line 416, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple:hover span.tooltiptext {
  opacity: 1;
  transition: all ease-in 300ms; }

/* line 421, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.minh-unset {
  min-height: unset !important; }

/* line 424, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple ul.scroll-max {
  max-height: 40vh; }

/* line 428, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a.notShown.shown em {
  white-space: normal; }

/* line 432, /home/ubuntu/lawclerk/app/assets/stylesheets/website/globals/multi_select.scss */
.selectMultiple > div a em {
  white-space: normal; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-xs {
  font-size: .75em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sm {
  font-size: .875em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-1x {
  font-size: 1em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-2x {
  font-size: 2em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-3x {
  font-size: 3em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-4x {
  font-size: 4em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-5x {
  font-size: 5em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-6x {
  font-size: 6em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-7x {
  font-size: 7em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-8x {
  font-size: 8em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-9x {
  font-size: 9em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-10x {
  font-size: 10em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fw {
  text-align: center;
  width: 1.25em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ul > li {
  position: relative; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pull-left {
  float: left; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pull-right {
  float: right; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stack-1x {
  line-height: inherit; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stack-2x {
  font-size: 2em; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-inverse {
  color: #fff; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-500px:before {
  content: "\f26e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-accessible-icon:before {
  content: "\f368"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-accusoft:before {
  content: "\f369"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ad:before {
  content: "\f641"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-address-card:before {
  content: "\f2bb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-adjust:before {
  content: "\f042"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-adn:before {
  content: "\f170"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-adversal:before {
  content: "\f36a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-affiliatetheme:before {
  content: "\f36b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-air-freshener:before {
  content: "\f5d0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-airbnb:before {
  content: "\f834"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-algolia:before {
  content: "\f36c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-align-center:before {
  content: "\f037"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-align-justify:before {
  content: "\f039"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-align-left:before {
  content: "\f036"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-align-right:before {
  content: "\f038"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-alipay:before {
  content: "\f642"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-allergies:before {
  content: "\f461"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-amazon:before {
  content: "\f270"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-amazon-pay:before {
  content: "\f42c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-amilia:before {
  content: "\f36d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-anchor:before {
  content: "\f13d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-android:before {
  content: "\f17b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angellist:before {
  content: "\f209"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-down:before {
  content: "\f107"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-left:before {
  content: "\f104"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-right:before {
  content: "\f105"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angle-up:before {
  content: "\f106"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angry:before {
  content: "\f556"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angrycreative:before {
  content: "\f36e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-angular:before {
  content: "\f420"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ankh:before {
  content: "\f644"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-app-store:before {
  content: "\f36f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-app-store-ios:before {
  content: "\f370"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-apper:before {
  content: "\f371"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-apple:before {
  content: "\f179"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-apple-alt:before {
  content: "\f5d1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-apple-pay:before {
  content: "\f415"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-archive:before {
  content: "\f187"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-archway:before {
  content: "\f557"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrows-alt-h:before {
  content: "\f337"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-arrows-alt-v:before {
  content: "\f338"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-artstation:before {
  content: "\f77a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-asterisk:before {
  content: "\f069"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-asymmetrik:before {
  content: "\f372"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-at:before {
  content: "\f1fa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-atlas:before {
  content: "\f558"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-atlassian:before {
  content: "\f77b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-atom:before {
  content: "\f5d2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-audible:before {
  content: "\f373"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-autoprefixer:before {
  content: "\f41c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-avianex:before {
  content: "\f374"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-aviato:before {
  content: "\f421"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-award:before {
  content: "\f559"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-aws:before {
  content: "\f375"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-baby:before {
  content: "\f77c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-baby-carriage:before {
  content: "\f77d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-backspace:before {
  content: "\f55a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-backward:before {
  content: "\f04a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bacon:before {
  content: "\f7e5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bacteria:before {
  content: "\e059"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bacterium:before {
  content: "\e05a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bahai:before {
  content: "\f666"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-balance-scale-left:before {
  content: "\f515"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-balance-scale-right:before {
  content: "\f516"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ban:before {
  content: "\f05e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-band-aid:before {
  content: "\f462"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-barcode:before {
  content: "\f02a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bars:before {
  content: "\f0c9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-baseball-ball:before {
  content: "\f433"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-basketball-ball:before {
  content: "\f434"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bath:before {
  content: "\f2cd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-battery-empty:before {
  content: "\f244"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-battery-full:before {
  content: "\f240"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-battery-half:before {
  content: "\f242"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-battle-net:before {
  content: "\f835"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bed:before {
  content: "\f236"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-beer:before {
  content: "\f0fc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-behance:before {
  content: "\f1b4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bell:before {
  content: "\f0f3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bezier-curve:before {
  content: "\f55b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bible:before {
  content: "\f647"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bicycle:before {
  content: "\f206"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-biking:before {
  content: "\f84a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bimobject:before {
  content: "\f378"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-biohazard:before {
  content: "\f780"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bitcoin:before {
  content: "\f379"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bity:before {
  content: "\f37a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-blackberry:before {
  content: "\f37b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-blender:before {
  content: "\f517"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-blender-phone:before {
  content: "\f6b6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-blind:before {
  content: "\f29d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-blog:before {
  content: "\f781"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-blogger:before {
  content: "\f37c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-blogger-b:before {
  content: "\f37d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bold:before {
  content: "\f032"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bolt:before {
  content: "\f0e7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bone:before {
  content: "\f5d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bong:before {
  content: "\f55c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-book:before {
  content: "\f02d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-book-dead:before {
  content: "\f6b7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-book-medical:before {
  content: "\f7e6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-book-open:before {
  content: "\f518"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-book-reader:before {
  content: "\f5da"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bootstrap:before {
  content: "\f836"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-border-all:before {
  content: "\f84c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-border-none:before {
  content: "\f850"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-border-style:before {
  content: "\f853"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bowling-ball:before {
  content: "\f436"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-box:before {
  content: "\f466"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-box-open:before {
  content: "\f49e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-box-tissue:before {
  content: "\e05b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-boxes:before {
  content: "\f468"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-braille:before {
  content: "\f2a1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-brain:before {
  content: "\f5dc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bread-slice:before {
  content: "\f7ec"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-briefcase-medical:before {
  content: "\f469"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-broadcast-tower:before {
  content: "\f519"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-broom:before {
  content: "\f51a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-brush:before {
  content: "\f55d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-btc:before {
  content: "\f15a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-buffer:before {
  content: "\f837"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bug:before {
  content: "\f188"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-building:before {
  content: "\f1ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bullseye:before {
  content: "\f140"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-burn:before {
  content: "\f46a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-buromobelexperte:before {
  content: "\f37f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bus:before {
  content: "\f207"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-bus-alt:before {
  content: "\f55e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-business-time:before {
  content: "\f64a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-buy-n-large:before {
  content: "\f8a6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar:before {
  content: "\f133"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar-alt:before {
  content: "\f073"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar-check:before {
  content: "\f274"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar-day:before {
  content: "\f783"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar-minus:before {
  content: "\f272"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar-plus:before {
  content: "\f271"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar-times:before {
  content: "\f273"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-calendar-week:before {
  content: "\f784"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-camera:before {
  content: "\f030"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-campground:before {
  content: "\f6bb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-canadian-maple-leaf:before {
  content: "\f785"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-candy-cane:before {
  content: "\f786"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cannabis:before {
  content: "\f55f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-capsules:before {
  content: "\f46b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-car:before {
  content: "\f1b9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-car-alt:before {
  content: "\f5de"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-car-battery:before {
  content: "\f5df"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-car-crash:before {
  content: "\f5e1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-car-side:before {
  content: "\f5e4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caravan:before {
  content: "\f8ff"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-square-down:before {
  content: "\f150"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-square-left:before {
  content: "\f191"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-square-right:before {
  content: "\f152"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-square-up:before {
  content: "\f151"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-carrot:before {
  content: "\f787"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cash-register:before {
  content: "\f788"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cat:before {
  content: "\f6be"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-amazon-pay:before {
  content: "\f42d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-apple-pay:before {
  content: "\f416"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-centercode:before {
  content: "\f380"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-centos:before {
  content: "\f789"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chair:before {
  content: "\f6c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chalkboard:before {
  content: "\f51b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chalkboard-teacher:before {
  content: "\f51c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-charging-station:before {
  content: "\f5e7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chart-area:before {
  content: "\f1fe"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chart-bar:before {
  content: "\f080"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chart-line:before {
  content: "\f201"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chart-pie:before {
  content: "\f200"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-check:before {
  content: "\f00c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-check-circle:before {
  content: "\f058"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-check-double:before {
  content: "\f560"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-check-square:before {
  content: "\f14a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cheese:before {
  content: "\f7ef"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess:before {
  content: "\f439"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess-bishop:before {
  content: "\f43a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess-board:before {
  content: "\f43c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess-king:before {
  content: "\f43f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess-knight:before {
  content: "\f441"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess-pawn:before {
  content: "\f443"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess-queen:before {
  content: "\f445"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chess-rook:before {
  content: "\f447"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-child:before {
  content: "\f1ae"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chrome:before {
  content: "\f268"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-chromecast:before {
  content: "\f838"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-church:before {
  content: "\f51d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-circle:before {
  content: "\f111"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-circle-notch:before {
  content: "\f1ce"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-city:before {
  content: "\f64f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-clinic-medical:before {
  content: "\f7f2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-clipboard:before {
  content: "\f328"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-clipboard-check:before {
  content: "\f46c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-clipboard-list:before {
  content: "\f46d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-clock:before {
  content: "\f017"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-clone:before {
  content: "\f24d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-closed-captioning:before {
  content: "\f20a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-download-alt:before {
  content: "\f381"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-meatball:before {
  content: "\f73b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-moon:before {
  content: "\f6c3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-moon-rain:before {
  content: "\f73c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-rain:before {
  content: "\f73d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-showers-heavy:before {
  content: "\f740"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-sun:before {
  content: "\f6c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-sun-rain:before {
  content: "\f743"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloud-upload-alt:before {
  content: "\f382"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloudflare:before {
  content: "\e07d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloudscale:before {
  content: "\f383"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloudsmith:before {
  content: "\f384"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cloudversify:before {
  content: "\f385"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cocktail:before {
  content: "\f561"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-code:before {
  content: "\f121"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-code-branch:before {
  content: "\f126"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-codiepie:before {
  content: "\f284"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cog:before {
  content: "\f013"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cogs:before {
  content: "\f085"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-coins:before {
  content: "\f51e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-columns:before {
  content: "\f0db"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comment:before {
  content: "\f075"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comment-alt:before {
  content: "\f27a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comment-dollar:before {
  content: "\f651"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comment-dots:before {
  content: "\f4ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comment-medical:before {
  content: "\f7f5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comment-slash:before {
  content: "\f4b3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comments:before {
  content: "\f086"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-comments-dollar:before {
  content: "\f653"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-compact-disc:before {
  content: "\f51f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-compass:before {
  content: "\f14e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-compress:before {
  content: "\f066"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-compress-alt:before {
  content: "\f422"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-compress-arrows-alt:before {
  content: "\f78c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-concierge-bell:before {
  content: "\f562"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-confluence:before {
  content: "\f78d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-contao:before {
  content: "\f26d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cookie:before {
  content: "\f563"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cookie-bite:before {
  content: "\f564"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-copy:before {
  content: "\f0c5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cotton-bureau:before {
  content: "\f89e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-couch:before {
  content: "\f4b8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cpanel:before {
  content: "\f388"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-by:before {
  content: "\f4e7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-nc:before {
  content: "\f4e8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-nd:before {
  content: "\f4eb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-pd:before {
  content: "\f4ec"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-remix:before {
  content: "\f4ee"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-sa:before {
  content: "\f4ef"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-share:before {
  content: "\f4f2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-creative-commons-zero:before {
  content: "\f4f3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-critical-role:before {
  content: "\f6c9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-crop:before {
  content: "\f125"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-crop-alt:before {
  content: "\f565"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cross:before {
  content: "\f654"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-crow:before {
  content: "\f520"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-crown:before {
  content: "\f521"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-crutch:before {
  content: "\f7f7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-css3:before {
  content: "\f13c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-css3-alt:before {
  content: "\f38b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cube:before {
  content: "\f1b2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cut:before {
  content: "\f0c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-cuttlefish:before {
  content: "\f38c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-d-and-d:before {
  content: "\f38d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dailymotion:before {
  content: "\e052"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dashcube:before {
  content: "\f210"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-database:before {
  content: "\f1c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-deaf:before {
  content: "\f2a4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-deezer:before {
  content: "\e077"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-democrat:before {
  content: "\f747"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-deploydog:before {
  content: "\f38e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-deskpro:before {
  content: "\f38f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-desktop:before {
  content: "\f108"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dev:before {
  content: "\f6cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dharmachakra:before {
  content: "\f655"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dhl:before {
  content: "\f790"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-diagnoses:before {
  content: "\f470"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-diaspora:before {
  content: "\f791"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice:before {
  content: "\f522"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-d20:before {
  content: "\f6cf"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-d6:before {
  content: "\f6d1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-five:before {
  content: "\f523"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-four:before {
  content: "\f524"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-one:before {
  content: "\f525"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-six:before {
  content: "\f526"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-three:before {
  content: "\f527"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dice-two:before {
  content: "\f528"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-digg:before {
  content: "\f1a6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-digital-ocean:before {
  content: "\f391"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-digital-tachograph:before {
  content: "\f566"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-directions:before {
  content: "\f5eb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-discord:before {
  content: "\f392"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-discourse:before {
  content: "\f393"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-disease:before {
  content: "\f7fa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-divide:before {
  content: "\f529"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dizzy:before {
  content: "\f567"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dna:before {
  content: "\f471"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dochub:before {
  content: "\f394"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-docker:before {
  content: "\f395"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dog:before {
  content: "\f6d3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dollar-sign:before {
  content: "\f155"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dolly:before {
  content: "\f472"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dolly-flatbed:before {
  content: "\f474"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-donate:before {
  content: "\f4b9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-door-closed:before {
  content: "\f52a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-door-open:before {
  content: "\f52b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dot-circle:before {
  content: "\f192"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dove:before {
  content: "\f4ba"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-download:before {
  content: "\f019"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-draft2digital:before {
  content: "\f396"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-drafting-compass:before {
  content: "\f568"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dragon:before {
  content: "\f6d5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-draw-polygon:before {
  content: "\f5ee"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dribbble-square:before {
  content: "\f397"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-drum:before {
  content: "\f569"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-drum-steelpan:before {
  content: "\f56a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-drumstick-bite:before {
  content: "\f6d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dumbbell:before {
  content: "\f44b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dumpster:before {
  content: "\f793"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dumpster-fire:before {
  content: "\f794"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dungeon:before {
  content: "\f6d9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-dyalog:before {
  content: "\f399"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-earlybirds:before {
  content: "\f39a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ebay:before {
  content: "\f4f4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-edge:before {
  content: "\f282"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-edge-legacy:before {
  content: "\e078"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-edit:before {
  content: "\f044"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-egg:before {
  content: "\f7fb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-eject:before {
  content: "\f052"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-elementor:before {
  content: "\f430"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ello:before {
  content: "\f5f1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ember:before {
  content: "\f423"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-empire:before {
  content: "\f1d1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-envelope-open-text:before {
  content: "\f658"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-envira:before {
  content: "\f299"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-equals:before {
  content: "\f52c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-eraser:before {
  content: "\f12d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-erlang:before {
  content: "\f39d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ethereum:before {
  content: "\f42e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ethernet:before {
  content: "\f796"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-euro-sign:before {
  content: "\f153"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-evernote:before {
  content: "\f839"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-exchange-alt:before {
  content: "\f362"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-expand:before {
  content: "\f065"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-expand-alt:before {
  content: "\f424"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-expand-arrows-alt:before {
  content: "\f31e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-external-link-alt:before {
  content: "\f35d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-external-link-square-alt:before {
  content: "\f360"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-eye:before {
  content: "\f06e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-eye-dropper:before {
  content: "\f1fb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-facebook:before {
  content: "\f09a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-facebook-f:before {
  content: "\f39e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-facebook-messenger:before {
  content: "\f39f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fan:before {
  content: "\f863"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-faucet:before {
  content: "\e005"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fax:before {
  content: "\f1ac"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-feather:before {
  content: "\f52d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-feather-alt:before {
  content: "\f56b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fedex:before {
  content: "\f797"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fedora:before {
  content: "\f798"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-female:before {
  content: "\f182"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-figma:before {
  content: "\f799"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file:before {
  content: "\f15b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-alt:before {
  content: "\f15c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-archive:before {
  content: "\f1c6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-audio:before {
  content: "\f1c7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-code:before {
  content: "\f1c9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-contract:before {
  content: "\f56c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-csv:before {
  content: "\f6dd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-download:before {
  content: "\f56d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-excel:before {
  content: "\f1c3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-export:before {
  content: "\f56e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-image:before {
  content: "\f1c5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-import:before {
  content: "\f56f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-invoice:before {
  content: "\f570"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-invoice-dollar:before {
  content: "\f571"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-medical:before {
  content: "\f477"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-medical-alt:before {
  content: "\f478"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-pdf:before {
  content: "\f1c1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-powerpoint:before {
  content: "\f1c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-prescription:before {
  content: "\f572"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-signature:before {
  content: "\f573"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-upload:before {
  content: "\f574"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-video:before {
  content: "\f1c8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-file-word:before {
  content: "\f1c2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fill:before {
  content: "\f575"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fill-drip:before {
  content: "\f576"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-film:before {
  content: "\f008"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-filter:before {
  content: "\f0b0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fingerprint:before {
  content: "\f577"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fire:before {
  content: "\f06d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fire-alt:before {
  content: "\f7e4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-firefox:before {
  content: "\f269"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-firefox-browser:before {
  content: "\e007"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-first-aid:before {
  content: "\f479"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-first-order-alt:before {
  content: "\f50a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-firstdraft:before {
  content: "\f3a1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fish:before {
  content: "\f578"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fist-raised:before {
  content: "\f6de"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flag:before {
  content: "\f024"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flag-usa:before {
  content: "\f74d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flask:before {
  content: "\f0c3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flickr:before {
  content: "\f16e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flipboard:before {
  content: "\f44d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-flushed:before {
  content: "\f579"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fly:before {
  content: "\f417"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-folder:before {
  content: "\f07b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-folder-minus:before {
  content: "\f65d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-folder-plus:before {
  content: "\f65e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-font:before {
  content: "\f031"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-font-awesome-alt:before {
  content: "\f35c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-font-awesome-flag:before {
  content: "\f425"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fonticons:before {
  content: "\f280"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fonticons-fi:before {
  content: "\f3a2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-football-ball:before {
  content: "\f44e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-forumbee:before {
  content: "\f211"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-forward:before {
  content: "\f04e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-foursquare:before {
  content: "\f180"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-freebsd:before {
  content: "\f3a4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-frog:before {
  content: "\f52e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-frown:before {
  content: "\f119"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-frown-open:before {
  content: "\f57a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-fulcrum:before {
  content: "\f50b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-funnel-dollar:before {
  content: "\f662"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-futbol:before {
  content: "\f1e3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-galactic-republic:before {
  content: "\f50c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-galactic-senate:before {
  content: "\f50d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gas-pump:before {
  content: "\f52f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gavel:before {
  content: "\f0e3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gem:before {
  content: "\f3a5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-genderless:before {
  content: "\f22d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gg:before {
  content: "\f260"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ghost:before {
  content: "\f6e2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gift:before {
  content: "\f06b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gifts:before {
  content: "\f79c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-git:before {
  content: "\f1d3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-git-alt:before {
  content: "\f841"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-github:before {
  content: "\f09b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-github-alt:before {
  content: "\f113"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-github-square:before {
  content: "\f092"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gitkraken:before {
  content: "\f3a6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gitlab:before {
  content: "\f296"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gitter:before {
  content: "\f426"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-glass-cheers:before {
  content: "\f79f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-glass-martini:before {
  content: "\f000"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-glass-martini-alt:before {
  content: "\f57b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-glass-whiskey:before {
  content: "\f7a0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-glasses:before {
  content: "\f530"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-glide:before {
  content: "\f2a5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-globe:before {
  content: "\f0ac"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-globe-africa:before {
  content: "\f57c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-globe-americas:before {
  content: "\f57d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-globe-asia:before {
  content: "\f57e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-globe-europe:before {
  content: "\f7a2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gofore:before {
  content: "\f3a7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-golf-ball:before {
  content: "\f450"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-goodreads:before {
  content: "\f3a8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-goodreads-g:before {
  content: "\f3a9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google:before {
  content: "\f1a0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google-drive:before {
  content: "\f3aa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google-pay:before {
  content: "\e079"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google-play:before {
  content: "\f3ab"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google-plus:before {
  content: "\f2b3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google-plus-g:before {
  content: "\f0d5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gopuram:before {
  content: "\f664"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gratipay:before {
  content: "\f184"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grav:before {
  content: "\f2d6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-greater-than:before {
  content: "\f531"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-greater-than-equal:before {
  content: "\f532"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grimace:before {
  content: "\f57f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin:before {
  content: "\f580"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-alt:before {
  content: "\f581"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-beam:before {
  content: "\f582"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-beam-sweat:before {
  content: "\f583"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-hearts:before {
  content: "\f584"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-squint:before {
  content: "\f585"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-squint-tears:before {
  content: "\f586"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-stars:before {
  content: "\f587"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-tears:before {
  content: "\f588"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-tongue:before {
  content: "\f589"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-tongue-squint:before {
  content: "\f58a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-tongue-wink:before {
  content: "\f58b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grin-wink:before {
  content: "\f58c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grip-horizontal:before {
  content: "\f58d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grip-lines:before {
  content: "\f7a4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grip-vertical:before {
  content: "\f58e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gripfire:before {
  content: "\f3ac"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-grunt:before {
  content: "\f3ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-guilded:before {
  content: "\e07e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-guitar:before {
  content: "\f7a6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-gulp:before {
  content: "\f3ae"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hacker-news-square:before {
  content: "\f3af"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hackerrank:before {
  content: "\f5f7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hamburger:before {
  content: "\f805"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hammer:before {
  content: "\f6e3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hamsa:before {
  content: "\f665"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-holding:before {
  content: "\f4bd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-holding-heart:before {
  content: "\f4be"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-holding-medical:before {
  content: "\e05c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-holding-usd:before {
  content: "\f4c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-holding-water:before {
  content: "\f4c1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-lizard:before {
  content: "\f258"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-middle-finger:before {
  content: "\f806"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-paper:before {
  content: "\f256"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-peace:before {
  content: "\f25b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-point-down:before {
  content: "\f0a7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-point-left:before {
  content: "\f0a5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-point-right:before {
  content: "\f0a4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-point-up:before {
  content: "\f0a6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-pointer:before {
  content: "\f25a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-rock:before {
  content: "\f255"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-scissors:before {
  content: "\f257"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-sparkles:before {
  content: "\e05d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hand-spock:before {
  content: "\f259"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hands:before {
  content: "\f4c2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hands-helping:before {
  content: "\f4c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hands-wash:before {
  content: "\e05e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-handshake:before {
  content: "\f2b5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-handshake-alt-slash:before {
  content: "\e05f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-handshake-slash:before {
  content: "\e060"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hanukiah:before {
  content: "\f6e6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hard-hat:before {
  content: "\f807"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hashtag:before {
  content: "\f292"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hat-cowboy:before {
  content: "\f8c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hat-wizard:before {
  content: "\f6e8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hdd:before {
  content: "\f0a0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-head-side-cough:before {
  content: "\e061"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-head-side-cough-slash:before {
  content: "\e062"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-head-side-mask:before {
  content: "\e063"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-head-side-virus:before {
  content: "\e064"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-heading:before {
  content: "\f1dc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-headphones:before {
  content: "\f025"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-headphones-alt:before {
  content: "\f58f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-headset:before {
  content: "\f590"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-heart:before {
  content: "\f004"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-heart-broken:before {
  content: "\f7a9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-helicopter:before {
  content: "\f533"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-highlighter:before {
  content: "\f591"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hiking:before {
  content: "\f6ec"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hippo:before {
  content: "\f6ed"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hips:before {
  content: "\f452"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hire-a-helper:before {
  content: "\f3b0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-history:before {
  content: "\f1da"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hive:before {
  content: "\e07f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hockey-puck:before {
  content: "\f453"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-holly-berry:before {
  content: "\f7aa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-home:before {
  content: "\f015"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hooli:before {
  content: "\f427"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hornbill:before {
  content: "\f592"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-horse:before {
  content: "\f6f0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-horse-head:before {
  content: "\f7ab"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hospital:before {
  content: "\f0f8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hospital-alt:before {
  content: "\f47d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hospital-symbol:before {
  content: "\f47e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hospital-user:before {
  content: "\f80d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hot-tub:before {
  content: "\f593"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hotdog:before {
  content: "\f80f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hotel:before {
  content: "\f594"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hotjar:before {
  content: "\f3b1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hourglass:before {
  content: "\f254"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-house-damage:before {
  content: "\f6f1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-house-user:before {
  content: "\e065"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-houzz:before {
  content: "\f27c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hryvnia:before {
  content: "\f6f2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-html5:before {
  content: "\f13b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-hubspot:before {
  content: "\f3b2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ice-cream:before {
  content: "\f810"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-icicles:before {
  content: "\f7ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-icons:before {
  content: "\f86d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-id-card:before {
  content: "\f2c2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-id-card-alt:before {
  content: "\f47f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ideal:before {
  content: "\e013"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-igloo:before {
  content: "\f7ae"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-image:before {
  content: "\f03e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-images:before {
  content: "\f302"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-inbox:before {
  content: "\f01c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-indent:before {
  content: "\f03c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-industry:before {
  content: "\f275"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-infinity:before {
  content: "\f534"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-info:before {
  content: "\f129"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-innosoft:before {
  content: "\e080"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-instagram:before {
  content: "\f16d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-instagram-square:before {
  content: "\e055"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-instalod:before {
  content: "\e081"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-intercom:before {
  content: "\f7af"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-invision:before {
  content: "\f7b0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-italic:before {
  content: "\f033"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-itch-io:before {
  content: "\f83a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-itunes:before {
  content: "\f3b4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-itunes-note:before {
  content: "\f3b5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-java:before {
  content: "\f4e4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-jedi:before {
  content: "\f669"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-jedi-order:before {
  content: "\f50e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-jenkins:before {
  content: "\f3b6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-jira:before {
  content: "\f7b1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-joget:before {
  content: "\f3b7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-joint:before {
  content: "\f595"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-journal-whills:before {
  content: "\f66a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-js:before {
  content: "\f3b8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-js-square:before {
  content: "\f3b9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kaaba:before {
  content: "\f66b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kaggle:before {
  content: "\f5fa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-key:before {
  content: "\f084"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-keybase:before {
  content: "\f4f5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-keyboard:before {
  content: "\f11c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-keycdn:before {
  content: "\f3ba"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-khanda:before {
  content: "\f66d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kickstarter:before {
  content: "\f3bb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kickstarter-k:before {
  content: "\f3bc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kiss:before {
  content: "\f596"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kiss-beam:before {
  content: "\f597"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kiss-wink-heart:before {
  content: "\f598"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-kiwi-bird:before {
  content: "\f535"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-korvue:before {
  content: "\f42f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-landmark:before {
  content: "\f66f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-language:before {
  content: "\f1ab"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laptop:before {
  content: "\f109"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laptop-code:before {
  content: "\f5fc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laptop-house:before {
  content: "\e066"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laptop-medical:before {
  content: "\f812"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laravel:before {
  content: "\f3bd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lastfm:before {
  content: "\f202"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laugh:before {
  content: "\f599"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laugh-beam:before {
  content: "\f59a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laugh-squint:before {
  content: "\f59b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-laugh-wink:before {
  content: "\f59c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-layer-group:before {
  content: "\f5fd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-leaf:before {
  content: "\f06c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-leanpub:before {
  content: "\f212"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lemon:before {
  content: "\f094"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-less:before {
  content: "\f41d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-less-than:before {
  content: "\f536"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-less-than-equal:before {
  content: "\f537"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-level-down-alt:before {
  content: "\f3be"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-level-up-alt:before {
  content: "\f3bf"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lightbulb:before {
  content: "\f0eb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-line:before {
  content: "\f3c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-link:before {
  content: "\f0c1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-linkedin:before {
  content: "\f08c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-linkedin-in:before {
  content: "\f0e1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-linode:before {
  content: "\f2b8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-linux:before {
  content: "\f17c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lira-sign:before {
  content: "\f195"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-list:before {
  content: "\f03a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-list-alt:before {
  content: "\f022"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lock:before {
  content: "\f023"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lock-open:before {
  content: "\f3c1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-long-arrow-alt-down:before {
  content: "\f309"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-luggage-cart:before {
  content: "\f59d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lungs:before {
  content: "\f604"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lungs-virus:before {
  content: "\e067"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-lyft:before {
  content: "\f3c3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-magento:before {
  content: "\f3c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-magic:before {
  content: "\f0d0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-magnet:before {
  content: "\f076"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mail-bulk:before {
  content: "\f674"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mailchimp:before {
  content: "\f59e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-male:before {
  content: "\f183"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mandalorian:before {
  content: "\f50f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-map:before {
  content: "\f279"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-map-marked:before {
  content: "\f59f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-map-marked-alt:before {
  content: "\f5a0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-map-marker:before {
  content: "\f041"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-map-marker-alt:before {
  content: "\f3c5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-map-pin:before {
  content: "\f276"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-map-signs:before {
  content: "\f277"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-markdown:before {
  content: "\f60f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-marker:before {
  content: "\f5a1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mars:before {
  content: "\f222"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mars-double:before {
  content: "\f227"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mask:before {
  content: "\f6fa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mastodon:before {
  content: "\f4f6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mdb:before {
  content: "\f8ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-medal:before {
  content: "\f5a2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-medapps:before {
  content: "\f3c6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-medium:before {
  content: "\f23a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-medium-m:before {
  content: "\f3c7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-medrt:before {
  content: "\f3c8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-megaport:before {
  content: "\f5a3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-meh:before {
  content: "\f11a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-meh-blank:before {
  content: "\f5a4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-memory:before {
  content: "\f538"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mendeley:before {
  content: "\f7b3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-menorah:before {
  content: "\f676"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mercury:before {
  content: "\f223"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-meteor:before {
  content: "\f753"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microblog:before {
  content: "\e01a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microchip:before {
  content: "\f2db"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microphone:before {
  content: "\f130"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microphone-alt:before {
  content: "\f3c9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microphone-alt-slash:before {
  content: "\f539"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microscope:before {
  content: "\f610"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-microsoft:before {
  content: "\f3ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-minus:before {
  content: "\f068"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-minus-square:before {
  content: "\f146"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mitten:before {
  content: "\f7b5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mix:before {
  content: "\f3cb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mixer:before {
  content: "\e056"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mizuni:before {
  content: "\f3cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mobile:before {
  content: "\f10b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mobile-alt:before {
  content: "\f3cd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-modx:before {
  content: "\f285"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-monero:before {
  content: "\f3d0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-money-bill:before {
  content: "\f0d6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-money-bill-alt:before {
  content: "\f3d1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-money-bill-wave:before {
  content: "\f53a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-money-check:before {
  content: "\f53c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-money-check-alt:before {
  content: "\f53d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-monument:before {
  content: "\f5a6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-moon:before {
  content: "\f186"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mortar-pestle:before {
  content: "\f5a7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mosque:before {
  content: "\f678"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mountain:before {
  content: "\f6fc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mouse:before {
  content: "\f8cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-mug-hot:before {
  content: "\f7b6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-music:before {
  content: "\f001"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-napster:before {
  content: "\f3d2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-neos:before {
  content: "\f612"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-network-wired:before {
  content: "\f6ff"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-neuter:before {
  content: "\f22c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-newspaper:before {
  content: "\f1ea"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-nimblr:before {
  content: "\f5a8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-node:before {
  content: "\f419"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-node-js:before {
  content: "\f3d3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-not-equal:before {
  content: "\f53e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-notes-medical:before {
  content: "\f481"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-npm:before {
  content: "\f3d4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ns8:before {
  content: "\f3d5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-nutritionix:before {
  content: "\f3d6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-object-group:before {
  content: "\f247"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-octopus-deploy:before {
  content: "\e082"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-oil-can:before {
  content: "\f613"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-old-republic:before {
  content: "\f510"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-om:before {
  content: "\f679"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-opencart:before {
  content: "\f23d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-openid:before {
  content: "\f19b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-opera:before {
  content: "\f26a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-orcid:before {
  content: "\f8d2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-osi:before {
  content: "\f41a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-otter:before {
  content: "\f700"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-outdent:before {
  content: "\f03b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-page4:before {
  content: "\f3d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pager:before {
  content: "\f815"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paint-roller:before {
  content: "\f5aa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-palette:before {
  content: "\f53f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-palfed:before {
  content: "\f3d8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pallet:before {
  content: "\f482"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-parachute-box:before {
  content: "\f4cd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-parking:before {
  content: "\f540"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-passport:before {
  content: "\f5ab"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pastafarianism:before {
  content: "\f67b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paste:before {
  content: "\f0ea"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-patreon:before {
  content: "\f3d9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pause:before {
  content: "\f04c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paw:before {
  content: "\f1b0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-peace:before {
  content: "\f67c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pen:before {
  content: "\f304"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pen-alt:before {
  content: "\f305"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pen-fancy:before {
  content: "\f5ac"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pen-nib:before {
  content: "\f5ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pen-square:before {
  content: "\f14b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pencil-alt:before {
  content: "\f303"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pencil-ruler:before {
  content: "\f5ae"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-penny-arcade:before {
  content: "\f704"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-people-arrows:before {
  content: "\e068"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-people-carry:before {
  content: "\f4ce"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pepper-hot:before {
  content: "\f816"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-perbyte:before {
  content: "\e083"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-percent:before {
  content: "\f295"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-percentage:before {
  content: "\f541"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-periscope:before {
  content: "\f3da"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-person-booth:before {
  content: "\f756"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phabricator:before {
  content: "\f3db"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phoenix-framework:before {
  content: "\f3dc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phoenix-squadron:before {
  content: "\f511"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phone:before {
  content: "\f095"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phone-alt:before {
  content: "\f879"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phone-slash:before {
  content: "\f3dd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phone-square:before {
  content: "\f098"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phone-square-alt:before {
  content: "\f87b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-phone-volume:before {
  content: "\f2a0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-photo-video:before {
  content: "\f87c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-php:before {
  content: "\f457"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pied-piper-hat:before {
  content: "\f4e5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pied-piper-square:before {
  content: "\e01e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-piggy-bank:before {
  content: "\f4d3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pills:before {
  content: "\f484"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pizza-slice:before {
  content: "\f818"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-place-of-worship:before {
  content: "\f67f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plane:before {
  content: "\f072"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plane-arrival:before {
  content: "\f5af"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plane-departure:before {
  content: "\f5b0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plane-slash:before {
  content: "\e069"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-play:before {
  content: "\f04b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-play-circle:before {
  content: "\f144"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-playstation:before {
  content: "\f3df"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plug:before {
  content: "\f1e6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plus:before {
  content: "\f067"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-poll:before {
  content: "\f681"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-poll-h:before {
  content: "\f682"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-poo:before {
  content: "\f2fe"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-poo-storm:before {
  content: "\f75a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-poop:before {
  content: "\f619"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-portrait:before {
  content: "\f3e0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pound-sign:before {
  content: "\f154"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-power-off:before {
  content: "\f011"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pray:before {
  content: "\f683"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-praying-hands:before {
  content: "\f684"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-prescription:before {
  content: "\f5b1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-prescription-bottle:before {
  content: "\f485"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-prescription-bottle-alt:before {
  content: "\f486"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-print:before {
  content: "\f02f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-procedures:before {
  content: "\f487"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-project-diagram:before {
  content: "\f542"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pump-medical:before {
  content: "\e06a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pump-soap:before {
  content: "\e06b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-pushed:before {
  content: "\f3e1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-python:before {
  content: "\f3e2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-qq:before {
  content: "\f1d6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-qrcode:before {
  content: "\f029"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-question:before {
  content: "\f128"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-question-circle:before {
  content: "\f059"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-quidditch:before {
  content: "\f458"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-quinscape:before {
  content: "\f459"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-quora:before {
  content: "\f2c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-quran:before {
  content: "\f687"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-r-project:before {
  content: "\f4f7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-radiation:before {
  content: "\f7b9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-radiation-alt:before {
  content: "\f7ba"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rainbow:before {
  content: "\f75b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-random:before {
  content: "\f074"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-raspberry-pi:before {
  content: "\f7bb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-react:before {
  content: "\f41b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-reacteurope:before {
  content: "\f75d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-readme:before {
  content: "\f4d5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rebel:before {
  content: "\f1d0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-receipt:before {
  content: "\f543"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-record-vinyl:before {
  content: "\f8d9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-red-river:before {
  content: "\f3e3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-redhat:before {
  content: "\f7bc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-redo:before {
  content: "\f01e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-redo-alt:before {
  content: "\f2f9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-registered:before {
  content: "\f25d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-remove-format:before {
  content: "\f87d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-renren:before {
  content: "\f18b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-reply:before {
  content: "\f3e5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-reply-all:before {
  content: "\f122"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-replyd:before {
  content: "\f3e6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-republican:before {
  content: "\f75e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-researchgate:before {
  content: "\f4f8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-resolving:before {
  content: "\f3e7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-restroom:before {
  content: "\f7bd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-retweet:before {
  content: "\f079"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rev:before {
  content: "\f5b2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ribbon:before {
  content: "\f4d6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ring:before {
  content: "\f70b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-road:before {
  content: "\f018"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-robot:before {
  content: "\f544"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rocket:before {
  content: "\f135"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rocketchat:before {
  content: "\f3e8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rockrms:before {
  content: "\f3e9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-route:before {
  content: "\f4d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rss:before {
  content: "\f09e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rss-square:before {
  content: "\f143"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ruble-sign:before {
  content: "\f158"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ruler:before {
  content: "\f545"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ruler-combined:before {
  content: "\f546"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ruler-horizontal:before {
  content: "\f547"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ruler-vertical:before {
  content: "\f548"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-running:before {
  content: "\f70c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rupee-sign:before {
  content: "\f156"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-rust:before {
  content: "\e07a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sad-cry:before {
  content: "\f5b3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sad-tear:before {
  content: "\f5b4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-safari:before {
  content: "\f267"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-salesforce:before {
  content: "\f83b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sass:before {
  content: "\f41e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-satellite:before {
  content: "\f7bf"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-satellite-dish:before {
  content: "\f7c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-save:before {
  content: "\f0c7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-schlix:before {
  content: "\f3ea"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-school:before {
  content: "\f549"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-screwdriver:before {
  content: "\f54a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-scribd:before {
  content: "\f28a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-scroll:before {
  content: "\f70e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sd-card:before {
  content: "\f7c2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-search:before {
  content: "\f002"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-search-dollar:before {
  content: "\f688"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-search-location:before {
  content: "\f689"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-search-minus:before {
  content: "\f010"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-searchengin:before {
  content: "\f3eb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-seedling:before {
  content: "\f4d8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sellcast:before {
  content: "\f2da"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sellsy:before {
  content: "\f213"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-server:before {
  content: "\f233"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-servicestack:before {
  content: "\f3ec"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shapes:before {
  content: "\f61f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-share:before {
  content: "\f064"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-share-square:before {
  content: "\f14d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shekel-sign:before {
  content: "\f20b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shield-alt:before {
  content: "\f3ed"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shield-virus:before {
  content: "\e06c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ship:before {
  content: "\f21a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shipping-fast:before {
  content: "\f48b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shoe-prints:before {
  content: "\f54b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shopify:before {
  content: "\e057"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shopware:before {
  content: "\f5b5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shower:before {
  content: "\f2cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-shuttle-van:before {
  content: "\f5b6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sign:before {
  content: "\f4d9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sign-in-alt:before {
  content: "\f2f6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sign-out-alt:before {
  content: "\f2f5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-signal:before {
  content: "\f012"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-signature:before {
  content: "\f5b7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sim-card:before {
  content: "\f7c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sink:before {
  content: "\e06d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sistrix:before {
  content: "\f3ee"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sith:before {
  content: "\f512"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-skating:before {
  content: "\f7c5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sketch:before {
  content: "\f7c6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-skiing:before {
  content: "\f7c9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-skiing-nordic:before {
  content: "\f7ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-skull:before {
  content: "\f54c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-skull-crossbones:before {
  content: "\f714"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-skype:before {
  content: "\f17e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-slack:before {
  content: "\f198"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-slack-hash:before {
  content: "\f3ef"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-slash:before {
  content: "\f715"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sleigh:before {
  content: "\f7cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sliders-h:before {
  content: "\f1de"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-smile:before {
  content: "\f118"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-smile-beam:before {
  content: "\f5b8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-smile-wink:before {
  content: "\f4da"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-smog:before {
  content: "\f75f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-smoking:before {
  content: "\f48d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-smoking-ban:before {
  content: "\f54d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sms:before {
  content: "\f7cd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-snowboarding:before {
  content: "\f7ce"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-snowflake:before {
  content: "\f2dc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-snowman:before {
  content: "\f7d0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-snowplow:before {
  content: "\f7d2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-soap:before {
  content: "\e06e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-socks:before {
  content: "\f696"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-solar-panel:before {
  content: "\f5ba"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort:before {
  content: "\f0dc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-alpha-down:before {
  content: "\f15d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-alpha-up:before {
  content: "\f15e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-amount-down:before {
  content: "\f160"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-amount-down-alt:before {
  content: "\f884"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-amount-up:before {
  content: "\f161"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-amount-up-alt:before {
  content: "\f885"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-down:before {
  content: "\f0dd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-numeric-down:before {
  content: "\f162"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-numeric-up:before {
  content: "\f163"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sort-up:before {
  content: "\f0de"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sourcetree:before {
  content: "\f7d3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-spa:before {
  content: "\f5bb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-speakap:before {
  content: "\f3f3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-speaker-deck:before {
  content: "\f83c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-spell-check:before {
  content: "\f891"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-spider:before {
  content: "\f717"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-spinner:before {
  content: "\f110"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-splotch:before {
  content: "\f5bc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-spray-can:before {
  content: "\f5bd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-square:before {
  content: "\f0c8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-square-full:before {
  content: "\f45c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-square-root-alt:before {
  content: "\f698"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-squarespace:before {
  content: "\f5be"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stackpath:before {
  content: "\f842"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stamp:before {
  content: "\f5bf"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-star:before {
  content: "\f005"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-star-and-crescent:before {
  content: "\f699"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-star-half:before {
  content: "\f089"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-star-half-alt:before {
  content: "\f5c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-star-of-david:before {
  content: "\f69a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-star-of-life:before {
  content: "\f621"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-staylinked:before {
  content: "\f3f5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-steam:before {
  content: "\f1b6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-steam-symbol:before {
  content: "\f3f6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-step-backward:before {
  content: "\f048"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-step-forward:before {
  content: "\f051"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sticker-mule:before {
  content: "\f3f7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stop:before {
  content: "\f04d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stopwatch:before {
  content: "\f2f2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stopwatch-20:before {
  content: "\e06f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-store:before {
  content: "\f54e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-store-alt:before {
  content: "\f54f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-store-alt-slash:before {
  content: "\e070"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-store-slash:before {
  content: "\e071"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-strava:before {
  content: "\f428"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stream:before {
  content: "\f550"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-street-view:before {
  content: "\f21d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stripe:before {
  content: "\f429"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stripe-s:before {
  content: "\f42a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stroopwafel:before {
  content: "\f551"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-studiovinari:before {
  content: "\f3f8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-subscript:before {
  content: "\f12c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-subway:before {
  content: "\f239"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-suitcase-rolling:before {
  content: "\f5c1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sun:before {
  content: "\f185"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-superscript:before {
  content: "\f12b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-supple:before {
  content: "\f3f9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-surprise:before {
  content: "\f5c2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-suse:before {
  content: "\f7d6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-swatchbook:before {
  content: "\f5c3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-swift:before {
  content: "\f8e1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-swimmer:before {
  content: "\f5c4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-swimming-pool:before {
  content: "\f5c5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-symfony:before {
  content: "\f83d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-synagogue:before {
  content: "\f69b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sync:before {
  content: "\f021"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-sync-alt:before {
  content: "\f2f1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-syringe:before {
  content: "\f48e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-table:before {
  content: "\f0ce"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-table-tennis:before {
  content: "\f45d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tablet:before {
  content: "\f10a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tablet-alt:before {
  content: "\f3fa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tablets:before {
  content: "\f490"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tachometer-alt:before {
  content: "\f3fd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tag:before {
  content: "\f02b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tags:before {
  content: "\f02c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tape:before {
  content: "\f4db"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-taxi:before {
  content: "\f1ba"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-teamspeak:before {
  content: "\f4f9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-teeth:before {
  content: "\f62e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-teeth-open:before {
  content: "\f62f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-telegram-plane:before {
  content: "\f3fe"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-temperature-high:before {
  content: "\f769"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-temperature-low:before {
  content: "\f76b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tenge:before {
  content: "\f7d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-terminal:before {
  content: "\f120"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-text-height:before {
  content: "\f034"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-text-width:before {
  content: "\f035"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-th:before {
  content: "\f00a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-th-large:before {
  content: "\f009"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-th-list:before {
  content: "\f00b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-the-red-yeti:before {
  content: "\f69d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-theater-masks:before {
  content: "\f630"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-themeco:before {
  content: "\f5c6"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thermometer:before {
  content: "\f491"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-think-peaks:before {
  content: "\f731"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-thumbtack:before {
  content: "\f08d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ticket-alt:before {
  content: "\f3ff"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tiktok:before {
  content: "\e07b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-times:before {
  content: "\f00d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-times-circle:before {
  content: "\f057"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tint:before {
  content: "\f043"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tint-slash:before {
  content: "\f5c7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tired:before {
  content: "\f5c8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-toilet:before {
  content: "\f7d8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-toilet-paper:before {
  content: "\f71e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-toilet-paper-slash:before {
  content: "\e072"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-toolbox:before {
  content: "\f552"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tools:before {
  content: "\f7d9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tooth:before {
  content: "\f5c9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-torah:before {
  content: "\f6a0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-torii-gate:before {
  content: "\f6a1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tractor:before {
  content: "\f722"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trade-federation:before {
  content: "\f513"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trademark:before {
  content: "\f25c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-traffic-light:before {
  content: "\f637"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trailer:before {
  content: "\e041"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-train:before {
  content: "\f238"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tram:before {
  content: "\f7da"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-transgender:before {
  content: "\f224"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trash:before {
  content: "\f1f8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trash-alt:before {
  content: "\f2ed"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trash-restore:before {
  content: "\f829"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trash-restore-alt:before {
  content: "\f82a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tree:before {
  content: "\f1bb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trello:before {
  content: "\f181"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-trophy:before {
  content: "\f091"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-truck:before {
  content: "\f0d1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-truck-loading:before {
  content: "\f4de"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-truck-monster:before {
  content: "\f63b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-truck-moving:before {
  content: "\f4df"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-truck-pickup:before {
  content: "\f63c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tshirt:before {
  content: "\f553"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tty:before {
  content: "\f1e4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tumblr:before {
  content: "\f173"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-tv:before {
  content: "\f26c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-twitter:before {
  content: "\f099"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-typo3:before {
  content: "\f42b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-uber:before {
  content: "\f402"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ubuntu:before {
  content: "\f7df"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-uikit:before {
  content: "\f403"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-umbraco:before {
  content: "\f8e8"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-umbrella-beach:before {
  content: "\f5ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-uncharted:before {
  content: "\e084"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-underline:before {
  content: "\f0cd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-undo:before {
  content: "\f0e2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-undo-alt:before {
  content: "\f2ea"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-uniregistry:before {
  content: "\f404"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-unity:before {
  content: "\e049"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-university:before {
  content: "\f19c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-unlink:before {
  content: "\f127"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-unlock:before {
  content: "\f09c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-unsplash:before {
  content: "\e07c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-untappd:before {
  content: "\f405"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-upload:before {
  content: "\f093"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ups:before {
  content: "\f7e0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-usb:before {
  content: "\f287"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user:before {
  content: "\f007"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-alt:before {
  content: "\f406"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-alt-slash:before {
  content: "\f4fa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-astronaut:before {
  content: "\f4fb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-check:before {
  content: "\f4fc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-clock:before {
  content: "\f4fd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-cog:before {
  content: "\f4fe"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-edit:before {
  content: "\f4ff"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-friends:before {
  content: "\f500"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-graduate:before {
  content: "\f501"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-injured:before {
  content: "\f728"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-lock:before {
  content: "\f502"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-minus:before {
  content: "\f503"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-ninja:before {
  content: "\f504"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-nurse:before {
  content: "\f82f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-plus:before {
  content: "\f234"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-shield:before {
  content: "\f505"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-slash:before {
  content: "\f506"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-tag:before {
  content: "\f507"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-tie:before {
  content: "\f508"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-user-times:before {
  content: "\f235"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-users:before {
  content: "\f0c0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-users-cog:before {
  content: "\f509"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-users-slash:before {
  content: "\e073"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-usps:before {
  content: "\f7e1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-ussunnah:before {
  content: "\f407"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-utensil-spoon:before {
  content: "\f2e5"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-utensils:before {
  content: "\f2e7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vaadin:before {
  content: "\f408"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vector-square:before {
  content: "\f5cb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-venus:before {
  content: "\f221"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-venus-double:before {
  content: "\f226"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vest:before {
  content: "\e085"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vest-patches:before {
  content: "\e086"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-viacoin:before {
  content: "\f237"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vial:before {
  content: "\f492"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vials:before {
  content: "\f493"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-viber:before {
  content: "\f409"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-video:before {
  content: "\f03d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-video-slash:before {
  content: "\f4e2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vihara:before {
  content: "\f6a7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vimeo:before {
  content: "\f40a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vimeo-v:before {
  content: "\f27d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vine:before {
  content: "\f1ca"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-virus:before {
  content: "\e074"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-virus-slash:before {
  content: "\e075"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-viruses:before {
  content: "\e076"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vk:before {
  content: "\f189"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vnv:before {
  content: "\f40b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-voicemail:before {
  content: "\f897"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-volleyball-ball:before {
  content: "\f45f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-volume-down:before {
  content: "\f027"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-volume-mute:before {
  content: "\f6a9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-volume-off:before {
  content: "\f026"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-volume-up:before {
  content: "\f028"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vote-yea:before {
  content: "\f772"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vr-cardboard:before {
  content: "\f729"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-vuejs:before {
  content: "\f41f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-walking:before {
  content: "\f554"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wallet:before {
  content: "\f555"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-warehouse:before {
  content: "\f494"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-watchman-monitoring:before {
  content: "\e087"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-water:before {
  content: "\f773"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wave-square:before {
  content: "\f83e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-waze:before {
  content: "\f83f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-weebly:before {
  content: "\f5cc"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-weibo:before {
  content: "\f18a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-weight:before {
  content: "\f496"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-weight-hanging:before {
  content: "\f5cd"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-weixin:before {
  content: "\f1d7"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-whatsapp-square:before {
  content: "\f40c"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-whmcs:before {
  content: "\f40d"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wind:before {
  content: "\f72e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-window-close:before {
  content: "\f410"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-windows:before {
  content: "\f17a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wine-bottle:before {
  content: "\f72f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wine-glass:before {
  content: "\f4e3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wine-glass-alt:before {
  content: "\f5ce"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wix:before {
  content: "\f5cf"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wizards-of-the-coast:before {
  content: "\f730"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wodu:before {
  content: "\e088"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wolf-pack-battalion:before {
  content: "\f514"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-won-sign:before {
  content: "\f159"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wordpress-simple:before {
  content: "\f411"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wpforms:before {
  content: "\f298"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wpressr:before {
  content: "\f3e4"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-x-ray:before {
  content: "\f497"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-xbox:before {
  content: "\f412"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-xing:before {
  content: "\f168"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-xing-square:before {
  content: "\f169"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yammer:before {
  content: "\f840"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yandex:before {
  content: "\f413"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yandex-international:before {
  content: "\f414"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yarn:before {
  content: "\f7e3"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yen-sign:before {
  content: "\f157"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yin-yang:before {
  content: "\f6ad"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-youtube:before {
  content: "\f167"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-youtube-square:before {
  content: "\f431"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa-zhihu:before {
  content: "\f63f"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-e4299464e7b012968eed63ac2db1c9509f56bca409ef9f71f2926a8c3c80b2a9.eot);
  src: url(/assets/fa-brands-400-e4299464e7b012968eed63ac2db1c9509f56bca409ef9f71f2926a8c3c80b2a9.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400-8ea8791754915a898a3100e63e32978a6d1763be6df8e73a39d3a90d691cdeef.woff2) format("woff2"), url(/assets/fa-brands-400-f9217f66874b0c01cd8c10b6a295dbc4f609acb6f5adc41c37da46641b57eb02.woff) format("woff"), url(/assets/fa-brands-400-cda59d6efffa685830fd95b55f64ae9cb51279cd34b2410b69f84c7ec30157d9.ttf) format("truetype"), url(/assets/fa-brands-400-a3b9817780214caf01e8aec20bcdc2305a1ff34a15fae81ecd0923df9cd5cd0a.svg#fontawesome) format("svg"); }
/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-79d088064beb3826054fb88165416235897a856ca952fca1498b1c59b16aaa48.eot);
  src: url(/assets/fa-regular-400-79d088064beb3826054fb88165416235897a856ca952fca1498b1c59b16aaa48.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400-e42a88444448ac3d60549cc7c1ff2c8a9cac721034c073d80a14a44e79730cca.woff2) format("woff2"), url(/assets/fa-regular-400-cb9e9e693192413cde2b1f21c1dc1d44b6fe7b27cc2b458e8b359d18f9ff8f4e.woff) format("woff"), url(/assets/fa-regular-400-e8711bbb871afd8e9dea60e16d30f00c7e4837bbc9807065017475b849fa2313.ttf) format("truetype"), url(/assets/fa-regular-400-be0a084962d8066884f7fe9bd27ec16e51f5a93b72a502c92c5a24dc87eb2ebc.svg#fontawesome) format("svg"); }
/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fab, .far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-373c04fd2418f5c77eea49d514731058f1907a94ff3b4e5d7c3e5767e8b53d8b.eot);
  src: url(/assets/fa-solid-900-373c04fd2418f5c77eea49d514731058f1907a94ff3b4e5d7c3e5767e8b53d8b.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900-9834b82ad26e2a37583d22676a12dd2eb0fe7c80356a2114d0db1aa8b3899537.woff2) format("woff2"), url(/assets/fa-solid-900-3f6d3488cf65374f6f676c315340b0ac2be832bd55240c809448e36ef9b96326.woff) format("woff"), url(/assets/fa-solid-900-af6397503fcefbd613976c21ad5c1e37298c18bbe07d096db03ccd3af6e05ba8.ttf) format("truetype"), url(/assets/fa-solid-900-9674eb1bd5504717903837093a67668ea88f2ed006d91367d0d4b7aa1f9211fc.svg#fontawesome) format("svg"); }
/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

/* line 5, /home/ubuntu/lawclerk/app/assets/stylesheets/website/fontawesome-all.css */
.fa, .fas {
  font-weight: 900; }

/* =========================================== Profile Builder Announcement ========================================= */
/* line 3, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
#sraVideo, #sapVideo, #haVideo, #ffpVideo, #soVideo, #hoVideo, #ffpsfwVideo {
  display: none; }

/* line 10, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
[data-tg-tour] {
  scroll-margin: 30px 0; }

/* line 13, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-backdrop {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 99;
  border-radius: 7px;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.8) 0 0 0 1000vh;
  border: 1px solid rgba(193, 192, 232, 0.5);
  top: 50vh;
  left: 50vw;
  width: 0;
  height: 0;
  transition: all 300ms ease; }

/* line 28, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-backdrop.tg-backdrop-animate {
  transition: all 300ms ease; }

/* line 31, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog {
  border-radius: 4px;
  animation-delay: 100ms;
  min-height: 120px;
  background: #fff;
  color: #5e5e5e;
  max-width: 400px;
  width: max-content;
  z-index: 9999;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-size: 1rem; }

/* line 48, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-header {
  display: flex;
  align-items: start; }

/* line 52, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-header .tg-dialog-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff;
  margin-right: auto; }

/* line 58, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-header .tg-dialog-title + .tg-dialog-body {
  padding: 18.75px 25px 18.75px 25px; }

/* line 61, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  opacity: 0.4;
  cursor: pointer;
  white-space: nowrap; }

/* line 69, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-header .tg-dialog-close-btn:hover {
  opacity: 8; }

/* line 72, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-header .tg-dialog-close-btn:focus {
  opacity: 1; }

/* line 75, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-header .tg-dialog-spinner {
  display: none;
  opacity: 0.4;
  margin-top: -1px;
  -webkit-animation: tg-spin 1s linear infinite;
  -moz-animation: tg-spin 1s linear infinite;
  -o-animation: tg-spin 1s linear infinite;
  animation: tg-spin 1s linear infinite; }

@keyframes tg-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* line 92, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-progress-bar {
  background: #f1f1f1;
  height: 5px;
  display: block;
  margin-top: 18.75px;
  position: relative; }

/* line 99, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-progress-bar > .tg-bar {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 4px;
  /* background: #414144; */
  height: 100%;
  display: block;
  transition: all 300ms; }

/* line 109, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-body {
  font-weight: 400; }

/* line 112, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 10px;
  border-top: 1px solid #dedee7;
  border-bottom: 1px solid #dedee7; }

/* line 121, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-dots > span.tg-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #c2c7ce;
  border-radius: 12px;
  margin: 0 4px; }

/* line 129, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-dots > span.tg-dot.tg-dot-active {
  background: #c5b25c; }

/* line 132, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer {
  display: flex;
  align-items: center; }

/* line 136, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
a.tg-dialog-btn {
  color: #5e5e5e;
  transition: all 0.3s ease; }

/* line 142, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
a.tg-dialog-btn.disabled {
  opacity: 0.25;
  transition: all 0.3s ease; }

/* line 148, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  padding: 5px 10px;
  background-color: #c5b25c;
  color: #5e5e5e;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  box-shadow: none;
  outline: none;
  border: none;
  text-transform: uppercase; }

/* line 160, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn + button {
  margin-left: auto; }

/* line 163, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn.disabled {
  pointer-events: none;
  opacity: 0.6; }

/* line 167, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:hover {
  color: #fff;
  outline: none;
  box-shadow: none; }

/* line 172, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:focus {
  outline: none;
  box-shadow: none; }

/* line 176, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:active {
  color: #4655cb;
  background: #f1f2ff;
  border: 1px solid #5362d9;
  outline: none;
  box-shadow: none; }

/* line 183, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  line-height: 1; }

/* line 189, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-step-progress {
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 auto;
  opacity: 0.4;
  letter-spacing: 1px;
  display: inline-block; }

/* line 197, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots {
  padding: 0;
  margin: 0;
  border: none; }

/* line 202, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots > span.tg-dot {
  width: 8px;
  height: 8px;
  margin: 0 3px; }

/* line 207, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots + .tg-step-progress {
  font-size: 0.75rem; }

/* line 210, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog .tg-arrow {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  transform: rotate(45deg); }

/* line 217, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog.tg-dialog-fixed {
  transition: none;
  animation-delay: 0ms; }

/* line 221, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog.animate-position {
  transition: all 300ms; }

/* line 224, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-title {
  opacity: 0.4; }

/* line 227, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-close-btn {
  display: none; }

/* line 230, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-spinner {
  display: inline-block; }

/* line 233, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog.tg-dialog-loading .tg-dialog-body {
  opacity: 0.4;
  pointer-events: none; }

/* line 237, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.tg-dialog.tg-dialog-loading .tg-dialog-footer {
  pointer-events: none;
  opacity: 0.4; }

/* line 242, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
#sraVideo, #sapVideo, #haVideo, #ffpVideo {
  display: none; }

/* line 247, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.gif_step_counter {
  background-color: #6c757d;
  color: #fff; }

/* line 251, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.ci-item a {
  cursor: pointer; }

/* line 255, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.opCarousel .carousel-indicators {
  position: static; }

/* line 259, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.opCarousel .carousel-indicators .ci-item img {
  height: max-content; }

/* line 263, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.opCarousel .carousel-indicators .ci-item a {
  transition: all 0.4s ease;
  opacity: 0.8; }

/* line 268, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.opCarousel .carousel-indicators .ci-item:hover a {
  background-color: #333;
  opacity: 0.9;
  transition: all 0.4s ease; }

/* line 273, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.opCarousel .carousel-indicators .ci-item.active a {
  background-color: #C5B25C;
  opacity: 1;
  transition: all 0.4s ease; }

/* line 278, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.carousel-control-next, .carousel-control-prev {
  background-color: rgba(0, 0, 0, 0.16);
  width: 5%; }

/* line 283, /home/ubuntu/lawclerk/app/assets/stylesheets/website/postingTour.css */
.opCarousel .carousel-item img {
  max-width: 800px;
  width: 100%;
  height: auto; }
