<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! development RC6 10/14/2020 */
@charset "UTF-8";
body.fonts-loaded {
  font-family: 'Atlas Grotesk Web', 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: #000; }

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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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: #000 !important;
    -webkit-box-shadow: none !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 &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .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;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Atlas Grotesk Web", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #808080;
    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.42857;
  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: .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: #000; }

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 &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

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;
    -o-text-overflow: ellipsis;
       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.42857;
    color: #EFEFEF; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.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: '\A0   \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .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: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row: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: 20px;
  padding-right: 20px; }

.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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777; }

.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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;
  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.42857;
  color: #000; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #000;
    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: #808080;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #808080; }
  .form-control::-webkit-input-placeholder {
    color: #808080; }
  .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: 40px; }
  input[type="date"].input-sm, .input-group-sm &gt; input.form-control[type="date"],
  .input-group-sm &gt; input.input-group-addon[type="date"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm &gt; input.form-control[type="time"],
  .input-group-sm &gt; input.input-group-addon[type="time"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm &gt; input.form-control[type="datetime-local"],
  .input-group-sm &gt; input.input-group-addon[type="datetime-local"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm &gt; input.form-control[type="month"],
  .input-group-sm &gt; input.input-group-addon[type="month"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 40px; }
  input[type="date"].input-lg, .input-group-lg &gt; input.form-control[type="date"],
  .input-group-lg &gt; input.input-group-addon[type="date"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg &gt; input.form-control[type="time"],
  .input-group-lg &gt; input.input-group-addon[type="time"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg &gt; input.form-control[type="datetime-local"],
  .input-group-lg &gt; input.input-group-addon[type="datetime-local"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg &gt; input.form-control[type="month"],
  .input-group-lg &gt; input.input-group-addon[type="month"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="month"],
  .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 &gt; .form-control-static.form-control,
  .input-group-lg &gt; .form-control-static.input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
  .input-group-sm &gt; .form-control-static.input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
  height: 40px;
  line-height: 40px; }

textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select.form-control[multiple],
.input-group-sm &gt; select.input-group-addon[multiple],
.input-group-sm &gt; .input-group-btn &gt; select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 40px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 40px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
  height: 40px;
  line-height: 40px; }

textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select.form-control[multiple],
.input-group-lg &gt; select.input-group-addon[multiple],
.input-group-lg &gt; .input-group-btn &gt; select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 40px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  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.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback, .input-group-lg &gt; .input-group-addon + .form-control-feedback, .input-group-lg &gt; .input-group-btn &gt; .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 &gt; .form-control + .form-control-feedback, .input-group-sm &gt; .input-group-addon + .form-control-feedback, .input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.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: #000; }

.has-success .form-control {
  border-color: #000;
  -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: #000;
  border-color: #000;
  background-color: #fff; }

.has-success .form-control-feedback {
  color: #000; }

.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 &gt; .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: -20px;
  margin-right: -20px; }
  .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: 20px; }

@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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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: #000;
    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: #000;
  background-color: #fff;
  border-color: #000; }
  .btn-default:focus, .btn-default.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
  .btn-default:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
  .btn-default:active, .btn-default.active,
  .open &gt; .btn-default.dropdown-toggle {
    color: #000;
    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 &gt; .btn-default.dropdown-toggle:hover,
    .open &gt; .btn-default.dropdown-toggle:focus,
    .open &gt; .btn-default.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: black; }
  .btn-default:active, .btn-default.active,
  .open &gt; .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: #000; }
  .btn-default .badge {
    color: #fff;
    background-color: #000; }

.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 &gt; .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 &gt; .btn-primary.dropdown-toggle:hover,
    .open &gt; .btn-primary.dropdown-toggle:focus,
    .open &gt; .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #800700;
      border-color: #580500; }
  .btn-primary:active, .btn-primary.active,
  .open &gt; .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 &gt; .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 &gt; .btn-success.dropdown-toggle:hover,
    .open &gt; .btn-success.dropdown-toggle:focus,
    .open &gt; .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open &gt; .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 &gt; .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 &gt; .btn-info.dropdown-toggle:hover,
    .open &gt; .btn-info.dropdown-toggle:focus,
    .open &gt; .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open &gt; .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 &gt; .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 &gt; .btn-warning.dropdown-toggle:hover,
    .open &gt; .btn-warning.dropdown-toggle:focus,
    .open &gt; .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open &gt; .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 &gt; .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 &gt; .btn-danger.dropdown-toggle:hover,
    .open &gt; .btn-danger.dropdown-toggle:focus,
    .open &gt; .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open &gt; .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: #000;
  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: #808080;
    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 &gt; .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs &gt; .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 &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    float: left; }
    .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .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 &gt; .btn,
  .btn-toolbar &gt; .btn-group,
  .btn-toolbar &gt; .input-group {
    margin-left: 5px; }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }
  .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group &gt; .btn-group {
  float: left; }

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .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 &gt; .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical &gt; .btn-group:after {
  clear: both; }

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical &gt; .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 &gt; .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 &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
  .btn-group-justified &gt; .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified &gt; .btn-group .btn {
    width: 100%; }
  .btn-group-justified &gt; .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .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: #000;
  text-align: center;
  background-color: none;
  border: 1px solid none;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm &gt; .input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg &gt; .input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .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 &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .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 &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn {
    position: relative; }
    .input-group-btn &gt; .btn + .btn {
      margin-left: -1px; }
    .input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
      z-index: 2; }
  .input-group-btn:first-child &gt; .btn,
  .input-group-btn:first-child &gt; .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child &gt; .btn,
  .input-group-btn:last-child &gt; .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: #000; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #000; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #000;
    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 &gt; small,
  .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading &gt; small,
  .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading &gt; small,
  .list-group-item.active:focus .list-group-item-heading &gt; .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: #000;
  background-color: #fff; }

a.list-group-item-success,
button.list-group-item-success {
  color: #000; }
  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: #000;
    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: #000;
    border-color: #000; }

.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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          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;
      -webkit-box-shadow: none;
              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 &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container &gt; .navbar-header,
    .container &gt; .navbar-collapse,
    .container-fluid &gt; .navbar-header,
    .container-fluid &gt; .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 &gt; img {
    display: block; }
  @media (min-width: 768px) {
    .navbar &gt; .container .navbar-brand,
    .navbar &gt; .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 &gt; li &gt; 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;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav &gt; li {
        float: left; }
        .navbar-nav &gt; li &gt; 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: 5px;
  margin-bottom: 5px; }
  @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 &gt; .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 &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .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: 5px;
  margin-bottom: 5px; }
  .navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .navbar-btn.btn-xs, .btn-group-xs &gt; .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 &gt; li &gt; a {
    color: #777; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; 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 &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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 &gt; li &gt; a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; 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 &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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 &gt; li {
    position: relative;
    display: block; }
    .nav &gt; li &gt; a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav &gt; li.disabled &gt; a {
      color: #777777; }
      .nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #eeeeee;
    border-color: #000; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav &gt; li &gt; a &gt; img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs &gt; li &gt; a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills &gt; li {
  float: left; }
  .nav-pills &gt; li &gt; a {
    border-radius: 4px; }
  .nav-pills &gt; li + li {
    margin-left: 2px; }
  .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked &gt; li {
  float: none; }
  .nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    float: none; }
    .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
      display: table-cell;
      width: 1%; }
      .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
    .nav-tabs-justified &gt; .active &gt; a:hover,
    .nav-tabs.nav-justified &gt; .active &gt; a:hover,
    .nav-tabs-justified &gt; .active &gt; a:focus,
    .nav-tabs.nav-justified &gt; .active &gt; a:focus {
      border-bottom-color: #fff; } }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .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 &gt; .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title &gt; a,
  .panel-title &gt; small,
  .panel-title &gt; .small,
  .panel-title &gt; small &gt; a,
  .panel-title &gt; .small &gt; 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 &gt; .list-group,
  .panel &gt; .panel-collapse &gt; .list-group {
    margin-bottom: 0; }
    .panel &gt; .list-group .list-group-item,
    .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .panel &gt; .list-group:first-child .list-group-item:first-child,
    .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-right-radius: -1;
      border-top-left-radius: -1; }
    .panel &gt; .list-group:last-child .list-group-item:last-child,
    .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: -1;
      border-bottom-left-radius: -1; }
  .panel &gt; .panel-heading + .panel-collapse &gt; .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 &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0; }
  .panel &gt; .table caption,
  .panel &gt; .table-responsive &gt; .table caption,
  .panel &gt; .panel-collapse &gt; .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0; }

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
    border-bottom: 0; }
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
    border-bottom: 0; }

