@charset "UTF-8";
body.fonts-loaded {
  font-family: "ABCArizonaSans", Arial, sans-serif;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: rgb(0, 0, 0);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: rgb(0, 0, 0) !important;
  }

  .label {
    border: 1px solid rgb(0, 0, 0);
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(0, 0, 0);
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(153, 153, 153);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #EFEFEF;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 50px;
}

h2, .h2 {
  font-size: 35px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 100%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #B30900;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #800600;
}

.text-success {
  color: rgb(0, 0, 0);
}

a.text-success:hover,
a.text-success:focus {
  color: black;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #B30900;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #800600;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #B30900;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #800600;
}

.bg-success {
  background-color: #fff;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #fff;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #F8F8F8;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #F8F8F8;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #EFEFEF;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F8F8F8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 100%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, .edit--modal-body {
  margin-left: -16px;
  margin-right: -16px;
}
.row:before, .edit--modal-body:before, .row:after, .edit--modal-body:after {
  content: " ";
  display: table;
}
.row:after, .edit--modal-body:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(0, 0, 0);
}

.form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(0, 0, 0);
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgb(0, 0, 0);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: rgb(153, 153, 153);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #F8F8F8;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 20px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 20px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 40px;
  }
}
.form-group {
  margin-bottom: 0;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 20px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 20px;
  line-height: 20px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 20px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 20px;
  line-height: 20px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 20px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 40px;
  line-height: 40px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 40px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 40px;
  min-height: 36px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: rgb(0, 0, 0);
}
.has-success .form-control {
  border-color: rgb(0, 0, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-success .input-group-addon {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: rgb(0, 0, 0);
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #B30900;
}
.has-error .form-control {
  border-color: #B30900;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #800600;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff261a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff261a;
}
.has-error .input-group-addon {
  color: #B30900;
  border-color: #B30900;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #B30900;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 16px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-color: rgb(0, 0, 0);
}
.btn-default:focus, .btn-default.focus {
  color: rgb(0, 0, 0);
  background-color: #e6e6e6;
  border-color: black;
}
.btn-default:hover {
  color: rgb(0, 0, 0);
  background-color: #e6e6e6;
  border-color: black;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: rgb(0, 0, 0);
  background-color: #e6e6e6;
  border-color: black;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: rgb(0, 0, 0);
  background-color: #d4d4d4;
  border-color: black;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: rgb(0, 0, 0);
}
.btn-default .badge {
  color: #fff;
  background-color: rgb(0, 0, 0);
}

.btn-primary {
  color: #fff;
  background-color: #D70C00;
  border-color: #D70C00;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #a40900;
  border-color: #580500;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a40900;
  border-color: #9a0900;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a40900;
  border-color: #9a0900;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #800700;
  border-color: #580500;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #D70C00;
  border-color: #D70C00;
}
.btn-primary .badge {
  color: #D70C00;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(0, 0, 0);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(153, 153, 153);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #EFEFEF;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-align: center;
  background-color: none;
  border: 1px solid none;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: rgb(0, 0, 0);
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: rgb(0, 0, 0);
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: none;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: inherit;
}

.list-group-item-success {
  color: rgb(0, 0, 0);
  background-color: #fff;
}

a.list-group-item-success,
button.list-group-item-success {
  color: rgb(0, 0, 0);
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: rgb(0, 0, 0);
  background-color: #f2f2f2;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #B30900;
  background-color: #fff;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #B30900;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #B30900;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #B30900;
  border-color: #B30900;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 320px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgb(0, 0, 0);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel {
  border: 0;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: rgb(153, 153, 153);
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: rgb(153, 153, 153);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #B30900;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #B30900;
  border-color: #B30900;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B30900;
}
.panel-primary > .panel-heading .badge {
  color: #B30900;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B30900;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgb(0, 0, 0);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-header {
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 35px;
}

.modal-body {
  position: relative;
  padding: 40px;
}

.modal-footer {
  padding: 40px;
  text-align: right;
  border-top: 1px solid #CCCCCC;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 592px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 527px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 780px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: rgb(0, 0, 0);
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #EFEFEF;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #EFEFEF;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #EFEFEF;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #EFEFEF;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #EFEFEF;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #EFEFEF;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #EFEFEF;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #EFEFEF;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1280px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }

  .col-xlg-1 {
    width: 8.3333333333%;
  }

  .col-xlg-2 {
    width: 16.6666666667%;
  }

  .col-xlg-3 {
    width: 25%;
  }

  .col-xlg-4 {
    width: 33.3333333333%;
  }

  .col-xlg-5 {
    width: 41.6666666667%;
  }

  .col-xlg-6 {
    width: 50%;
  }

  .col-xlg-7 {
    width: 58.3333333333%;
  }

  .col-xlg-8 {
    width: 66.6666666667%;
  }

  .col-xlg-9 {
    width: 75%;
  }

  .col-xlg-10 {
    width: 83.3333333333%;
  }

  .col-xlg-11 {
    width: 91.6666666667%;
  }

  .col-xlg-12 {
    width: 100%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }

  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }

  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }

  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }

  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .col-xlg-push-1 {
    left: 8.3333333333%;
  }

  .col-xlg-push-2 {
    left: 16.6666666667%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-4 {
    left: 33.3333333333%;
  }

  .col-xlg-push-5 {
    left: 41.6666666667%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-7 {
    left: 58.3333333333%;
  }

  .col-xlg-push-8 {
    left: 66.6666666667%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-10 {
    left: 83.3333333333%;
  }

  .col-xlg-push-11 {
    left: 91.6666666667%;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-offset-0 {
    margin-left: 0%;
  }

  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xlg-offset-3 {
    margin-left: 25%;
  }

  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xlg-offset-6 {
    margin-left: 50%;
  }

  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xlg-offset-9 {
    margin-left: 75%;
  }

  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xlg-offset-12 {
    margin-left: 100%;
  }
}
/* mixin for multiline */
.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg {
  display: block !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.underline {
  text-decoration: underline !important;
}

.buffer--top_1 {
  margin-top: 10px;
}

.buffer--top_2 {
  margin-top: 20px;
}

.buffer--top_3 {
  margin-top: 30px;
}

.buffer--bottom_1-2 {
  margin-bottom: 5px !important;
}

.buffer--bottom_1 {
  margin-bottom: 10px;
}

.buffer--bottom_2 {
  margin-bottom: 20px;
}

.buffer--bottom_3 {
  margin-bottom: 30px;
}

.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1 {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 30px;
  line-height: 36px;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1 {
    font-size: 40px;
    line-height: 46px;
  }
}

.heading-1_secondary {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 36px;
  line-height: 44px;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-1_secondary {
    font-size: 40px;
    line-height: 48px;
  }
}

.heading-2 {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 26px;
  line-height: 32px;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.heading-2_secondary {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 32px;
  line-height: 40px;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-2_secondary {
    font-size: 30px;
    line-height: 38px;
  }
}

.heading-3 {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-3 {
    font-size: 36px;
    line-height: 32px;
  }
}

.heading-3_secondary {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-3_secondary {
    font-size: 36px;
    line-height: 32px;
  }
}

.heading-4 {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 500;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-4 {
    font-size: 22px;
    line-height: 28px;
  }
}

.heading-4_secondary {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
}
@media only print, only screen and (min-width: 1280px) {
  .heading-4_secondary {
    font-size: 22px;
    line-height: 30px;
  }
}

.heading-5 {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.heading-5_secondary {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 28px;
}

.heading-6 {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 24px;
}

.heading-6_secondary {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 26px;
}

.link {
  color: rgb(0, 0, 0);
  position: relative;
  text-decoration: none;
  /* DEFAULT / BLACK */
  /* UNDERLINED */
}
.link:link, .link:visited {
  color: rgb(0, 0, 0);
}
.link:not(.disabled).active, .link:not(.disabled):focus, .link:not(.disabled):hover {
  color: rgb(153, 153, 153);
  text-decoration: none;
}
.link.disabled {
  color: #CCCCCC;
  opacity: 1;
  text-decoration: none;
}
.link.underlined {
  text-decoration: underline;
}
.link.underlined:not(.disabled).active, .link.underlined:not(.disabled):focus, .link.underlined:not(.disabled):hover {
  text-decoration: underline;
}
.link.underlined.disabled {
  text-decoration: underline;
}
.link--xs:hover, .link--xs:focus, .link--xs:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link--xs {
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    cursor: default;
    outline: none;
    pointer-events: none;
  }
  .link--xs:hover, .link--xs:focus {
    cursor: default;
  }
}
.link_medium {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
}

.cta-link-with-icon {
  text-transform: uppercase;
}
.cta-link-with-icon > .icon {
  vertical-align: top;
}
.cta-link-with-icon > .icon:before {
  vertical-align: text-top;
}
.cta-link-with-icon > .text {
  vertical-align: middle;
}

a {
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 1.1) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media (pointer: coarse) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a[href^="tel:"]:hover {
  cursor: default;
  color: rgb(0, 0, 0);
}

dl,
ol,
ul {
  padding-left: 0;
}

li {
  list-style-type: none;
  margin: 0;
}

.list-group {
  margin: 0;
  padding: 0;
}
.list-group-item {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  margin: 0;
}
.list-group-item:last-of-type {
  border-bottom: 0;
}
.list-group-item p + p {
  padding-top: 10px;
}
.list-group_bullets {
  padding-left: 17px;
}
.list-group_bullets .list-group-item {
  border: 0;
  list-style-type: disc;
  display: list-item;
  line-height: 25px;
  padding: 0 0 7px 0;
}
.link:hover .list-group * {
  color: rgb(153, 153, 153);
  text-decoration: none;
}

body, html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

.p, p {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1280px) {
  .p, p {
    line-height: 22px;
  }
}
.p--primary {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
}
@media (min-width: 1280px) {
  .p--primary {
    line-height: 22px;
  }
}
.p--primary_large, .icon-group--label_vertical, .icon-group--label {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.p--primary_small, .lot-number {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
}
.p--primary_xsmall, .sale-number {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(153, 153, 153);
}
.chinese .p--primary_xsmall, .chinese .sale-number {
  font-size: 12px;
}
.p--secondary {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}
.p--secondary_large {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.font_medium {
  font-weight: 500 !important;
}

.font_italic {
  font-style: italic !important;
}

b,
strong {
  font-weight: 500;
}

.blockquote,
.blockquote-reverse,
blockquote {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  color: rgb(0, 0, 0);
}

.article,
article {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
}

.has-error .error-icon {
  display: none;
}

.font_white {
  color: #fff;
}

.font_black {
  color: rgb(0, 0, 0);
}

.font_red1 {
  color: #B30900;
}

.font_red2 {
  color: #D70C00;
}

.font_grey1 {
  color: rgb(51, 51, 51);
}

.font_grey2 {
  color: rgb(153, 153, 153);
}

.font_grey3 {
  color: #CCCCCC;
}

.font_grey4 {
  color: #EFEFEF;
}

.font_grey5 {
  color: #F8F8F8;
}

/*NOTE: These do not apply to the checkboxes on the following areas:
* SLP - Browse lots. The css for this is in static/css/SaleLanding/slp-browse-lots.css
*/
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
}
input[type=checkbox]:focus:link, input[type=checkbox]:focus:visited, input[type=checkbox]:focus:hover, input[type=checkbox]:focus:active, input[type=checkbox]:focus:focus,
input[type=radio]:focus:link,
input[type=radio]:focus:visited,
input[type=radio]:focus:hover,
input[type=radio]:focus:active,
input[type=radio]:focus:focus {
  outline: none;
}

input[type=checkbox].checkbox,
input[type=radio].radio {
  display: inline-block;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: static;
  outline: none;
}
input[type=checkbox].checkbox:link, input[type=checkbox].checkbox:visited, input[type=checkbox].checkbox:hover, input[type=checkbox].checkbox:active, input[type=checkbox].checkbox:focus,
input[type=radio].radio:link,
input[type=radio].radio:visited,
input[type=radio].radio:hover,
input[type=radio].radio:active,
input[type=radio].radio:focus {
  outline: none;
}
input[type=checkbox].checkbox::before,
input[type=radio].radio::before {
  height: 20px;
  width: 20px;
  display: block;
  content: "";
  background: #fff;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 1px;
  left: 0;
}
input[type=checkbox].checkbox:hover,
input[type=radio].radio:hover {
  cursor: pointer;
}
input[type=checkbox].checkbox.has-error,
input[type=radio].radio.has-error {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: rgb(0, 0, 0);
}
input[type=checkbox].checkbox.has-error::before,
input[type=radio].radio.has-error::before {
  border-color: #B30900;
}

.radio:before {
  border-radius: 25px;
}

input[type=checkbox] {
  outline: none;
}
input[type=checkbox]:link, input[type=checkbox]:visited, input[type=checkbox]:hover, input[type=checkbox]:active, input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked::after {
  display: block;
  content: "";
  background: rgb(0, 0, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMS43IDIyLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjcgMjIuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9J3doaXRlJz4KPHRpdGxlPnRpY2s8L3RpdGxlPgo8cGF0aCBkPSJNMzEuMSwwLjVjLTAuNy0wLjctMS44LTAuNy0yLjUsMEwxMS4xLDE4TDMsOS45Yy0wLjctMC43LTEuOC0wLjctMi41LDBzLTAuNywxLjgsMCwyLjVsOS40LDkuNGMwLjMsMC4zLDAuOCwwLjUsMS4yLDAuNQoJczAuOS0wLjIsMS4yLTAuNUwzMS4xLDNDMzEuOCwyLjMsMzEuOCwxLjIsMzEuMSwwLjVMMzEuMSwwLjV6Ii8+Cjwvc3ZnPgo=");
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}

input[type=radio]:checked:after {
  height: 20px;
  width: 20px;
  display: block;
  content: "";
  background: rgb(0, 0, 0);
  border: 3px solid #fff;
  border-radius: 25px;
  position: absolute;
  top: 1px;
  left: 0;
}

label.checkbox--label,
label.radio--label {
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}

.form-control {
  appearance: none;
  -webkit-appearance: none;
  font-family: "ABCArizonaSans", Arial;
  line-height: 20px;
  padding: 16px 0 12px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 300;
  font-style: normal;
  color: #666;
  position: relative;
  box-sizing: content-box;
  border: 0;
  border-bottom: 1px solid rgb(194, 194, 194);
}
.form-control .input-sm, .form-control .input-group-sm > .form-control,
.form-control .input-group-sm > .input-group-addon,
.form-control .input-group-sm > .input-group-btn > .btn {
  height: 20px;
  padding: 0 0;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
}
.form-control select.input-sm, .form-control .input-group-sm > select.form-control,
.form-control .input-group-sm > select.input-group-addon,
.form-control .input-group-sm > .input-group-btn > select.btn {
  height: 20px;
  line-height: 20px;
  box-shadow: none;
}
.form-control textarea.input-sm, .form-control .input-group-sm > textarea.form-control,
.form-control .input-group-sm > textarea.input-group-addon,
.form-control .input-group-sm > .input-group-btn > textarea.btn,
.form-control select[multiple].input-sm,
.form-control .input-group-sm > select[multiple].form-control,
.form-control .input-group-sm > select[multiple].input-group-addon,
.form-control .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
  box-shadow: none;
}
.form-control:not(:placeholder-shown) ~ .form-control--placeholder, .form-control:focus ~ .form-control--placeholder, .form-control:active ~ .form-control--placeholder, .form-control--updated ~ .form-control--placeholder {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(153, 153, 153);
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
  background-color: transparent;
  top: 0;
}
.form-control:not(:placeholder-shown) ~ .form-control--placeholder .form-control--placeholder-detail, .form-control:focus ~ .form-control--placeholder .form-control--placeholder-detail, .form-control:active ~ .form-control--placeholder .form-control--placeholder-detail, .form-control--updated ~ .form-control--placeholder .form-control--placeholder-detail {
  text-transform: none;
}
.form-control--placeholder {
  position: absolute;
  left: 0;
  top: 16px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  color: rgb(102, 102, 102);
  pointer-events: none;
  transition: all 0.1s ease-in-out;
}
.form-control--placeholder-detail {
  text-transform: none;
}
.form-control:hover {
  border-color: rgb(153, 153, 153);
  box-shadow: none;
}
.form-control:active, .form-control:focus {
  border-color: rgb(0, 0, 0);
  font-weight: 300;
  color: rgb(0, 0, 0);
  box-shadow: none;
}
.form-control--select {
  border: none;
}
.form-control--select:hover {
  border-color: transparent;
  box-shadow: none;
}

.form-group {
  display: inline-block;
  width: 100%;
  position: relative;
}
.form-group + .form-group {
  margin: 12px 0;
}
.form-group + .form-group:last-child {
  margin-bottom: 0;
}
.form-group:last-of-type {
  margin-bottom: 0;
}
.form-group_with-inline-label {
  width: 100%;
  font-family: "ABCArizonaSans", Arial;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  display: none !important;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  display: none !important;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  display: none !important;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  display: none !important;
}

input::-ms-clear {
  display: none;
}

input:focus {
  outline: none;
}
input:focus:link, input:focus:visited, input:focus:hover, input:focus:active, input:focus:focus {
  outline: none;
}

input::-internal-input-suggested {
  background-color: #fff;
  font-size: 16px !important;
  line-height: 20px;
}

.input--group,
.input-group {
  width: 100%;
}
.input--group-btn,
.input-group-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.input--group .form--control,
.input-group .form--control {
  border: 0;
}

.input-group {
  border: 1px solid #CCCCCC;
}
.input-group:hover {
  border-color: rgb(153, 153, 153);
  box-shadow: none;
}
.input-group:active, .input-group:focus {
  border-color: rgb(0, 0, 0);
  font-weight: 500;
  color: rgb(0, 0, 0);
  box-shadow: none;
}
.input-group:active .icon-search::before, .input-group:focus .icon-search::before {
  color: rgb(0, 0, 0);
}
.input-group .icon--search {
  border: 0;
  height: 20px;
}
.input-group .icon--search::before {
  color: rgb(153, 153, 153);
  position: relative;
  vertical-align: top;
  height: 20px;
  border: 1px solid #CCCCCC;
  line-height: 20px;
  border: 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: rgb(0, 0, 0);
}
.has-error .form-control {
  border-color: #B30900;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #800600;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: rgb(0, 0, 0);
  border-color: #B30900;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: rgb(0, 0, 0);
}

@media screen and (-webkit-min-device-pixel-ratio: 1) {
  input,
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    font-size: 16px !important;
    line-height: 20px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select {
  padding: 0;
}

.select {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.428571429;
  color: rgb(102, 102, 102);
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgb(194, 194, 194);
  padding: 16px 0 12px 0;
  outline: none;
  max-height: 388px;
  overflow-y: auto;
}
.select:link, .select:visited, .select:hover, .select:active, .select:focus {
  outline: none;
}
.select::-ms-expand {
  display: none;
  border: 0;
  background-color: transparent;
}
.has-error .select {
  border-color: rgb(195, 11, 0);
}
@media (hover: hover) {
  .select::-webkit-scrollbar {
    width: 4px;
  }
  .select::-webkit-scrollbar-track {
    background: white;
  }
  .select::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0);
  }
  .select:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
  }
}
.select:focus, .select:active {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.select-icon::after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.1s ease-in-out;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.99952 5.25198C1.99872 5.1864 2.01165 5.12138 2.03749 5.06111C2.06332 5.00083 2.10148 4.94662 2.14952 4.90198C2.19441 4.85415 2.24863 4.81602 2.30882 4.78996C2.36902 4.7639 2.43392 4.75046 2.49952 4.75046C2.56512 4.75046 2.63002 4.7639 2.69021 4.78996C2.75041 4.81602 2.80463 4.85415 2.84952 4.90198L7.99952 10.052L13.1495 4.90198C13.1944 4.85415 13.2486 4.81602 13.3088 4.78996C13.369 4.7639 13.4339 4.75046 13.4995 4.75046C13.5651 4.75046 13.63 4.7639 13.6902 4.78996C13.7504 4.81602 13.8046 4.85415 13.8495 4.90198C13.8973 4.94687 13.9355 5.00108 13.9615 5.06128C13.9876 5.12148 14.001 5.18638 14.001 5.25198C14.001 5.31757 13.9876 5.38247 13.9615 5.44267C13.9355 5.50287 13.8973 5.55709 13.8495 5.60198L8.34952 11.112C8.25487 11.2013 8.12965 11.251 7.99952 11.251C7.86938 11.251 7.74417 11.2013 7.64952 11.112L2.14952 5.60198C2.10148 5.55733 2.06332 5.50313 2.03749 5.44285C2.01165 5.38257 1.99872 5.31755 1.99952 5.25198Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  touch-action: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
}

select.active ~ .select-icon::after {
  transform: translateY(-50%) rotate(180deg);
}

/* General dropdown styles */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Dropdown toggle button */
.dropdown-toggle {
  background-color: white;
  color: rgb(0, 0, 0);
  border: 0;
  text-align: left;
  position: relative;
  height: 49px;
}
.dropdown-toggle--updated {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(153, 153, 153);
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
  background-color: transparent;
  top: 0;
}

/* Dropdown menu hidden by default */
.dropdown-menu {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: auto;
  max-height: 0;
  z-index: 1;
}
@media (hover: hover) {
  .dropdown-menu::-webkit-scrollbar {
    transition: max-height 0.1s ease-in-out, width 0.1s linear 0.2s;
    width: 0px;
  }
}
.active ~ .dropdown-menu {
  max-height: 388px;
  overflow-y: auto;
}
@media (hover: hover) {
  .active ~ .dropdown-menu::-webkit-scrollbar {
    width: 4px;
  }
  .active ~ .dropdown-menu::-webkit-scrollbar-track {
    background: white;
  }
  .active ~ .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0);
  }
  .active ~ .dropdown-menu:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
  }
}
.active ~ .dropdown-menu ~ .select-icon::before {
  transform: rotate(180deg);
}

@media screen and (-webkit-min-device-pixel-ratio: 1) {
  select,
.select {
    font-size: 16px !important;
    line-height: 20px;
  }
}
textarea.form-control {
  height: 100px;
  border: 1px solid rgb(194, 194, 194);
  border-radius: 8px;
  padding: 16px;
  line-height: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  textarea.form-control {
    padding: 20px;
  }
}
textarea.form-control:not(:placeholder-shown), textarea.form-control:focus, textarea.form-control:active {
  padding-top: 32px;
}
textarea.form-control:not(:placeholder-shown) ~ .form-control--placeholder, textarea.form-control:focus ~ .form-control--placeholder, textarea.form-control:active ~ .form-control--placeholder {
  padding-left: 16px;
  top: 2px;
}
textarea.form-control:not(:placeholder-shown) ~ .form-control--placeholder .form-control--placeholder-detail, textarea.form-control:focus ~ .form-control--placeholder .form-control--placeholder-detail, textarea.form-control:active ~ .form-control--placeholder .form-control--placeholder-detail {
  display: none;
}
@media (min-width: 768px) {
  textarea.form-control:not(:placeholder-shown) ~ .form-control--placeholder, textarea.form-control:focus ~ .form-control--placeholder, textarea.form-control:active ~ .form-control--placeholder {
    padding-left: 20px;
  }
}
textarea.form-control ~ .form-control--placeholder {
  left: 1px;
  top: 2px;
  width: calc(100% - 2px);
  padding-left: 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  textarea.form-control ~ .form-control--placeholder {
    padding-left: 20px;
    padding-top: 20px;
  }
}
textarea:focus {
  outline: none;
}
textarea:focus:link, textarea:focus:visited, textarea:focus:hover, textarea:focus:active, textarea:focus:focus {
  outline: none;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  display: none !important;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  display: none !important;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  display: none !important;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 1) {
  textarea {
    font-size: 16px !important;
    line-height: 20px;
  }
}
.has-error {
  border-color: rgb(195, 11, 0);
}
.has-error:active, .has-error:focus {
  border-color: rgb(194, 194, 194);
}
.select .has-error {
  border-color: rgb(195, 11, 0);
}

input[type=checkbox].has-error::before,
input[type=radio].has-error::before {
  border-color: rgb(195, 11, 0);
}

.error--message, .error--message_footer {
  text-align: left;
  color: rgb(195, 11, 0);
  display: block;
  padding-top: 12px;
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.error--message::before, .error--message_footer::before {
  content: "";
  display: block;
  float: left;
  margin-right: 8px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 12C8.27614 12 8.5 11.7761 8.5 11.5C8.5 11.2239 8.27614 11 8 11C7.72386 11 7.5 11.2239 7.5 11.5C7.5 11.7761 7.72386 12 8 12Z" fill="%23C30B00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2414 3.75855C9.89671 1.41382 6.10329 1.41382 3.75855 3.75855C1.41382 6.10329 1.41382 9.89671 3.75855 12.2414C6.10329 14.5862 9.89671 14.5862 12.2414 12.2414C14.5862 9.89671 14.5862 6.10329 12.2414 3.75855ZM3.05145 3.05145C5.78671 0.316185 10.2133 0.316185 12.9486 3.05145C15.6838 5.78671 15.6838 10.2133 12.9486 12.9486C10.2133 15.6838 5.78671 15.6838 3.05145 12.9486C0.316185 10.2133 0.316185 5.78671 3.05145 3.05145Z" fill="%23C30B00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.27614 4 8.5 4.22386 8.5 4.5V9.5C8.5 9.77614 8.27614 10 8 10C7.72386 10 7.5 9.77614 7.5 9.5V4.5C7.5 4.22386 7.72386 4 8 4Z" fill="%23C30B00"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.error--message_footer {
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
}
.error--message_footer::before {
  display: none;
}

.icon {
  width: 16px;
  height: 16px;
  color: rgb(0, 0, 0);
  background: none;
  margin: 1px;
  overflow: visible;
}
.iconsvg:not(:root) {
  overflow: visible;
}
.icon--container_touch {
  height: 40px;
  width: 40px;
  position: absolute;
}
.icon_touch {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-theme--dark {
  line-height: 18px;
  height: 18px;
  width: 18px;
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
  border-radius: 50%;
}
.icon-theme--dark .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark:active, .icon-theme--dark.active, .icon-theme--dark.selected {
  background: #CCCCCC;
  border-color: #CCCCCC;
}
.icon-theme--dark:active .icon, .icon-theme--dark.active .icon, .icon-theme--dark.selected .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark:hover {
  background: #fff;
  border-color: rgb(0, 0, 0);
}
.icon-theme--dark:hover .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
}
.icon-theme--dark.touch:hover {
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
}
.icon-theme--dark.touch:hover .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark:disabled, .icon-theme--dark.disabled {
  background: rgb(0, 0, 0);
  border-color: rgb(51, 51, 51);
}
.icon-theme--dark:disabled .icon, .icon-theme--dark.disabled .icon {
  fill: #CCCCCC;
  line-height: 40px;
}
.icon-theme--dark_square {
  line-height: 18px;
  height: 18px;
  width: 18px;
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
  border-radius: 50%;
  border-radius: 0;
}
.icon-theme--dark_square .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_square:active, .icon-theme--dark_square.active, .icon-theme--dark_square.selected {
  background: #CCCCCC;
  border-color: #CCCCCC;
}
.icon-theme--dark_square:active .icon, .icon-theme--dark_square.active .icon, .icon-theme--dark_square.selected .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_square:hover {
  background: #fff;
  border-color: rgb(0, 0, 0);
}
.icon-theme--dark_square:hover .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
}
.icon-theme--dark_square.touch:hover {
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
}
.icon-theme--dark_square.touch:hover .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_square:disabled, .icon-theme--dark_square.disabled {
  background: rgb(0, 0, 0);
  border-color: rgb(51, 51, 51);
}
.icon-theme--dark_square:disabled .icon, .icon-theme--dark_square.disabled .icon {
  fill: #CCCCCC;
  line-height: 40px;
}
.icon-theme--dark_borderless {
  line-height: 18px;
  height: 18px;
  width: 18px;
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
  border-radius: 50%;
  border: 0;
}
.icon-theme--dark_borderless .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_borderless:active, .icon-theme--dark_borderless.active, .icon-theme--dark_borderless.selected {
  background: #CCCCCC;
  border-color: #CCCCCC;
}
.icon-theme--dark_borderless:active .icon, .icon-theme--dark_borderless.active .icon, .icon-theme--dark_borderless.selected .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_borderless:hover {
  background: #fff;
  border-color: rgb(0, 0, 0);
}
.icon-theme--dark_borderless:hover .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
}
.icon-theme--dark_borderless.touch:hover {
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
}
.icon-theme--dark_borderless.touch:hover .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_borderless:disabled, .icon-theme--dark_borderless.disabled {
  background: rgb(0, 0, 0);
  border-color: rgb(51, 51, 51);
}
.icon-theme--dark_borderless:disabled .icon, .icon-theme--dark_borderless.disabled .icon {
  fill: #CCCCCC;
  line-height: 40px;
}
.icon-theme--dark_borderless:active, .icon-theme--dark_borderless:focus, .icon-theme--dark_borderless:hover {
  background: transparent;
  border: 0;
}
.icon-theme--dark_borderless:active .icon, .icon-theme--dark_borderless:focus .icon, .icon-theme--dark_borderless:hover .icon {
  fill: #fff;
}
.icon-theme--dark_saved {
  line-height: 18px;
  height: 18px;
  width: 18px;
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
}
.icon-theme--dark_saved .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_saved:active, .icon-theme--dark_saved.active, .icon-theme--dark_saved.selected {
  background: #CCCCCC;
  border-color: #CCCCCC;
}
.icon-theme--dark_saved:active .icon, .icon-theme--dark_saved.active .icon, .icon-theme--dark_saved.selected .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_saved:hover {
  background: #fff;
  border-color: rgb(0, 0, 0);
}
.icon-theme--dark_saved:hover .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
}
.icon-theme--dark_saved.touch:hover {
  border: 1px solid rgb(153, 153, 153);
  background: rgb(0, 0, 0);
}
.icon-theme--dark_saved.touch:hover .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--dark_saved:disabled, .icon-theme--dark_saved.disabled {
  background: rgb(0, 0, 0);
  border-color: rgb(51, 51, 51);
}
.icon-theme--dark_saved:disabled .icon, .icon-theme--dark_saved.disabled .icon {
  fill: #CCCCCC;
  line-height: 40px;
}
.icon-theme--dark_saved:hover {
  background: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.icon-theme--dark_saved:hover .icon {
  fill: #fff;
}
.icon-theme--light {
  line-height: 40px;
  height: 40px;
  width: 40px;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.icon-theme--light .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-theme--light:not(.touch):active, .icon-theme--light:not(.touch).active, .icon-theme--light:not(.touch).selected {
  background: rgb(153, 153, 153);
  border-color: rgb(153, 153, 153);
}
.icon-theme--light:not(.touch):active .icon, .icon-theme--light:not(.touch).active .icon, .icon-theme--light:not(.touch).selected .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light:not(.touch):hover {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.icon-theme--light:not(.touch):hover .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light.touch--start {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.icon-theme--light.touch--start .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light.touch--end {
  background: #fff;
  border-color: #CCCCCC;
}
.icon-theme--light.touch--end .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
}
.icon-theme--light:disabled, .icon-theme--light.disabled {
  background: #fff;
  border-color: #CCCCCC;
}
.icon-theme--light:disabled .icon, .icon-theme--light.disabled .icon {
  fill: #CCCCCC;
  line-height: 40px;
}
.icon-theme--light_square {
  line-height: 40px;
  height: 40px;
  width: 40px;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 50%;
  position: relative;
  border-radius: 0;
}
.icon-theme--light_square .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-theme--light_square:not(.touch):active, .icon-theme--light_square:not(.touch).active, .icon-theme--light_square:not(.touch).selected {
  background: rgb(153, 153, 153);
  border-color: rgb(153, 153, 153);
}
.icon-theme--light_square:not(.touch):active .icon, .icon-theme--light_square:not(.touch).active .icon, .icon-theme--light_square:not(.touch).selected .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light_square:not(.touch):hover {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.icon-theme--light_square:not(.touch):hover .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light_square.touch--start {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.icon-theme--light_square.touch--start .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light_square.touch--end {
  background: #fff;
  border-color: #CCCCCC;
}
.icon-theme--light_square.touch--end .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
}
.icon-theme--light_square:disabled, .icon-theme--light_square.disabled {
  background: #fff;
  border-color: #CCCCCC;
}
.icon-theme--light_square:disabled .icon, .icon-theme--light_square.disabled .icon {
  fill: #CCCCCC;
  line-height: 40px;
}
.icon-theme--light_square[disabled] .icon {
  fill: #CCCCCC;
}
.icon-theme--light_borderless {
  line-height: 40px;
  height: 40px;
  width: 40px;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 50%;
  position: relative;
  border: 0;
}
.icon-theme--light_borderless .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-theme--light_borderless:not(.touch):active, .icon-theme--light_borderless:not(.touch).active, .icon-theme--light_borderless:not(.touch).selected {
  background: rgb(153, 153, 153);
  border-color: rgb(153, 153, 153);
}
.icon-theme--light_borderless:not(.touch):active .icon, .icon-theme--light_borderless:not(.touch).active .icon, .icon-theme--light_borderless:not(.touch).selected .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light_borderless:not(.touch):hover {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.icon-theme--light_borderless:not(.touch):hover .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light_borderless.touch--start {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.icon-theme--light_borderless.touch--start .icon {
  fill: #fff;
  line-height: 40px;
}
.icon-theme--light_borderless.touch--end {
  background: #fff;
  border-color: #CCCCCC;
}
.icon-theme--light_borderless.touch--end .icon {
  fill: rgb(0, 0, 0);
  line-height: 40px;
}
.icon-theme--light_borderless:disabled, .icon-theme--light_borderless.disabled {
  background: #fff;
  border-color: #CCCCCC;
}
.icon-theme--light_borderless:disabled .icon, .icon-theme--light_borderless.disabled .icon {
  fill: #CCCCCC;
  line-height: 40px;
}
.icon-theme--light_borderless:active, .icon-theme--light_borderless:focus, .icon-theme--light_borderless:hover {
  background: transparent;
  border: 0;
}
.icon-theme--light_borderless:active .icon, .icon-theme--light_borderless:focus .icon, .icon-theme--light_borderless:hover .icon {
  fill: rgb(0, 0, 0);
}
.icon-theme--light_borderless:active[disabled] .icon, .icon-theme--light_borderless:focus[disabled] .icon, .icon-theme--light_borderless:hover[disabled] .icon {
  fill: #CCCCCC;
}
.icon-theme--light[disabled] .icon {
  fill: #CCCCCC;
}

.icon-group {
  display: inline-block;
}
.icon-group_vertical {
  display: block;
}
.icon-group_vertical:before, .icon-group_vertical:after {
  content: " ";
  display: table;
}
.icon-group_vertical:after {
  clear: both;
}
.icon-group--item {
  float: left;
  padding-left: 30px;
}
.icon-group--item:first-child {
  padding-left: 0;
}
.icon-group--item_vertical {
  float: none;
  display: block;
  margin-bottom: 15px;
  clear: both;
}
.icon-group--item_vertical:last-of-type {
  margin-bottom: 0;
}
.icon-group--label {
  line-height: 40px;
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.icon-group--label_vertical {
  line-height: 40px;
  display: inline-block;
  padding-left: 15px;
}

.icon--360::before {
  content: "\e94d";
}

.icon--alert::before {
  content: "\e901";
}

.icon--apple::before {
  content: "\e902";
  top: -2px;
}

.icon--artwork::before {
  content: "\e903";
}

.icon--Baidu::before {
  content: "\e904";
}

.icon--biography::before {
  content: "\e905";
}

.icon--bookmark::before {
  content: "\e906";
}

.icon--calendar::before {
  content: "\e907";
}

.icon--catalogue::before {
  content: "\e908";
}

.icon--close::before {
  content: "\e909";
}

.icon--document::before {
  content: "\e90a";
}

.icon--down-arrow::before {
  content: "\e90b";
}

.icon--down-chevron::before {
  content: "\e90c";
}

.icon--download::before {
  content: "\e90d";
}

.icon--download-doc::before {
  content: "\e90e";
}

.icon--drag-horizontal::before {
  content: "\e90f";
}

.icon--drag-vertical::before {
  content: "\e910";
}

.icon--edit::before {
  content: "\e911";
}

.icon--email::before {
  content: "\e912";
}

.icon--connect-facebook {
  background-image: none !important;
}
.icon--connect-facebook::before {
  content: "\e913";
}

.icon--favourite::before {
  content: "\e900";
}

.icon--filters::before {
  content: "\e915";
}

.icon--forbidden-action::before {
  content: "\e916";
}

.icon--google-bookmark::before {
  content: "\e917";
}

.icon--grid-view::before {
  content: "\e918";
}

.icon--hammer::before {
  content: "\e919";
}

.icon--help::before {
  content: "\e91a";
}

.icon--heart::before {
  content: "\e900";
}

.icon--home::before {
  content: "\e91b";
}

.icon--information::before {
  content: "\e91c";
}

.icon--connect-instagram::before {
  content: "\e91d";
}

.icon--left-arrow::before {
  content: "\e91e";
}

.icon--left-chevron::before {
  content: "\e91f";
  left: -2px;
}

.icon--linkedin::before {
  content: "\e920";
}

.icon--list-view::before {
  content: "\e921";
}

.icon--location::before {
  content: "\e922";
}

.icon--menu::before {
  content: "\e923";
}

.icon--minus::before {
  content: "\e924";
}

.icon--minus-magnification::before {
  content: "\e925";
}

.icon--more::before {
  content: "\e926";
}

.icon--multiple-doc::before {
  content: "\e927";
}

.icon--outlook::before {
  content: "\e928";
}

.icon--phone::before {
  content: "\e929";
}

.icon--connect-pinterest {
  background-image: none !important;
}
.icon--connect-pinterest::before {
  content: "\e92a";
}

.icon--play::before {
  content: "\e92b";
}

.icon--plus::before {
  content: "\e92c";
}

.icon--plus-magnification::before {
  content: "\e92d";
}

.icon--print::before {
  content: "\e92e";
}

.icon--profile::before {
  content: "\e92f";
}

.icon--profile-black::before {
  content: "\e94b";
}

.icon--renren::before {
  content: "\e930";
}

.icon--reset::before {
  content: "\e931";
}

.icon--results::before {
  content: "\e932";
}

.icon--right-arrow::before {
  content: "\e933";
}

.icon--right-chevron::before {
  content: "\e934";
}

.icon--scale::before {
  content: "\e935";
}

.icon--search::before {
  content: "\e936";
}

.icon--settings::before {
  content: "\e937";
}

.icon--share::before {
  content: "\e938";
}

.icon--shopping-basket::before {
  content: "\e939";
}

.icon--sort::before {
  content: "\e93a";
}

.icon--sound::before {
  content: "\e93b";
}

.icon--spreadsheet::before {
  content: "\e94c";
}

.icon--spreadsheet-solid::before {
  content: "\e94c";
}

.icon--super-zoom::before {
  content: "\e93c";
}

.icon--tag::before {
  content: "\e93d";
}

.icon--tick::before {
  content: "\e93e";
}

.icon--top-arrow::before {
  content: "\e93f";
}

.icon--top-of-page::before {
  content: "\e940";
}

.icon--connect-tumblr::before {
  content: "\e941";
}

.icon--connect-twitter {
  background-image: none !important;
}
.icon--connect-twitter::before {
  content: "\e942";
}

.icon--up-chevron::before {
  content: "\e943";
}

.icon--upload::before {
  content: "\e944";
}

.icon--video::before {
  content: "\e945";
}

.icon--warning::before {
  content: "\e946";
}

.icon--connect-wechat::before {
  content: "\e947";
}
.icon--connect-wechat.wechat:hover {
  height: 80px;
  width: 77px;
}
.icon--connect-wechat.wechat:hover::before {
  content: "";
  height: 77px;
  background: url("https://www.christies.com/resources/assets/connect-icons/wechat_qr-code.jpg");
}

.icon--connect-weibo::before {
  content: "\e948";
}

.icon--connect-youku::before {
  content: "\e949";
}

.icon--connect-youtube::before {
  content: "\e94a";
}

.icon--play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.8);
  opacity: 0.75;
  background: transparent;
  border: 5px solid #fff;
  border-radius: 50%;
  line-height: 68px;
  height: 68px;
  width: 68px;
  transition: opacity 0.15s ease-in;
}
.icon--play-button::before {
  content: "\e92b";
  color: #fff;
  line-height: 58px;
  height: 58px;
  font-size: 30px;
  width: 58px;
  top: 0;
  left: 0;
}
.icon--play-button:hover {
  background: transparent;
  border: 5px solid #fff;
  opacity: 1;
}
.icon--play-button:hover::before {
  color: #fff;
}

.image--container_square {
  background-color: transparent;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image--container_square::before {
  content: "";
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.image {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  display: block;
}
.image--gutter {
  padding: 25px;
}

img:not([src]) {
  visibility: hidden;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

.cc-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  z-index: 801;
}
.cc-loader--inner {
  height: 16px;
  width: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  border: 2px solid rgba(0, 0, 0, 0);
  border-right-color: #B30900;
  border-top-color: #B30900;
  border-radius: 100%;
  animation: spin 800ms infinite linear;
  z-index: 1200;
}
.cc-loader--inner_large {
  border-width: 6px;
  height: 60px;
  width: 60px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.roundel {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  cursor: default;
  outline: none;
  pointer-events: none;
}
.roundel:hover, .roundel:focus {
  cursor: default;
}
.roundel--theme_light {
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  cursor: default;
  outline: none;
  pointer-events: none;
}
.roundel--theme_light:hover, .roundel--theme_light:focus {
  cursor: default;
}
.roundel--theme_light.image {
  height: 100%;
  /* Fix for IE when width is set to 100% for FF */
  width: 100%;
  /* Fix for FF */
}
.roundel--theme_dark {
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  cursor: default;
  outline: none;
  pointer-events: none;
}
.roundel--theme_dark:hover, .roundel--theme_dark:focus {
  cursor: default;
}
.roundel--theme_dark.image {
  height: 100%;
  /* Fix for IE when width is set to 100% for FF */
  width: 100%;
  /* Fix for FF */
}
.roundel_clickable {
  cursor: pointer;
  pointer-events: all;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

body {
  -ms-overflow-style: scrollbar;
  margin: 0;
  padding: 0;
  min-width: none;
  width: 100%;
  overflow-x: hidden;
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
}
body > .container-fluid {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  body > .container-fluid {
    max-width: 1280px;
  }
}
body > .container-fluid:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  body > .container-fluid > .row, body > .container-fluid > .edit--modal-body {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  body.modal-open {
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
.container {
  /*margin-top   : 30px; //I didn't see any usage of this on Calendar page, so I think it's safe to remove it.
  margin-bottom: 30px;*/
}
.container-fluid {
  /*margin-top   : 30px; //I didn't see any usage of this on Calendar page, so I think it's safe to remove it.
  margin-bottom: 30px;*/
}

.row, .edit--modal-body {
  float: none;
  display: block;
}

hr {
  clear: both;
}
hr.hr_small {
  clear: both;
  width: 10px;
  border-color: rgb(0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  hr.hr_small {
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  hr.hr_small {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.divider--top, .divider--bottom, .divider--right, .divider--left {
  position: relative;
}
.divider--top::before, .divider--bottom::before, .divider--right::before, .divider--left::before {
  content: "";
  width: 0;
  border-color: #CCCCCC;
  border-style: solid;
  position: absolute;
  border-width: 0;
  height: 1em;
}

.divider--left {
  margin-left: 10px;
  padding-left: 10px;
}
.divider--left::before {
  border-left-width: 1px;
  left: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}
.divider--right {
  margin-right: 15px;
  padding-right: 15px;
}
.divider--right::before {
  border-right-width: 1px;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}
.divider--bottom::before {
  border-bottom-width: 1px;
  width: 100%;
  bottom: 0;
}
.divider--top::before {
  border-top-width: 1px;
  top: 0;
  width: 100%;
}

.dropdown-menu {
  border-color: #CCCCCC;
  box-shadow: none;
}

section {
  margin: 30px 0;
  padding: 0 16px;
}
section:before, section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section.full-screen {
  width: 200%;
  margin-left: -50%;
}

.section-header {
  float: none;
  padding: 0 0 30px;
}
.section-header:before, .section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header > .section-header--title {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  float: left;
  font-weight: 500;
}

.vcenter_top {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.vcenter_middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vcenter_bottom {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vcenter_baseline {
  display: inline-block;
  vertical-align: baseline;
  float: none;
}

.flex--parent {
  display: flex;
  flex-wrap: wrap;
}
.flex--child {
  display: flex;
  flex-basis: 100%;
}
.flex--content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flex--valign_center {
  align-items: center;
}
.flex--valign_top {
  align-items: flex-start;
}
.flex--valign_bottom {
  align-items: flex-end;
}
.flex--halign_left {
  justify-content: flex-start;
}
.flex--halign_right {
  justify-content: flex-end;
}
.flex--halign_center {
  justify-content: center;
}
.flex--halign_around {
  justify-content: space-around;
}
.flex--halign_between {
  justify-content: space-between;
}
.flex--halign_evenly {
  justify-content: space-evenly;
}

button {
  outline: none;
  padding: 0;
  letter-spacing: normal;
}
button:link, button:visited, button:hover, button:active, button:focus {
  outline: none;
}

.btn-group,
.btn-group-vertical {
  width: 100%;
}

.btn-group .btn {
  margin-right: 10px;
}
.btn-group .btn:last-of-type {
  margin-right: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

.btn-group-vertical .btn {
  margin-bottom: 20px;
}
.btn-group-vertical .btn:last-child {
  margin-bottom: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
}

.btn {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 500;
  font-style: normal;
  outline: none;
  font-size: 12px;
  padding: 0;
  line-height: 48px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 32px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  touch-action: manipulation;
  box-sizing: content-box;
  cursor: pointer;
  /*width        : 100%;*/
}
.btn:link, .btn:visited, .btn:hover, .btn:active, .btn:focus {
  outline: none;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  border: 3px solid transparent;
  background: transparent;
  height: 48px;
  top: 0;
  position: absolute;
  left: 0;
  border-radius: 32px;
}
.btn:active, .btn.active {
  box-shadow: none;
  outline: none;
}
.btn:active:link, .btn:active:visited, .btn:active:hover, .btn:active:active, .btn:active:focus, .btn.active:link, .btn.active:visited, .btn.active:hover, .btn.active:active, .btn.active:focus {
  outline: none;
}
.btn.full-width {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
}
.btn--primary {
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
}
.btn--primary:active, .btn--primary:hover, .btn--primary_active {
  background-color: rgb(51, 51, 51);
  color: #fff;
}
.btn--primary:focus {
  border: 1px solid rgb(0, 0, 0);
  color: #fff;
}
.btn--primary:focus::before {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  background: transparent;
  width: calc(100% + 12px);
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
}
.btn--primary_disabled {
  color: rgb(153, 153, 153);
  background: #EFEFEF;
  pointer-events: none;
  cursor: auto;
}
.btn--secondary {
  background-color: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.btn--secondary:active, .btn--secondary:hover, .btn--secondary_active {
  background-color: #fff;
  color: rgb(153, 153, 153);
  border-color: rgb(153, 153, 153);
}
@media (prefers-contrast: more) {
  .btn--secondary:active, .btn--secondary:hover, .btn--secondary_active {
    border-size: 3px;
    border-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
  }
}
.btn--secondary:focus {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.btn--secondary:focus::before {
  content: "";
  display: inline-block;
  border: 1px solid rgb(0, 0, 0);
  background: transparent;
  width: calc(100% + 12px);
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
}
.btn--secondary_disabled {
  background: #fff;
  border-color: #CCCCCC;
  color: #CCCCCC;
  pointer-events: none;
  cursor: auto;
}
.btn--tertiary {
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: 2px solid rgb(0, 0, 0);
}
.btn--tertiary:active, .btn--tertiary:hover, .btn--tertiary_active {
  background-color: #fff;
  color: rgb(0, 0, 0);
}
.btn--tertiary:focus {
  background-color: #fff;
  color: rgb(0, 0, 0);
}
.btn--tertiary_disabled {
  background: #fff;
  border-color: #EFEFEF;
  color: #EFEFEF;
  pointer-events: none;
  cursor: auto;
}
.btn--none {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn--link {
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  background: #fff;
  border: 0;
  color: rgb(0, 0, 0);
}
.btn--link:hover {
  color: rgb(102, 102, 102);
}
.btn--link:focus {
  border: none;
}
.btn--link:active {
  color: rgb(0, 0, 0);
  border: none;
}
.btn.disabled, .btn[disabled] {
  pointer-events: none;
  border-color: #CCCCCC;
  color: #CCCCCC;
}
.btn--icon-text {
  margin-left: 10px;
}

.btn--save {
  position: absolute;
  z-index: 101;
  right: 0;
  top: -15px;
}

.btn-group-vertical .btn {
  margin-bottom: 10px;
}

.btn--icon {
  position: relative;
  padding-left: 20px;
}
.btn--icon::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.btn--icon[disabled]::before {
  filter: grayscale(100%);
  opacity: 0.4;
}

.btn--icon-arrow-right::before {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" class="w-4 h-4" color="inherit"><path fill="currentColor" d="M2.5 7.508h9.8l-4.66-4.66A.5.5 0 0 1 7.995 2a.5.5 0 0 1 .355.148l5.5 5.5a.48.48 0 0 1 0 .7l-5.5 5.5a.5.5 0 0 1-.35.15.5.5 0 0 1-.36-.85l4.65-4.64H2.5a.51.51 0 0 1-.5-.51.5.5 0 0 1 .5-.49"></path></svg>');
}

/* down arrows for view highlight's dropdown */
.dropdown--down-arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ccc;
}
.dropdown--down-arrow_inner {
  position: absolute;
  top: -30px;
  left: -28px;
  width: 56px;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 27px solid #fff;
}

.svg--fill_red1 {
  fill: #B30900;
}
.svg--fill_red2 {
  fill: #D70C00;
}
.svg--fill_grey1 {
  fill: rgb(51, 51, 51);
}
.svg--fill_grey2 {
  fill: rgb(153, 153, 153);
}
.svg--fill_grey3 {
  fill: #CCCCCC;
}
.svg--fill_grey4 {
  fill: #EFEFEF;
}
.svg--fill_grey5 {
  fill: #F8F8F8;
}
.svg--fill_white {
  fill: #fff;
}
.svg--fill_black {
  fill: rgb(0, 0, 0);
}

.optanon-alert-box-wrapper a {
  color: #fff;
}
.optanon-alert-box-wrapper a:hover, .optanon-alert-box-wrapper a:focus, .optanon-alert-box-wrapper a:active {
  color: #575757;
  text-decoration: none;
  outline: none;
}

@media only screen and (max-width: 320px) {
  .optanon-alert-box-bg .optanon-alert-box-button-container {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .optanon-alert-box-wrapper .optanon-alert-box-body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 60px;
  }

  .optanon-alert-box-wrapper .optanon-alert-box-body p {
    font-size: 14px;
    line-height: 28px;
  }

  .optanon-alert-box-bg .optanon-alert-box-button-container {
    position: relative;
    right: 0;
    top: 0;
  }
}
.modal {
  opacity: 0;
}
.modal::before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
}
@media (min-width: 1280px) {
  .modal::before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
  }
}
.modal.in {
  opacity: 1;
}
.modal-content {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s linear;
  width: 100%;
  max-width: 592px;
  padding: 16px;
  margin: 0;
}
.modal.in .modal-dialog {
  left: auto;
  right: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-header {
  border: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 48px 36px;
  margin-bottom: 0;
}
.modal-close {
  padding: 24px;
}
.modal-close--btn {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 2.54004L21.5 21.5" stroke="black" stroke-miterlimit="10" stroke-linecap="round"/><path d="M21.5 2.5L2.5 21.46" stroke="black" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
  display: block;
  height: 24px;
  width: 24px;
  border: 0;
  background-color: white;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.modal-title {
  text-align: center;
  width: 100%;
}
.modal-body {
  text-align: center;
  padding: 0 24px 0px;
}
@media (max-width: 768px) {
  .modal-body {
    padding: 0 16px 36px;
  }
}
.modal-footer {
  padding: 36px 48px 48px;
  border: 0;
}
.modal-footer .btn + .btn {
  margin: 8px 0 0;
}
@media (min-width: 1280px) {
  .modal-footer .btn + .btn {
    margin-left: 5px;
  }
}
.modal-backdrop {
  transition: all 1s linear;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg {
  display: block !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.underline {
  text-decoration: underline !important;
}

.buffer--top_1 {
  margin-top: 10px;
}

.buffer--top_2 {
  margin-top: 20px;
}

.buffer--top_3 {
  margin-top: 30px;
}

.buffer--bottom_1-2 {
  margin-bottom: 5px !important;
}

.buffer--bottom_1 {
  margin-bottom: 10px;
}

.buffer--bottom_2 {
  margin-bottom: 20px;
}

.buffer--bottom_3 {
  margin-bottom: 30px;
}

@media print {
  * {
    max-width: 600px;
  }

  body {
    padding: 0;
    margin: 0 0 0 -300px;
    left: 50%;
    position: absolute;
  }

  .print--logo {
    width: 214px;
    margin: auto;
  }

  .global-header {
    border: 0;
  }

  .global-navbar {
    border: 0;
    height: 0;
  }

  .global-nav {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 60px;
    line-height: 60px;
  }
  .global-nav--item {
    padding: 0 8px;
  }

  a[href]:after {
    display: none;
  }

  button,
.btn {
    display: none;
  }

  [class*=icon--].theme--light, [class^=icon--].theme--light,
[class*=icon--].theme--dark, [class^=icon--].theme--dark,
[class*=icon--], [class^=icon--] {
    display: none;
  }

  .col-pr-1 {
    width: 8.3333333333%;
  }

  .col-pr-2 {
    width: 16.6666666667%;
  }

  .col-pr-3 {
    width: 25%;
  }

  .col-pr-4 {
    width: 33.3333333333%;
  }

  .col-pr-5 {
    width: 41.6666666667%;
  }

  .col-pr-6 {
    width: 50%;
  }

  .col-pr-7 {
    width: 58.3333333333%;
  }

  .col-pr-8 {
    width: 66.6666666667%;
  }

  .col-pr-9 {
    width: 75%;
  }

  .col-pr-10 {
    width: 83.3333333333%;
  }

  .col-pr-11 {
    width: 91.6666666667%;
  }

  .col-pr-12 {
    width: 100%;
  }

  .col-pr-push-0 {
    left: auto;
  }

  .col-pr-push-1 {
    left: 8.3333333333%;
  }

  .col-pr-push-2 {
    left: 16.6666666667%;
  }

  .col-pr-push-3 {
    left: 25%;
  }

  .col-pr-push-4 {
    left: 33.3333333333%;
  }

  .col-pr-push-5 {
    left: 41.6666666667%;
  }

  .col-pr-push-6 {
    left: 50%;
  }

  .col-pr-push-7 {
    left: 58.3333333333%;
  }

  .col-pr-push-8 {
    left: 66.6666666667%;
  }

  .col-pr-push-9 {
    left: 75%;
  }

  .col-pr-push-10 {
    left: 83.3333333333%;
  }

  .col-pr-push-11 {
    left: 91.6666666667%;
  }

  .col-pr-push-12 {
    left: 100%;
  }

  .col-pr-pull-0 {
    right: auto;
  }

  .col-pr-pull-1 {
    right: 8.3333333333%;
  }

  .col-pr-pull-2 {
    right: 16.6666666667%;
  }

  .col-pr-pull-3 {
    right: 25%;
  }

  .col-pr-pull-4 {
    right: 33.3333333333%;
  }

  .col-pr-pull-5 {
    right: 41.6666666667%;
  }

  .col-pr-pull-6 {
    right: 50%;
  }

  .col-pr-pull-7 {
    right: 58.3333333333%;
  }

  .col-pr-pull-8 {
    right: 66.6666666667%;
  }

  .col-pr-pull-9 {
    right: 75%;
  }

  .col-pr-pull-10 {
    right: 83.3333333333%;
  }

  .col-pr-pull-11 {
    right: 91.6666666667%;
  }

  .col-pr-pull-12 {
    right: 100%;
  }

  .col-pr-offset-0 {
    margin-left: 0%;
  }

  .col-pr-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-pr-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-pr-offset-3 {
    margin-left: 25%;
  }

  .col-pr-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-pr-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-pr-offset-6 {
    margin-left: 50%;
  }

  .col-pr-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-pr-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-pr-offset-9 {
    margin-left: 75%;
  }

  .col-pr-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-pr-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-pr-offset-12 {
    margin-left: 100%;
  }

  .accordion {
    display: block !important;
    float: none !important;
    height: auto !important;
  }

  .accordion--content {
    display: block !important;
    height: auto !important;
    padding: 20px 0 30px !important;
    transition: none;
    overflow: visible;
  }
  .accordion--content:before, .accordion--content:after {
    content: " ";
    display: table;
  }
  .accordion--content:after {
    clear: both;
  }

  .modal {
    position: relative;
  }
  .modal-header .close {
    display: none;
  }
  .modal-open {
    visibility: hidden;
  }
  .modal-open > *:not(.modal) {
    display: none;
  }
  .modal-content {
    visibility: visible;
    padding: 0;
    width: 100%;
    overflow: visible;
  }
  .modal-backdrop.in {
    display: none;
  }

  .preload {
    display: none;
  }
}
.auction-estimate--wrapper {
  width: 100%;
  max-width: none;
  padding-bottom: 30px;
}
.auction-estimate--wrapper a:not(.btn) {
  text-decoration: underline;
  color: inherit;
}

/*@import "https://zschristiesinc.convertlanguage.com/selling-services/auction-services/auction-estimates/overview/vendor/_bootstrap-custom";*/
/* mixin for multiline */
.accordion {
  border-top: 1px solid #CCCCCC;
}
.accordion:first-child {
  border-top: 0;
}
.accordion::after {
  clear: both;
  content: "";
  display: block;
}
.accordion--heading {
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.accordion--heading:hover {
  cursor: pointer;
}
.accordion--heading-label {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
  margin: 0;
  padding: 28px 8px 24px 0;
}
@media (min-width: 1280px) {
  .accordion--heading-label {
    font-size: 28px;
  }
}
.accordion--heading:not(.collapsed) .accordion--heading-label {
  color: rgb(102, 102, 102);
}
.accordion--button {
  display: block;
  height: 16px;
  width: 16px;
  right: 0;
  transform: rotate(90deg);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  margin-left: auto;
}
.collapsed .accordion--button {
  transform: rotate(-90deg);
}
.accordion--button svg {
  height: 16px;
  width: 16px;
}
.accordion--content {
  padding: 0 16px 24px 0;
  font-size: 14px;
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 140%;
}
.accordion:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

.minus--icon {
  display: block;
}
.collapsed .minus--icon {
  display: none;
}
.minus--icon .icon {
  top: 68%;
}

.plus--icon {
  display: none;
}
.collapsed .plus--icon {
  display: block;
}

.progressbar {
  padding: 0 16px;
  font-family: "ABCArizonaSans", Arial;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  font-size: 12px;
  line-height: 120%;
  color: #999;
}
@media (min-width: 1024px) {
  .progressbar {
    width: auto;
  }
}
.progressbar--nav {
  padding: 0px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
.progressbar--nav-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  line-height: 32px;
}
.progressbar--nav-item:not(:first-of-type)::before {
  content: "";
  display: flex;
  height: 2px;
  width: 2px;
  background: #666666;
  border-radius: 50%;
  margin: 0px 6px;
}
@media (min-width: 768px) {
  .progressbar--nav-item:not(:first-of-type)::before {
    margin-right: 10px;
  }
}
.progressbar--nav-item.active {
  color: rgb(0, 0, 0);
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
}
.progressbar--nav-item-number {
  display: inline-block;
  float: left;
}
.complete .progressbar--nav-item-number {
  color: rgb(0, 0, 0);
}
.progressbar--nav-item-text {
  display: none;
  float: left;
}
@media (min-width: 768px) {
  .progressbar--nav-item-text {
    display: inline-block;
  }
}
.active .progressbar--nav-item-text {
  display: inline-block;
}
.complete .progressbar--nav-item-text {
  color: rgb(0, 0, 0);
}

.landing--container {
  display: flex;
  flex-direction: column;
}
.landing--header {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .landing--header {
    flex-direction: row;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .landing--header {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    padding: 68px 0;
  }
}
.landing--cta {
  max-width: 406px;
  display: block;
}
.landing--cta.btn {
  margin: auto;
}
.landing--title {
  padding-top: 52px;
  padding-bottom: 36px;
}
@media (min-width: 1280px) {
  .landing--title {
    padding-bottom: 40px;
  }
}
.landing--title-headline {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}
.landing--step-container {
  padding: 48px 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .landing--step-container {
    padding-left: 0;
    padding-right: 0;
    width: 33.333%;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .landing--step-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
  }
}
@media (min-width: 1280px) {
  .landing--step-container {
    padding: 0;
    width: 371px;
  }
}
@media (min-width: 1024px) {
  .landing--step-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 36px 0 0;
  }
}
@media (min-width: 1024px) {
  .landing--step-container:nth-child(2) {
    margin-left: 48px;
    margin-right: 48px;
  }
}
.landing--step-number {
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .landing--step-number {
    padding-top: 36px;
  }
}
.landing--step-heading {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .landing--step-heading {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .landing--step-heading {
    font-size: 24px;
    font-weight: 300;
  }
}
.landing--step-body {
  max-width: 304px;
  margin: auto;
  font-weight: 300;
}
@media (min-width: 768px) {
  .landing--step-body {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.landing--step-image {
  display: block;
  margin: 0 auto;
  height: 95px;
  z-index: 1000;
  width: 95px;
  cursor: pointer;
  background-size: 95px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing--step-image-container {
  position: relative;
  margin: 0;
  width: 236px;
  height: 236px;
  background-color: #fff;
  padding: 0;
}
@media (min-width: 768px) {
  .landing--step-image-container {
    height: 176px;
    width: 176px;
  }
}
@media (min-width: 1024px) {
  .landing--step-image-container {
    height: 214px;
    width: 214px;
  }
}
@media (min-width: 1280px) {
  .landing--step-image-container {
    height: 284px;
    width: 284px;
  }
}
.landing--step-image-first, .landing--step-image-second, .landing--step-image-third {
  height: 129px;
  width: 159px;
}
.landing--divider {
  height: 1px;
  border-color: #999;
  width: 100%;
  margin: 0 -1px;
  padding: 0 1px;
  margin-top: 32px;
  padding-top: 32px;
}

.faq {
  margin-top: 42px;
  padding-top: 60px;
  border-top: 1px solid #999;
}
@media (min-width: 1280px) {
  .faq {
    padding: 80px 0;
  }
}
.faq--title {
  font-size: 28px;
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .faq--title {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .faq--title {
    font-size: 48px;
  }
}
.faq--title-container {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .faq--title-container {
    padding-left: 48px;
    padding-right: 0;
    padding-top: 22px;
  }
}
@media (min-width: 1280px) {
  .faq--title-container {
    padding-top: 28px;
  }
}
.faq--content-container {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .faq--content-container {
    padding-left: 0;
    padding-right: 48px;
  }
}
.faq a {
  text-decoration: underline;
}
.faq a:hover, .faq a:focus, .faq a:active {
  text-decoration: underline;
}

.how-to-sell {
  margin-top: 32px;
}
.how-to-sell--title {
  margin-top: 0;
  margin-bottom: 16px;
}
.how-to-sell--content {
  margin-top: 16px;
  margin-bottom: 16px;
}
.how-to-sell--video {
  width: 100%;
  display: block;
  margin: auto;
  height: 200px;
}
@media (min-device-width: 414px) {
  .how-to-sell--video {
    height: 222px;
  }
}
@media (min-device-width: 768px) {
  .how-to-sell--video {
    height: 421px;
  }
}
@media (min-device-width: 1024px) {
  .how-to-sell--video {
    height: 338px;
  }
}
.how-to-sell--video-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.how-to-sell--video-container .oo-player a {
  text-decoration: none;
}
.how-to-sell p {
  margin-bottom: 20px;
}
.how-to-sell p:last-child {
  margin-bottom: 0;
}

.step--container {
  padding: 0;
}
.edit-mode .step--container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}
.step--header {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .step--header {
    padding: 0;
    margin-bottom: 60px;
  }
}
.step--header-blurb {
  float: none;
}
.step--title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  font-size: 24px;
  padding-bottom: 12px;
  float: none;
}
@media (min-width: 768px) {
  .step--title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .step--title {
    padding-bottom: 8px;
  }
}
.step--blowout {
  margin-top: 28px;
  margin-bottom: 32px;
}
.step--fields-title, .login--header-title, .registration--header-title {
  display: none;
  width: 100%;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 0;
  padding: 16px 0 12px;
}
@media (min-width: 768px) {
  .step--fields-title, .login--header-title, .registration--header-title {
    display: inline-block;
  }
}
.step--fields-title-optional {
  color: rgb(194, 194, 194);
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
}
.edit-mode .step--fields-title-container {
  padding: 40px 0 0;
}

.step-one--form {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.edit-mode .step-one--form {
  padding-left: 0;
  padding-right: 0;
}
.step-one--container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .step-one--container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .step-one--container {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .step-one--container {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .step-one--container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .step-one--container {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .step-one--container {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1280px) {
  .step-one--container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .step-one--container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .step-one--container {
    margin-left: 25%;
  }
}
.edit-mode .step-one--container {
  width: 100%;
  margin: auto;
  padding: 0;
}
.step-one--container:first-of-type {
  margin-top: 40px;
}
.step-one--fields-container {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left;
}
.step-one--fields-container:first-of-type {
  margin-top: 0;
}
.step-one--artist {
  order: 1;
}
.step-one--description {
  order: 2;
}
.step-one--dimensions {
  order: 3;
}
@media (min-width: 768px) {
  .step-one--dimensions {
    order: 5;
  }
}
.step-one--provenance {
  order: 4;
}
@media (min-width: 768px) {
  .step-one--provenance {
    order: 3;
  }
}
.step-one--location {
  order: 4;
}
@media (min-width: 768px) {
  .step-one--location {
    order: 4;
  }
}
.step-one--price {
  order: 6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .step-one--price {
    order: 6;
  }
}
.step-one--cta {
  clear: both;
  padding-top: 40px;
}
.step-one--value {
  padding-left: 0;
}
.step-one--label {
  display: none;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .step-one--label {
    margin-bottom: 0;
  }
}
.step-one--dimension:first-of-type {
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 0;
}
.step-one--dimension:nth-child(3) {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 0;
}
.step-one--dimension:nth-child(4) {
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 0;
}
.step-one--dimension:nth-child(5) {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .step-one--dimension:first-of-type, .step-one--dimension:nth-child(3), .step-one--dimension:nth-child(4) {
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .step-one--dimension:nth-child(5) {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.step-one--currency {
  padding-right: 0;
}
.step-one--required-msg {
  padding-top: 16px;
}
.step-one--review-header {
  margin-bottom: 24px;
}
.step-one--textarea {
  min-height: 100px;
}
.step-one--textarea:-ms-input-placeholder {
  line-height: 20px;
}
.step-one--textarea2 {
  min-height: 100px;
  line-height: 25px;
  overflow-x: hidden;
}
.step-one--textarea2:-ms-input-placeholder {
  line-height: 20px;
}
.step-one .step-one--save {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .step-one .step-one--save {
    margin-bottom: 0;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

select::-ms-value {
  background: none;
  color: rgb(0, 0, 0);
}

.ae-top-icons {
  margin: 0;
  width: 100%;
}
.ae-top-icons--container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ae-top-icons--container {
    padding: 16px 48px;
  }
}
.ae-top-icons--previous {
  fill: #B30900;
  height: 18px;
  width: 15px;
  top: 3px;
  cursor: pointer;
}
.ae-top-icons--exit {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .ae-top-icons--exit {
    width: 32px;
    height: 32px;
  }
}
.ae-top-icons--exit-img svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .ae-top-icons--exit-img svg {
    width: 32px;
    height: 32px;
  }
}
.ae-top-icons--badge {
  height: 32px;
  width: 32px;
  display: block;
}
.ae-top-icons--blow-out {
  border-top: 1px solid #EBEBEB;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1573 10.7779C11.6079 11.6001 10.8271 12.241 9.91342 12.6194C8.99979 12.9978 7.99446 13.0969 7.02455 12.9039C6.05465 12.711 5.16373 12.2348 4.46447 11.5355C3.76521 10.8363 3.289 9.94536 3.09608 8.97545C2.90315 8.00555 3.00217 7.00021 3.3806 6.08658C3.75904 5.17295 4.39991 4.39206 5.22215 3.84265C6.0444 3.29324 7.0111 3 8 3" stroke="%23960000" stroke-width="1.5" stroke-linecap="square"/></svg>');
  animation: spin 1s infinite linear;
  opacity: 1;
  display: flex;
}

img::selection {
  background-color: transparent;
}

.photo--uploaded {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 10px;
}
@media (min-width: 768px) {
  .photo--uploaded {
    padding: 28px;
  }
}
.photo--uploaded img {
  position: relative;
}
.photo--container, .document--container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgb(194, 194, 194);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.photo--container.error, .error.document--container {
  border: 1px solid rgb(195, 11, 0);
}
.photo--container.has-uploaded, .has-uploaded.document--container {
  border-color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .edit-mode .photo--container, .edit-mode .document--container {
    margin: 12px;
  }
}
.photo--placeholders, .document--placeholders {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  height: 94px;
}
@media (min-width: 768px) {
  .photo--placeholders, .document--placeholders {
    height: 172px;
    margin-bottom: 0;
  }
}
.photo--placeholders[data-relation=imageUploaderTwo], [data-relation=imageUploaderTwo].document--placeholders, .photo--placeholders[data-relation=editImageUploaderTwo], [data-relation=editImageUploaderTwo].document--placeholders {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .photo--placeholders[data-relation=imageUploaderTwo], [data-relation=imageUploaderTwo].document--placeholders, .photo--placeholders[data-relation=editImageUploaderTwo], [data-relation=editImageUploaderTwo].document--placeholders {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.photo--placeholders[data-relation=imageUploaderThree], [data-relation=imageUploaderThree].document--placeholders, .photo--placeholders[data-relation=editImageUploaderThree], [data-relation=editImageUploaderThree].document--placeholders {
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .photo--placeholders[data-relation=imageUploaderThree], [data-relation=imageUploaderThree].document--placeholders, .photo--placeholders[data-relation=editImageUploaderThree], [data-relation=editImageUploaderThree].document--placeholders {
    margin-top: 0;
  }
}
.edit-mode .photo--placeholders, .edit-mode .document--placeholders {
  padding-left: 0;
  padding-right: 0;
  height: 94px;
}
@media (min-width: 768px) {
  .edit-mode .photo--placeholders, .edit-mode .document--placeholders {
    height: 172px;
  }
}
.photo--title, .document--title {
  margin-bottom: 0;
}
.edit-mode .photo--title-container {
  padding-left: 0;
  padding-right: 0;
}
.photo--description, .document--description {
  padding: 24px 0;
}
.photo--subtitle {
  margin-bottom: 24px;
  font-weight: 300;
}
.photo--overlay, .document--overlay {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(102, 102, 102);
  text-decoration: underline;
}
.photo--overlay::before, .document--overlay::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 10C5 8.34315 6.34315 7 8 7C9.65685 7 11 8.34315 11 10C11 11.6569 9.65685 13 8 13C6.34315 13 5 11.6569 5 10ZM8 8C6.89543 8 6 8.89543 6 10C6 11.1046 6.89543 12 8 12C9.10457 12 10 11.1046 10 10C10 8.89543 9.10457 8 8 8Z" fill="%23666666"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.59998 4.5V3.2C4.59998 2.22386 5.32383 1.5 6.29998 1.5H9.79998C10.7761 1.5 11.5 2.22386 11.5 3.2V4.5H14.5C14.7761 4.5 15 4.72386 15 5V15C15 15.2761 14.7761 15.5 14.5 15.5H1.5C1.22386 15.5 1 15.2761 1 15V5C1 4.72386 1.22386 4.5 1.5 4.5H4.59998ZM5.59998 3.2C5.59998 2.77614 5.87612 2.5 6.29998 2.5H9.79998C10.2238 2.5 10.5 2.77614 10.5 3.2V4.5H5.59998V3.2ZM14 5.5V14.5H2V5.5H14Z" fill="%23666666"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  margin: auto;
}
.error .photo--overlay, .error .document--overlay {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.error .photo--overlay::before, .error .document--overlay::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M8.5 12.5C8.77614 12.5 9 12.2761 9 12C9 11.7239 8.77614 11.5 8.5 11.5C8.22386 11.5 8 11.7239 8 12C8 12.2761 8.22386 12.5 8.5 12.5Z" fill="%23C30B00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7414 4.25855C10.3967 1.91382 6.60329 1.91382 4.25855 4.25855C1.91382 6.60329 1.91382 10.3967 4.25855 12.7414C6.60329 15.0862 10.3967 15.0862 12.7414 12.7414C15.0862 10.3967 15.0862 6.60329 12.7414 4.25855ZM3.55145 3.55145C6.28671 0.816185 10.7133 0.816185 13.4486 3.55145C16.1838 6.28671 16.1838 10.7133 13.4486 13.4486C10.7133 16.1838 6.28671 16.1838 3.55145 13.4486C0.816185 10.7133 0.816185 6.28671 3.55145 3.55145Z" fill="%23C30B00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 4.5C8.77614 4.5 9 4.72386 9 5V10C9 10.2761 8.77614 10.5 8.5 10.5C8.22386 10.5 8 10.2761 8 10V5C8 4.72386 8.22386 4.5 8.5 4.5Z" fill="%23C30B00"/></svg>');
}
.photo--limitations, .document--limitations {
  color: rgb(153, 153, 153);
  padding-top: 24px;
}
.edit-mode .photo--limitations, .edit-mode .document--limitations {
  padding-left: 0;
  padding-right: 0;
}
.photo--save {
  margin-top: 16px;
}
.photo--trash, .document--trash {
  position: absolute;
  top: 10px;
  left: auto;
  right: 8px;
  height: 16px;
  z-index: 1000;
  width: 16px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.71152 8.00152L13.8515 2.85152C13.8993 2.80663 13.9375 2.75241 13.9635 2.69221C13.9896 2.63202 14.003 2.56712 14.003 2.50152C14.003 2.43592 13.9896 2.37102 13.9635 2.31082C13.9375 2.25063 13.8993 2.19641 13.8515 2.15152C13.8066 2.10369 13.7524 2.06557 13.6922 2.03951C13.632 2.01345 13.5671 2 13.5015 2C13.4359 2 13.371 2.01345 13.3108 2.03951C13.2506 2.06557 13.1964 2.10369 13.1515 2.15152L8.00152 7.29152L2.85152 2.15152C2.80663 2.10369 2.75241 2.06557 2.69221 2.03951C2.63202 2.01345 2.56712 2 2.50152 2C2.43592 2 2.37102 2.01345 2.31082 2.03951C2.25063 2.06557 2.19641 2.10369 2.15152 2.15152C2.10369 2.19641 2.06557 2.25063 2.03951 2.31082C2.01345 2.37102 2 2.43592 2 2.50152C2 2.56712 2.01345 2.63202 2.03951 2.69221C2.06557 2.75241 2.10369 2.80663 2.15152 2.85152L7.29152 8.00152L2.15152 13.1515C2.10369 13.1964 2.06557 13.2506 2.03951 13.3108C2.01345 13.371 2 13.4359 2 13.5015C2 13.5671 2.01345 13.632 2.03951 13.6922C2.06557 13.7524 2.10369 13.8066 2.15152 13.8515C2.19616 13.8996 2.25037 13.9377 2.31065 13.9636C2.37093 13.9894 2.43594 14.0023 2.50152 14.0015C2.56709 14.0023 2.63211 13.9894 2.69239 13.9636C2.75267 13.9377 2.80687 13.8996 2.85152 13.8515L8.00152 8.71152L13.1515 13.8515C13.1964 13.8993 13.2506 13.9375 13.3108 13.9635C13.371 13.9896 13.4359 14.003 13.5015 14.003C13.5671 14.003 13.632 13.9896 13.6922 13.9635C13.7524 13.9375 13.8066 13.8993 13.8515 13.8515C13.8993 13.8066 13.9375 13.7524 13.9635 13.6922C13.9896 13.632 14.003 13.5671 14.003 13.5015C14.003 13.4359 13.9896 13.371 13.9635 13.3108C13.9375 13.2506 13.8993 13.1964 13.8515 13.1515L8.71152 8.00152Z" fill="black"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.photo--input, .document--input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.photo--upload-message-container, .document--upload-message-container {
  margin: 12px 0 0;
  position: relative;
}
.edit-mode .photo--upload-message-container, .edit-mode .document--upload-message-container {
  padding-left: 0;
  padding-right: 0;
}
.photo--upload-message-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  display: block;
  fill: rgb(0, 0, 0);
}
.has-error .photo--upload-message-icon {
  fill: rgb(195, 11, 0);
}
.photo--upload-message-text {
  color: rgb(195, 11, 0);
  padding: 0 0 0 24px;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 12C8.27614 12 8.5 11.7761 8.5 11.5C8.5 11.2239 8.27614 11 8 11C7.72386 11 7.5 11.2239 7.5 11.5C7.5 11.7761 7.72386 12 8 12Z" fill="%23C30B00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2414 3.75855C9.89671 1.41382 6.10329 1.41382 3.75855 3.75855C1.41382 6.10329 1.41382 9.89671 3.75855 12.2414C6.10329 14.5862 9.89671 14.5862 12.2414 12.2414C14.5862 9.89671 14.5862 6.10329 12.2414 3.75855ZM3.05145 3.05145C5.78671 0.316185 10.2133 0.316185 12.9486 3.05145C15.6838 5.78671 15.6838 10.2133 12.9486 12.9486C10.2133 15.6838 5.78671 15.6838 3.05145 12.9486C0.316185 10.2133 0.316185 5.78671 3.05145 3.05145Z" fill="%23C30B00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.27614 4 8.5 4.22386 8.5 4.5V9.5C8.5 9.77614 8.27614 10 8 10C7.72386 10 7.5 9.77614 7.5 9.5V4.5C7.5 4.22386 7.72386 4 8 4Z" fill="%23C30B00"/></svg>');
  background-position: left 2px;
  background-size: 16px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .photo--upload-message-text {
    margin-bottom: 0;
    background-position: left 1px;
  }
}

.step-two--form {
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .step-two--form {
    margin-top: 24px;
  }
}
.edit-mode .step-two--form {
  padding-left: 0;
  padding-right: 0;
}
.step-two--form a {
  color: rgb(153, 153, 153);
}
.step-two--container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .step-two--container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .step-two--container {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .step-two--container {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .step-two--container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .step-two--container {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .step-two--container {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1280px) {
  .step-two--container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .step-two--container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .step-two--container {
    margin-left: 25%;
  }
}
.edit-mode .step-two--container {
  width: 100%;
  margin: auto;
  padding: 9;
}
.step-two--required-msg {
  padding-top: 16px;
  margin-bottom: 16px;
}
.step-two--next {
  margin-top: 0;
  margin-bottom: 64px;
}
.step-two--comment {
  color: rgb(153, 153, 153);
  padding: 2px 0;
}
.step-two--comment:first-of-type {
  padding-top: 0;
}
.step-two--comment:last-of-type {
  padding-bottom: 0;
}

/*@import "https://zschristiesinc.convertlanguage.com/selling-services/auction-services/auction-estimates/overview/vendor/_bootstrap-custom";*/
/* mixin for multiline */
.exit-modal--body-copy {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 300;
  font-style: normal;
}

/*@import "https://zschristiesinc.convertlanguage.com/selling-services/auction-services/auction-estimates/overview/vendor/_bootstrap-custom";*/
/* mixin for multiline */
strong {
  font-weight: 500;
}

#parentdiv {
  width: 100%;
  min-height: 165px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #parentdiv {
    min-height: 360px;
  }
}

.spitfire-leftcolumn {
  display: inline;
  float: left;
  padding-right: 10px;
  width: 260px;
}
@media (max-width: 1024px) {
  .spitfire-leftcolumn {
    float: none;
    padding-right: 20px;
    width: 212px;
  }
}

.spitfire-rightcolumn {
  display: inline;
  float: right;
  padding-right: 10px;
  width: 260px;
}
@media (max-width: 1024px) {
  .spitfire-rightcolumn {
    float: none;
    padding-right: 20px;
    width: 212px;
  }
}

.oo_start_button {
  top: 50% !important;
  left: 50% !important;
  margin-left: -30px;
  margin-top: -30px;
}

.padding--b_20 {
  padding-bottom: 20px;
}

.oo-start-screen-linear-gradient {
  background: none !important;
}

.oo-player-container .oo-on {
  background-color: #fff !important;
}

.oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-played-indicator {
  background-color: #fff !important;
}

.oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-duration {
  text-decoration: none;
}

.next--button {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .save--button {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}

.cancel--modal-cta {
  margin-top: 8px;
}
.cancel--btn {
  height: auto;
  position: relative;
  padding-left: 20px;
}
.cancel--btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 1C10.37 1 12.13 1.73 13.45 3.05C16.18 5.78 16.18 10.22 13.45 12.95C12.13 14.27 10.37 15 8.5 15C6.63 15 4.87 14.27 3.55 12.95C2.23 11.63 1.5 9.87 1.5 8C1.5 6.13 2.23 4.37 3.55 3.05C4.87 1.73 6.63 1 8.5 1ZM8.50502 14C10.1032 13.9987 11.6112 13.3788 12.74 12.24C15.09 9.9 15.09 6.1 12.75 3.76C11.62 2.63 10.11 2 8.51 2C6.91 2 5.4 2.62 4.27 3.76C3.14 4.89 2.51 6.4 2.51 8C2.51 9.6 3.13 11.11 4.27 12.24C5.39883 13.3688 6.90687 13.9987 8.50502 14ZM5.99994 5.00001C6.12994 5.00001 6.25994 5.05001 6.34994 5.15001L8.49494 7.29501L10.6399 5.15001C10.7399 5.05001 10.8699 5.00001 10.9899 5.00001H10.9999C11.1299 5.00001 11.2599 5.05001 11.3499 5.15001C11.5499 5.35001 11.5499 5.66001 11.3499 5.86001L9.20494 8.00501L11.3499 10.15C11.5499 10.35 11.5499 10.66 11.3499 10.86C11.1499 11.06 10.8399 11.06 10.6399 10.86L8.49494 8.71501L6.34994 10.86C6.14994 11.06 5.83994 11.06 5.63994 10.86C5.43994 10.66 5.43994 10.35 5.63994 10.15L7.78494 8.00501L5.63994 5.86001C5.43994 5.66001 5.43994 5.35001 5.63994 5.15001C5.73994 5.05001 5.86994 5.00001 5.98994 5.00001H5.99994Z" fill="black"/></svg>');
  background-repeat: repeat;
}
.cancel--btn:hover {
  color: rgb(102, 102, 102);
}
.cancel--btn-container {
  padding-top: 24px;
  text-align: center;
}

.document--title_optional {
  color: rgb(194, 194, 194);
  font-weight: 300;
  text-transform: capitalize;
}
.edit-mode .document--placeholders {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .edit-mode .document--placeholders {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.document--placeholders[data-relation=documentUploaderTwo], .document--placeholders[data-relation=editDocumentUploaderTwo] {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .document--placeholders[data-relation=documentUploaderTwo], .document--placeholders[data-relation=editDocumentUploaderTwo] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.document--placeholders[data-relation=documentUploaderThree], .document--placeholders[data-relation=editDocumentUploaderThree] {
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .document--placeholders[data-relation=documentUploaderThree], .document--placeholders[data-relation=editDocumentUploaderThree] {
    margin-top: 0;
  }
}
.document--container.has-uploaded {
  border-color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .edit-mode .document--container {
    margin: 0;
  }
}
.document--overlay {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
@media (min-width: 768px) {
  .document--overlay {
    padding: 28px;
  }
}
.document--overlay::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 4C5 2.62386 6.12386 1.5 7.5 1.5C8.87614 1.5 10 2.62386 10 4V12C10 12.4136 9.85994 12.7972 9.57855 13.0786C9.29716 13.3599 8.91362 13.5 8.5 13.5C8.08638 13.5 7.70284 13.3599 7.42145 13.0786C7.14006 12.7972 7 12.4136 7 12V5C7 4.72386 7.22386 4.5 7.5 4.5C7.77614 4.5 8 4.72386 8 5V12C8 12.1864 8.05994 12.3028 8.12855 12.3714C8.19716 12.4401 8.31362 12.5 8.5 12.5C8.68638 12.5 8.80284 12.4401 8.87145 12.3714C8.94006 12.3028 9 12.1864 9 12V4C9 3.17614 8.32386 2.5 7.5 2.5C6.67614 2.5 6 3.17614 6 4V12C6 13.3348 7.08692 14.5 8.5 14.5C9.92386 14.5 11 13.4239 11 12V5C11 4.72386 11.2239 4.5 11.5 4.5C11.7761 4.5 12 4.72386 12 5V12C12 13.9761 10.4761 15.5 8.5 15.5C6.51308 15.5 5 13.8652 5 12V4Z" fill="%23666666"/></svg>');
}
.has-uploaded .document--overlay {
  color: rgb(0, 0, 0);
}
.has-uploaded .document--overlay::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.3508 4.34434C14.5474 4.53832 14.5494 4.8549 14.3555 5.05143L6.75547 12.7514C6.66191 12.8462 6.53442 12.8998 6.40124 12.9002C6.26807 12.9006 6.14022 12.8479 6.04606 12.7537L2.74606 9.45375C2.55079 9.25849 2.55079 8.9419 2.74606 8.74664C2.94132 8.55138 3.2579 8.55138 3.45316 8.74664L6.39729 11.6908L13.6438 4.34896C13.8377 4.15243 14.1543 4.15036 14.3508 4.34434Z" fill="black"/></svg>');
}
.edit-mode .document--limitations {
  padding-left: 16px;
  padding-right: 16px;
}

.registration--sign-in-here {
  cursor: pointer;
}
.registration--header {
  margin: 24px 0 8px;
}
.registration--header-title {
  display: block;
}
.registration--header-text {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.registration--footer {
  color: rgb(153, 153, 153);
}
.registration--lists {
  margin-bottom: 12px;
}
.registration--submit {
  margin-top: 40px;
}
.registration--title-name {
  padding-left: 0;
}
@media (max-width: 768px) {
  .registration--title-name {
    padding-right: 0;
    margin: 12px 0;
  }
}
@media (max-width: 768px) {
  .registration--title-first-name {
    margin: 12px 0;
  }
}
.registration-yesno {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
  margin-bottom: 16px;
}
.registration--password-message {
  margin: 0 0 0 25px;
}
.registration--password-message:first-child {
  margin-top: 5px;
}
.password-error .registration--password-message:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  margin-right: 5px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5leGNsYW1hdGlvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJleGNsYW1hdGlvbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjA1LUljb25zLS8tMjR4MjQtLy1FcnJvci1JY29uIj4KICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC1Db3B5IiBzdHJva2U9IiNENzBDMDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjgzOTkyNywgMTEuODM5OTI3KSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMS44Mzk5MjcsIC0xMS44Mzk5MjcpICIgY3g9IjExLjgzOTkyNzUiIGN5PSIxMS44Mzk5Mjc1IiByPSI4LjM3MjA5MzAyIj48L2NpcmNsZT4KICAgICAgICAgICAgPHBhdGggZD0iTTEyLDcgTDEyLDEzIiBpZD0iUGF0aC01IiBzdHJva2U9IiNENzBDMDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iI0Q3MEMwMCIgY3g9IjEyIiBjeT0iMTYiIHI9IjEiPjwvY2lyY2xlPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
}
.registration .registration--fields-container {
  margin-top: 0px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .registration .registration--fields-container {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.registration .registration--fields-container.margin-bottom_0 {
  margin-bottom: 0;
}
.registration--marketing {
  margin-top: 24px;
}
.registration--label {
  position: relative;
  margin-top: 10px;
}
.registration--label .disabled span {
  color: rgb(153, 153, 153);
  touch-action: none;
  cursor: default;
}
.registration--label .display-text {
  margin-top: -5px;
}
.registration--filter-option label {
  font-weight: 400;
  position: relative;
  line-height: 20px;
  display: block;
  z-index: -1;
}
.registration--filter-option input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  padding: 0;
  background: #fff;
  border: 1px solid rgb(102, 102, 102);
  position: relative;
  float: left;
  margin-right: 10px;
  display: block;
  border-radius: 2px;
}
.registration--filter-option input[type=checkbox]:hover {
  background: transparent;
}
.registration--filter-option input[type=checkbox]:checked::-ms-check {
  background-color: rgb(0, 0, 0);
  color: #fff;
}
.registration--filter-option input[type=checkbox]:checked::before {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: -1px;
  -webkit-transition: border-color 0.2s, opacity 0.2s;
  -moz-transition: border-color 0.2s, opacity 0.2s;
  transition: border-color 0.2s, opacity 0.2s;
  content: "";
  background: rgb(0, 0, 0) url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.7 22.3' style='enable-background:new 0 0 31.7 22.3;' xml:space='preserve'><path d='M31.1,0.5c-0.7-0.7-1.8-0.7-2.5,0L11.1,18L3,9.9c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l9.4,9.4c0.3,0.3,0.8,0.5,1.2,0.5s0.9-0.2,1.2-0.5L31.1,3C31.8,2.3,31.8,1.2,31.1,0.5L31.1,0.5z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  height: 25px;
  width: 24px;
  display: block;
  border: 0px;
  border-radius: 2px;
}
.registration--filter-option input[type=checkbox]:checked::after {
  content: none;
}

/* INPUT - checkbox/radio *******/
.input-radio {
  height: 24px;
  width: 24px;
  margin-right: 16px;
  position: relative;
}
.input-radio .radio-border {
  border: 1px solid #D70C00 !important;
}
.input-radio .checked {
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  left: 0;
  top: 0;
  height: 24px;
  position: absolute;
  width: 24px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

input[type=radio]:checked + .checked {
  border-width: 6px;
}

/*.input-checkbox:hover input[type="checkbox"]:not([disabled]) + .checked:after,*/
.input-radio:hover input[type=checkbox]:not([disabled]) + .checked:after,
.input-radio:hover input[type=radio]:not([disabled]) + .checked:after {
  background-color: rgb(0, 0, 0);
  border-color: #fff;
  opacity: 0.5;
}

/*.input-radio > span:first-child[disabled] + .checked {
    background-color: #ccc;
}*/
input[type=radio] {
  float: left;
  height: 24px;
  width: 24px;
  margin: 0;
  opacity: 0;
  padding: 0;
  top: -4px;
  display: block;
}

.isChecked + .checked:after,
input[type=radio]:checked + .checked:after {
  border-width: 6px;
}

.confirmation--logo {
  margin: 16px auto 32px;
  width: 212px;
  height: 25px;
}
.confirmation--image {
  display: block;
  margin: 0 auto;
  height: 56px;
  z-index: 1000;
  width: 56px;
  cursor: pointer;
  background-size: 56px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 29.3333L22.2727 38L42 18" stroke="%230A7F7F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="28" cy="28" r="25.5" stroke="%230A7F7F"/></svg>');
}
.confirmation--heading {
  margin-bottom: 24px;
}
.confirmation--check {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
}
.confirmation--msg-container {
  background-color: #EFEFEF;
  padding: 16px;
  position: relative;
  margin-bottom: 32px;
}
.confirmation--msg {
  padding-left: 24px;
}
.confirmation--list {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 24px;
  margin-top: 20px;
}
.confirmation--list-disc {
  list-style-type: disc;
}
.confirmation--conditions {
  padding-top: 35px;
}
.confirmation--label {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(153, 153, 153);
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 12px;
}
.confirmation--number {
  color: rgb(10, 127, 127);
  font-family: "ABCArizonaSans", Arial;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  font-size: 18px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .confirmation--number {
    font-size: 24px;
  }
}
.confirmation--number-container {
  text-align: center;
}
.confirmation--img {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .confirmation--img {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
.confirmation--header {
  margin-top: 16px;
  margin-bottom: 16px;
}
.confirmation--caution {
  font-family: "ABCArizonaSerif", Georgia, Times New Roman;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.confirmation--caution-spacer {
  padding-top: 30px;
}

.edit--icon {
  height: 12px;
  width: 12px;
  position: relative;
  top: 3px;
  fill: rgb(153, 153, 153);
}
.edit--icon-group {
  position: relative;
  top: 7px;
}
.edit--icon-group:hover {
  cursor: pointer;
}
.edit--icon-group:hover .edit--icon {
  fill: rgb(0, 0, 0);
}
.edit--icon-group:hover .edit--label {
  color: rgb(0, 0, 0);
}
.review--fade-out .edit--icon-group {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  cursor: default;
  outline: none;
  pointer-events: none;
}
.review--fade-out .edit--icon-group:hover, .review--fade-out .edit--icon-group:focus {
  cursor: default;
}
.edit--label {
  padding-right: 6px;
}
.edit--modal-dialog {
  background: #fff;
  top: 0;
  transform: translate(-50%, 0);
}
.modal.in .edit--modal-dialog {
  background: #fff;
  top: 0;
  transform: translate(-50%, 0);
}
.edit--modal-header {
  justify-content: center;
}
.edit--modal-header-text {
  margin-bottom: 33px;
}
.edit--modal-body {
  margin: auto;
  padding: 0;
  text-align: left;
}
.edit--modal-footer {
  padding-left: 0;
  padding-right: 0;
}

.review {
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.review input,
.review textarea,
.review select,
.review label,
.review .form-control--select::before {
  border: none;
  resize: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  cursor: default;
  outline: none;
  pointer-events: none;
  font-weight: 400;
  padding-left: 0;
}
.review input:hover, .review input:focus,
.review textarea:hover,
.review textarea:focus,
.review select:hover,
.review select:focus,
.review label:hover,
.review label:focus,
.review .form-control--select::before:hover,
.review .form-control--select::before:focus {
  cursor: default;
}
.review--header {
  margin-bottom: 24px;
}
.review input[type=text],
.review select {
  height: 24px;
}
.review input[type=text] {
  line-height: 24px;
}
.review select {
  padding-top: 0;
  padding-bottom: 0;
}
.review .form-control--select {
  border: none;
}
.review .form-control--select::before {
  background: none;
}
.review--fade-out {
  opacity: 0.5;
}
.review--notice-msg {
  padding: 20px 0;
}
.review ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.review :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.review ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.review :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.login--header {
  margin: 0px 0 4px;
}
.login--header-title {
  display: block;
  margin-bottom: 28px;
}
.login--header-text {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.login--email {
  padding: 16px 0 12px;
}
.login--password {
  padding-right: 48px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
}
.login--password-label {
  width: calc(100% - 44px);
}
.login--password-container {
  margin-bottom: 0;
}
.login--password-error {
  padding-bottom: 14px;
  padding-top: 8px;
  text-align: left;
}
.login--forgot-password {
  display: block;
  margin: 24px 0;
  text-align: right;
}
.login--reveal {
  height: 44px;
  width: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 7C9.22386 7 7 9.22386 7 12C7 14.7761 9.22386 17 12 17C14.7761 17 17 14.7761 17 12C17 9.22386 14.7761 7 12 7ZM8 12C8 9.77614 9.77614 8 12 8C14.2239 8 16 9.77614 16 12C16 14.2239 14.2239 16 12 16C9.77614 16 8 14.2239 8 12Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.9575 11.7982C22.9576 11.7984 22.9577 11.7986 22.5 12C22.9577 12.2014 22.9576 12.2016 22.9575 12.2018L22.9564 12.2042L22.9539 12.2098L22.9453 12.2289C22.9379 12.2451 22.9272 12.2682 22.9132 12.2978C22.8853 12.357 22.8441 12.442 22.7894 12.5493C22.6802 12.7636 22.5171 13.067 22.2986 13.4298C21.8622 14.1545 21.2017 15.1213 20.3042 16.0899C18.5111 18.0249 15.7377 20 11.9 20C8.01175 20 5.2864 18.0245 3.55212 16.0831C2.68506 15.1125 2.05876 14.1437 1.64895 13.4176C1.44376 13.0541 1.29205 12.75 1.19093 12.5351C1.14035 12.4276 1.10238 12.3423 1.07665 12.2829C1.06378 12.2531 1.05397 12.2299 1.04717 12.2135L1.03922 12.1943L1.03694 12.1886L1.03621 12.1868C1.03611 12.1866 1.03576 12.1857 1.49997 12L1.03576 12.1857C0.988079 12.0665 0.988079 11.9335 1.03576 11.8143L1.49997 12C1.03576 11.8143 1.03566 11.8146 1.03576 11.8143L1.03621 11.8132L1.03694 11.8114L1.03922 11.8057L1.04717 11.7865C1.05397 11.7701 1.06378 11.7469 1.07665 11.7171C1.10238 11.6577 1.14035 11.5724 1.19093 11.4649C1.29205 11.25 1.44376 10.9459 1.64895 10.5824C2.05876 9.8563 2.68506 8.88748 3.55212 7.91689C5.2864 5.97554 8.01175 4 11.9 4C15.7377 4 18.5111 5.97506 20.3042 7.91015C21.2017 8.87868 21.8622 9.84553 22.2986 10.5702C22.5171 10.933 22.6802 11.2364 22.7894 11.4507C22.8441 11.558 22.8853 11.643 22.9132 11.7022C22.9272 11.7318 22.9379 11.7549 22.9453 11.7711L22.9539 11.7902L22.9564 11.7958L22.9575 11.7982ZM2.09579 12.1094C2.07685 12.0691 2.05998 12.0326 2.04517 12C2.05998 11.9674 2.07685 11.9309 2.09579 11.8906C2.18764 11.6954 2.32812 11.4135 2.5198 11.0739C2.90374 10.3937 3.48994 9.48752 4.29788 8.58311C5.9136 6.77446 8.38825 5 11.9 5C15.3623 5 17.8889 6.77494 19.5708 8.58985C20.4107 9.49632 21.0315 10.4045 21.442 11.0861C21.6469 11.4264 21.7987 11.7089 21.8984 11.9047C21.916 11.9392 21.932 11.9711 21.9463 12C21.932 12.0289 21.916 12.0608 21.8984 12.0953C21.7987 12.2911 21.6469 12.5736 21.442 12.9139C21.0315 13.5955 20.4107 14.5037 19.5708 15.4101C17.8889 17.2251 15.3623 19 11.9 19C8.38825 19 5.9136 17.2255 4.29788 15.4169C3.48994 14.5125 2.90374 13.6063 2.5198 12.9261C2.32812 12.5865 2.18764 12.3046 2.09579 12.1094Z" fill="black"/><path d="M22.5 12L22.9575 11.7982C23.0139 11.9265 23.0139 12.0735 22.9575 12.2018L22.5 12Z" fill="black"/></svg>');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.login--reveal_active {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.8536 1.85355C23.0488 1.65829 23.0488 1.34171 22.8536 1.14645C22.6583 0.951184 22.3417 0.951184 22.1464 1.14645L17.6266 5.66629C16.081 4.69591 14.178 4 11.9 4C8.01175 4 5.2864 5.97554 3.55212 7.91689C2.68506 8.88748 2.05876 9.8563 1.64895 10.5824C1.44376 10.9459 1.29205 11.25 1.19093 11.4649C1.14035 11.5724 1.10238 11.6577 1.07665 11.7171C1.06378 11.7469 1.05397 11.7701 1.04717 11.7865L1.03922 11.8057L1.03694 11.8114L1.03621 11.8132C1.03611 11.8134 1.03576 11.8143 1.49994 12L1.03576 11.8143C0.988079 11.9335 0.988079 12.0665 1.03576 12.1857L1.49994 12C1.03576 12.1856 1.03566 12.1854 1.03576 12.1857L1.03621 12.1868L1.03694 12.1886L1.03922 12.1943L1.04717 12.2135C1.05397 12.2299 1.06378 12.2531 1.07665 12.2829C1.10238 12.3423 1.14035 12.4276 1.19093 12.5351C1.29205 12.75 1.44376 13.0541 1.64895 13.4176C2.05876 14.1437 2.68506 15.1125 3.55212 16.0831C4.08954 16.6847 4.72212 17.2896 5.45498 17.8379L1.14645 22.1464C0.951184 22.3417 0.951184 22.6583 1.14645 22.8536C1.34171 23.0488 1.65829 23.0488 1.85355 22.8536L6.29561 18.4115C7.79822 19.3416 9.65533 20 11.9 20C15.7377 20 18.5111 18.0249 20.3042 16.0899C21.2017 15.1213 21.8622 14.1545 22.2986 13.4298C22.5171 13.067 22.6802 12.7636 22.7894 12.5493C22.8441 12.442 22.8853 12.357 22.9132 12.2978C22.9272 12.2682 22.9379 12.2451 22.9453 12.2289L22.9539 12.2098L22.9564 12.2042L22.9572 12.2024C22.9573 12.2022 22.9577 12.2014 22.5 12L22.9577 12.2014C23.0141 12.0731 23.0141 11.9269 22.9577 11.7986L22.5 12C22.9577 11.7986 22.9578 11.7989 22.9577 11.7986L22.9572 11.7976L22.9564 11.7958L22.9539 11.7902L22.9453 11.7711C22.9379 11.7549 22.9272 11.7318 22.9132 11.7022C22.8853 11.643 22.8441 11.558 22.7894 11.4507C22.6802 11.2364 22.5171 10.933 22.2986 10.5702C21.8622 9.84553 21.2017 8.87868 20.3042 7.91015C19.7765 7.34069 19.164 6.76778 18.4644 6.24275L22.8536 1.85355ZM16.8996 6.39328C15.5223 5.56955 13.8613 5 11.9 5C8.38825 5 5.9136 6.77446 4.29788 8.58311C3.48994 9.48752 2.90374 10.3937 2.5198 11.0739C2.32812 11.4135 2.18764 11.6954 2.09579 11.8906C2.07685 11.9309 2.05998 11.9674 2.04517 12C2.05998 12.0326 2.07685 12.0691 2.09579 12.1094C2.18764 12.3046 2.32812 12.5865 2.5198 12.9261C2.90374 13.6063 3.48994 14.5125 4.29788 15.4169C4.82748 16.0097 5.44936 16.5989 6.1698 17.1231L8.12317 15.1697C7.42015 14.309 7 13.2067 7 12C7 9.22386 9.22386 7 12 7C13.2067 7 14.309 7.42015 15.1697 8.12317L16.8996 6.39328ZM15.8768 8.83028L17.7497 6.95738C18.4406 7.46266 19.0467 8.02431 19.5708 8.58985C20.4107 9.49632 21.0315 10.4045 21.442 11.0861C21.6469 11.4264 21.7987 11.7089 21.8984 11.9047C21.916 11.9392 21.932 11.9711 21.9463 12C21.932 12.0289 21.916 12.0608 21.8984 12.0953C21.7987 12.2911 21.6469 12.5736 21.442 12.9139C21.0315 13.5955 20.4107 14.5037 19.5708 15.4101C17.8889 17.2251 15.3623 19 11.9 19C9.97181 19 8.35628 18.465 7.02391 17.6832L8.83028 15.8768C9.691 16.5799 10.7933 17 12 17C14.7761 17 17 14.7761 17 12C17 10.7933 16.5799 9.691 15.8768 8.83028ZM14.4581 8.83481C13.7818 8.31066 12.9301 8 12 8C9.77614 8 8 9.77614 8 12C8 12.9301 8.31066 13.7818 8.83481 14.4581L14.4581 8.83481ZM9.54192 15.1652L15.1652 9.54192C15.6893 10.2182 16 11.0699 16 12C16 14.2239 14.2239 16 12 16C11.0699 16 10.2182 15.6893 9.54192 15.1652Z" fill="black"/></svg>');
}
.login--fields-container {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .login--fields-container {
    margin-top: 16px;
  }
}
.login--fields-container .btn + .btn {
  margin-top: 8px;
}
.login--cta-container {
  margin-top: 40px;
}
.login--cta-container .login--btn {
  margin-bottom: 8px;
}

.captcha {
  margin: 16px 0;
}
.captcha--title {
  margin-top: 0;
  margin-bottom: 4px;
}
.captcha--copy {
  margin-bottom: 24px;
}
.captcha--image {
  margin-bottom: 24px;
}
.captcha--input {
  width: 100%;
  max-width: 284px;
}

.thank-you--image {
  display: block;
  margin: 0 auto;
  height: 200px;
  z-index: 1000;
  width: 200px;
  cursor: pointer;
  background-size: 200px;
  background-repeat: no-repeat;
}
.thank-you--header {
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .thank-you--header {
    margin-bottom: 20px;
  }
}
.thank-you--cta {
  margin-bottom: 8px;
}
.thank-you--cta_home {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .thank-you--text {
    margin-bottom: 42px;
  }
}

.list-view {
  position: relative;
  pointer-events: auto;
  width: 100%;
}
.list-view--container {
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 24px;
}
.list-view--add-container {
  margin-top: 24px;
}
.list-view--image {
  border: 1px solid rgb(194, 194, 194);
  border-radius: 8px;
}
.list-view--image img {
  padding: 5px;
}
.list-view--text {
  padding-left: 0;
}
.list-view--label {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 400;
  font-style: normal;
  color: rgb(153, 153, 153);
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.list-view--item {
  font-family: "ABCArizonaSans", Arial;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  color: rgb(0, 0, 0);
  position: relative;
  padding: 16px 0 16px 0;
}
.list-view--item:last-of-type {
  padding-bottom: 0;
}
.list-view--btn {
  height: auto;
  position: relative;
  padding-left: 24px;
}
.list-view--btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 1C10.37 1 12.13 1.73 13.45 3.05C16.18 5.78 16.18 10.22 13.45 12.95C12.13 14.27 10.37 15 8.5 15C6.63 15 4.87 14.27 3.55 12.95C2.23 11.63 1.5 9.87 1.5 8C1.5 6.13 2.23 4.37 3.55 3.05C4.87 1.73 6.63 1 8.5 1ZM8.50502 14C10.1032 13.9987 11.6112 13.3788 12.74 12.24C15.09 9.9 15.09 6.1 12.75 3.76C11.62 2.63 10.11 2 8.51 2C6.91 2 5.4 2.62 4.27 3.76C3.14 4.89 2.51 6.4 2.51 8C2.51 9.6 3.13 11.11 4.27 12.24C5.39883 13.3688 6.90687 13.9987 8.50502 14ZM5.99994 5.00001C6.12994 5.00001 6.25994 5.05001 6.34994 5.15001L8.49494 7.29501L10.6399 5.15001C10.7399 5.05001 10.8699 5.00001 10.9899 5.00001H10.9999C11.1299 5.00001 11.2599 5.05001 11.3499 5.15001C11.5499 5.35001 11.5499 5.66001 11.3499 5.86001L9.20494 8.00501L11.3499 10.15C11.5499 10.35 11.5499 10.66 11.3499 10.86C11.1499 11.06 10.8399 11.06 10.6399 10.86L8.49494 8.71501L6.34994 10.86C6.14994 11.06 5.83994 11.06 5.63994 10.86C5.43994 10.66 5.43994 10.35 5.63994 10.15L7.78494 8.00501L5.63994 5.86001C5.43994 5.66001 5.43994 5.35001 5.63994 5.15001C5.73994 5.05001 5.86994 5.00001 5.98994 5.00001H5.99994Z" fill="black"/></svg>');
  background-repeat: repeat;
}
.list-view--btn:hover {
  color: rgb(102, 102, 102);
}
.list-view--btn:hover::before {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 1C10.37 1 12.13 1.73 13.45 3.05C16.18 5.78 16.18 10.22 13.45 12.95C12.13 14.27 10.37 15 8.5 15C6.63 15 4.87 14.27 3.55 12.95C2.23 11.63 1.5 9.87 1.5 8C1.5 6.13 2.23 4.37 3.55 3.05C4.87 1.73 6.63 1 8.5 1ZM8.50502 14C10.1032 13.9987 11.6112 13.3788 12.74 12.24C15.09 9.9 15.09 6.1 12.75 3.76C11.62 2.63 10.11 2 8.51 2C6.91 2 5.4 2.62 4.27 3.76C3.14 4.89 2.51 6.4 2.51 8C2.51 9.6 3.13 11.11 4.27 12.24C5.39883 13.3688 6.90687 13.9987 8.50502 14ZM5.99994 5.00001C6.12994 5.00001 6.25994 5.05001 6.34994 5.15001L8.49494 7.29501L10.6399 5.15001C10.7399 5.05001 10.8699 5.00001 10.9899 5.00001H10.9999C11.1299 5.00001 11.2599 5.05001 11.3499 5.15001C11.5499 5.35001 11.5499 5.66001 11.3499 5.86001L9.20494 8.00501L11.3499 10.15C11.5499 10.35 11.5499 10.66 11.3499 10.86C11.1499 11.06 10.8399 11.06 10.6399 10.86L8.49494 8.71501L6.34994 10.86C6.14994 11.06 5.83994 11.06 5.63994 10.86C5.43994 10.66 5.43994 10.35 5.63994 10.15L7.78494 8.00501L5.63994 5.86001C5.43994 5.66001 5.43994 5.35001 5.63994 5.15001C5.73994 5.05001 5.86994 5.00001 5.98994 5.00001H5.99994Z" fill="%23666666"/></svg>');
}
.list-view--btn_edit::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.8796 4.43003L11.5996 2.15003C11.5042 2.05432 11.3747 2.00037 11.2396 2.00003C11.174 1.99924 11.109 2.01217 11.0487 2.038C10.9884 2.06384 10.9342 2.102 10.8896 2.15003L2.88959 10.15C2.82712 10.2181 2.78246 10.3005 2.75959 10.39L1.99959 13.4C1.97975 13.4853 1.98221 13.5743 2.00673 13.6584C2.03125 13.7424 2.077 13.8188 2.13959 13.88C2.23916 13.9658 2.36848 14.0089 2.49959 14H2.61959L5.66959 13.23C5.75671 13.2086 5.83627 13.1636 5.89959 13.1L11.5996 7.40003L13.8796 5.12003C13.9682 5.02705 14.0177 4.90351 14.0177 4.77503C14.0177 4.64656 13.9682 4.52302 13.8796 4.43003ZM5.87959 11.67L4.34959 10.1L8.99959 5.48003L10.5396 7.05003L5.87959 11.67ZM3.68959 10.85L5.17959 12.34L3.17959 12.83L3.68959 10.85ZM11.2496 6.35003L9.67959 4.77003L11.2396 3.21003L12.8196 4.78003L11.2496 6.35003Z" fill="black"/></svg>');
}
.list-view--btn_edit:hover {
  color: rgb(102, 102, 102);
}
.list-view--btn_edit:hover::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.8796 4.43003L11.5996 2.15003C11.5042 2.05432 11.3747 2.00037 11.2396 2.00003C11.174 1.99924 11.109 2.01217 11.0487 2.038C10.9884 2.06384 10.9342 2.102 10.8896 2.15003L2.88959 10.15C2.82712 10.2181 2.78246 10.3005 2.75959 10.39L1.99959 13.4C1.97975 13.4853 1.98221 13.5743 2.00673 13.6584C2.03125 13.7424 2.077 13.8188 2.13959 13.88C2.23916 13.9658 2.36848 14.0089 2.49959 14H2.61959L5.66959 13.23C5.75671 13.2086 5.83627 13.1636 5.89959 13.1L11.5996 7.40003L13.8796 5.12003C13.9682 5.02705 14.0177 4.90351 14.0177 4.77503C14.0177 4.64656 13.9682 4.52302 13.8796 4.43003ZM5.87959 11.67L4.34959 10.1L8.99959 5.48003L10.5396 7.05003L5.87959 11.67ZM3.68959 10.85L5.17959 12.34L3.17959 12.83L3.68959 10.85ZM11.2496 6.35003L9.67959 4.77003L11.2396 3.21003L12.8196 4.78003L11.2496 6.35003Z" fill="%23666666"/></svg>');
}
.list-view--btn_delete:hover {
  color: rgb(102, 102, 102);
}
.list-view--btn_delete:hover::before {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 1C10.37 1 12.13 1.73 13.45 3.05C16.18 5.78 16.18 10.22 13.45 12.95C12.13 14.27 10.37 15 8.5 15C6.63 15 4.87 14.27 3.55 12.95C2.23 11.63 1.5 9.87 1.5 8C1.5 6.13 2.23 4.37 3.55 3.05C4.87 1.73 6.63 1 8.5 1ZM8.50502 14C10.1032 13.9987 11.6112 13.3788 12.74 12.24C15.09 9.9 15.09 6.1 12.75 3.76C11.62 2.63 10.11 2 8.51 2C6.91 2 5.4 2.62 4.27 3.76C3.14 4.89 2.51 6.4 2.51 8C2.51 9.6 3.13 11.11 4.27 12.24C5.39883 13.3688 6.90687 13.9987 8.50502 14ZM5.99994 5.00001C6.12994 5.00001 6.25994 5.05001 6.34994 5.15001L8.49494 7.29501L10.6399 5.15001C10.7399 5.05001 10.8699 5.00001 10.9899 5.00001H10.9999C11.1299 5.00001 11.2599 5.05001 11.3499 5.15001C11.5499 5.35001 11.5499 5.66001 11.3499 5.86001L9.20494 8.00501L11.3499 10.15C11.5499 10.35 11.5499 10.66 11.3499 10.86C11.1499 11.06 10.8399 11.06 10.6399 10.86L8.49494 8.71501L6.34994 10.86C6.14994 11.06 5.83994 11.06 5.63994 10.86C5.43994 10.66 5.43994 10.35 5.63994 10.15L7.78494 8.00501L5.63994 5.86001C5.43994 5.66001 5.43994 5.35001 5.63994 5.15001C5.73994 5.05001 5.86994 5.00001 5.98994 5.00001H5.99994Z" fill="black"/></svg>');
}
.list-view--btn_delete:hover::before {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 1C10.37 1 12.13 1.73 13.45 3.05C16.18 5.78 16.18 10.22 13.45 12.95C12.13 14.27 10.37 15 8.5 15C6.63 15 4.87 14.27 3.55 12.95C2.23 11.63 1.5 9.87 1.5 8C1.5 6.13 2.23 4.37 3.55 3.05C4.87 1.73 6.63 1 8.5 1ZM8.50502 14C10.1032 13.9987 11.6112 13.3788 12.74 12.24C15.09 9.9 15.09 6.1 12.75 3.76C11.62 2.63 10.11 2 8.51 2C6.91 2 5.4 2.62 4.27 3.76C3.14 4.89 2.51 6.4 2.51 8C2.51 9.6 3.13 11.11 4.27 12.24C5.39883 13.3688 6.90687 13.9987 8.50502 14ZM5.99994 5.00001C6.12994 5.00001 6.25994 5.05001 6.34994 5.15001L8.49494 7.29501L10.6399 5.15001C10.7399 5.05001 10.8699 5.00001 10.9899 5.00001H10.9999C11.1299 5.00001 11.2599 5.05001 11.3499 5.15001C11.5499 5.35001 11.5499 5.66001 11.3499 5.86001L9.20494 8.00501L11.3499 10.15C11.5499 10.35 11.5499 10.66 11.3499 10.86C11.1499 11.06 10.8399 11.06 10.6399 10.86L8.49494 8.71501L6.34994 10.86C6.14994 11.06 5.83994 11.06 5.63994 10.86C5.43994 10.66 5.43994 10.35 5.63994 10.15L7.78494 8.00501L5.63994 5.86001C5.43994 5.66001 5.43994 5.35001 5.63994 5.15001C5.73994 5.05001 5.86994 5.00001 5.98994 5.00001H5.99994Z" fill="%23666666"/></svg>');
}
.list-view--options {
  text-align: center;
  border-top: 1px solid rgb(235, 235, 235);
  padding: 24px 0;
}

.delete--icon {
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.telephone--dropdown-container {
  padding: 0 24px 0 0;
}
.telephone--country-code-container {
  padding: 16px 8px 12px 0;
  color: rgb(102, 102, 102);
}
.telephone--field {
  border-bottom: 0;
  width: calc(100% - 53px);
}
.telephone--field.active {
  padding-left: 53px;
}
.telephone--field-container {
  border-bottom: 1px solid rgb(194, 194, 194);
  display: flex;
  align-items: end;
  padding: 0;
}

@media (min-width: 1024px) {
  .blow-out {
    margin-left: -50000px;
    margin-right: -50000px;
    padding-left: 50000px;
    padding-right: 50000px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.pointer-drop {
  pointer-events: none;
}

.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*# sourceMappingURL=ae-bundle.min.css.map */