.panel &gt; .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 &gt; .panel-body,
    .panel-group .panel-heading + .panel-collapse &gt; .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 &gt; .panel-heading {
    color: #808080;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ddd; }
    .panel-default &gt; .panel-heading .badge {
      color: #f5f5f5;
      background-color: #808080; }
  .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #B30900; }
  .panel-primary &gt; .panel-heading {
    color: #fff;
    background-color: #B30900;
    border-color: #B30900; }
    .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #B30900; }
    .panel-primary &gt; .panel-heading .badge {
      color: #B30900;
      background-color: #fff; }
  .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #B30900; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success &gt; .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success &gt; .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info &gt; .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #bce8f1; }
    .panel-info &gt; .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning &gt; .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #faebcc; }
    .panel-warning &gt; .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger &gt; .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger &gt; .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger &gt; .panel-footer + .panel-collapse &gt; .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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.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: 420px;
    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: 300px; } }

@media (min-width: 1024px) {
  .modal-lg {
    width: 780px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Atlas Grotesk Web", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: #000;
  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; } }

/* 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 {
  margin-bottom: 10px; }

.buffer--bottom_2 {
  margin-bottom: 20px; }

.buffer--bottom_3 {
  margin-bottom: 30px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.splash {
  display: none; }

[ng-cloak].splash {
  display: block !important; }

/* Angular helper classes */
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1 {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  color: #000;
  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: "Baskerville10Pro", Georgia, Times New Roman;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000;
  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: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  color: #000;
  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: "Baskerville10Pro", Georgia, Times New Roman;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000;
  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: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  color: #000;
  font-size: 24px;
  line-height: 30px; }
  @media only print, only screen and (min-width: 1280px) {
    .heading-3 {
      font-size: 26px;
      line-height: 32px; } }

.heading-3_secondary {
  font-family: "Baskerville10Pro", Georgia, Times New Roman;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000;
  font-size: 28px;
  line-height: 36px; }
  @media only print, only screen and (min-width: 1280px) {
    .heading-3_secondary {
      font-size: 28px;
      line-height: 36px; } }

.heading-4 {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  color: #000;
  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: "Baskerville10Pro", Georgia, Times New Roman;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000;
  font-size: 24px;
  line-height: 32px; }
  @media only print, only screen and (min-width: 1280px) {
    .heading-4_secondary {
      font-size: 22px;
      line-height: 30px; } }

.heading-5 {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500; }

.heading-5_secondary {
  font-family: "Baskerville10Pro", Georgia, Times New Roman;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000;
  font-size: 20px;
  line-height: 28px; }

.heading-6 {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  color: #000;
  font-size: 18px;
  line-height: 24px; }

.heading-6_secondary {
  font-family: "Baskerville10Pro", Georgia, Times New Roman;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000;
  font-size: 18px;
  line-height: 26px; }

.link {
  color: #000;
  position: relative;
  text-decoration: none;
  /* DEFAULT / BLACK */
  /* UNDERLINED */ }
  .link:link, .link:visited {
    color: #000; }
  .link:not(.disabled).active, .link:not(.disabled):focus, .link:not(.disabled):hover {
    color: #808080;
    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; } }

.cta-link-with-icon {
  text-transform: uppercase; }
  .cta-link-with-icon &gt; .icon {
    vertical-align: top; }
    .cta-link-with-icon &gt; .icon:before {
      vertical-align: text-top; }
  .cta-link-with-icon &gt; .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: #000; }

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: #808080;
    text-decoration: none; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 20px; }

.p, p {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000; }
  @media (min-width: 1280px) {
    .p, p {
      line-height: 22px; } }
  .p--primary {
    font-family: "Atlas Grotesk Web", Helvetica, Arial;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1280px) {
      .p--primary {
        line-height: 22px; } }
    .p--primary_large, .icon-group--label, .icon-group--label_vertical {
      font-family: "Atlas Grotesk Web", Helvetica, Arial;
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      font-display: swap;
      font-size: 16px;
      line-height: 24px; }
    .p--primary_small, .lot-number {
      font-family: "Atlas Grotesk Web", Helvetica, Arial;
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      font-display: swap;
      font-size: 12px;
      line-height: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: #575757; }
    .p--primary_xsmall, .sale-number {
      font-family: "Atlas Grotesk Web", Helvetica, Arial;
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      font-display: swap;
      font-size: 11px;
      line-height: 17px;
      font-weight: 500;
      text-transform: uppercase;
      color: #808080; }
      .chinese .p--primary_xsmall, .chinese .sale-number {
        font-size: 12px; }
  .p--secondary {
    font-family: "Baskerville10Pro", Georgia, Times New Roman;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 14px;
    line-height: 24px; }
    .p--secondary_large {
      font-family: "Baskerville10Pro", Georgia, Times New Roman;
      font-weight: normal;
      font-style: normal;
      font-display: swap;
      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: "Baskerville10Pro", Georgia, Times New Roman;
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  font-size: 30px;
  line-height: 40px;
  color: #000; }

.article,
article {
  font-family: "Lyon", Georgia, Times New Roman;
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.has-error .error-icon {
  display: none; }

.font_white {
  color: #fff; }

.font_black {
  color: #000; }

.font_red1 {
  color: #B30900; }

.font_red2 {
  color: #D70C00; }

.font_grey1 {
  color: #575757; }

.font_grey2 {
  color: #808080; }

.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: #000; }
    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: #000 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: #000;
  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 {
  -webkit-appearance: none;
  font-family: "Atlas Grotesk Web", Helvetica, Arial, sans-serif;
  line-height: 40px;
  padding: 0 10px;
  -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: 500;
  font-style: normal;
  color: #000;
  position: relative; }
  .form-control .input-sm, .form-control .input-group-sm &gt; .form-control,
  .form-control .input-group-sm &gt; .input-group-addon,
  .form-control .input-group-sm &gt; .input-group-btn &gt; .btn {
    height: 40px;
    padding: 0 0;
    font-size: 14px;
    line-height: 40px;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control select.input-sm, .form-control .input-group-sm &gt; select.form-control,
  .form-control .input-group-sm &gt; select.input-group-addon,
  .form-control .input-group-sm &gt; .input-group-btn &gt; select.btn {
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control textarea.input-sm, .form-control .input-group-sm &gt; textarea.form-control,
  .form-control .input-group-sm &gt; textarea.input-group-addon,
  .form-control .input-group-sm &gt; .input-group-btn &gt; textarea.btn,
  .form-control select[multiple].input-sm,
  .form-control .input-group-sm &gt; select.form-control[multiple],
  .form-control .input-group-sm &gt; select.input-group-addon[multiple],
  .form-control .input-group-sm &gt; .input-group-btn &gt; select.btn[multiple] {
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #808080;
    font-style: normal; }
  .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #808080;
    font-style: normal; }
  .form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #808080;
    font-style: normal; }
  .form-control::placeholder {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #808080;
    font-style: normal; }
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #808080;
    font-style: normal; }
  .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #808080;
    font-style: normal; }
  .form-control::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #808080;
    font-style: normal; }
  .form-control.chinese::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 40px; }
  .form-control.chinese::-moz-placeholder {
    font-size: 16px;
    line-height: 40px; }
  .form-control.chinese::-ms-input-placeholder {
    font-size: 16px;
    line-height: 40px; }
  .form-control.chinese::placeholder {
    font-size: 16px;
    line-height: 40px; }
  .form-control.chinese::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 40px; }
  .form-control.chinese:-ms-input-placeholder {
    font-size: 16px;
    line-height: 40px; }
  .form-control.chinese::-ms-input-placeholder {
    font-size: 16px;
    line-height: 40px; }
  .form-control:hover {
    border-color: #808080;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control:active, .form-control:focus {
    border-color: #000;
    font-weight: 500;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control--select {
    border: none; }
    .form-control--select:hover {
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }

.form-group {
  display: inline-block;
  width: 100%; }
  .form-group:first-of-type {
    margin-bottom: 5px; }
  .form-group + .form-group {
    margin: 5px 0; }
  .form-group:last-of-type {
    margin-bottom: 0; }
  .form-group_with-inline-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

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--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; }

.search-bar-input {
  border: 0; }
  .search-bar-input::-webkit-input-placeholder {
    font-style: normal; }
  .search-bar-input::-moz-placeholder {
    font-style: normal; }
  .search-bar-input::-ms-input-placeholder {
    font-style: normal; }
  .search-bar-input::placeholder {
    font-style: normal; }
  .search-bar-input::-webkit-input-placeholder {
    font-style: normal; }
  .search-bar-input:-ms-input-placeholder {
    font-style: normal; }
  .search-bar-input::-ms-input-placeholder {
    font-style: normal; }

.input-group {
  border: 1px solid #CCCCCC; }
  .input-group:hover {
    border-color: #808080;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .input-group:active, .input-group:focus {
    border-color: #000;
    font-weight: 500;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .input-group:active .icon-search::before, .input-group:focus .icon-search::before {
    color: #000; }
  .input-group .icon--search {
    border: 0;
    height: 40px; }
    .input-group .icon--search::before {
      color: #808080;
      position: relative;
      vertical-align: top;
      height: 40px;
      border: 1px solid #CCCCCC;
      line-height: 40px;
      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: #000; }

.has-error .form-control {
  border-color: #B30900;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .has-error .form-control:focus {
    border-color: #800600;
    -webkit-box-shadow: none;
            box-shadow: none; }

.has-error .input-group-addon {
  color: #000;
  border-color: #B30900;
  background-color: #fff; }

.has-error .form-control-feedback {
  color: #000; }

label {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:focus {
    outline: none; }
    select:focus:link, select:focus:visited, select:focus:hover, select:focus:active, select:focus:focus {
      outline: none; }

.form-control--select {
  border: 1px solid #CCCCCC;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  padding-left: 0;
  position: relative; }
  .form-control--select:link, .form-control--select:visited, .form-control--select:hover, .form-control--select:active, .form-control--select:focus {
    outline: none; }
  .form-control--select::before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMS42IDE3LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjYgMTcuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8dGl0bGU+ZG93bi1jaGV2cm9uPC90aXRsZT4KPHBhdGggZD0iTTE1LjgsMTcuOGMtMC41LDAtMS0wLjItMS40LTAuNkwwLjYsMy40Yy0wLjgtMC44LTAuOC0yLDAtMi44czItMC44LDIuOCwwTDE1LjgsMTNMMjguMiwwLjZjMC44LTAuOCwyLTAuOCwyLjgsMAoJYzAuOCwwLjgsMC44LDIsMCwyLjhMMTcuMiwxNy4yQzE2LjgsMTcuNiwxNi4zLDE3LjgsMTUuOCwxNy44eiIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 40px;
    height: 40px;
    border-left: 1px solid #CCCCCC;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    cursor: pointer;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s; }
  .form-control--select:hover, .form-control--select:active, .form-control--select:focus {
    border-color: #808080; }
    .form-control--select:hover::before, .form-control--select:active::before, .form-control--select:focus::before {
      border-color: #808080; }

.select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
  .select:link, .select:visited, .select:hover, .select:active, .select:focus {
    outline: none; }
  .select::-ms-expand {
    display: none;
    border: 0;
    background-color: transparent; }
  .select-icon {
    position: absolute;
    top: 11px;
    right: 10px;
    pointer-events: auto; }

textarea.form-control {
  height: 100px; }
  textarea.form-control::-webkit-input-placeholder {
    line-height: 22px;
    padding-top: 5px; }
  textarea.form-control::-moz-placeholder {
    line-height: 22px;
    padding-top: 5px; }
  textarea.form-control::-ms-input-placeholder {
    line-height: 22px;
    padding-top: 5px; }
  textarea.form-control::placeholder {
    line-height: 22px;
    padding-top: 5px; }
  textarea.form-control::-webkit-input-placeholder {
    padding-top: 5px; }
  textarea.form-control:-ms-input-placeholder {
    padding-top: 5px; }
  textarea.form-control::-ms-input-placeholder {
    padding-top: 5px; }

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 */
  color: transparent; }

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent; }

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent; }

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent; }

.form-control.ng-invalid:not(.ng-pristine), .form-control.has-error {
  border: 1px solid #D70C00; }

.form-control input[type="checkbox"].ng-invalid:not(.ng-pristine)::before, .form-control input[type="checkbox"].has-error::before,
.form-control input[type="radio"].ng-invalid:not(.ng-pristine)::before,
.form-control input[type="radio"].has-error::before {
  border: 1px solid #D70C00; }

.error--message {
  margin-top: 4px;
  color: #D70C00;
  position: absolute;
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  line-height: 20px; }
  .error--message::before {
    content: '';
    display: block;
    float: left;
    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; }

.icon {
  width: 18px;
  height: 18px;
  color: #000;
  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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .icon-theme--dark {
    line-height: 18px;
    height: 18px;
    width: 18px;
    border: 1px solid #808080;
    background: #000;
    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: #000; }
      .icon-theme--dark:hover .icon {
        fill: #000;
        line-height: 40px; }
    .icon-theme--dark.touch:hover {
      border: 1px solid #808080;
      background: #000; }
      .icon-theme--dark.touch:hover .icon {
        fill: #fff;
        line-height: 40px; }
    .icon-theme--dark:disabled, .icon-theme--dark.disabled {
      background: #000;
      border-color: #575757; }
      .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 #808080;
      background: #000;
      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: #000; }
        .icon-theme--dark_square:hover .icon {
          fill: #000;
          line-height: 40px; }
      .icon-theme--dark_square.touch:hover {
        border: 1px solid #808080;
        background: #000; }
        .icon-theme--dark_square.touch:hover .icon {
          fill: #fff;
          line-height: 40px; }
      .icon-theme--dark_square:disabled, .icon-theme--dark_square.disabled {
        background: #000;
        border-color: #575757; }
        .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 #808080;
      background: #000;
      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: #000; }
        .icon-theme--dark_borderless:hover .icon {
          fill: #000;
          line-height: 40px; }
      .icon-theme--dark_borderless.touch:hover {
        border: 1px solid #808080;
        background: #000; }
        .icon-theme--dark_borderless.touch:hover .icon {
          fill: #fff;
          line-height: 40px; }
      .icon-theme--dark_borderless:disabled, .icon-theme--dark_borderless.disabled {
        background: #000;
        border-color: #575757; }
        .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 #808080;
      background: #000;
      border-radius: 50%;
      border: 1px solid #000; }
      .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: #000; }
        .icon-theme--dark_saved:hover .icon {
          fill: #000;
          line-height: 40px; }
      .icon-theme--dark_saved.touch:hover {
        border: 1px solid #808080;
        background: #000; }
        .icon-theme--dark_saved.touch:hover .icon {
          fill: #fff;
          line-height: 40px; }
      .icon-theme--dark_saved:disabled, .icon-theme--dark_saved.disabled {
        background: #000;
        border-color: #575757; }
        .icon-theme--dark_saved:disabled .icon, .icon-theme--dark_saved.disabled .icon {
          fill: #CCCCCC;
          line-height: 40px; }
      .icon-theme--dark_saved:hover {
        background: #000;
        border: 1px solid #000; }
        .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: #000;
      line-height: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .icon-theme--light:not(.touch):active, .icon-theme--light:not(.touch).active, .icon-theme--light:not(.touch).selected {
      background: #808080;
      border-color: #808080; }
      .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: #000;
      border-color: #000; }
      .icon-theme--light:not(.touch):hover .icon {
        fill: #fff;
        line-height: 40px; }
    .icon-theme--light.touch--start {
      background: #000;
      border-color: #000; }
      .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: #000;
        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: #000;
        line-height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -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: #808080;
        border-color: #808080; }
        .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: #000;
        border-color: #000; }
        .icon-theme--light_square:not(.touch):hover .icon {
          fill: #fff;
          line-height: 40px; }
      .icon-theme--light_square.touch--start {
        background: #000;
        border-color: #000; }
        .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: #000;
          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: #000;
        line-height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -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: #808080;
        border-color: #808080; }
        .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: #000;
        border-color: #000; }
        .icon-theme--light_borderless:not(.touch):hover .icon {
          fill: #fff;
          line-height: 40px; }
      .icon-theme--light_borderless.touch--start {
        background: #000;
        border-color: #000; }
        .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: #000;
          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: #000; }
        .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("/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%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
          transform: translate3d(-50%, -50%, 0) scale(0.8);
  opacity: .75;
  background: transparent;
  border: 5px solid #fff;
  border-radius: 50%;
  line-height: 68px;
  height: 68px;
  width: 68px;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  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_portrait, .image--container_landscape, .image--container_square, .image--container_video {
  background-color: transparent;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.image--container_portrait::before {
  content: "";
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 125%; }

.image--container_landscape::before {
  content: "";
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 62.5%; }

.image--container_square::before {
  content: "";
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 100%; }

.image--container_video::before {
  content: "";
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%; }

.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: 30px;
    width: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    border: 4px solid #EFEFEF;
    border-right-color: #B30900;
    border-top-color: #B30900;
    border-radius: 100%;
    -webkit-animation: spin 800ms infinite linear;
            animation: spin 800ms infinite linear;
    z-index: 1200; }
    .cc-loader--inner_large {
      border-width: 6px;
      height: 60px;
      width: 60px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            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: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap; }
  body &gt; .container-fluid {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 1280px) {
      body &gt; .container-fluid {
        max-width: 1280px; } }
    body &gt; .container-fluid:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1280px) {
      body &gt; .container-fluid &gt; .row {
        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 {
  float: none; }

hr {
  clear: both; }
  hr.hr_small {
    clear: both;
    width: 10px;
    border-color: #000;
    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--left, .divider--right, .divider--bottom, .divider--top {
  position: relative; }
  .divider--left::before, .divider--right::before, .divider--bottom::before, .divider--top::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;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.divider--right {
  margin-right: 15px;
  padding-right: 15px; }
  .divider--right::before {
    border-right-width: 1px;
    right: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            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;
  -webkit-box-shadow: none;
          box-shadow: none; }

section {
  margin: 30px 0;
  padding: 0 20px; }
  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 &gt; .section-header--title {
    font-family: "Atlas Grotesk Web", Helvetica, Arial;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    color: #000;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex--child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.flex--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.flex--valign_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex--valign_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex--valign_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex--halign_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex--halign_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex--halign_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex--halign_around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex--halign_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex--halign_evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-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 &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: 0; }

.btn {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  outline: none;
  font-size: 16px;
  padding: 0;
  line-height: 46px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  /*width        : 100%;*/ }
  .btn:link, .btn:visited, .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn:active, .btn.active {
    -webkit-box-shadow: none;
            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:focus {
    outline: none; }
    .btn:focus:link, .btn:focus:visited, .btn:focus:hover, .btn:focus:active, .btn:focus:focus {
      outline: none; }
  .btn.full-width {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0; }
  .btn--primary {
    background-color: #D70C00;
    color: #fff;
    border: 0;
    border: 2px solid #D70C00; }
    .btn--primary:active, .btn--primary:hover, .btn--primary_active {
      background-color: #B30900;
      border: 2px solid #B30900;
      color: #fff; }
    .btn--primary_disabled {
      color: #808080;
      background: #EFEFEF;
      pointer-events: none;
      cursor: auto; }
  .btn--secondary {
    background-color: #fff;
    color: #000;
    border: 2px solid #000; }
    .btn--secondary:active, .btn--secondary:hover, .btn--secondary_active {
      background-color: #000;
      color: #fff; }
    .btn--secondary_disabled {
      background: #fff;
      border-color: #CCCCCC;
      color: #CCCCCC;
      pointer-events: none;
      cursor: auto; }
  .btn--tertiary {
    background-color: #000;
    color: #fff;
    border: 2px solid #000; }
    .btn--tertiary:active, .btn--tertiary:hover, .btn--tertiary_active {
      background-color: #fff;
      color: #000; }
    .btn--tertiary:focus {
      background-color: #fff;
      color: #000; }
    .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;
    box-shadow: none; }
  .btn--link {
    text-decoration: underline;
    font-size: 16px;
    background: #fff;
    border: 0;
    height: 40px;
    outline: none; }
    .btn--link:link, .btn--link:visited, .btn--link:hover, .btn--link:active, .btn--link:focus {
      outline: none; }
    .btn--link:hover, .btn--link:active, .btn--link:focus {
      color: #808080;
      text-decoration: underline; }
  .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; }

/* 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: #575757; }

.svg--fill_grey2 {
  fill: #808080; }

.svg--fill_grey3 {
  fill: #CCCCCC; }

.svg--fill_grey4 {
  fill: #EFEFEF; }

.svg--fill_grey5 {
  fill: #F8F8F8; }

.svg--fill_white {
  fill: #fff; }

.svg--fill_black {
  fill: #000; }

.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 {
  text-align: center;
  width: auto;
  margin: 0;
  background: none;
  padding: 0 !important;
  top: 0 !important; }
  .modal::before {
    display: inline-block;
    vertical-align: middle;
    content: " "; }
    @media (min-width: 1280px) {
      .modal::before {
        display: inline-block;
        vertical-align: middle;
        content: " "; } }
  .modal + .modal--backdrop.fade.in {
    opacity: 0.5;
    top: 0;
    top: 0; }
  .modal-open {
    position: fixed; }
    .modal-open .modal {
      top: 40px; }
      @media (min-width: 1280px) {
        .modal-open .modal {
          top: 0; } }
  .modal.in .modal-dialog {
    padding: 0;
    left: auto;
    right: auto;
    display: inline-block;
    vertical-align: middle; }
  .modal-content {
    padding: 40px 20px 30px; }
  .modal-fs {
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: hidden; }
    .modal-fs .modal-body,
    .modal-fs .modal-content {
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      padding: 0; }
  .modal-header {
    margin-bottom: 20px; }
    .modal-header .close {
      position: absolute;
      top: 10px;
      right: 10px;
      outline: none;
      width: 18px;
      height: 18px;
      opacity: 1;
      padding: 0;
      margin: 0; }
      .modal-header .close:link, .modal-header .close:visited, .modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus {
        outline: none; }
      .modal-header .close::before {
        content: "";
        background-image: url("/resources/assets/icons/close.svg");
        background-size: cover;
        display: block;
        height: 18px;
        width: 18px; }
      .modal-header .close &gt; span {
        display: none; }
  .modal-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: left; }
  .modal-body {
    padding: 0; }
  .modal-footer {
    padding: 40px 0 30px;
    border-top: 0; }

.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 {
  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.33333%; }
  .col-pr-2 {
    width: 16.66667%; }
  .col-pr-3 {
    width: 25%; }
  .col-pr-4 {
    width: 33.33333%; }
  .col-pr-5 {
    width: 41.66667%; }
  .col-pr-6 {
    width: 50%; }
  .col-pr-7 {
    width: 58.33333%; }
  .col-pr-8 {
    width: 66.66667%; }
  .col-pr-9 {
    width: 75%; }
  .col-pr-10 {
    width: 83.33333%; }
  .col-pr-11 {
    width: 91.66667%; }
  .col-pr-12 {
    width: 100%; }
  .col-pr-push-0 {
    left: auto; }
  .col-pr-push-1 {
    left: 8.33333%; }
  .col-pr-push-2 {
    left: 16.66667%; }
  .col-pr-push-3 {
    left: 25%; }
  .col-pr-push-4 {
    left: 33.33333%; }
  .col-pr-push-5 {
    left: 41.66667%; }
  .col-pr-push-6 {
    left: 50%; }
  .col-pr-push-7 {
    left: 58.33333%; }
  .col-pr-push-8 {
    left: 66.66667%; }
  .col-pr-push-9 {
    left: 75%; }
  .col-pr-push-10 {
    left: 83.33333%; }
  .col-pr-push-11 {
    left: 91.66667%; }
  .col-pr-push-12 {
    left: 100%; }
  .col-pr-pull-0 {
    right: auto; }
  .col-pr-pull-1 {
    right: 8.33333%; }
  .col-pr-pull-2 {
    right: 16.66667%; }
  .col-pr-pull-3 {
    right: 25%; }
  .col-pr-pull-4 {
    right: 33.33333%; }
  .col-pr-pull-5 {
    right: 41.66667%; }
  .col-pr-pull-6 {
    right: 50%; }
  .col-pr-pull-7 {
    right: 58.33333%; }
  .col-pr-pull-8 {
    right: 66.66667%; }
  .col-pr-pull-9 {
    right: 75%; }
  .col-pr-pull-10 {
    right: 83.33333%; }
  .col-pr-pull-11 {
    right: 91.66667%; }
  .col-pr-pull-12 {
    right: 100%; }
  .col-pr-offset-0 {
    margin-left: 0%; }
  .col-pr-offset-1 {
    margin-left: 8.33333%; }
  .col-pr-offset-2 {
    margin-left: 16.66667%; }
  .col-pr-offset-3 {
    margin-left: 25%; }
  .col-pr-offset-4 {
    margin-left: 33.33333%; }
  .col-pr-offset-5 {
    margin-left: 41.66667%; }
  .col-pr-offset-6 {
    margin-left: 50%; }
  .col-pr-offset-7 {
    margin-left: 58.33333%; }
  .col-pr-offset-8 {
    margin-left: 66.66667%; }
  .col-pr-offset-9 {
    margin-left: 75%; }
  .col-pr-offset-10 {
    margin-left: 83.33333%; }
  .col-pr-offset-11 {
    margin-left: 91.66667%; }
  .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;
    -webkit-transition: none;
    -o-transition: none;
    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 &gt; *:not(.modal) {
        display: none; }
    .modal-content {
      visibility: visible;
      padding: 0;
      width: 100%;
      overflow: visible; }
    .modal-backdrop.in {
      display: none; }
  .preload {
    display: none; } }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
.navbar-cc {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  z-index: 1000;
  background: #fff; }
  @media (min-width: 1280px) {
    .navbar-cc {
      z-index: 101; } }
  .navbar-cc--logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .navbar-cc--logo.chinese {
      width: 180px; }
      @media (min-width: 768px) {
        .navbar-cc--logo.chinese {
          width: 230px; } }
      @media (min-width: 1024px) {
        .navbar-cc--logo.chinese {
          width: 300px; } }
      @media (min-width: 1280px) {
        .navbar-cc--logo.chinese {
          max-width: none; } }
    .navbar-cc--logo_print {
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      width: 235px;
      height: 30px;
      margin: auto; }
    .navbar-cc--logo_no-margin {
      margin: 0; }
  .navbar-cc--container {
    padding: 0;
    background: #fff; }
    @media (min-width: 1280px) {
      .navbar-cc--container {
        padding: 0 30px; } }
  .navbar-cc--header {
    float: none;
    z-index: 1201;
    position: relative;
    padding: 15px 10px 15px 10px; }
    @media (min-width: 768px) {
      .navbar-cc--header {
        padding: 15px 40px; } }
    @media (min-width: 1280px) {
      .navbar-cc--header {
        padding: 0;
        float: left; } }
    .navbar-cc--container .navbar-cc--header {
      margin: 0; }
  .navbar-cc--icons {
    height: 20px;
    width: 20px;
    padding: 0;
    display: block;
    margin: 0 0 0 20px;
    top: 2px; }
    @media (min-width: 768px) {
      .navbar-cc--icons {
        top: 3px;
        margin: 0 0 0 40px; } }
    @media (min-width: 1024px) {
      .navbar-cc--icons {
        height: 28px;
        top: 2px; } }
    @media (min-width: 1280px) {
      .navbar-cc--icons {
        display: none; } }
  .navbar-cc--brand {
    height: 23px;
    display: block;
    background-size: 100%;
    padding: 0;
    /*@media (min-width: $screen-md-min) {
            height: 32px;
        }*/ }
    @media (min-width: 768px) {
      .navbar-cc--brand {
        height: 27px; } }
    @media (min-width: 1280px) {
      .navbar-cc--brand {
        padding: 40px 0;
        width: 100%;
        max-width: 212px;
        height: 108px; } }
    @media (min-width: 768px) {
      .navbar .container-fluid .navbar-cc--brand {
        margin-left: 0; } }
  .navbar-cc--collapse {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100vw;
    right: 0;
    position: fixed;
    z-index: 1001;
    overflow: hidden;
    margin-top: 1px;
    background: #fff;
    max-height: none;
    border: 0; }
    .navbar-cc--container .navbar-cc--collapse {
      margin-right: 0;
      margin-left: 0;
      padding: 0; }
    @media (min-width: 768px) {
      .navbar-cc--collapse {
        width: 230px;
        border: 1px solid #CCCCCC;
        border-right: 0;
        border-top: 0; } }
    @media (min-width: 1280px) {
      .navbar-cc--collapse {
        position: relative;
        float: left;
        width: 83.33333%;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        border: none;
        position: relative;
        margin: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        float: right; } }
  .navbar-cc--toggle {
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    padding: 0 10px; }
    @media (min-width: 1280px) {
      .navbar-cc--toggle {
        display: none; } }
  .navbar-cc--nav.nav {
    margin: 0;
    font-family: "Atlas Grotesk Web", Helvetica, Arial;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    float: none; }
    @media (min-width: 1280px) {
      .navbar-cc--nav.nav {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 4.16667%;
        padding-right: 10px; } }
  .navbar-cc--nav .navbar-cc--nav {
    background: #F8F8F8;
    color: #808080;
    margin: 0; }
    .navbar-cc--nav .navbar-cc--nav .navbar-cc--nav-item:last-child {
      border-bottom: 0; }
  .navbar-cc--nav_secondary.nav {
    font-size: 12px;
    float: none; }
    @media (min-width: 1280px) {
      .navbar-cc--nav_secondary.nav {
        border-top: 0;
        margin-top: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1280px) {
    .navbar-cc--nav_secondary .navbar-cc--nav-item {
      padding: 20px 0 10px;
      height: auto;
      /*.navbar-cc--nav-item {
                        @media (min-width:$screen-lg-min) {
                            padding-bottom: 0;
                        }
                    }*/ }
      .navbar-cc--nav_secondary .navbar-cc--nav-item:nth-child(n+2)::before {
        content: '|';
        line-height: 1em;
        width: 1px;
        padding: 0 4px;
        margin: 0 4px 0 0;
        float: left; } }
  @media (min-width: 1280px) {
    .navbar-cc .navbar-cc--nav_secondary .navbar-cc--nav-item .navbar-cc--nav-link {
      font-size: 11px; } }
  @media (min-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navbar-cc .navbar-cc--nav_secondary .navbar-cc--nav-item .navbar-cc--nav-link.chinese {
      font-size: 13px; } }
  .navbar-cc--nav-item {
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    padding: 0;
    height: auto;
    font-size: 1em; }
    @media (min-width: 1280px) {
      .navbar-cc--nav-item {
        padding: 47px 15px 0;
        width: auto;
        border: none; } }
  .navbar-cc .navbar-cc--nav-item .navbar-cc--nav-link {
    display: block;
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    outline: none;
    text-decoration: none;
    border: none;
    background: inherit;
    text-align: left;
    margin: 0;
    color: #000;
    text-transform: none;
    font-size: 12px;
    letter-spacing: normal;
    -webkit-transition: color ease-in 0.15s;
    -o-transition: color ease-in 0.15s;
    transition: color ease-in 0.15s; }
    .navbar-cc .navbar-cc--nav-item .navbar-cc--nav-link:hover, .navbar-cc .navbar-cc--nav-item .navbar-cc--nav-link:focus {
      color: #B30900; }
    @media (min-width: 1280px) {
      .navbar-cc .navbar-cc--nav-item .navbar-cc--nav-link {
        text-transform: uppercase;
        text-align: center;
        width: auto;
        padding: 0;
        float: left;
        height: 1em;
        background: none;
        line-height: 1em;
        font-size: 13px;
        color: #000; } }
    @media (min-width: 1280px) {
      .navbar-cc .navbar-cc--nav-item .navbar-cc--nav-link_red {
        color: #D70C00; } }
  .navbar-cc--language-dropdown {
    border-bottom: 0;
    /*.active {
            @media (min-width: $screen-lg-min) {
                display: none;
            }
        }

        .navbar-cc--nav-item {
            padding-top: 0;
            float: left;
        }*/ }
    @media (min-width: 1280px) {
      .navbar-cc--language-dropdown {
        display: none; } }
    @media (min-width: 1280px) {
      .navbar-cc--language-dropdown.in {
        display: none; } }
  .navbar-cc--search-bar {
    border-top: 1px solid #CCCCCC; }
    @media (min-width: 1280px) {
      .navbar-cc--search-bar {
        display: none;
        max-width: 320px;
        border-top: none; } }
    @media (min-width: 1280px) {
      .navbar-cc--search-bar.in {
        display: none; } }
    .navbar-cc--search-bar-inner {
      padding: 15px 0; }
      @media (min-width: 768px) {
        .navbar-cc--search-bar-inner {
          padding: 20px 30px; } }
  .navbar-cc--login-form.in {
    border-top: 1px solid #CCCCCC; }
  @media (min-width: 1280px) {
    .navbar-cc--login-form {
      display: none; } }
  .navbar-cc--login-form-inner {
    padding: 15px 20px 30px; }
    @media (min-width: 768px) {
      .navbar-cc--login-form-inner {
        padding: 40px; } }

.language--icon {
  height: 35px; }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
.search--button {
  height: 40px;
  width: 40px; }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
.login--forms {
  padding-top: 10px;
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .login--description {
    padding-bottom: 25px; } }

@media (min-width: 1280px) {
  .login--description {
    padding-bottom: 15px; } }

.login--buttons-group .btn + .login--buttons-account {
  margin-top: 10px; }

.login--error-message {
  padding-bottom: 30px; }
  .login--error-message a, .login--error-message p, .login--error-message span {
    color: #B30900; }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
@media (min-width: 1280px) {
  .modal--language-alert .modal-content {
    padding-top: 21px;
    padding-bottom: 40px; } }

.modal--language-alert .login--description,
.modal--language-alert .login--buttons,
.modal--language-alert .login--forms {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 768px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      margin-left: 16.66667%; } }
  @media (min-width: 768px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      margin-left: 25%; } }
  @media (min-width: 1280px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1280px) and (min-width: 768px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      float: left;
      width: 50%; } }
  @media (min-width: 1280px) and (min-width: 768px) {
    .modal--language-alert .login--description,
    .modal--language-alert .login--buttons,
    .modal--language-alert .login--forms {
      margin-left: 25%; } }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
.modal--login::before {
  height: 100%; }
  @media (min-width: 1280px) {
    .modal--login::before {
      height: auto; } }

.modal--login .modal-header {
  border: 0;
  margin: 0;
  min-height: auto; }

.modal--login .modal-lg {
  left: auto;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 1280px) {
  .modal--login .modal-content {
    padding-top: 21px;
    padding-bottom: 40px; } }

.modal--login .login--description,
.modal--login .login--buttons,
.modal--login .login--forms {
  position: relative;
  min-height: 1px;
  padding-left: 5;
  padding-right: 5; }
  @media (min-width: 768px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 768px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      margin-left: 16.66667%; } }
  @media (min-width: 1024px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      float: left;
      width: 50%; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      margin-left: 25%; } }
  @media (min-width: 1280px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1280px) and (min-width: 768px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      float: left;
      width: 50%; } }
  @media (min-width: 1280px) and (min-width: 768px) {
    .modal--login .login--description,
    .modal--login .login--buttons,
    .modal--login .login--forms {
      margin-left: 25%; } }

.modal--login .login--forms {
  padding-top: 10px;
  padding-bottom: 30px; }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
footer.footer--christies {
  background: #EFEFEF;
  padding-bottom: 10px;
  padding-top: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  margin-top: 20px;
  overflow: visible; }
  @media (min-width: 768px) {
    footer.footer--christies {
      padding-top: 20px; } }

.nav--footer {
  border-top: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (min-width: 768px) {
    .nav--footer {
      display: block;
      max-width: 980px;
      margin: 0 auto;
      border: 0;
      text-align: center; } }
  .nav--footer-toggle {
    padding: 0 15px;
    height: 40px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #CCCCCC; }
  .nav--footer-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 768px) {
      .nav--footer-sections {
        display: inline-block; } }
  .nav--footer-section_0 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 768px) {
      .nav--footer-section_0 {
        padding-bottom: 5px;
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
        display: inline-block; } }
    @media (min-width: 1280px) {
      .nav--footer-section_0 {
        padding-bottom: 0; } }
  .nav--footer-section_1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (min-width: 768px) {
      .nav--footer-section_1 {
        display: inline-block;
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial; } }
  .nav--footer-section_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 768px) {
      .nav--footer-section_2 {
        display: block;
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
        border-top: 1px solid #000;
        padding-top: 10px;
        margin-top: 10px;
        clear: both; } }
  .nav--footer-collapse {
    margin: 0; }
    @media (min-width: 768px) {
      .nav--footer-collapse {
        display: block;
        height: auto !important;
        width: 100%;
        text-align: center; } }
  .nav--footer-item {
    padding-left: 25px;
    background: #EFEFEF;
    border-bottom: 1px solid #CCCCCC; }
    @media (min-width: 768px) {
      .nav--footer-item {
        display: inline-block;
        border: none;
        padding: 3px 15px; } }
  .nav--footer-link {
    display: block;
    line-height: 40px;
    height: 40px;
    -webkit-transition: color ease-in 0.15s;
    -o-transition: color ease-in 0.15s;
    transition: color ease-in 0.15s;
    text-decoration: none;
    background: transparent;
    color: #000; }
    @media (min-width: 768px) {
      .nav--footer-link {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        line-height: 1em;
        height: auto; } }
    .nav--footer-link:hover, .nav--footer-link:focus {
      color: #808080; }
    .nav--footer-link:focus, .nav--footer-link:hover {
      text-decoration: none; }

.footer--connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 20px; }
  @media (min-width: 1024px) {
    .footer--connect {
      width: 780px;
      margin: 0 auto;
      float: none; } }
  @media (min-width: 1280px) {
    .footer--connect {
      padding-top: 35px; } }
  .footer--connect-link {
    opacity: 1;
    -webkit-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s; }
    @media (min-width: 768px) {
      .footer--connect-link {
        border: 1px solid #808080;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        position: relative;
        overflow: visible;
        display: block; }
        .footer--connect-link:focus, .footer--connect-link:hover {
          opacity: 1;
          border-color: #000; }
          .footer--connect-link:focus .icon, .footer--connect-link:hover .icon {
            opacity: 1; } }
    .footer--connect-link .icon {
      opacity: 0.5; }

@media (min-width: 1280px) and (min-width: 1280px) {
  .footer--connect-link .wechat--label {
    height: 50px;
    width: 50px; } }
  .footer--connect-icon {
    height: 20px;
    width: 20px;
    background-image: none; }
    @media (min-width: 768px) {
      .footer--connect-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.footer--copyright {
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 500;
  font-style: normal; }

.footer--legal {
  display: inline-block;
  font-size: 11px;
  color: #000;
  padding: 20px 30px 0;
  text-transform: uppercase; }
  @media (min-width: 1280px) {
    .footer--legal {
      padding-top: 35px; } }

.footer--chinese-legal {
  padding: 0 20px;
  font-family: "Atlas Grotesk Web", Helvetica, Arial;
  font-weight: 500; }

@media (max-width: 1279px) {
  .footer--chinese-icon:hover, .footer--chinese-icon:focus {
    color: #000; } }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
.wechat-popover {
  display: none; }
  @media (min-width: 1280px) {
    .wechat-popover {
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, -100%, 0);
              transform: translate3d(-50%, -100%, 0);
      padding-bottom: 15px;
      z-index: 9000; } }
  .wechat-popover--inner {
    width: 250px;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #CCCCCC;
    position: relative; }
  .wechat-popover--close {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    height: 20px;
    width: 20px;
    padding: 5px;
    cursor: pointer; }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
.chat-icon--logged-out {
  cursor: pointer;
  height: 60px;
  position: fixed;
  bottom: calc(20px);
  right: 20px !important;
  width: 60px !important;
  z-index: 1050; }
  @media (min-width: 768px) {
    .chat-icon--logged-out {
      width: 179px !important; } }

.chat-icon--pill {
  display: none; }
  @media (min-width: 768px) {
    .chat-icon--pill {
      display: block; } }

.chat-icon--bubble {
  display: block; }
  @media (min-width: 768px) {
    .chat-icon--bubble {
      display: none; } }
/*@import "vendor/_bootstrap-custom";*/
/* mixin for multiline */
.scroll-to-top {
  position: fixed;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  z-index: 100;
  height: 40px;
  width: 40px;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  cursor: default;
  outline: none;
  pointer-events: none; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    cursor: default; }
  .scroll-to-top--button {
    height: 40px;
    width: 40px; }
  .scroll-to-top--icon {
    margin-top: 5px;
    float: none;
    display: inline;
    background: none; }
  .scroll-to-top.in {
    opacity: .8;
    -webkit-touch-callout: auto;
    -ms-touch-action: auto;
    touch-action: auto;
    cursor: auto;
    pointer-events: auto; }
    .scroll-to-top.in:hover, .scroll-to-top.in:focus {
      cursor: auto; }
  @media (min-width: 768px) {
    .scroll-to-top {
      left: auto;
      right: 20px;
      bottom: 80px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

/*# sourceMappingURL=ccHeaderFooter.css.map*/</pre></body></html>