@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-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"] {
  -moz-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;
  -moz-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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #636868;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00a0dd;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006991;
  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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-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 #e3e1df;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #aeadae;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #aeadae;
}
.text-primary {
  color: #00a0dd;
}
a.text-primary:hover {
  color: #007baa;
}
.text-success {
  color: #0f9808;
}
a.text-success:hover {
  color: #0a6705;
}
.text-info {
  color: #636868;
}
a.text-info:hover {
  color: #4a4e4e;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #b00017;
}
a.text-danger:hover {
  color: #7d0010;
}
.bg-primary {
  color: #fff;
  background-color: #00a0dd;
}
a.bg-primary:hover {
  background-color: #007baa;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e3e1df;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  margin-left: -5px;
}
.list-inline li {
  margin-bottom: 15px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #aeadae;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e3e1df;
}
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.42857143;
  color: #aeadae;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e3e1df;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1260px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #aeadae;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #aeadae;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #aeadae;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #aeadae;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #aeadae;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #aeadae;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
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;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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.42857143;
  color: #636868;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #636868;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #aeadae;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aeadae;
}
.form-control::-webkit-input-placeholder {
  color: #aeadae;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e3e1df;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #0f9808;
}
.has-success .form-control {
  border-color: #0f9808;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #0a6705;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1df313;
}
.has-success .input-group-addon {
  color: #0f9808;
  border-color: #0f9808;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #0f9808;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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 {
  color: #b00017;
}
.has-error .form-control {
  border-color: #b00017;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #7d0010;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1735;
}
.has-error .input-group-addon {
  color: #b00017;
  border-color: #b00017;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b00017;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a3a7a7;
}
@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 .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000000;
  border-color: transparent;
}
.btn-primary .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #11b009;
  border-color: #0f9808;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #0d8907;
  border-color: #095e05;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #11b009;
  border-color: #0f9808;
}
.btn-success .badge {
  color: #11b009;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #c9001a;
  border-color: #b00017;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a00015;
  border-color: #72000f;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c9001a;
  border-color: #b00017;
}
.btn-danger .badge {
  color: #c9001a;
  background-color: #ffffff;
}
.btn-link {
  color: #00a0dd;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #006991;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #aeadae;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  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 > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00a0dd;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aeadae;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > 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: 12px;
  line-height: 1.42857143;
  color: #aeadae;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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 .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: #636868;
  text-align: center;
  background-color: #e3e1df;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e3e1df;
}
.nav > li.disabled > a {
  color: #aeadae;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #aeadae;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e3e1df;
  border-color: #00a0dd;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e3e1df;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #00a0dd #00a0dd #e3e1df;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #636868;
  background-color: #ffffff;
  border: 1px solid #00a0dd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00a0dd;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .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: 10px 10px;
  font-size: 20px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 479px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@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 .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #aeadae;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #aeadae;
}
.navbar-inverse .navbar-nav > li > a {
  color: #aeadae;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #aeadae;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #aeadae;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00a0dd;
  background-color: #ffffff;
  border: 1px solid #636868;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #006991;
  background-color: transparent;
  border-color: #636868;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #aeadae;
  background-color: transparent;
  border-color: #636868;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aeadae;
  background-color: #ffffff;
  border-color: #636868;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #636868;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #aeadae;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #aeadae;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #959395;
}
.label-primary {
  background-color: #00a0dd;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #007baa;
}
.label-success {
  background-color: #11b009;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #0c7f07;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #c9001a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #960013;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #aeadae;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00a0dd;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #0f9808;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #0a6705;
}
.alert-info {
  background-color: #ffffff;
  border-color: #ededed;
  color: #636868;
}
.alert-info hr {
  border-top-color: #e0e0e0;
}
.alert-info .alert-link {
  color: #4a4e4e;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b00017;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #7d0010;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #aeadae;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #aeadae;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00a0dd;
  border-color: #aeadae;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #aeadae;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #aeadae;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #0f9808;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #ededed;
}
.panel-info > .panel-heading {
  color: #636868;
  background-color: #ffffff;
  border-color: #ededed;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ededed;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ededed;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b00017;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -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;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.callout-row:before,
.callout-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after,
.callout-row: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  min-height: 100%;
  position: relative;
}
body {
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    margin-bottom: 183px;
  }
}
@media screen and (min-width: 768px) {
  .ie8 body {
    margin-bottom: 0;
  }
}
p {
  margin-bottom: 20px;
}
p:empty {
  margin-bottom: 0;
}
a {
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #58b5e4;
  text-decoration: none;
}
a:active {
  color: #00a0dd;
}
img {
  max-width: 100%;
}
sub,
sup {
  font-size: 50%;
}
sup {
  top: -0.8em;
}
.l-content {
  margin-top: 50px;
  margin-left: 50px;
}
@media screen and (min-width: 768px) {
  .l-content {
    margin-left: 8.33333333%;
  }
}
.l-content.true-grid-10 {
  overflow: visible;
}
@media screen and (min-width: 1260px) {
  .l-content {
    float: none !important;
    margin: 50px auto;
    max-width: 1050px;
  }
}
.l-main-column {
  overflow-x: auto;
}
.l-sidebar.affix {
  position: static;
}
@media screen and (min-width: 992px) {
  .l-sidebar.affix {
    position: fixed;
    top: 30px;
  }
}
.l-video-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.l-video-fullscreen img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.l-video-fullscreen > div {
  height: 104%;
  /* hide flash controls below bottom of container */
}
.l-nyse-homepage-logo {
  float: left;
  margin-right: 37.8px;
  margin-bottom: 180px;
}
.l-homepage {
  position: relative;
}
.l-homepage-left,
.l-homepage-right {
  position: relative;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .l-homepage {
    display: table;
    position: relative;
    width: 100%;
    min-height: 800px;
  }
  .l-homepage-left,
  .l-homepage-right {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .ie8 .l-homepage-left,
  .ie8 .l-homepage-right {
    width: 45.5%;
  }
  .l-homepage-left {
    padding: 65px 7.4% 0 8.2%;
  }
  .l-homepage-right {
    padding: 65px 8.1% 0 7.4%;
  }
}
/**
 * Duplicate containers & rows from bootstrap
 * --This way true grid can function on its own without BS grid included
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.true-grid-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-1 {
    float: left;
    width: 8.33333333%;
  }
}
.true-grid-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-2 {
    float: left;
    width: 16.66666667%;
  }
}
.true-grid-3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-3 {
    float: left;
    width: 25%;
  }
}
.true-grid-4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-4 {
    float: left;
    width: 33.33333333%;
  }
}
.true-grid-5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-5 {
    float: left;
    width: 41.66666667%;
  }
}
.true-grid-6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-6 {
    float: left;
    width: 50%;
  }
}
.true-grid-7 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-7 {
    float: left;
    width: 58.33333333%;
  }
}
.true-grid-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-8 {
    float: left;
    width: 66.66666667%;
  }
}
.true-grid-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-9 {
    float: left;
    width: 75%;
  }
}
.true-grid-10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-10 {
    float: left;
    width: 83.33333333%;
  }
}
.true-grid-11 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-11 {
    float: left;
    width: 91.66666667%;
  }
}
.true-grid-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .true-grid-12 {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-11 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-10 {
    width: 90.90909091%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-10 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-9 {
    width: 81.81818182%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-9 {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-9 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-8 {
    width: 72.72727273%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-8 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-8 {
    width: 88.88888889%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-8 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-7 {
    width: 63.63636364%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-7 {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-7 {
    width: 77.77777778%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-7 {
    width: 87.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-7 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-6 {
    width: 54.54545455%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-6 {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-6 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-6 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-6 {
    width: 85.71428571%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-6 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-5 {
    width: 45.45454545%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-5 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-5 {
    width: 55.55555556%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-5 {
    width: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-5 {
    width: 71.42857143%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-5 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-5 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-4 {
    width: 36.36363636%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-4 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-4 {
    width: 44.44444444%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-4 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-4 {
    width: 57.14285714%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-4 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-4 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-4 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-3 {
    width: 27.27272727%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-3 {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-3 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-3 {
    width: 37.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-3 {
    width: 42.85714286%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-3 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-3 {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-3 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-3 .true-grid-3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-2 {
    width: 18.18181818%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-2 {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-2 {
    width: 22.22222222%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-2 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-2 {
    width: 28.57142857%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-2 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-2 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-3 .true-grid-2 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-2 .true-grid-2 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-1 {
    width: 9.09090909%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-1 {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-1 {
    width: 11.11111111%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-1 {
    width: 12.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-1 {
    width: 14.28571429%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-1 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-1 {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-1 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-3 .true-grid-1 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-2 .true-grid-1 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-1 .true-grid-1 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-1 {
    margin-left: 9.09090909%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-1 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-1 {
    margin-left: 11.11111111%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-1 {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-offset-1 {
    margin-left: 14.28571429%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-offset-1 {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-offset-1 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-offset-1 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-3 .true-grid-offset-1 {
    margin-left: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-2 .true-grid-offset-1 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-1 .true-grid-offset-1 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-2 {
    margin-left: 18.18181818%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-2 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-2 {
    margin-left: 22.22222222%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-2 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-offset-2 {
    margin-left: 28.57142857%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-offset-2 {
    margin-left: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-offset-2 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-offset-2 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-3 .true-grid-offset-2 {
    margin-left: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-2 .true-grid-offset-2 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-3 {
    margin-left: 27.27272727%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-3 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-3 {
    margin-left: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-3 {
    margin-left: 37.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-offset-3 {
    margin-left: 42.85714286%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-offset-3 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-offset-3 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-offset-3 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-3 .true-grid-offset-3 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-4 {
    margin-left: 36.36363636%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-4 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-4 {
    margin-left: 44.44444444%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-4 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-offset-4 {
    margin-left: 57.14285714%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-offset-4 {
    margin-left: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-offset-4 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-4 .true-grid-offset-4 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-5 {
    margin-left: 45.45454545%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-5 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-5 {
    margin-left: 55.55555556%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-5 {
    margin-left: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-offset-5 {
    margin-left: 71.42857143%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-offset-5 {
    margin-left: 83.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-5 .true-grid-offset-5 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-6 {
    margin-left: 54.54545455%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-6 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-6 {
    margin-left: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-6 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-offset-6 {
    margin-left: 85.71428571%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-6 .true-grid-offset-6 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-7 {
    margin-left: 63.63636364%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-7 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-7 {
    margin-left: 77.77777778%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-7 {
    margin-left: 87.5%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-7 .true-grid-offset-7 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-8 {
    margin-left: 72.72727273%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-8 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-8 {
    margin-left: 88.88888889%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-8 .true-grid-offset-8 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-9 {
    margin-left: 81.81818182%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-9 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-9 .true-grid-offset-9 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-10 {
    margin-left: 90.90909091%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-10 .true-grid-offset-10 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-11 .true-grid-offset-11 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .true-grid-offset-12 {
    margin-left: 100%;
  }
}
.true-grid-half,
.true-grid-third,
.true-grid-two-third,
.true-grid-quarter,
.true-grid-three-quarter {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .true-grid-half {
    float: left;
    width: 50%;
  }
  .true-grid-third {
    float: left;
    width: 33.3333%;
  }
  .true-grid-two-third {
    float: left;
    width: 66.6667%;
  }
  .true-grid-quarter {
    float: left;
    width: 25%;
  }
  .true-grid-three-quarter {
    float: left;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .split {
    display: table;
    width: 100%;
  }
  .split .split-left,
  .split .split-right {
    display: table-cell;
    vertical-align: bottom;
  }
  .split .split-right {
    text-align: right;
  }
}
.allow-overflow {
  overflow: visible;
}
.nowrap {
  white-space: nowrap;
}
.logo {
  display: inline-block;
  background-image: url(../images/logos-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .logo {
    background-image: url(../images/logos-2x.png);
    background-size: 388px 337px;
  }
}
.logo-intercontinental-exchange {
  width: 217px;
  height: 56px;
  background-position: -171px 0;
}
.logo-ice {
  width: 91px;
  height: 90px;
  background-position: -171px -61px;
}
.logo-ice-large {
  width: 166px;
  height: 166px;
  background-position: 0 0;
}
.logo-ice-white {
  width: 85px;
  height: 85px;
  background-position: -171px -156px;
}
.logo-ice-white-small {
  width: 61px;
  height: 61px;
  background-position: -171px -247px;
}
.logo-nyse {
  width: 91px;
  height: 90px;
  background-position: -267px -61px;
}
.logo-nyse-large {
  width: 166px;
  height: 166px;
  background-position: 0 -171px;
}
.logo-nyse-white {
  width: 86px;
  height: 85px;
  background-position: -261px -157px;
}
.logo-nyse-white-small {
  width: 60px;
  height: 59px;
  background-position: -237px -247px;
}
.logo-landingpage {
  float: left;
  margin: 0 20.16px 20px 0;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
*/
.chosen-container {
  position: relative;
  display: inline-block;
  padding: 0;
  height: auto;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 300;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #00a0dd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container:hover {
  border-color: #58b5e4;
}
.chosen-container a {
  font-weight: 300;
}
.chosen-container .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 40px 4px 12px;
  background-color: #ffffff;
  color: #000000;
  white-space: nowrap;
  line-height: 34px;
}
.chosen-container .chosen-single > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chosen-container .chosen-single:hover {
  background-color: #e3e1df;
}
.chosen-container .chosen-single:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  background-position: -78px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-container .chosen-single:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.chosen-container .chosen-choices {
  list-style: none;
  padding-left: 12px;
  height: 35px;
  cursor: text;
}
.chosen-container .chosen-choices > li {
  float: left;
}
.chosen-container .chosen-choices .search-choice {
  position: relative;
  margin: 7px 0 7px 3px;
  padding: 0 15px 0 5px;
  border: 1px solid #e3e1df;
}
.chosen-container .chosen-choices .search-choice:first-child {
  margin-left: 0;
}
.chosen-container .chosen-choices .search-choice .search-choice-close {
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
  position: relative;
  background-image: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.chosen-container .chosen-choices .search-choice .search-choice-close:after {
  display: block;
  position: absolute;
  content: "\00D7";
  top: 0;
  right: 0;
  left: 0;
  color: #00a0dd;
  font-style: normal;
  text-indent: 0;
  line-height: 1;
  text-align: center;
}
.chosen-container .chosen-choices .search-choice .search-choice-close:after {
  font-size: 15px;
}
.chosen-container .chosen-choices .search-field {
  margin-top: 5px;
  margin-left: 3px;
}
.chosen-container .chosen-choices .search-field input {
  outline: none;
  border: 0;
}
.chosen-container .chosen-choices:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  background-position: -78px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-container .chosen-choices:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.chosen-container .chosen-results {
  list-style-type: none;
  line-height: 43px;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 205px;
}
.chosen-container .chosen-results::-webkit-scrollbar,
.chosen-container .chosen-results ::-webkit-scrollbar {
  background: transparent;
}
.chosen-container .chosen-results::-webkit-scrollbar:vertical,
.chosen-container .chosen-results ::-webkit-scrollbar:vertical {
  width: 20px;
}
.chosen-container .chosen-results::-webkit-scrollbar:horizontal,
.chosen-container .chosen-results ::-webkit-scrollbar:horizontal {
  height: 20px;
}
body.chosen-container .chosen-results::-webkit-scrollbar,
.chosen-container .chosen-results body::-webkit-scrollbar {
  background: white;
}
.chosen-container .chosen-results::-webkit-scrollbar-track,
.chosen-container .chosen-results ::-webkit-scrollbar-track {
  background: #cccccc;
  border: 0px solid white;
}
.chosen-container .chosen-results::-webkit-scrollbar-track:vertical,
.chosen-container .chosen-results ::-webkit-scrollbar-track:vertical {
  border-width: 0px 9.5px;
}
.chosen-container .chosen-results::-webkit-scrollbar-track:horizontal,
.chosen-container .chosen-results ::-webkit-scrollbar-track:horizontal {
  border-width: 9.5px 0px;
}
.chosen-container .chosen-results::-webkit-scrollbar-track-piece,
.chosen-container .chosen-results ::-webkit-scrollbar-track-piece {
  background: transparent;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb,
.chosen-container .chosen-results ::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-style: solid;
  border-color: white;
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb:vertical,
.chosen-container .chosen-results ::-webkit-scrollbar-thumb:vertical {
  border-width: 0 5px;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb:horizontal,
.chosen-container .chosen-results ::-webkit-scrollbar-thumb:horizontal {
  border-width: 5px 0;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb:hover,
.chosen-container .chosen-results ::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}
.chosen-container .chosen-results li {
  padding: 0 12px;
  color: #000000;
}
.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.highlighted {
  background-color: #e3e1df;
}
.chosen-container .chosen-results li > em {
  font-style: normal;
  font-weight: 500;
  color: #00a0dd;
}
.chosen-container .chosen-results .result-selected {
  color: #00a0dd;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 43px;
  right: -1px;
  left: -1px;
  overflow: hidden;
  padding-right: 12px;
  background-color: #ffffff;
  border-color: #00a0dd;
  border-width: 0 1px 1px;
  border-style: solid;
  display: none;
  z-index: 1000;
}
.chosen-container.chosen-with-drop {
  border: 1px solid #00a0dd;
}
.chosen-container.chosen-with-drop .chosen-single {
  color: #000000;
  background-color: #ffffff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.chosen-container .chosen-search {
  margin-right: -15px;
}
.chosen-container .chosen-search input {
  width: 100%;
  outline: none;
  padding: 0px 12px;
  line-height: 45px;
  border-color: #c8c8c8 #00a0dd;
  border-width: 0 0 1px;
}
.chosen-container.chosen-container-single-nosearch .chosen-search {
  display: none;
}
.select-compact .chosen-results > li {
  font-size: 18px;
  line-height: 1.6;
}
.select-long .chosen-results {
  max-height: 410px;
}
.form {
  margin-bottom: 20px;
  /* DEPRECATED - use form-inline instead */
}
.form .form-control {
  border: 1px solid #00a0dd;
  outline: none;
  color: #00a0dd;
  height: 45px;
  font-size: 16px;
  font-weight: 300;
}
.form .form-control::-webkit-input-placeholder {
  color: #c8c8c8;
  font-weight: 300;
  text-transform: uppercase;
}
.form .form-control::-moz-placeholder {
  color: #c8c8c8;
  font-weight: 300;
  text-transform: uppercase;
}
.form .form-control::-ms-input-placeholder {
  color: #c8c8c8;
  font-weight: 300;
  text-transform: uppercase;
}
.form .form-control::-ms-clear {
  display: none;
}
.form .form-control[type=color] {
  height: 31px;
}
.form .form-control[disabled] {
  border-color: #aeadae;
}
.form textarea.form-control {
  height: auto;
  color: #636868;
}
.form .form-group {
  margin-bottom: 20px;
}
.form label {
  margin-bottom: 8px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form label > .form-max-chars,
.form label > .form-label-additional {
  font-weight: 400;
  color: #636868;
  margin-left: 5px;
}
.form label > .form-max-chars:before,
.form label > .form-label-additional:before {
  content: '/';
  margin-right: 5px;
}
.form .checkbox label {
  position: relative;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form .checkbox input[type=checkbox] {
  opacity: 0;
}
.form .checkbox input[type=checkbox] + i {
  position: absolute;
  top: 2px;
  left: -20px;
  display: block;
  border: 1px solid #00a0dd;
  height: 12px;
  width: 12px;
}
.form .checkbox input[type=checkbox]:checked + i:after {
  position: absolute;
  top: -7px;
  content: "\2713";
  font-size: 1.2em;
}
.form .checkbox + .checkbox {
  margin-top: 25px;
}
.form .checkbox-group .checkbox + .checkbox {
  margin-top: 5px;
}
.form .radio label {
  text-transform: none;
  font-weight: 400;
}
.form fieldset {
  border-bottom: 1px dotted #aeadae;
  margin-bottom: 20px;
}
.form legend {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 0;
  color: #636868;
}
.form.has-success .form-control,
.form .has-success .form-control {
  border-color: #11b009;
}
.form.has-warning .form-control,
.form .has-warning .form-control {
  border-color: #f0ad4e;
}
.form.has-error .form-control,
.form .has-error .form-control {
  border-color: #c9001a;
}
.form.form-inline [class^=true-grid] .form-control,
.form .form-inline [class^=true-grid] .form-control,
.form.form-inline [class^=true-grid] .btn,
.form .form-inline [class^=true-grid] .btn {
  width: 100%;
}
.form.form-inline [class^=true-grid] .btn,
.form .form-inline [class^=true-grid] .btn {
  display: block;
}
.form.form-inline .form-control,
.form .form-inline .form-control,
.form.form-inline .btn,
.form .form-inline .btn,
.form.form-inline select.form-control + .chosen-container,
.form .form-inline select.form-control + .chosen-container {
  margin-top: 33px;
}
.form.form-inline .form-control,
.form .form-inline .form-control,
.form.form-inline select.form-control + .chosen-container,
.form .form-inline select.form-control + .chosen-container {
  width: 100%;
}
.form.form-inline .btn,
.form .form-inline .btn {
  height: 45px;
  font-size: 16px;
  line-height: 2;
  vertical-align: top;
}
.form.form-inline label + .form-control,
.form .form-inline label + .form-control,
.form.form-inline label + .btn,
.form .form-inline label + .btn,
.form.form-inline label + select.form-control + .chosen-container,
.form .form-inline label + select.form-control + .chosen-container {
  margin-top: 0;
}
.form.form-inline label,
.form .form-inline label {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form.form-inline .checkbox,
.form .form-inline .checkbox {
  margin-bottom: 30px;
  padding-left: 20px;
  vertical-align: bottom;
}
.form.form-inline .checkbox input[type="checkbox"],
.form .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.form .input-group-addon {
  border-top: 1px solid #00a0dd;
  border-bottom: 1px solid #00a0dd;
  border-left: 1px solid #00a0dd;
}
.form .input-group-addon + .form-control {
  border-left: 0;
}
.form .form-control + .input-group-addon {
  border-right: 1px solid #00a0dd;
  border-left: 0;
  z-index: 2;
  position: relative;
  left: -1px;
  /* hide border of input */
}
.form .btn.btn-inline,
.form .btn.btn-inline-nolabel {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
}
.form .btn.btn-inline {
  margin-top: 28px;
}
.ie8 .form .checkbox input[type=checkbox] + i {
  display: none;
}
.form-column.form-column {
  margin-left: -1px;
  margin-bottom: 20px;
  padding: 0 35px;
  border-right: 1px solid #aeadae;
  border-left: 1px solid #aeadae;
}
.form-column.form-column:first-child {
  padding-left: 0;
  border-left: 0;
  margin-left: 0;
}
.form-column.form-column:last-child {
  padding-right: 0;
  border-right: 0;
}
fieldset.form-column.form-column {
  border-bottom: 0;
}
.form-date-range {
  font-size: 0;
}
.form-date-range > label {
  display: block;
  font-size: 14px;
}
.form-date-range .form-date-range-begin,
.form-date-range .form-date-range-end {
  display: inline-block;
  width: 47%;
}
.form-date-range .form-date-range-begininput,
.form-date-range .form-date-range-endinput {
  font-size: 22px;
}
.form-date-range .form-date-range-begin > select,
.form-date-range .form-date-range-end > select,
.form-date-range .form-date-range-begin > .chosen-container,
.form-date-range .form-date-range-end > .chosen-container {
  display: inline-block;
  width: 49%;
  min-width: inherit;
  margin-right: 1px;
}
.form-date-range .form-date-range-to {
  display: inline-block;
  width: 5%;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.form.form-inline .form-date-range > input,
.form.form-inline .form-date-range > select {
  margin-top: 4px;
  width: 47%;
}
.form.form-inline .form-date-range .chosen-container.chosen-container {
  margin-top: 4px;
  width: 49%;
}
.form-login .chosen-single:after {
  width: 10px;
  height: 6px;
  background-position: -135px -21px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
  margin-top: -2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .form-login .chosen-single:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.form-login .form-control::-webkit-input-placeholder {
  font-style: italic;
  text-transform: none;
}
.form-login .form-control::-moz-placeholder {
  font-style: italic;
  text-transform: none;
}
.form-login .form-control::-ms-input-placeholder {
  font-style: italic;
  text-transform: none;
}
.fieldset-primary {
  margin-top: 30px;
  margin-bottom: 30px;
}
.input-emphasized {
  padding: 10px;
  margin-bottom: 20px;
  clear: both;
  background: url(../images/bg-dots.png) repeat;
  border: 1px solid #e3e1df;
}
.input-emphasized .form-control {
  margin: 0;
}
.radio-link label {
  color: #00a0dd;
  margin-right: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.radio-link input[type="radio"] {
  display: none;
}
.radio-link input[type="radio"]:checked + span {
  color: #000000;
}
.ie8 .radio-link .input[type="radio"] {
  display: inline-block;
}
.radio-inline {
  margin-right: 10px;
}
.radio-inline + .radio-inline {
  margin-left: 0;
}
.radio-inline:last-of-type {
  margin-right: 0;
}
.iconbutton {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(0, 160, 221, 0.5);
  color: #00a0dd\9;
  outline: 0;
  font-size: 48px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-property: color, -webkit-transform, -webkit-transform;
  transition-property: color, -webkit-transform, transform;
}
.iconbutton:hover {
  color: #00a0dd;
}
.iconbutton:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.iconbutton-xs {
  font-size: 16px;
}
.iconbutton-sm {
  font-size: 24px;
}
.iconbutton-lg {
  font-size: 96px;
}
.list-unstyled {
  margin-bottom: 30px;
}
.list-unstyled li {
  margin-bottom: 15px;
}
.bulleted-list,
.list {
  margin-bottom: 40px;
  padding-left: 20px;
}
.bulleted-list li,
.list li {
  margin-bottom: 15px;
  padding-left: 5px;
}
.bulleted-list li > ul,
.list li > ul,
.bulleted-list li > ol,
.list li > ol {
  margin-top: 15px;
}
ol.list > li > ol > li {
  list-style-type: lower-alpha;
}
.link-list,
.report-list-small {
  padding-left: 25px;
}
.link-list li,
.report-list-small li {
  list-style: none;
  margin-bottom: 20px;
  line-height: 17px;
}
.link-list li > a,
.report-list-small li > a {
  position: relative;
  margin-left: -25px;
  padding-left: 25px;
}
.link-list li > a:before,
.report-list-small li > a:before {
  position: absolute;
  left: 0;
  content: ' ';
  width: 16px;
  height: 20px;
  background-position: -274px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .link-list li > a:before,
  .report-list-small li > a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.link-list li > ul,
.report-list-small li > ul,
.link-list li > ol,
.report-list-small li > ol {
  margin-top: 20px;
}
.link-list li a[href$=".pdf"]:before {
  width: 16px;
  height: 20px;
  background-position: -253px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .link-list li a[href$=".pdf"]:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.link-list li a[href$=".doc"]:before,
.link-list li a[href$=".docx"]:before {
  width: 16px;
  height: 20px;
  background-position: -295px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .link-list li a[href$=".doc"]:before,
  .link-list li a[href$=".docx"]:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.link-list li a[href$=".csv"]:before,
.link-list li a[href$=".xls"]:before,
.link-list li a[href$=".xlsx"]:before {
  width: 16px;
  height: 20px;
  background-position: -232px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .link-list li a[href$=".csv"]:before,
  .link-list li a[href$=".xls"]:before,
  .link-list li a[href$=".xlsx"]:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.report-list-small li a:before {
  width: 16px;
  height: 20px;
  background-position: -316px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .report-list-small li a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.document-list,
.report-list {
  margin-bottom: 40px;
  padding-left: 50.68px;
}
.document-list li,
.report-list li {
  list-style: none;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30px;
  letter-spacing: 0.03em;
}
.document-list li,
.report-list li,
button.document-list li,
button.report-list li,
.document-list li button,
.report-list li button {
  text-transform: uppercase;
}
.document-list li a,
.report-list li a {
  position: relative;
  margin-left: -50.68px;
  padding-left: 50.68px;
}
.document-list li > ul,
.report-list li > ul,
.document-list li > ol,
.report-list li > ol {
  margin-top: 15px;
}
.document-list li a:before {
  position: absolute;
  left: 0;
  top: -9px;
  content: ' ';
  width: 28px;
  height: 36px;
  background-position: -298px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .document-list li a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.report-list li a:before {
  position: absolute;
  left: 0;
  top: -9px;
  content: ' ';
  width: 28px;
  height: 36px;
  background-position: -364px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .report-list li a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.document-list > li a[href$=".pdf"]:before,
ul.document-list > li.item-pdf a:before {
  width: 28px;
  height: 36px;
  background-position: -265px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .document-list > li a[href$=".pdf"]:before,
  ul.document-list > li.item-pdf a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.document-list > li a[href$=".doc"]:before,
.document-list > li a[href$=".docx"]:before,
ul.document-list > li.item-doc a:before {
  width: 28px;
  height: 36px;
  background-position: -331px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .document-list > li a[href$=".doc"]:before,
  .document-list > li a[href$=".docx"]:before,
  ul.document-list > li.item-doc a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.document-list > li a[href$=".csv"]:before,
.document-list > li a[href$=".xls"]:before,
.document-list > li a[href$=".xlsx"]:before,
ul.document-list > li.item-excel a:before {
  width: 28px;
  height: 36px;
  background-position: -232px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .document-list > li a[href$=".csv"]:before,
  .document-list > li a[href$=".xls"]:before,
  .document-list > li a[href$=".xlsx"]:before,
  ul.document-list > li.item-excel a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.report-list > li a:before,
ul.document-list > li.item-report a:before {
  width: 28px;
  height: 36px;
  background-position: -364px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .report-list > li a:before,
  ul.document-list > li.item-report a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
ul.document-list > li.item-web a:before {
  width: 28px;
  height: 36px;
  background-position: -397px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  ul.document-list > li.item-web a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
ul.document-list > li.item-file a:before {
  width: 28px;
  height: 36px;
  background-position: -298px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  ul.document-list > li.item-file a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.inverse .document-list > li a[href$=".pdf"]:before,
.inverse ul.document-list > li.item-pdf a:before {
  width: 28px;
  height: 36px;
  background-position: -34px -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .inverse .document-list > li a[href$=".pdf"]:before,
  .inverse ul.document-list > li.item-pdf a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.inverse .document-list > li a[href$=".doc"]:before,
.inverse .document-list > li a[href$=".docx"]:before,
.inverse ul.document-list > li.item-doc a:before {
  width: 28px;
  height: 36px;
  background-position: -68px -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .inverse .document-list > li a[href$=".doc"]:before,
  .inverse .document-list > li a[href$=".docx"]:before,
  .inverse ul.document-list > li.item-doc a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.inverse .document-list > li a[href$=".csv"]:before,
.inverse .document-list > li a[href$=".xls"]:before,
.inverse .document-list > li a[href$=".xlsx"]:before,
.inverse ul.document-list > li.item-excel a:before {
  width: 28px;
  height: 36px;
  background-position: 0 -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .inverse .document-list > li a[href$=".csv"]:before,
  .inverse .document-list > li a[href$=".xls"]:before,
  .inverse .document-list > li a[href$=".xlsx"]:before,
  .inverse ul.document-list > li.item-excel a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.product-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.product-list li {
  margin-bottom: 15px;
}
.product-list li {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  letter-spacing: 0.03em;
}
.product-list li,
button.product-list li,
.product-list li button {
  text-transform: uppercase;
}
.section-header + .product-list {
  margin-top: -10px;
}
.column-list:before,
.column-list:after {
  content: " ";
  display: table;
}
.column-list:after {
  clear: both;
}
.column-list:before,
.column-list:after {
  content: " ";
  display: table;
}
.column-list:after {
  clear: both;
}
.column-list .column-list-full,
.column-list .column-list-half,
.column-list .column-list-third,
.column-list .column-list-quarter {
  display: block;
  padding-left: 18px;
}
.column-list .link-list {
  padding-left: 25px;
}
.column-list .document-list,
.column-list .report-list {
  padding-left: 50.68px;
}
@media screen and (min-width: 768px) {
  .column-list .column-list-half {
    width: 45%;
    float: left;
  }
  .column-list .column-list-half:nth-child(odd) {
    float: left;
    clear: left;
  }
  .column-list .column-list-half:nth-child(even) {
    float: right;
  }
  .column-list .column-list-third {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .column-list .column-list-third:nth-child(3n) {
    margin-right: 0;
  }
  .column-list .column-list-third:nth-child(3n+1) {
    clear: left;
  }
  .column-list .column-list-quarter {
    width: 23%;
    float: left;
    margin-right: 2.66%;
  }
  .column-list .column-list-quarter:nth-child(4n) {
    margin-right: 0;
  }
  .column-list .column-list-quarter:nth-child(4n+1) {
    clear: left;
  }
}
.actionlist {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  margin-left: -5px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  line-height: 1;
  float: right;
}
.actionlist li {
  margin-bottom: 15px;
}
.actionlist > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.actionlist,
button.actionlist,
.actionlist button {
  text-transform: uppercase;
}
.actionlist li {
  margin-bottom: 0;
}
.actionlist li:last-child,
.actionlist li:last-child > .btn-link {
  padding-right: 0;
}
.actionlist .sprite {
  margin: 0 7.56px 2px;
  vertical-align: middle;
}
.actionlist + input {
  clear: right;
  /* firefox bug */
}
.search-results {
  padding-left: 0;
}
.search-results > li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}
.search-results > li strong {
  color: #000000;
  letter-spacing: 0.1em;
}
.search-results > li:before {
  display: block;
  position: absolute;
  content: ' ';
  left: 0;
  width: 28px;
  height: 36px;
  background-position: -397px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .search-results > li:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.search-results > li.item-pdf:before {
  width: 28px;
  height: 36px;
  background-position: -265px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .search-results > li.item-pdf:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.search-results > li.item-report:before {
  width: 28px;
  height: 36px;
  background-position: -364px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .search-results > li.item-report:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.search-results > li.item-doc:before {
  width: 28px;
  height: 36px;
  background-position: -331px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .search-results > li.item-doc:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.search-results > li.item-excel:before {
  width: 28px;
  height: 36px;
  background-position: -232px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .search-results > li.item-excel:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.search-results > li > p {
  margin-bottom: 10px;
}
.search-results .search-results-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.6363;
  /* 36px; */
}
.search-results .search-results-title a {
  font-weight: 400;
}
.search-results .search-results-action {
  text-transform: uppercase;
}
.list-inline-separated {
  padding-left: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.list-inline-separated > li {
  position: relative;
  display: inline-block;
  padding: 0 16.38px;
  font-weight: 500;
}
.list-inline-separated > li > a {
  color: #00a0dd;
  font-weight: 300;
}
.list-inline-separated > li:before {
  display: block;
  position: absolute;
  left: -0.2em;
  content: '/';
}
.list-inline-separated > li:first-child {
  padding-left: 0;
}
.list-inline-separated > li:first-child:before {
  content: '';
}
.list-inline-spaced {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  margin-left: -5px;
}
.list-inline-spaced li {
  margin-bottom: 15px;
}
.list-inline-spaced > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline-spaced li {
  padding: 10px 20px 10px 0;
}
.list-inline-spaced li:last-child {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .list-inline-spaced li {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .list-inline-spaced li {
    padding-right: 40px;
  }
}
.list-inline-span {
  width: 100%;
  padding-left: 0;
}
.list-inline-span > li {
  list-style: none;
}
.list-inline-span > li > a {
  color: #636868;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .list-inline-span {
    padding-left: 0;
    width: 100%;
    text-align: justify;
  }
  .list-inline-span:after {
    /* forces a hidden second line, so the first line justifies */
    content: '';
    width: 100%;
    display: inline-block;
  }
  .list-inline-span > li {
    display: inline-block;
  }
}
.social-buttons {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}
.social-buttons > a {
  margin-right: 22.68px;
}
.social-buttons > a:last-child {
  margin-right: 0;
}
.social-buttons .copyright {
  margin-left: 8.82px;
}
.threaded-list {
  padding-left: 0;
  margin-bottom: 65px;
}
.threaded-list > li {
  list-style: none;
}
.threaded-list > li > .threaded-list {
  padding-left: 40px;
}
.threaded-list > li > .threaded-list > li {
  padding-left: 20px;
  border-left: 1px solid #e3e1df;
  list-style: none;
}
.threaded-list > li > .threaded-list-header,
.threaded-list > li > header {
  padding-left: 40px;
  margin-bottom: 15px;
}
.threaded-list > li > .threaded-list-header > .badge:empty,
.threaded-list > li > header > .badge:empty {
  float: left;
  margin-left: -40px;
}
.threaded-list > li > .threaded-list-header > h3,
.threaded-list > li > header > h3,
.threaded-list > li > .threaded-list-header > h4,
.threaded-list > li > header > h4,
.threaded-list > li > .threaded-list-header > h5,
.threaded-list > li > header > h5,
.threaded-list > li > .threaded-list-header > h6,
.threaded-list > li > header > h6 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.threaded-list > li > .threaded-list-header > h3,
.threaded-list > li > header > h3,
.threaded-list > li > .threaded-list-header > h4,
.threaded-list > li > header > h4,
.threaded-list > li > .threaded-list-header > h5,
.threaded-list > li > header > h5,
.threaded-list > li > .threaded-list-header > h6,
.threaded-list > li > header > h6,
button.threaded-list > li > .threaded-list-header > h3,
button.threaded-list > li > header > h3,
button.threaded-list > li > .threaded-list-header > h4,
button.threaded-list > li > header > h4,
button.threaded-list > li > .threaded-list-header > h5,
button.threaded-list > li > header > h5,
button.threaded-list > li > .threaded-list-header > h6,
button.threaded-list > li > header > h6,
.threaded-list > li > .threaded-list-header > h3 button,
.threaded-list > li > header > h3 button,
.threaded-list > li > .threaded-list-header > h4 button,
.threaded-list > li > header > h4 button,
.threaded-list > li > .threaded-list-header > h5 button,
.threaded-list > li > header > h5 button,
.threaded-list > li > .threaded-list-header > h6 button,
.threaded-list > li > header > h6 button {
  text-transform: uppercase;
}
.threaded-list > li > .threaded-list-header > time,
.threaded-list > li > header > time {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #aeadae;
}
.threaded-list > li > .threaded-list-header > time,
.threaded-list > li > header > time,
button.threaded-list > li > .threaded-list-header > time,
button.threaded-list > li > header > time,
.threaded-list > li > .threaded-list-header > time button,
.threaded-list > li > header > time button {
  text-transform: uppercase;
}
.threaded-list > li > .threaded-list-body p:last-child {
  margin-bottom: 0;
}
.threaded-list > li > .threaded-list-toggle {
  width: 16px;
  height: 16px;
  background-position: -103px -33px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .threaded-list > li > .threaded-list-toggle {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.threaded-list > li > .threaded-list-toggle.is-expanded {
  width: 16px;
  height: 16px;
  background-position: -124px -33px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .threaded-list > li > .threaded-list-toggle.is-expanded {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.threaded-list > li + li {
  margin-top: 40px;
}
.market-list {
  padding-left: 0;
}
.market-list > li {
  position: relative;
  padding-left: .9em;
  margin-bottom: 10px;
  list-style: none;
}
.market-list > li:before {
  display: block;
  content: '/';
  position: absolute;
  left: 0;
  font-weight: 300;
  color: #636868;
}
.market-list.inverse > li:before {
  color: #ffffff;
}
ol.big-numbers {
  counter-reset: big-numbers;
  margin-left: 0;
  padding-top: 0.3em;
  padding-left: 0;
}
ol.big-numbers > li {
  position: relative;
  margin: 0 0 1em 1.5em;
  padding: .2em .1em;
  list-style: none;
}
ol.big-numbers > li:before {
  content: counter(big-numbers);
  counter-increment: big-numbers;
  position: absolute;
  top: -0.3em;
  left: -0.7em;
  font-size: 222%;
  width: 1.35em;
  font-weight: 500;
  color: #000000;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-primary:hover {
  background-color: #333333;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #000000;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  background-color: #aeadae;
}
.btn-link:hover {
  color: #58b5e4;
  text-decoration: none;
}
.btn-row {
  margin: 0 -12px;
}
.btn-inverse {
  color: #00a0dd;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #00a0dd;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-inverse .badge {
  color: #ffffff;
  background-color: #00a0dd;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
}
.dl dt {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000000;
  margin-bottom: 6px;
}
.dl dt,
button.dl dt,
.dl dt button {
  text-transform: uppercase;
}
.dl dd {
  margin-bottom: 30px;
  line-height: 1.714;
  /* ~24px */
}
.dl-split dt {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000000;
  font-weight: 500;
}
.dl-split dt,
button.dl-split dt,
.dl-split dt button {
  text-transform: uppercase;
}
.dl-split dd {
  margin-bottom: 12px;
}
@media (min-width: 480px) {
  .dl-split dt {
    float: left;
    clear: left;
    text-align: left;
  }
  .dl-split dd {
    text-align: right;
  }
}
.dl-big > dt {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000000;
  margin-bottom: 12px;
}
.dl-big > dt,
button.dl-big > dt,
.dl-big > dt button {
  text-transform: uppercase;
}
.dl-big > dd {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 300;
  color: #636868;
  text-transform: uppercase;
}
.stacked-section .dl-big {
  margin-bottom: 0;
}
.stacked-section .dl-big > dd:last-child {
  margin-bottom: 0;
}
.metadatalist {
  text-transform: uppercase;
}
.metadatalist dt,
.metadatalist dd {
  display: inline;
}
.metadatalist dt {
  font-weight: 300;
  margin-right: 5px;
}
.metadatalist dt:before {
  content: ' / ';
  letter-spacing: 5px;
}
.metadatalist dt:first-child:before {
  content: '';
}
.metadatalist dt:after {
  content: ':';
}
.metadatalist dd {
  font-weight: 500;
  padding-right: 10px;
}
.metadatalist li {
  display: inline;
  padding: 5px 10px;
  border-right: 1px solid #aeadae;
}
.metadatalist li:first-child {
  padding-left: 0;
}
.metadatalist li:last-child {
  border-right: 0;
}
img.img-banner {
  width: 100%;
}
.img-fill {
  background: center center no-repeat;
  background-size: cover;
}
.img-fit {
  background: center center no-repeat;
  background-size: contain;
}
.stacked-section {
  margin-bottom: 60px;
}
.pagination-summary {
  float: left;
  margin: 20px 0;
  padding-right: 14px;
  line-height: 1;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0 7px;
  border: 0;
  border-left: 1px solid #636868;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  padding-left: 0;
  border-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  padding-right: 0;
}
.pager {
  text-align: left;
}
.pager li {
  display: inherit;
}
.pager > li {
  display: inline-block;
  white-space: nowrap;
}
.pager > li > a,
.pager > li > span {
  border: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pager > li.pager-select {
  min-width: 170px;
}
.pager form,
.pager .chosen-container {
  display: inline-block;
}
.navdrawer .navdrawer-content {
  position: fixed;
  top: 0;
  left: -254.92px;
  bottom: 0;
  width: 304.92px;
  max-width: 100%;
  padding: 60px 50px 0 36.54px;
  background: #00a0dd;
  color: #ffffff;
  z-index: 1080;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.navdrawer.navdrawer-hidden .navdrawer-content {
  left: -304.92px;
}
.navdrawer.is-open > .navdrawer-content {
  left: 0;
}
.navdrawer .navdrawer-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  cursor: pointer;
}
.navdrawer .navdrawer-toggle:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  content: ' ';
  width: 20px;
  height: 18px;
  background-position: -156px -63px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .navdrawer .navdrawer-toggle:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.navdrawer .navdrawer-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -10;
  background-color: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, z-index 0s 0.3s;
  transition: opacity 0.3s ease-out, z-index 0s 0.3s;
}
.navdrawer.is-open .navdrawer-content {
  left: 0;
  overflow-y: auto;
}
.navdrawer.is-open .navdrawer-mask {
  z-index: 1070;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out, z-index 0s 0s;
  transition: opacity 0.3s ease-out, z-index 0s 0s;
}
.navdrawer-logo {
  margin-bottom: 45px;
}
@media print {
  .navdrawer {
    display: none;
  }
}
.nav > li > a:active {
  outline: 0;
}
.nav-tabs {
  border-bottom-width: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.nav-tabs > li {
  margin-bottom: -5px;
  margin-right: 15px;
}
.nav-tabs > li > a {
  padding: 10px 0;
  margin-right: 15.24px;
  font-weight: 500;
  border-width: 0 0 5px 0;
}
.nav-tabs > li > a:hover {
  color: #58b5e4;
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs > li > a:active {
  border: none;
  outline: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000000;
  border-width: 0 0 5px 0;
  border-bottom-color: #000000;
  outline: none;
}
.nav-tabs .nav-aside {
  margin-right: 0;
}
.nav > .nav-aside {
  float: right;
  padding: 10px 0;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
.nav > .nav-aside a {
  padding: 0;
  margin: 0;
}
.nav-tabs-secondary {
  margin-bottom: 20px;
  background-color: #e3e1df;
  text-transform: uppercase;
}
.nav-tabs-secondary > li {
  float: left;
}
.nav-tabs-secondary > li a {
  padding: 5px 18.9px;
  color: #636868;
  font-size: 14px;
  font-weight: 500;
}
.nav-tabs-secondary > li a:hover {
  color: #000000;
}
.nav-tabs-secondary > li.active a,
.nav-tabs-secondary > li.active a:hover,
.nav-tabs-secondary > li.active a:focus {
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
}
.nav-tabs-secondary > li.disabled a,
.nav-tabs-secondary > li.disabled a:hover {
  background-color: #e3e1df;
  color: #aeadae;
}
.nav-tabs-secondary > li.nav-aside {
  padding: 5px 15px;
  color: #000000;
}
.nav-tabs-transparent {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.nav-tabs-transparent > li.active a,
.nav-tabs-transparent > li.active a:hover {
  color: #ffffff;
  background-color: transparent;
  border-bottom-color: #ffffff;
}
.nav-links {
  text-transform: capitalize;
  margin-bottom: 13px;
}
.nav-links > li {
  float: left;
  margin-right: 15px;
  font-size: 13px;
}
.nav-links > li > a {
  font-weight: 400;
  padding: 0 0 10px;
  margin-right: 22.68px;
  margin-bottom: 7px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 5px 0;
}
.nav-links > li > a:hover {
  color: #58b5e4;
  background-color: transparent;
}
.nav-links > li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '|';
}
.nav-links > li:last-child:after {
  content: '';
}
.nav-links > li.active > a {
  color: #000000;
  border-bottom-color: #000000;
}
.nav-links > li.nav-links-label {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-links > li.nav-links-label:after {
  position: static;
  content: ':';
}
.nav-links-compact > li {
  margin-right: 10px;
}
.nav-links-compact > li > a {
  margin-right: 10px;
}
.nav-categories {
  padding-left: 119.7px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.nav-categories > li {
  list-style: none;
  float: left;
}
.nav-categories > li:before {
  display: block;
  position: absolute;
  content: '/';
  top: 9px;
  left: -2px;
  color: #aeadae;
}
.nav-categories > li.nav-categories-label {
  margin-left: -119.7px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
}
.nav-categories > li.nav-categories-label:before {
  content: '';
}
.nav-categories > li.active,
.nav-categories > li.active a {
  color: #000000;
}
.nav-categories > li > a {
  padding: 9px 15.12px 1px;
}
.nav-categories > li > a:hover {
  background-color: transparent;
}
.nav-categories + .nav-categories {
  padding-top: 10px;
  border-top: 1px dotted #aeadae;
}
.nav-landing-page {
  margin-left: -20px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.nav-landing-page > li > a:hover {
  background: transparent;
}
.nav-landing-page > li .sprite {
  vertical-align: top;
}
.nav-landing-page .nav-landing-page-search {
  border-left: 1px solid #e3e1df;
  border-left-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .nav-landing-page {
    float: left;
    margin: 0 54.18px 40px 0;
    text-align: left;
    font-size: 16px;
  }
  .nav-landing-page > li {
    float: left;
  }
  .nav-landing-page > li > a {
    padding: 5px 10px;
  }
  .nav-landing-page > li:first-child > a {
    padding-left: 0;
  }
  .nav-landing-page > li:last-child > a {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .nav-landing-page {
    font-size: 18px;
  }
  .nav-landing-page > li > a {
    padding: 5px 20px;
  }
}
@media screen and (min-width: 1260px) {
  .nav-landing-page {
    font-size: 22px;
  }
}
.sitenav-main {
  padding: 0;
  list-style: none;
}
.sitenav-main > li {
  margin-bottom: 12px;
}
.sitenav-main > li,
.sitenav-main > li > a {
  font-size: 18px;
  font-weight: 300;
}
.sitenav-main > li > a {
  display: inline-block;
  color: #ffffff;
}
.sitenav-main .sitenav-highlighted-item {
  padding-top: 22px;
}
.sitenav-links + .sitenav-main,
.sitenav-main + .sitenav-main {
  padding-top: 12px;
  border-top: 1px dotted #80d0ee;
}
.sitenav-secondary {
  margin-bottom: 35px;
  padding: 10px 0 0;
  list-style: none;
}
.sitenav-secondary > li {
  margin-bottom: 10px;
}
.sitenav-secondary > li > a {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #ffffff;
}
.sitenav-secondary > li > a,
button.sitenav-secondary > li > a,
.sitenav-secondary > li > a button {
  text-transform: uppercase;
}
.sitenav-secondary > li > a:hover {
  color: #ffffff;
}
.sitenav-secondary-home > li > a {
  font-weight: 400;
}
.sitenav-links {
  padding: 0;
  list-style: none;
}
.sitenav-links > li {
  margin-bottom: 7px;
}
.sitenav-links > li:before {
  position: absolute;
  display: inline-block;
  content: '/';
  font-weight: 300;
}
.sitenav-links > li > a {
  padding-left: 20px;
  display: block;
  color: #ffffff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sitenav-links > li > a,
button.sitenav-links > li > a,
.sitenav-links > li > a button {
  text-transform: uppercase;
}
.sitenav-links.nav-inverse > li > a {
  color: #00a0dd;
}
.sitenav-links.nav-inverse > li > a:hover {
  color: #8dc7e9;
}
.nav-columns {
  padding-left: 0;
}
.nav-columns:before,
.nav-columns:after {
  content: " ";
  display: table;
}
.nav-columns:after {
  clear: both;
}
.nav-columns:before,
.nav-columns:after {
  content: " ";
  display: table;
}
.nav-columns:after {
  clear: both;
}
.nav-columns > li {
  list-style: none;
  float: left;
  padding-right: 34.02px;
  max-width: 33.3333%;
}
.nav-columns > li:last-child {
  padding-right: 0;
}
.nav-inverse {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.nav-inverse > li a,
.nav-inverse > li a:hover {
  color: #8dc7e9;
}
.nav-inverse > li.active a,
.nav-inverse > li.active a:hover {
  background-color: transparent;
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 15px 0px #a6a5a3;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #000000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text,
button.navbar-default .navbar-nav > li > a,
button.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a button,
.navbar-default .navbar-text button {
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #ffffff;
  border-right: 1px solid #e3e1df;
  border-left: 1px solid #e3e1df;
}
.navbar-default .navbar-nav .navbar-brand {
  text-transform: none;
}
a.navbar-default .navbar-nav .navbar-brand {
  color: #00a0dd;
}
.navbar-default .nav > li > a > .sprite-search-gray {
  margin: -2px 0;
}
.navbar-default .navbar-center {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 50px;
  text-align: center;
  white-space: nowrap;
}
.navbar-default .navbar-center > li {
  display: inline-block;
  float: none;
}
.navbar-default .navbar-center > li > a {
  padding: 10px 2px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .navbar-default .navbar-center > li > a {
    padding: 10px 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-center > li > a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.navbar-compact > li > a {
  padding: 10px;
}
.navbar-compact > li > a:hover {
  background-color: inherit;
}
.num-unit.num-dollar:before {
  content: '$';
}
.num-unit.num-euro:before {
  content: '\20AC';
}
.num-unit.num-pound:before {
  content: '\00A3';
}
.num-unit.num-percent:after {
  content: '%';
}
.num-signed.num-positive:before {
  content: '+';
}
.num-signed.num-negative:before {
  content: '-';
}
.num-signed.num-unit.num-dollar.num-positive:before {
  content: '+$';
}
.num-signed.num-unit.num-dollar.num-negative:before {
  content: '-$';
}
.num-signed.num-unit.num-euro.num-positive:before {
  content: "+\20AC";
}
.num-signed.num-unit.num-euro.num-negative:before {
  content: "-\20AC";
}
.num-signed.num-unit.num-pound.num-positive:before {
  content: "+\00A3";
}
.num-signed.num-unit.num-pound.num-negative:before {
  content: "-\00A3";
}
.num-colored.num-positive {
  color: #11b009;
}
.num-colored.num-negative {
  color: #c9001a;
}
.hr {
  border-top: 4px solid #e3e1df;
  margin-bottom: 30px;
}
.hr-dotted {
  border-top: 1px dotted #aeadae;
  margin: 0 0 40px;
}
.hr-solid {
  border-top: 1px solid #aeadae;
  margin: 0 0 40px;
}
.media > .pull-left {
  margin-right: 20px;
}
.media > .pull-right {
  margin-left: 20px;
}
.media .media-heading {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.media-callout {
  margin-top: 0;
  padding: 15px 0;
  border-top: 1px dotted #636868;
}
.media-callout:last-child {
  border-bottom: 1px dotted #636868;
}
.typeahead {
  position: relative;
  margin-bottom: 20px;
}
.typeahead .typeahead-input {
  position: relative;
}
.typeahead .typeahead-input input {
  width: 100%;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  padding: 8px 20px 6px;
  color: #00a0dd;
  border: 1px solid #00a0dd;
  outline: none;
}
.typeahead .typeahead-input input::-ms-clear {
  display: none;
}
.typeahead .typeahead-input button,
.typeahead .typeahead-input .typeahead-button,
.typeahead .typeahead-input .typeahead-clear {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border: 0;
  outline: none;
  background-color: transparent;
}
.typeahead .typeahead-input button,
.typeahead .typeahead-input .typeahead-button {
  right: 20px;
}
.typeahead .typeahead-input .typeahead-clear {
  right: 70px;
  display: none;
}
.typeahead .typeahead-drop {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.typeahead .typeahead-drop > .typeahead-results {
  overflow: auto;
  max-height: 415px;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar {
  background: transparent;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar:vertical,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar:vertical {
  width: 20px;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar:horizontal,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar:horizontal {
  height: 20px;
}
body.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar,
.typeahead .typeahead-drop > .typeahead-results body::-webkit-scrollbar {
  background: white;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-track,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-track {
  background: #cccccc;
  border: 0px solid white;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-track:vertical,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-track:vertical {
  border-width: 0px 9.5px;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-track:horizontal,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-track:horizontal {
  border-width: 9.5px 0px;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-track-piece,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-track-piece {
  background: transparent;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-thumb,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-style: solid;
  border-color: white;
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-thumb:vertical,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-thumb:vertical {
  border-width: 0 5px;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-thumb:horizontal,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-thumb:horizontal {
  border-width: 5px 0;
}
.typeahead .typeahead-drop > .typeahead-results::-webkit-scrollbar-thumb:hover,
.typeahead .typeahead-drop > .typeahead-results ::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}
.typeahead .typeahead-drop > .typeahead-help {
  padding: 0 0 5px 20px;
  text-transform: uppercase;
}
.typeahead .typeahead-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: opacity, top, right, bottom, left;
  transition-property: opacity, top, right, bottom, left;
}
.typeahead.is-focused .typeahead-mask,
.typeahead.is-active .typeahead-mask {
  z-index: 900;
}
.typeahead.is-focused .typeahead-input,
.typeahead.is-active .typeahead-input {
  z-index: 1000;
}
.typeahead.is-empty .typeahead-results {
  display: none;
}
.typeahead-default .typeahead-input input {
  text-transform: uppercase;
}
.typeahead-default .typeahead-input button,
.typeahead-default .typeahead-input .typeahead-button {
  text-indent: 99999px;
  width: 28px;
  height: 28px;
  background-position: -45px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .typeahead-default .typeahead-input button,
  .typeahead-default .typeahead-input .typeahead-button {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.typeahead-default .typeahead-drop {
  padding-right: 24px;
  border: 1px solid #00a0dd;
  border-width: 0 1px 1px;
}
.typeahead-default.is-focused .typeahead-mask {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.typeahead-default.is-focused .typeahead-input {
  z-index: 1000;
}
.typeahead-default.is-focused .typeahead-input .typeahead-clear {
  display: block;
  right: 70px;
  width: 28px;
  height: 28px;
  background-position: -103px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
  opacity: 0.6;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .typeahead-default.is-focused .typeahead-input .typeahead-clear {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.typeahead-default.is-focused .typeahead-drop {
  display: block;
}
.typeahead-default.is-focused .typeahead-drop .typeahead-results {
  margin-bottom: 20px;
}
.typeahead-default.is-focused .typeahead-help {
  display: block;
}
.typeahead-search .typeahead-input {
  border-bottom: 1px solid #aeadae;
}
.typeahead-search .typeahead-input input {
  padding: 8px 15.12px 12px;
  color: #00a0dd;
  border: 0;
  text-transform: none;
  font-size: 50px;
  font-weight: 300;
}
.typeahead-search .typeahead-input input b,
.typeahead-search .typeahead-input input strong {
  font-weight: 500;
}
.typeahead-search .typeahead-input ::-webkit-input-placeholder {
  color: #00a0dd;
  padding-left: 15.12px;
}
.typeahead-search .typeahead-input ::-moz-input-placeholder {
  color: #00a0dd;
  padding-left: 15.12px;
}
.typeahead-search .typeahead-input ::-ms-input-placeholder {
  color: #00a0dd;
  padding-left: 15.12px;
}
.typeahead-search .typeahead-input button,
.typeahead-search .typeahead-input .typeahead-button {
  right: 0;
  width: 40px;
  height: 40px;
  background-position: 0px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .typeahead-search .typeahead-input button,
  .typeahead-search .typeahead-input .typeahead-button {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.typeahead-search .typeahead-input button:after,
.typeahead-search .typeahead-input .typeahead-button:after {
  content: '';
}
.typeahead-search .typeahead-drop {
  border: 0;
}
.typeahead-search .typeahead-drop > .typeahead-results {
  border: 1px solid #e3e1df;
}
.typeahead-search .typeahead-drop > .typeahead-help {
  position: absolute;
  bottom: -40px;
  left: 20px;
  font-weight: 500;
  color: #000000;
  padding: 0;
  text-transform: none;
}
.typeahead-search.is-focused .typeahead-mask {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.typeahead-search.is-focused .typeahead-input {
  border: 0;
}
.typeahead-search.is-focused .typeahead-input button,
.typeahead-search.is-focused .typeahead-input .typeahead-button {
  display: none;
}
.typeahead-search.is-focused .typeahead-drop {
  display: block;
}
@media screen and (min-width: 768px) {
  .search-homepage-placeholder-box {
    width: 100%;
    height: 92px;
    margin-bottom: 40px;
  }
}
.typeahead-search-homepage {
  margin-bottom: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .typeahead-search-homepage {
    position: absolute;
    top: 65px;
    right: 8.1%;
    left: 57.4%;
    margin-bottom: 20px;
  }
}
.typeahead-search-homepage .typeahead-input input {
  background: transparent;
}
.typeahead-search-homepage .typeahead-input button {
  top: 40%;
}
.typeahead-search-homepage.is-focused {
  /* ignored state; behave same as default state */
}
.typeahead-search-homepage.is-focused .typeahead-mask {
  opacity: 0;
}
.typeahead-search-homepage.is-focused .typeahead-input {
  border-bottom: 1px solid #aeadae;
}
.typeahead-search-homepage.is-focused .typeahead-input button,
.typeahead-search-homepage.is-focused .typeahead-input .typeahead-button {
  display: block;
}
.typeahead-search-homepage.is-focused .typeahead-drop {
  display: none;
}
.typeahead-search-homepage.is-active {
  position: fixed;
  padding: 40px 8.3333%;
}
.typeahead-search-homepage.is-active .typeahead-mask {
  bottom: 0;
}
.typeahead-search-homepage.is-active .typeahead-input input {
  background: #ffffff;
}
.typeahead-search-homepage.is-active .typeahead-input button,
.typeahead-search-homepage.is-active .typeahead-input .typeahead-button {
  right: 20px;
}
.ie8 .typeahead-search-homepage {
  left: 52.3%;
}
.ie8 .typeahead-search-homepage .typeahead-input input {
  background: #fff;
  /* necessary for click to focus input */
}
.typeahead-search-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  padding: 40px 8.3333%;
  -webkit-transition: padding 0.3s ease-out, left 0.3s ease-out;
  transition: padding 0.3s ease-out, left 0.3s ease-out;
  overflow: hidden;
  margin-bottom: 0;
}
.typeahead-search-fullscreen .typeahead-mask {
  bottom: 100%;
  left: 100%;
}
.typeahead-search-fullscreen.is-focused .typeahead-mask,
.typeahead-search-fullscreen.is-active .typeahead-mask {
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.typeahead-search-fullscreen.is-focused,
.typeahead-search-fullscreen.is-active,
.typeahead-search-fullscreen.is-focused .typeahead-input,
.typeahead-search-fullscreen.is-active .typeahead-input,
.typeahead-search-fullscreen.is-focused .typeahead-drop,
.typeahead-search-fullscreen.is-active .typeahead-drop {
  z-index: 1060;
}
.typeahead-search-fullscreen .typeahead-drop,
.typeahead-search-homepage .typeahead-drop {
  left: 8.3333%;
  right: 8.3333%;
  width: auto;
}
.typeahead-search-fullscreen.is-focused,
.typeahead-search-fullscreen.is-active,
.typeahead-search-homepage.is-active {
  top: 0;
  right: 0;
  left: 0;
}
.typeahead-search-fullscreen.is-focused .typeahead-mask,
.typeahead-search-fullscreen.is-active .typeahead-mask,
.typeahead-search-homepage.is-active .typeahead-mask {
  opacity: 1;
}
.typeahead-search-fullscreen.is-focused .typeahead-input,
.typeahead-search-fullscreen.is-active .typeahead-input,
.typeahead-search-homepage.is-active .typeahead-input {
  border: 0;
}
.typeahead-search-fullscreen.is-focused .typeahead-input button,
.typeahead-search-fullscreen.is-active .typeahead-input button,
.typeahead-search-homepage.is-active .typeahead-input button,
.typeahead-search-fullscreen.is-focused .typeahead-input .typeahead-button,
.typeahead-search-fullscreen.is-active .typeahead-input .typeahead-button,
.typeahead-search-homepage.is-active .typeahead-input .typeahead-button {
  width: 28px;
  height: 28px;
  background-position: -103px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .typeahead-search-fullscreen.is-focused .typeahead-input button,
  .typeahead-search-fullscreen.is-active .typeahead-input button,
  .typeahead-search-homepage.is-active .typeahead-input button,
  .typeahead-search-fullscreen.is-focused .typeahead-input .typeahead-button,
  .typeahead-search-fullscreen.is-active .typeahead-input .typeahead-button,
  .typeahead-search-homepage.is-active .typeahead-input .typeahead-button {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.typeahead-search-fullscreen.is-focused .typeahead-input {
  border-bottom: 1px solid #e3e1df;
}
.typeahead-search-fullscreen.is-focused.is-active .typeahead-input {
  border-bottom: 0;
}
.typeahead-search-fullscreen.is-focused .typeahead-drop {
  display: none;
}
.typeahead-search-fullscreen.is-active .typeahead-drop,
.typeahead-search-homepage.is-active .typeahead-drop {
  display: block;
}
.selector {
  text-transform: uppercase;
  color: #aeadae;
}
.selector-large {
  font-size: 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 200;
  margin-bottom: 20px;
  width: 100%;
}
.option-category {
  font-size: 12px;
  line-height: 1em;
}
.suggestions {
  padding-top: 5px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.suggestions > li {
  position: relative;
}
.suggestions > li > a {
  padding: 6px 0 5px 20px;
  outline: none;
  cursor: default;
  display: block;
}
.suggestions > li > a[href] {
  cursor: pointer;
}
.suggestions > li > a:active {
  text-decoration: none;
}
.suggestions .suggestions-name,
.suggestions .suggestions-details {
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestions .suggestions-name .is-case-sensitive,
.suggestions .suggestions-details .is-case-sensitive {
  text-transform: none;
}
.suggestions .suggestions-name {
  font-size: 36px;
  line-height: 1;
  color: #00a0dd;
  font-weight: 300;
}
.suggestions .suggestions-name strong {
  font-weight: 400;
  color: #00a0dd;
}
.suggestions .suggestions-details {
  color: #aeadae;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
.suggestions .suggestions-details strong {
  font-weight: 700;
  color: #00a0dd;
}
.suggestions .suggestions-preview {
  position: absolute;
  right: 0;
  padding: 0 20px;
  width: 160px;
}
.suggestions .suggestions-preview + .suggestions-name {
  padding-right: 160px;
}
.suggestions > li.is-active > a[href],
.suggestions > li > a[href]:hover {
  background-color: #e3e1df;
}
.suggestions .suggestions-recent a {
  padding-right: 60px;
}
.suggestions .suggestions-recent a:after {
  content: ' ';
  position: absolute;
  right: 15px;
  margin-top: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-position: -156px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .suggestions .suggestions-recent a:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.suggestions .suggestions-recent .suggestions-preview {
  right: 60px;
}
.suggestions.is-highlighting .suggestions-name,
.suggestions.is-highlighting .suggestions-details {
  color: #aeadae;
}
.suggestions a:not([href]) .suggestions-name,
.suggestions a:not([href]) .suggestions-details {
  color: #000000;
}
.twitter-typeahead {
  width: 100%;
}
.tt-dropdown-menu {
  margin-top: -20px;
  left: 0;
  right: 0 !important;
  background-color: #ffffff;
}
.tt-suggestion {
  cursor: pointer;
}
.tt-hint,
.tt-input {
  padding: 5px 10px;
}
.tt-hint {
  border: 1px solid transparent;
}
.tt-input {
  color: #00a0dd;
  border: 1px solid #00a0dd;
  outline: 0;
}
.tt-input:focus {
  outline: 0;
}
.tt-cursor {
  background-color: #e3e1df;
}
/* Stop content editors from using table border, cellpadding, cellspacing attributes */
table {
  border: 0;
  clear: both;
}
table th,
table td {
  border: 0;
  padding: 0;
}
.table-data > thead,
.table-bigdata > thead,
.table-bordered > thead {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.table-data > thead > tr > td,
.table-bigdata > thead > tr > td,
.table-bordered > thead > tr > td,
.table-data > thead > tr > th,
.table-bigdata > thead > tr > th,
.table-bordered > thead > tr > th {
  font-size: 14px;
  line-height: 1.71428571;
  vertical-align: bottom;
  border-bottom: 0;
}
.table-data > thead > tr > td a,
.table-bigdata > thead > tr > td a,
.table-bordered > thead > tr > td a,
.table-data > thead > tr > th a,
.table-bigdata > thead > tr > th a,
.table-bordered > thead > tr > th a {
  color: #000000;
}
.table-data > tfoot > tr > td,
.table-bigdata > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
  font-weight: 500;
}
.table-data {
  /* Stopgap until fixed table headers are implemented */
}
.table-data > thead > tr > th,
.table-data > tbody > tr > th,
.table-data > tfoot > tr > th,
.table-data > thead > tr > td,
.table-data > tbody > tr > td,
.table-data > tfoot > tr > td {
  border-top: 1px dotted #aeadae;
  padding: 12px 8px;
}
@media print {
  .table-data > thead > tr > th,
  .table-data > tbody > tr > th,
  .table-data > tfoot > tr > th,
  .table-data > thead > tr > td,
  .table-data > tbody > tr > td,
  .table-data > tfoot > tr > td {
    padding: 3px 8px;
    font-size: 12px;
  }
}
.table-data > thead > tr > th:first-child,
.table-data > tbody > tr > th:first-child,
.table-data > tfoot > tr > th:first-child,
.table-data > thead > tr > td:first-child,
.table-data > tbody > tr > td:first-child,
.table-data > tfoot > tr > td:first-child {
  padding-left: 0;
}
.table-data tr.table-repeated-header {
  color: #000000;
}
.table-data tr.table-repeated-header > th {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.table-data > tbody > tr:last-child {
  border-bottom: 0;
}
.table-data > tbody + tbody {
  border-top: 0;
}
.table-data .table-data-heading-date {
  text-transform: uppercase;
}
.table-data .table-data-subheading {
  font-size: 20px;
}
.table-data .table-master-footer > td,
.table-data .table-master-footer > th {
  padding-top: 20px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 0;
}
.table-data.table-condensed > thead > tr > th,
.table-data.table-condensed > tbody > tr > th,
.table-data.table-condensed > tfoot > tr > th,
.table-data.table-condensed > thead > tr > td,
.table-data.table-condensed > tbody > tr > td,
.table-data.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-data tr.table-no-first-cell td:first-child,
.table-data tr.table-no-first-cell th:first-child {
  padding-left: 8px;
}
tr.table-preheading {
  color: #aeadae;
}
tr.table-preheading > td,
tr.table-preheading > th {
  text-align: center;
}
tr.is-highlighted {
  background: #e3e1df;
  font-weight: 500;
  color: #000000;
}
.table-data > thead tr.is-highlighted > th,
.table-data > tbody tr.is-highlighted > th,
.table-data > tfoot tr.is-highlighted > th,
.table-data > thead tr.is-highlighted > td,
.table-data > tbody tr.is-highlighted > td,
.table-data > tfoot tr.is-highlighted > td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.table .table-subheading > td,
.table .table-subheading > th {
  padding-top: 20px;
  color: #000000;
  border-top: 0;
  border-bottom: 4px solid #e3e1df;
  font-weight: 500;
  text-transform: uppercase;
}
.table-subfooter > td,
.table-subfooter > th {
  font-weight: 500;
  text-transform: uppercase;
}
.table-partitioned-2col td:nth-of-type(2n),
.table-partitioned-3col td:nth-of-type(3n) {
  border-right: 1px solid #aeadae;
}
.table-partitioned-2col td:nth-of-type(2n):last-child,
.table-partitioned-3col td:nth-of-type(3n):last-child {
  border-right: 0;
}
.table-partitioned {
  border-right: 1px solid #aeadae;
}
.table-align-left,
.table-align-left td,
.table-preheading .table-align-left {
  text-align: left;
}
.table-align-center,
.table-align-center td {
  text-align: center;
}
.table-align-right,
.table-align-right td,
.table-preheading .table-align-right {
  text-align: right;
}
table.table-valign-top > tbody > tr > td {
  vertical-align: top;
}
td.table-valign-top,
th.table-valign-top {
  vertical-align: top !important;
}
table.table-valign-middle > tbody > tr > td {
  vertical-align: middle;
}
td.table-valign-middle,
th.table-valign-middle {
  vertical-align: middle !important;
}
table.table-valign-bottom > tbody > tr > td {
  vertical-align: bottom;
}
td.table-valign-bottom,
th.table-valign-bottom {
  vertical-align: bottom !important;
}
.table-sort {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-sort-asc,
.table-sort-desc {
  position: relative;
}
.table-sort-asc:after,
.table-sort-desc:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.table-sort-asc:after {
  border-bottom: 5px solid #000000;
}
.table-sort-desc:after {
  border-top: 5px solid #000000;
}
.table-layout-fixed {
  table-layout: fixed;
}
.table-layout-header-col th:first-child {
  width: 33%;
}
.trading-hours {
  width: 100%;
  margin-bottom: 30px;
}
.trading-hours > thead > tr > th,
.trading-hours > thead > tr > td {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 12px;
}
.trading-hours > thead > tr > th:last-child,
.trading-hours > thead > tr > td:last-child {
  width: 4.9em;
}
.trading-hours > tbody > tr > th,
.trading-hours > tbody > tr > td {
  border-top: 0;
  vertical-align: top;
  padding-bottom: 18px;
}
.trading-hours > tbody > tr > th {
  width: 47.61%;
  padding-right: 3.22%;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}
.trading-hours > tbody > tr > td:nth-child(2) {
  padding-right: 6%;
  padding-left: 7.56px;
}
.trading-hours > tbody > tr:last-child > th,
.trading-hours > tbody > tr:last-child > td {
  padding-bottom: 0;
}
.table-bigdata {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
}
.table-bigdata a {
  font-weight: 300;
}
.table-bigdata small,
.table-bigdata .small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
}
.table-bigdata > thead > tr > th,
.table-bigdata > thead > tr > td {
  padding: 0;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.table-bigdata > tbody > tr > th {
  padding: 0 0 15px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.table-bigdata > tbody > tr > th {
  font-size: 14px;
  line-height: 1.71428571;
  vertical-align: bottom;
  border: 0;
}
.table-bigdata > tbody > tr > td {
  border-top: 1px dotted #aeadae;
  padding: 14px 5px;
}
.table-bigdata > tbody > tr > td:first-child {
  padding-left: 0;
}
.table-bigdata > tbody > tr > td:last-child {
  width: 1%;
  /* pushes final column to the right */
  padding-right: 0;
}
.table-bigdata > tbody > tr > td:nth-child(1):nth-last-child(5) {
  width: 34%;
}
.table-bigdata > tbody > tr > td:nth-child(2):nth-last-child(4) {
  width: 24%;
}
.table-bigdata > tbody > tr > td:nth-child(3):nth-last-child(3) {
  width: 20%;
}
.table-bigdata > tbody > tr > td:nth-child(4):nth-last-child(2) {
  width: 15%;
}
.table-bigdata > tbody > tr > td:nth-child(5):nth-last-child(1) {
  width: 7%;
}
.table-bigdata > tbody > tr > td[colspan] {
  width: auto;
}
.table-bigdata > tbody > tr.table-bigdata-detail > td {
  border-top: 0;
  padding: 0;
}
.table-bigdata > tbody > tr:first-child > th,
.table-bigdata > tbody > tr:first-child > td {
  border-top: 0;
}
.table-bigdata > tbody > tr.is-selected > th,
.table-bigdata > tbody > tr.is-selected > td,
.table-bigdata > tbody > tr.is-selected > th a,
.table-bigdata > tbody > tr.is-selected > td a {
  color: #000000;
  font-weight: 500;
}
.table-bigdata tbody + tbody {
  border-top: 1px dotted #aeadae;
}
.table-bigdata .sprite {
  margin-right: 21.42px;
  margin-bottom: 4px;
}
.table-compact > thead > tr > th,
.table-compact > tbody > tr > th,
.table-compact > thead > tr > td,
.table-compact > tbody > tr > td {
  padding: 2px;
  border-top: 0;
}
.table-compact > tbody > tr > th {
  text-transform: uppercase;
}
.table-borderless {
  border: 0;
}
.table-borderless > tbody > tr,
.table-borderless > thead > tr,
.table-borderless > tfoot > tr {
  border: 0;
}
.table-borderless > tbody > tr > td,
.table-borderless > thead > tr > td,
.table-borderless > tfoot > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > thead > tr > th,
.table-borderless > tfoot > tr > th {
  border: 0;
  padding: 5px;
}
.table-borderless > tbody > tr th,
.table-borderless > thead > tr th,
.table-borderless > tfoot > tr th {
  text-transform: uppercase;
}
.chart {
  margin-bottom: 40px;
}
.table-inverse {
  color: #ffffff;
}
.table-inverse > thead > tr > th,
.table-inverse > thead > tr > td {
  color: #ffffff;
}
.table-inverse a {
  color: #ffffff;
}
.landing-tagline {
  font-weight: 400;
  color: #000000;
  margin-bottom: 40px;
}
.page-header {
  margin: 0 0 22px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ccc;
  color: #000000;
}
.page-header,
.page-header h1,
.page-header h2,
.page-header h3 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.page-header .is-case-sensitive,
.page-header h1 .is-case-sensitive,
.page-header h2 .is-case-sensitive,
.page-header h3 .is-case-sensitive {
  text-transform: none;
}
.page-header h1,
.page-header h2,
.page-header h3 {
  margin: 0;
  padding: 0;
}
.page-header .page-header-search {
  padding: 2px 6px 3px;
  float: right;
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  background-position: 0px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .page-header .page-header-search {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.page-header-parent {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.secondary-header {
  margin-top: 0;
  margin-bottom: 8px;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.42857143;
}
.section-header {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  border-bottom: 1px solid #aeadae;
}
.section-header small,
.section-header .small {
  float: right;
  margin-top: 6px;
  color: #636868;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.subheader {
  margin-bottom: 13px;
  color: #000000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.subheader,
button.subheader,
.subheader button {
  text-transform: uppercase;
}
.subheader .subheader-aside {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
  font-weight: 400;
}
.subheader .subheader-aside:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  content: '/';
}
.secondary-subheader {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 6px;
}
.lead {
  font-size: 36px;
  font-weight: 300;
  color: #636868;
}
.hr + .shortbody {
  margin-top: -18px;
}
.standalone-link {
  display: inline-block;
  padding-top: 2px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.standalone-link,
button.standalone-link,
.standalone-link button {
  text-transform: uppercase;
}
.standalone-link .sprite {
  vertical-align: baseline;
}
.sublabel {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #000000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 35px;
}
.sublabel,
button.sublabel,
.sublabel button {
  text-transform: uppercase;
}
.table-footnote,
.disclaimer {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.table-footnote.inverse,
.disclaimer.inverse {
  color: #aeadae;
}
.table-footnote a,
.disclaimer a {
  font-weight: 400;
}
.search-result-count {
  float: right;
  margin-top: 0;
  margin-bottom: 10px;
  color: #aeadae;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
}
.inverse {
  color: #ffffff;
}
.inverse a {
  color: #ffffff;
}
.headline {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}
.headline a.headline-link {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.headline a.headline-link,
button.headline a.headline-link,
.headline a.headline-link button {
  text-transform: uppercase;
}
.inverse-reveal {
  margin: 0 -10px;
  padding: 5px 10px 0;
  -webkit-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.inverse-reveal:hover {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
p a:after {
  margin-left: 2px;
}
p > a[href$=".pdf"]:after {
  content: '[PDF]';
}
p > a[href$=".csv"]:after {
  content: '[CSV]';
}
p > a[href$=".xls"]:after,
p > a[href$=".xlsx"]:after {
  content: '[XLS]';
}
p > a[href$=".doc"]:after,
p > a[href$=".docx"]:after {
  content: '[DOC]';
}
p > a[href$=".ppt"]:after,
p > a[href$=".pptx"]:after {
  content: '[PPT]';
}
p > a[href$=".zip"]:after {
  content: '[ZIP]';
}
p > a[href$=".exe"]:after {
  content: '[EXE]';
}
.no-extension a[href]:after,
a[href].no-extension:after {
  content: '';
}
.alert {
  font-weight: 500;
}
.alert-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 33px;
}
.alert-fixed-top + .navbar-fixed-top {
  top: 33px;
}
.alert-container,
.alert-fixed-top {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1041;
}
.alert-container.alert,
.alert-fixed-top.alert,
.alert-container > .alert,
.alert-fixed-top > .alert {
  padding: 5px 8.3333%;
}
.alert-container > .alert,
.alert-fixed-top > .alert {
  margin-bottom: 0;
}
.alert-business {
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #ffffff;
  background-color: #cc1219;
  text-align: center;
}
.alert-business a {
  display: block;
  color: #ffffff;
}
.alert-business-fixed {
  position: absolute;
  top: 0;
  right: 8.3333%;
  z-index: 1040;
}
.alert-business-fixed.is-under-navbar {
  top: 40px;
}
.alert-business-fixed > .alert-business {
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .alert-business-fixed {
    position: fixed;
  }
}
.datepicker-control,
.form .datepicker-control {
  padding: 5px 22px 5px 12px;
  height: auto;
  /* makes class compatible with form-control */
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  border: 1px solid #00a0dd;
  color: #000000;
  background: #ffffff url(../images/calendar-1x.png) no-repeat 98% center;
  -webkit-transition: none;
  transition: none;
}
.datepicker-control:focus,
.form .datepicker-control:focus,
.datepicker-control.focus,
.form .datepicker-control.focus,
.datepicker-control:focus:hover,
.form .datepicker-control:focus:hover {
  background-color: #ffffff;
  color: #00a0dd;
  border: 1px solid #00a0dd;
  background-image: none;
  padding-right: 12px;
}
.datepicker-control:hover,
.form .datepicker-control:hover {
  background-color: #e3e1df;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .datepicker-control,
  .form .datepicker-control {
    background-image: url(../images/calendar-2x.png);
    background-size: 22px;
  }
}
/* jQuery UI popup */
.ui-datepicker {
  width: 20em;
  display: none;
  background: #ffffff;
  margin-top: -1px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5px 0;
  background-color: #ffffff;
  color: #00a0dd;
  border: 1px solid #00a0dd;
  border-bottom-width: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 6px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 1px solid #00a0dd;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  color: #000000;
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker td > a.ui-state-default {
  border: 1px solid transparent;
}
.ui-datepicker td > a.ui-state-default:hover {
  background-color: #e3e1df;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 5px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: 5px 15px;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker td > a.ui-state-active {
  color: #00a0dd;
}
.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-state-disabled span {
  color: #aeadae;
}
.ui-datepicker .ui-state-disabled.ui-corner-all {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-icon {
  text-indent: -9999px;
}
.ui-icon.ui-icon-circle-triangle-e {
  width: 6px;
  height: 10px;
  background-position: -78px -25px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ui-icon.ui-icon-circle-triangle-e {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.ui-icon.ui-icon-circle-triangle-w {
  width: 6px;
  height: 10px;
  background-position: -89px -25px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ui-icon.ui-icon-circle-triangle-w {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.ui-icon:hover {
  opacity: 0.85;
}
.datepicker {
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #00a0dd;
  min-width: 280px;
}
.datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.datepicker table > thead > tr > th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.datepicker table > thead > tr .prev,
.datepicker table > thead > tr .datepicker-switch,
.datepicker table > thead > tr .next {
  color: #636868;
  font-weight: 300;
  cursor: pointer;
}
.datepicker table > thead > tr .prev,
.datepicker table > thead > tr .next {
  position: relative;
  color: transparent;
  display: block;
  /* allows abs. positioning of :after in firefox */
  margin-bottom: -1px;
  /* fixes bottom border position in chrome */
}
.datepicker table > thead > tr .prev:after,
.datepicker table > thead > tr .next:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -3px;
}
.datepicker table > thead > tr .prev:after {
  width: 6px;
  height: 10px;
  background-position: -89px -25px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .datepicker table > thead > tr .prev:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.datepicker table > thead > tr .next:after {
  width: 6px;
  height: 10px;
  background-position: -78px -25px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .datepicker table > thead > tr .next:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.datepicker table > thead > tr .datepicker-switch {
  text-transform: none;
}
.datepicker table > thead > tr:first-child > th {
  border-bottom: 1px solid #00a0dd;
}
.datepicker .datepicker-days tbody > tr > td,
.datepicker .datepicker-months td > span,
.datepicker .datepicker-years td > span {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  font-weight: 500;
}
.datepicker .datepicker-days tbody > tr > td:hover,
.datepicker .datepicker-months td > span:hover,
.datepicker .datepicker-years td > span:hover {
  background-color: #e3e1df;
}
.datepicker .datepicker-days tbody > tr > td.active,
.datepicker .datepicker-months td > span.active,
.datepicker .datepicker-years td > span.active {
  color: #00a0dd;
}
.datepicker .datepicker-days tbody > tr > td.new,
.datepicker .datepicker-months td > span.new,
.datepicker .datepicker-years td > span.new {
  color: #636868;
}
.datepicker .datepicker-days tbody > tr > td.disabled,
.datepicker .datepicker-months td > span.disabled,
.datepicker .datepicker-years td > span.disabled {
  cursor: default;
  color: #aeadae;
  font-weight: 400;
}
.datepicker .datepicker-days tbody > tr > td.disabled:hover,
.datepicker .datepicker-months td > span.disabled:hover,
.datepicker .datepicker-years td > span.disabled:hover {
  background-color: transparent;
}
.datepicker .datepicker-months table,
.datepicker .datepicker-years table {
  width: 280px;
}
.datepicker .datepicker-months table td > span,
.datepicker .datepicker-years table td > span {
  float: left;
  width: 25%;
  height: 50px;
  line-height: 40px;
}
.datepicker-dropdown {
  padding: 0;
  z-index: 1000 !important;
}
.ie8 .datepicker table .thead .prev,
.ie8 .datepicker table .thead .next {
  font-size: 0;
  color: #ffffff;
}
.collapsible-section {
  position: relative;
  border-bottom: 1px dotted #aeadae;
  padding: 20px 0 10px;
  min-height: 95px;
}
.collapsible-section .collapsible-section-header {
  margin: 0 0 8px;
  padding: 10px 36px 10px 0;
  min-height: 44px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.collapsible-section .collapsible-section-header:after {
  display: block;
  position: absolute;
  top: 32px;
  right: 0px;
  z-index: -1;
  height: 32px;
  width: 32px;
  width: 36px;
  height: 34px;
  background-position: -191px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
  content: ' ';
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .collapsible-section .collapsible-section-header:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.collapsible-section .collapsible-section-collapsed-content,
.collapsible-section .collapsible-section-expanded-content {
  margin-bottom: 10px;
}
.collapsible-section .collapsible-section-collapsed-content {
  display: block;
}
.collapsible-section .collapsible-section-expanded-content {
  display: none;
}
.collapsible-section.is-expanded .collapsible-section-header:after,
.collapsible-section .is-expanded .collapsible-section-header:after {
  width: 36px;
  height: 34px;
  background-position: -191px -39px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .collapsible-section.is-expanded .collapsible-section-header:after,
  .collapsible-section .is-expanded .collapsible-section-header:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.collapsible-section.is-empty .collapsible-section-header,
.collapsible-section .is-empty .collapsible-section-header {
  cursor: default;
}
.collapsible-section.is-empty .collapsible-section-header:after,
.collapsible-section .is-empty .collapsible-section-header:after {
  display: none;
}
.collapsible-section:first-of-type {
  border-top: 1px dotted #aeadae;
}
.collapsible-section:last-of-type {
  margin-bottom: 20px;
}
.true-grid-2 .collapsible-section-expanded-content {
  padding-right: 50%;
}
.true-grid-3 .collapsible-section-expanded-content {
  padding-right: 33.33333333%;
}
.true-grid-4 .collapsible-section-expanded-content {
  padding-right: 25%;
}
.true-grid-5 .collapsible-section-expanded-content {
  padding-right: 20%;
}
.true-grid-6 .collapsible-section-expanded-content {
  padding-right: 16.66666667%;
}
.true-grid-7 .collapsible-section-expanded-content {
  padding-right: 14.28571429%;
}
.true-grid-8 .collapsible-section-expanded-content {
  padding-right: 12.5%;
}
.true-grid-9 .collapsible-section-expanded-content {
  padding-right: 11.11111111%;
}
.true-grid-10 .collapsible-section-expanded-content {
  padding-right: 10%;
}
.true-grid-11 .collapsible-section-expanded-content {
  padding-right: 9.09090909%;
}
.true-grid-12 .collapsible-section-expanded-content {
  padding-right: 8.33333333%;
}
.scrollbar::-webkit-scrollbar,
.scrollbar ::-webkit-scrollbar {
  background: transparent;
}
.scrollbar::-webkit-scrollbar:vertical,
.scrollbar ::-webkit-scrollbar:vertical {
  width: 20px;
}
.scrollbar::-webkit-scrollbar:horizontal,
.scrollbar ::-webkit-scrollbar:horizontal {
  height: 20px;
}
body.scrollbar::-webkit-scrollbar,
.scrollbar body::-webkit-scrollbar {
  background: white;
}
.scrollbar::-webkit-scrollbar-track,
.scrollbar ::-webkit-scrollbar-track {
  background: #cccccc;
  border: 0px solid white;
}
.scrollbar::-webkit-scrollbar-track:vertical,
.scrollbar ::-webkit-scrollbar-track:vertical {
  border-width: 0px 9.5px;
}
.scrollbar::-webkit-scrollbar-track:horizontal,
.scrollbar ::-webkit-scrollbar-track:horizontal {
  border-width: 9.5px 0px;
}
.scrollbar::-webkit-scrollbar-track-piece,
.scrollbar ::-webkit-scrollbar-track-piece {
  background: transparent;
}
.scrollbar::-webkit-scrollbar-thumb,
.scrollbar ::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-style: solid;
  border-color: white;
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.scrollbar::-webkit-scrollbar-thumb:vertical,
.scrollbar ::-webkit-scrollbar-thumb:vertical {
  border-width: 0 5px;
}
.scrollbar::-webkit-scrollbar-thumb:horizontal,
.scrollbar ::-webkit-scrollbar-thumb:horizontal {
  border-width: 5px 0;
}
.scrollbar::-webkit-scrollbar-thumb:hover,
.scrollbar ::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}
.scrollbar-wide::-webkit-scrollbar:vertical,
.scrollbar-wide ::-webkit-scrollbar:vertical {
  width: 47.8px;
}
.scrollbar-wide::-webkit-scrollbar:horizontal,
.scrollbar-wide ::-webkit-scrollbar:horizontal {
  height: 47.8px;
}
.scrollbar-wide::-webkit-scrollbar-track:vertical,
.scrollbar-wide ::-webkit-scrollbar-track:vertical {
  border-width: 0px 23.4px;
}
.scrollbar-wide::-webkit-scrollbar-track:horizontal,
.scrollbar-wide ::-webkit-scrollbar-track:horizontal {
  border-width: 23.4px 0;
}
.scrollbar-wide::-webkit-scrollbar-thumb:vertical,
.scrollbar-wide ::-webkit-scrollbar-thumb:vertical {
  border-width: 0 18.9px;
}
.scrollbar-wide::-webkit-scrollbar-thumb:horizontal,
.scrollbar-wide ::-webkit-scrollbar-thumb:horizontal {
  border-width: 18.9px 0;
}
.callout-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.callout-row:first-child {
  padding-top: 20px;
}
.callout-row:first-child:before {
  position: relative;
  bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  border-top: 1px dotted #aeadae;
}
.callout-row:after {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  border-bottom: 1px dotted #aeadae;
}
.callout {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .callout {
    float: left;
  }
  .callout.callout-full {
    width: 100%;
  }
  .callout.callout-half {
    width: 50%;
    padding-left: 23.31px;
    padding-right: 23.31px;
  }
  .callout.callout-third {
    width: 33.333%;
    padding-left: 19.53px;
    padding-right: 19.53px;
  }
  .callout.callout-third:first-child {
    padding-right: 29.53px;
  }
  .callout.callout-third:last-child {
    padding-left: 29.53px;
  }
  .callout.callout-quarter {
    width: 25%;
    padding-left: 15.75px;
    padding-right: 15.75px;
  }
  .callout.callout-quarter:first-child {
    padding-right: 20.5px;
  }
  .callout.callout-quarter:last-child {
    padding-left: 20.5px;
  }
  .callout:first-child {
    padding-left: 10px;
  }
  .callout:last-child {
    padding-right: 10px;
  }
}
.callout img {
  margin-bottom: 20px;
}
.callout-landing-row {
  clear: both;
  border: 1px solid #a2a6a8;
  border-width: 1px 0;
}
.callout-landing-row:before,
.callout-landing-row:after {
  content: " ";
  display: table;
}
.callout-landing-row:after {
  clear: both;
}
.callout-landing-row:before,
.callout-landing-row:after {
  content: " ";
  display: table;
}
.callout-landing-row:after {
  clear: both;
}
.callout-landing {
  float: none;
  display: table;
  width: 100%;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #a2a6a8;
  font-size: 18px;
  font-weight: 300;
}
.callout-landing:before,
.callout-landing:after {
  content: " ";
  display: table;
}
.callout-landing:after {
  clear: both;
}
.callout-landing:before,
.callout-landing:after {
  content: " ";
  display: table;
}
.callout-landing:after {
  clear: both;
}
.callout-landing:first-child {
  padding-left: 0;
}
.callout-landing:first-child .callout-content {
  float: left;
}
.callout-landing:nth-child(2) .callout-content {
  float: left;
}
.callout-landing:last-child {
  border: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .callout-landing {
    float: left;
    clear: none;
    padding: 80px 10px 0 ;
    width: 33.333%;
    height: 300px;
    border-right: 1px solid #a2a6a8;
    border-bottom: 0;
  }
  .callout-landing:first-child {
    width: 29.7%;
    padding: 80px 10px 0 0;
    border-width: 1px 1px 1px 0;
  }
  .callout-landing:nth-child(2) {
    width: 30.4%;
    padding: 80px 10px 0 4.08%;
  }
  .callout-landing:last-child {
    width: 39.4%;
    padding: 80px 10px 0 1.9167%;
    border-right: 0;
  }
}
.label {
  border-radius: 0;
  text-transform: none;
}
.badge-info:empty,
.badge-success:empty,
.badge-warning:empty,
.badge-danger:empty {
  display: inline-block;
  padding: 3px 8px;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-info::before {
  content: 'i ';
}
.badge-success {
  background-color: #11b009;
}
.badge-success::before {
  content: "\2713";
}
.badge-success:empty {
  padding: 3px 5px;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-warning::before {
  content: '! ';
}
.badge-danger {
  background-color: #c9001a;
}
.badge-danger::before {
  content: '! ';
}
@media screen and (min-width: 992px) {
  .modal-default .modal-dialog {
    margin-top: 85px;
    width: 39.1%;
    max-width: 1050px;
  }
  .modal-default .modal-dialog.modal-sm {
    width: 33.333%;
  }
  .modal-default .modal-dialog.modal-lg {
    width: 66.667%;
  }
}
.modal-default .modal-content {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.modal-default .modal-header,
.modal-default .modal-body,
.modal-default .modal-footer {
  background: #ffffff;
}
.modal-default .modal-header {
  margin-right: 91px;
  margin-bottom: -1px;
  /* fix 1px gap */
  min-height: 92px;
  padding: 17px 0 0 50.4px;
  overflow: hidden;
}
.modal-default .modal-header .close {
  position: absolute;
  top: 2px;
  right: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  /* fix bootstrap.js bug in firefox: */
  height: 60px;
  width: 60px;
  z-index: 1;
  /* end firefox fix */
}
.modal-default .modal-header .close:before,
.modal-default .modal-header .close:after {
  display: block;
  position: absolute;
  top: 0;
}
.modal-default .modal-header .close:before {
  content: ' ';
  top: 0;
  right: 0;
  border-top: 76px solid #000000;
  border-left: 76px solid transparent;
}
.modal-default .modal-header .close:after {
  color: #ffffff;
  content: "\00D7";
  font-weight: 300;
  top: 0;
  right: 0;
  font-size: 26px;
  width: 76px;
  height: 76px;
  cursor: pointer;
  z-index: 1100;
  text-align: right;
  text-indent: 0;
  /* fixes ie8 */
  padding: 7px 14px 0 0;
}
.modal-default .modal-header .modal-title {
  font-size: 50px;
  font-weight: 300;
  color: #000000;
}
.modal-default .modal-header .modal-title b,
.modal-default .modal-header .modal-title strong {
  font-weight: 500;
}
.modal-default .modal-header:before {
  /* white triangle opposite black close button triangle */
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  border-bottom: 91px solid #ffffff;
  border-right: 92px solid transparent;
}
.modal-default .modal-header:after {
  content: '';
  position: absolute;
  top: 91px;
  right: 0;
  bottom: 0;
  width: 91px;
  background: #fff;
  z-index: -1;
}
.modal-default .modal-body {
  position: relative;
  padding: 10px 50.4px;
  color: #636868;
}
.modal-default .modal-footer {
  position: relative;
  margin-top: 0;
  padding: 25px 50.4px 10px;
  border-top: 0;
}
.modal-default .modal-body:before,
.modal-default .modal-footer:before {
  display: block;
  position: absolute;
  top: 0;
  right: 50.4px;
  left: 50.4px;
  content: ' ';
  border-top: 1px dotted #636868;
}
.ie8 .modal-default .modal-header .close {
  width: 91px;
  height: 91px;
  text-indent: 1000px;
}
.modal-simple {
  display: none;
  position: fixed;
  top: 10%;
  right: 10%;
  bottom: 100px;
  left: 10%;
  padding: 20px 20px;
  background-color: #ffffff;
  border: 1px solid #00a0dd;
  border-bottom: 0;
  z-index: 1100;
  overflow: auto;
}
.modal-simple::-webkit-scrollbar,
.modal-simple ::-webkit-scrollbar {
  background: transparent;
}
.modal-simple::-webkit-scrollbar:vertical,
.modal-simple ::-webkit-scrollbar:vertical {
  width: 20px;
}
.modal-simple::-webkit-scrollbar:horizontal,
.modal-simple ::-webkit-scrollbar:horizontal {
  height: 20px;
}
body.modal-simple::-webkit-scrollbar,
.modal-simple body::-webkit-scrollbar {
  background: white;
}
.modal-simple::-webkit-scrollbar-track,
.modal-simple ::-webkit-scrollbar-track {
  background: #cccccc;
  border: 0px solid white;
}
.modal-simple::-webkit-scrollbar-track:vertical,
.modal-simple ::-webkit-scrollbar-track:vertical {
  border-width: 0px 9.5px;
}
.modal-simple::-webkit-scrollbar-track:horizontal,
.modal-simple ::-webkit-scrollbar-track:horizontal {
  border-width: 9.5px 0px;
}
.modal-simple::-webkit-scrollbar-track-piece,
.modal-simple ::-webkit-scrollbar-track-piece {
  background: transparent;
}
.modal-simple::-webkit-scrollbar-thumb,
.modal-simple ::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-style: solid;
  border-color: white;
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.modal-simple::-webkit-scrollbar-thumb:vertical,
.modal-simple ::-webkit-scrollbar-thumb:vertical {
  border-width: 0 5px;
}
.modal-simple::-webkit-scrollbar-thumb:horizontal,
.modal-simple ::-webkit-scrollbar-thumb:horizontal {
  border-width: 5px 0;
}
.modal-simple::-webkit-scrollbar-thumb:hover,
.modal-simple ::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}
.modal-simple.in {
  display: block;
}
.modal-simple:after {
  display: block;
  content: '';
  position: fixed;
  right: 10%;
  bottom: 45px;
  left: 10%;
  height: 55px;
  background-color: #ffffff;
  border: 1px solid #00a0dd;
  border-top: 0;
}
.modal-simple .modal-close {
  position: fixed;
  right: 10%;
  bottom: 45px;
  margin-right: 20px;
  margin-bottom: 10px;
  z-index: 1101;
}
.modal-video {
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  border-radius: 5px;
}
.modal-video .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.modal-video .modal-dialog .modal-content {
  height: 100%;
  padding-top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-video .modal-dialog .modal-content > .close,
.modal-video .modal-dialog .modal-content .modal-header > .close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1.0;
  z-index: 1100;
}
.modal-video .modal-dialog .modal-content .modal-body {
  padding: 20px 80px 0;
}
.modal-video video.video {
  position: static !important;
  max-width: 100%;
  max-height: 99%;
}
.modal-video .oo_controls_wrap {
  position: static !important;
}
.landing-page {
  position: relative;
  padding: 10px;
}
.landing-page .landing-header img {
  width: 100%;
  max-height: 150px;
}
@media screen and (min-width: 992px) {
  .landing-page {
    padding: 120px 8.3333%;
  }
  .landing-header {
    margin-bottom: 30px;
  }
}
.ice-home-data {
  background-color: #ffffff;
}
.ie8 .ice-home-data {
  position: relative;
  left: -10%;
}
.ice-home-fullpage-video {
  background-color: #00609c;
}
.ie8 .ice-home-fullpage-video {
  max-width: 75%;
}
.nyse-home-menu {
  background-color: #002f6d;
  background-color: rgba(0, 47, 109, 0.7);
}
@media screen and (min-width: 768px) {
  .nyse-home-menu {
    padding: 65px 100px 25px;
  }
}
.ie8 .nyse-home-menu {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#b3002f6d', endColorstr='#b3002f6d');
}
.nyse-home-headline {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .nyse-home-headline {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), transparent 30%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent 30%);
  }
  .nyse-home-headline .nyse-home-bell {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
  }
  .nyse-home-headline .nyse-home-bell > a {
    padding: 10px;
  }
}
.header {
  margin-left: 50px;
  padding: 20px 10px;
  border-bottom: 1px solid #c5ced0;
  color: #636868;
}
.header a {
  color: #636868;
  font-weight: 400;
}
@media (max-width: 767px) {
  .header .header-menu {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-menu {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .header {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
}
.header-logos img {
  vertical-align: bottom;
}
.footer {
  margin-left: 50px;
  padding: 10px;
  border-top: 1px solid #c5ced0;
  color: #636868;
}
@media screen and (min-width: 768px) {
  .footer {
    position: absolute;
    /* force new stacking context so it appears above the sidenav */
    bottom: 0;
    width: 100%;
    height: 183px;
    margin: 0;
    padding: 32px 8.3333% 20px;
    background: #ffffff;
  }
  .footer .footer-rule {
    margin-bottom: 10px;
    border-top: 1px solid #c5ced0;
  }
  .footer a {
    color: #636868;
    font-weight: 400;
  }
  .footer .footer-icon {
    margin: 0 10px;
    vertical-align: text-bottom;
  }
  .footer .footer-icon:last-child {
    margin-right: 0;
  }
  .container .footer,
  .container-fluid .footer {
    margin: 0 10px;
  }
  .ie8 .footer {
    position: static;
  }
}
.l-video-fullscreen video {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  width: auto !important;
  height: auto !important;
}
.l-video-fullscreen .oo_end_screen {
  background-size: cover !important;
}
.l-video-fullscreen .oo_replay {
  display: none;
}
.l-video-fullscreen .oo_spinner {
  display: none;
}
.l-video-fullscreen .oo_controls {
  display: none !important;
}
.l-video-fullscreen table {
  /* Missing flash plugin displays error message in a table */
  display: none;
}
[id^="ooyalaplayer"] > div,
.ooyala-video > div,
#playerContainer > div {
  z-index: 500 !important;
}
.ooyala-video {
  width: 100%;
  height: 500px;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.background-video > div {
  height: 100%;
  width: 100%;
}
.background-video video {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  height: auto !important;
}
.background-video .oo_controls_wrap {
  display: none;
}
.news-blurb {
  padding: 0 0 0 15px;
  border-left: 1px solid #ffffff;
}
.news-blurb > a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.highcharts-container {
  font-size: 14px !important;
  font-weight: 400;
}
.highcharts-tooltip {
  background-color: #333333;
}
.tooltip-product {
  padding: 10px;
  color: #ffffff;
}
.tooltip-product .tooltip-date {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
.tooltip-product .tooltip-date b,
.tooltip-product .tooltip-date strong {
  font-weight: 400;
}
.tooltip-product .tooltip-series {
  font-size: 22px;
  font-weight: 300;
}
.tooltip-product .tooltip-series b,
.tooltip-product .tooltip-series strong {
  font-weight: 500;
}
.nav-sidenav {
  padding-top: 10px;
  border-top: 1px dotted #c5ced0;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .nav-sidenav {
    padding-top: 0;
    border-top: 0;
  }
}
.nav-sidenav li > a:hover {
  background-color: transparent;
}
.nav-sidenav > li {
  margin-bottom: 10px;
}
.nav-sidenav > li > a {
  position: relative;
  padding: 4px 0 6px 16px;
  color: #636868;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-sidenav > li > a:hover {
  color: #333333;
}
.nav-sidenav > li > a:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: ' ';
  width: 6px;
  height: 10px;
  background-position: -78px -25px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .nav-sidenav > li > a:before {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.nav-sidenav > li > ul {
  display: none;
}
.nav-sidenav > li.active > ul {
  display: block;
}
.nav-sidenav > li.active > a {
  color: #000000;
  position: relative;
}
.nav-sidenav > li > .nav {
  padding: 0 0 10px 16px;
}
.nav-sidenav > li > .nav > li > a {
  margin: 7px 0 8px;
  padding: 0 0 0 20px;
}
.nav-sidenav > li > .nav > li.active > a {
  border-left: 5px solid #000000;
  padding-left: 15px;
}
.nav-sidenav > li > .nav > li:last-child > a {
  margin-bottom: 0;
}
.nav-sidenav > li > .nav > li > .nav {
  font-size: 12px;
  margin-left: 20px;
  list-style: disc;
}
.nav-sidenav > li > .nav > li > .nav > li > a {
  padding: 7px 10px;
  font-weight: 400;
  color: #636868;
}
.nav-sidenav > li > .nav > li > .nav > li > a:hover {
  color: #333333;
}
.spacer-xs {
  margin-bottom: 5px !important;
}
.spacer-sm {
  margin-bottom: 15px !important;
}
.spacer,
.spacer-md {
  margin-bottom: 20px !important;
}
.spacer-lg {
  margin-bottom: 40px !important;
}
.spacer-xl {
  margin-bottom: 65px !important;
}
.spacer-top-xs {
  margin-top: 5px !important;
}
.spacer-top-sm {
  margin-top: 15px !important;
}
.spacer-top,
.spacer-top-md {
  margin-top: 20px !important;
}
.spacer-top-lg {
  margin-top: 40px !important;
}
.spacer-top-xl {
  margin-top: 65px !important;
}
/**
 * fullPage 1.6.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 *
 * Modified from original ('.section' replaced with '.fullpage-section')
 */
html.fullpage,
.fullpage body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fullpage #superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
}
.fullpage .fullpage-section {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fullpage .slide {
  float: left;
}
.fullpage .slide,
.fullpage .slidesContainer {
  height: 100%;
  display: block;
}
.fullpage .slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullpage .fullpage-section.table,
.fullpage .slide.table {
  display: table;
  width: 100%;
}
.fullpage .tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fullpage .slidesContainer {
  float: left;
  position: relative;
}
.fullpage .controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.fullpage .controlArrow.prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fullpage .controlArrow.next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fullpage .scrollable {
  overflow: scroll;
}
.fullpage .easing {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.fullpage #fullPage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
.fullpage #fullPage-nav.right {
  right: 17px;
}
.fullpage #fullPage-nav.left {
  left: 17px;
}
.fullpage .fullPage-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fullpage .fullPage-slidesNav.bottom {
  bottom: 17px;
}
.fullpage .fullPage-slidesNav.top {
  top: 17px;
}
.fullpage #fullPage-nav ul,
.fullpage .fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
.fullpage #fullPage-nav li,
.fullpage .fullPage-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fullpage .fullPage-slidesNav li {
  display: inline-block;
}
.fullpage #fullPage-nav li a,
.fullpage .fullPage-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.fullpage #fullPage-nav li .active span,
.fullpage .fullPage-slidesNav .active span {
  background: #333;
}
.fullpage #fullPage-nav span,
.fullpage .fullPage-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.fullpage .fullPage-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
}
.fullpage .fullPage-tooltip.right {
  right: 20px;
}
.fullpage .fullPage-tooltip.left {
  left: 20px;
}
html.fullpage {
  font-size: 25%;
}
@media screen and (min-width: 768px) {
  html.fullpage {
    font-size: 40%;
  }
}
@media screen and (min-width: 992px) {
  html.fullpage {
    font-size: 50%;
  }
}
@media screen and (min-width: 1260px) {
  html.fullpage {
    font-size: 62.5%;
  }
}
.fullpage-section {
  color: #000000;
}
.fullpage-section h1,
.fullpage-section h2,
.fullpage-section h3 {
  margin-top: 0;
}
.fullpage-next-screen {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  cursor: pointer;
  width: 82px;
  height: 41px;
  background-position: -405px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fullpage-next-screen {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.fullpage-next-page {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  background-color: #00a0dd;
  text-align: center;
  text-transform: uppercase;
}
.fullpage-next-page a {
  display: block;
  padding: 10px 0 30px;
  letter-spacing: 0.1em;
}
.fullpage-next-page a,
.fullpage-next-page a:hover {
  color: #ffffff;
}
.fullpage-next-page a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 15px;
  background-position: -85px -107px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fullpage-next-page a:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.rc-screen {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.rc-screen > .rc-screen-body {
  padding: 90px 10% 0;
}
.rc-screen.is-centered {
  height: 100%;
  width: 100%;
  display: table;
  padding: 0;
}
.rc-screen.is-centered > .rc-centered,
.rc-screen.is-centered > .rc-screen-centered,
.rc-screen.is-centered > .rc-screen-body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ie8 .rc-screen.is-centered {
  display: block;
}
.ie8 .rc-screen.is-centered .rc-centered,
.ie8 .rc-screen.is-centered .rc-screen-centered {
  display: block;
  height: 100%;
  padding-top: 90px;
}
.rc-about-growth,
.rc-investors-market,
.rc-media-awards,
.rc-media-press,
.rc-careers-listings {
  padding: 0 10%;
}
.rc-about-architects {
  padding: 0 10% 0 5%;
  background: #ffffff url('../images/rich-content/bg-exchange-about-a.jpg') no-repeat center center;
  background-size: cover;
}
.rc-about-architects > .rc-left {
  width: 53%;
  float: left;
  text-align: right;
}
.rc-about-architects > .rc-left .rc-content {
  margin-left: 15%;
}
.rc-about-architects > .rc-right {
  float: left;
  margin-left: 8.3333%;
  width: 31.7%;
}
.rc-about-growth {
  background: #ffffff url('../images/rich-content/bg-exchange-about-b.jpg') no-repeat center bottom;
  background-size: cover;
}
.rc-about-global {
  padding: 80px 10% 0;
  background: #ffffff url('../images/rich-content/bg-exchange-about-c.jpg') no-repeat center top;
  background-size: cover;
}
.rc-investors-lead {
  padding: 120px 33.33% 0 10%;
  height: 100%;
  background: #f0f4fd url('../images/rich-content/bg-exchange-investors-a.jpg') no-repeat center bottom;
  background-size: cover;
}
.rc-investors-market {
  background: #f0f4fd url('../images/rich-content/bg-exchange-investors-b.jpg') no-repeat center top;
  background-size: cover;
}
.rc-media-awards .rc-left,
.rc-media-press .rc-left {
  width: 50%;
  padding-right: 30px;
}
.rc-media-awards .rc-right,
.rc-media-press .rc-right {
  width: 50%;
  padding-left: 30px;
}
.rc-media-awards {
  background: #ffffff url('../images/rich-content/bg-exchange-media-a.jpg') no-repeat center center;
  background-size: cover;
}
.rc-media-awards > .rc-container {
  display: table;
  width: 100%;
}
.rc-media-awards > .rc-container > .rc-left,
.rc-media-awards > .rc-container > .rc-right {
  display: table-cell;
  vertical-align: middle;
}
.rc-media-awards > .rc-container > .rc-left {
  border-right: 1px solid #636868;
  /* color? */
}
.rc-media-press {
  background: #ffffff url('../images/rich-content/bg-exchange-media-b.jpg') no-repeat center center;
  background-size: cover;
}
.rc-media-press > .rc-left,
.rc-media-press > .rc-right {
  float: left;
}
.rc-media-press .rc-underline {
  padding-bottom: 20px;
  border-bottom: 1px solid #636868;
  margin-bottom: 20px;
}
.rc-careers-culture {
  background: #f1f1f3 url('../images/rich-content/bg-exchange-careers-a.jpg') no-repeat center center;
  background-size: cover;
  padding: 100px 50.85% 0 10%;
  height: 100%;
}
.rc-careers-culture .rc-rule {
  margin-left: 0;
  width: 82%;
  border-bottom: 1px solid #000000;
}
.rc-careers-culture .sprite {
  vertical-align: middle;
  margin-right: 10px;
}
.rc-careers-listings {
  background: #ffffff url('../images/rich-content/bg-exchange-careers-b.jpg') no-repeat center center;
  background-size: cover;
}
.rc-careers-listings > .rc-container {
  display: table;
  width: 100%;
}
.rc-careers-listings > .rc-container > .rc-left,
.rc-careers-listings > .rc-container > .rc-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.rc-careers-listings > .rc-container > .rc-left {
  padding-right: 30px;
  text-align: right;
}
.rc-careers-listings > .rc-container > .rc-right {
  padding-left: 30px;
}
.rc-contact-info {
  background: #f4f4f2 url('../images/rich-content/bg-exchange-contact.jpg') no-repeat center center;
  background-size: cover;
  padding: 110px 10% 0 50.85%;
  height: 100%;
}
.rc-ice-why-leading,
.rc-ice-why-business,
.rc-ice-markets-benchmarks,
.rc-ice-markets-smarter,
.rc-ice-clearing-volume,
.rc-ice-clearing-houses,
.rc-ice-market-subscription,
.rc-ice-technology-info,
.rc-ice-contact-contact {
  padding: 0 10%;
}
.rc-ice-why-leading {
  background: #cee4f6 url('../images/rich-content/bg-ice-why-overview-a.jpg') no-repeat center bottom;
  background-size: cover;
}
.rc-ice-why-business {
  background: #f3f8fd url('../images/rich-content/bg-ice-why-overview-b.jpg') no-repeat center top;
  background-size: cover;
}
.rc-ice-why-business > .rc-left,
.rc-ice-why-business > .rc-right {
  width: 45.96001838%;
}
.rc-ice-why-business > .rc-left {
  float: left;
}
.rc-ice-why-business > .rc-right {
  float: right;
}
.rc-ice-markets-global {
  padding-top: 90px;
  padding-left: 10%;
  height: 100%;
  background: #e7ebee url(../images/rich-content/bg-ice-markets-a.jpg) top right no-repeat;
}
.rc-ice-markets-global > .rc-markets-overview .column-list-half {
  padding-left: 0;
}
.rc-ice-markets-global .rc-market-map {
  display: none;
}
.rc-ice-markets-global .rc-market-detail {
  position: absolute;
  right: 10%;
  top: 535px;
  width: 38.04001522%;
}
.rc-ice-markets-global .rc-market-detail table {
  clear: none;
  margin-bottom: 15px;
}
.rc-ice-markets-global .rc-market-detail table th {
  padding-right: 20px;
  border-right: 1px solid #c6c6c7;
}
.rc-ice-markets-global .rc-market-detail table td {
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .rc-ice-markets-global > .rc-markets-overview {
    float: left;
    width: 35%;
  }
  .rc-ice-markets-global .rc-market-map {
    display: block;
  }
}
.rc-ice-markets-benchmarks {
  background: #169ed8 url('../images/rich-content/bg-ice-markets-b.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.rc-ice-markets-benchmarks .rc-rule {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.rc-ice-markets-smarter {
  background: #fefefe url('../images/rich-content/bg-ice-markets-c.jpg') no-repeat center center;
  background-size: cover;
}
.rc-ice-markets-smarter > .rc-container {
  display: table;
  width: 100%;
}
.rc-ice-markets-smarter > .rc-container > .rc-left,
.rc-ice-markets-smarter > .rc-container > .rc-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.rc-ice-markets-smarter > .rc-container > .rc-left {
  text-align: right;
  padding-right: 30px;
}
.rc-ice-markets-smarter > .rc-container > .rc-right {
  padding-left: 30px;
}
.rc-ice-clearing-risk {
  background: #457571 url('../images/rich-content/bg-ice-clearing-a.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 40px 10% 0 10%;
}
@media screen and (min-width: 992px) {
  .rc-ice-clearing-risk {
    padding: 0 10% 0 52.55% !important;
  }
}
.rc-ice-clearing-risk .column-list-half {
  padding-left: 0;
}
.rc-ice-clearing-risk a {
  color: #ffffff;
}
.rc-ice-clearing-risk .market-list li:before {
  color: #ffffff;
}
.rc-ice-clearing-volume {
  background: #285051 url('../images/rich-content/bg-ice-clearing-b.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.rc-ice-clearing-volume > .rc-left,
.rc-ice-clearing-volume > .rc-right {
  float: left;
  border-left: 1px solid #ffffff;
}
.rc-ice-clearing-volume > .rc-left {
  width: 50%;
  padding-right: 5px;
  padding-left: 40px;
}
.rc-ice-clearing-volume > .rc-right {
  width: 48%;
  margin-left: 2%;
  padding-left: 40px;
}
.rc-ice-clearing-houses {
  background: #efefef url('../images/rich-content/bg-ice-clearing-c.jpg') no-repeat center center;
  background-size: cover;
}
.rc-ice-clearing-houses > .rc-container {
  display: table;
  width: 100%;
}
.rc-ice-clearing-houses > .rc-container > .rc-left,
.rc-ice-clearing-houses > .rc-container > .rc-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.rc-ice-clearing-houses > .rc-container > .rc-left {
  padding-right: 9.96000398%;
  text-align: right;
}
.rc-ice-clearing-houses > .rc-container > .rc-right {
  padding-left: 30px;
}
.rc-ice-market-insights {
  background: #f7fcff url('../images/rich-content/bg-ice-data-a.jpg') no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 120px 10%;
}
.rc-ice-market-insights .rc-left,
.rc-ice-market-insights .rc-right {
  float: left;
  width: 50%;
}
.rc-ice-market-insights .rc-left {
  padding-right: 30px;
}
.rc-ice-market-insights .rc-right {
  border-left: 1px solid #000000;
  padding-left: 30px;
}
.rc-ice-market-subscription {
  background: #d9d9d9 url('../images/rich-content/bg-ice-data-b.jpg') no-repeat center top;
  background-size: cover;
}
.rc-ice-market-subscription > .rc-left,
.rc-ice-market-subscription > .rc-right {
  float: left;
  width: 50%;
}
.rc-ice-market-subscription > .rc-left {
  padding-right: 10px;
}
.rc-ice-market-subscription > .rc-right {
  padding-left: 10px;
}
.rc-ice-technology-risk {
  background: #01426e url('../images/rich-content/bg-ice-tech-a.jpg') no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
  padding: 0 31.7% 0 10% !important;
}
.rc-ice-technology-risk p {
  width: 80%;
}
.rc-ice-technology-info {
  background: #f0f5f8 url('../images/rich-content/bg-ice-tech-b.jpg') no-repeat center top;
  background-size: cover;
}
.rc-ice-technology-info > .rc-left,
.rc-ice-technology-info > .rc-right {
  float: left;
  width: 50%;
}
.rc-ice-technology-info > .rc-left {
  padding-right: 30px;
}
.rc-ice-technology-info > .rc-right {
  padding-left: 30px;
}
.rc-ice-technology-info .rc-underline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.rc-ice-contact-contact {
  background: #ffffff url('../images/rich-content/bg-ice-contact.jpg') no-repeat center center;
  background-size: cover;
}
.rc-ice-contact-contact > .rc-left {
  float: left;
  width: 50%;
  padding-right: 10.32000413%;
  padding-left: 10px;
  border-right: 1px solid #000000;
}
.rc-ice-contact-contact > .rc-right {
  float: right;
  width: 42.2400169%;
}
.rc-ice-contact-directory {
  padding: 90px 10% 0;
}
.rc-nyse-why-leader,
.rc-nyse-market-model-trust,
.rc-nyse-corp-services-investor-relations,
.rc-nyse-corp-services-expertise,
.rc-nyse-network-largest,
.rc-nyse-network-premiere-brands,
.rc-nyse-global-widen,
.rc-nyse-global-success-stories,
.rc-nyse-get-started-list,
.rc-nyse-get-started-move {
  padding: 0 10%;
}
.rc-nyse-why-leader > .rc-container,
.rc-nyse-corp-services-expertise > .rc-container,
.rc-nyse-network-largest > .rc-container,
.rc-nyse-global-widen > .rc-container {
  display: table;
  width: 100%;
}
.rc-nyse-why-leader > .rc-container > .rc-left,
.rc-nyse-corp-services-expertise > .rc-container > .rc-left,
.rc-nyse-network-largest > .rc-container > .rc-left,
.rc-nyse-global-widen > .rc-container > .rc-left,
.rc-nyse-why-leader > .rc-container > .rc-right,
.rc-nyse-corp-services-expertise > .rc-container > .rc-right,
.rc-nyse-network-largest > .rc-container > .rc-right,
.rc-nyse-global-widen > .rc-container > .rc-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.rc-nyse-why-list {
  background: #8caec7 url('../images/rich-content/bg-nyse-why-nyse-a.jpg') no-repeat center center;
  background-size: cover;
  padding: 0 10% 0 51.7% !important;
}
.rc-nyse-why-list .sprite {
  vertical-align: middle;
}
.rc-nyse-why-list a {
  color: #333333;
}
.rc-nyse-why-list a.btn {
  color: #ffffff;
}
.rc-nyse-why-leader {
  background: #363636 url('../images/rich-content/bg-nyse-why-nyse-b.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.rc-nyse-why-leader > .rc-container .rc-left {
  width: 54%;
  text-align: right;
  padding-right: 8%;
}
.rc-nyse-why-leader > .rc-container .rc-right {
  width: 46%;
  padding-left: 8%;
  border-left: 1px solid #ffffff;
}
.rc-nyse-why-leader a {
  color: #ffffff;
}
.ie8 .rc-nyse-why-leader .rc-left {
  padding-right: 60px;
}
.rc-nyse-market-model-power {
  background: #090f1f url('../images/rich-content/bg-nyse-market-model-a.jpg') no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
  padding: 0 23.333% 0 10% !important;
}
.rc-nyse-market-model-power > .rc-content {
  width: 85%;
}
.rc-nyse-market-model-power .rc-rule {
  border-bottom: 1px solid #ffffff;
}
.rc-nyse-market-model-power a {
  color: #ffffff;
}
.rc-nyse-market-model-power .sprite {
  vertical-align: middle;
  margin-right: 10px;
}
.rc-nyse-market-model-trust {
  background: #060c26 url('../images/rich-content/bg-nyse-market-model-b.jpg') no-repeat center top;
  background-size: cover;
  color: #ffffff;
}
.rc-nyse-market-model-trust .rc-underline {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.rc-nyse-market-model-trust .rc-column {
  float: left;
  width: 33%;
  padding: 0 25px;
}
.rc-nyse-market-model-trust .rc-column:first-child {
  padding-left: 0;
}
.rc-nyse-market-model-trust .rc-column:last-child {
  padding-right: 0;
}
.rc-nyse-market-model-trust a {
  color: #ffffff;
}
.rc-nyse-corp-services-stay-connected {
  background: #dee7e4 url('../images/rich-content/bg-nyse-irgov-a.jpg') no-repeat center center;
  background-size: cover;
  padding: 0 13% 0 50.75% !important;
}
.rc-nyse-corp-services-investor-relations {
  background: #4b687a url('../images/rich-content/bg-nyse-irgov-b.jpg') no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
}
.rc-nyse-corp-services-investor-relations .rc-left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.rc-nyse-corp-services-investor-relations .rc-right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.rc-nyse-corp-services-investor-relations .rc-underline {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.rc-nyse-corp-services-expertise {
  background: #183753 url('../images/rich-content/bg-nyse-irgov-c.jpg') no-repeat center top;
  background-size: cover;
  color: #ffffff;
}
.rc-nyse-corp-services-expertise .rc-left {
  padding-right: 10%;
}
.rc-nyse-network-largest {
  background: #7a492a url('../images/rich-content/bg-nyse-network-a.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.rc-nyse-network-premiere-brands .rc-header {
  width: 80%;
}
.rc-nyse-network-premiere-brands .rc-rule {
  border-top: 1px solid #000000;
}
.rc-nyse-network-premiere-brands table {
  width: 100%;
  border: 0;
}
.rc-nyse-network-premiere-brands table td {
  padding: 0 10px;
  vertical-align: bottom;
}
.rc-nyse-network-premiere-brands table td:first-child {
  padding-left: 0;
}
.rc-nyse-network-premiere-brands table td:last-child {
  padding-right: 0;
}
.rc-nyse-network-premiere-brands table tfoot > td {
  padding-top: 15px;
}
.rc-nyse-network-like-minded {
  background: #111014 url('../images/rich-content/bg-nyse-network-b.jpg') no-repeat center center;
  background-size: cover;
  padding: 0 10% 0 10%;
  color: #ffffff;
}
.rc-nyse-network-like-minded .rc-left,
.rc-nyse-network-like-minded .rc-right {
  float: left;
  width: 50%;
}
.rc-nyse-network-like-minded .rc-left {
  padding-right: 30px;
}
.rc-nyse-network-like-minded .rc-right {
  padding-left: 30px;
}
.rc-nyse-global-amplify {
  background: #819bbc url('../images/rich-content/bg-nyse-globvisibility-a.jpg') no-repeat center center;
  background-size: cover;
  padding: 0 33.333% 0 10% !important;
  color: #ffffff;
}
.rc-nyse-global-amplify p {
  width: 80%;
}
.rc-nyse-global-widen {
  background: #3f4b59 url('../images/rich-content/bg-nyse-globvisibility-b.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.rc-nyse-global-widen .rc-column {
  float: left;
  width: 50%;
}
.rc-nyse-global-widen .rc-column:first-child {
  padding-right: 30px;
}
.rc-nyse-global-widen .rc-column:last-child {
  padding-left: 30px;
}
.rc-nyse-global-widen .rc-underline {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}
.rc-nyse-global-widen a {
  color: #8dc7e9;
}
.rc-nyse-global-widen a:hover {
  color: #00a0dd;
}
.rc-nyse-global-success-stories {
  background: #3f4b59 url('../images/rich-content/bg-nyse-globvisibility-c.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.rc-nyse-global-success-stories .callout-row:after {
  border: 0;
}
.rc-nyse-global-success-stories h1 {
  position: relative;
}
.rc-nyse-global-success-stories h1 > .btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1em;
}
.rc-nyse-get-started-list {
  background: #d9d2bf url('../images/rich-content/bg-nyse-get-started-a.jpg') no-repeat center bottom;
  background-size: cover;
}
.rc-nyse-get-started-list > .rc-left,
.rc-nyse-get-started-list > .rc-right {
  float: left;
  width: 50%;
}
.rc-nyse-get-started-list > .rc-right {
  padding-left: 30px;
}
.rc-nyse-get-started-move {
  background: #ead8b4 url('../images/rich-content/bg-nyse-get-started-b.jpg') no-repeat center top;
  background-size: cover;
}
.rc-nyse-get-started-move .rc-underline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.rc-nyse-get-started-move .rc-column {
  float: left;
  width: 33%;
  padding: 0 30px;
}
.rc-nyse-get-started-move .rc-column:first-child {
  padding-left: 0;
}
.rc-nyse-get-started-move .rc-column:last-child {
  padding-right: 0;
}
.rc-nyse-get-started-move .big-numbers > li > a:before {
  content: '/';
  padding-right: 15px;
}
.rc-nyse-get-started-list a:before,
.rc-nyse-get-started-move a:before {
  content: '/';
  padding-right: 10px;
}
.rc-nyse-get-started-list a .btn:before,
.rc-nyse-get-started-move a .btn:before {
  content: '';
}
.rc-nyse-get-started-list a.btn:before,
.rc-nyse-get-started-move a.btn:before,
.rc-nyse-get-started-list li > a:before,
.rc-nyse-get-started-move li > a:before {
  content: '';
  padding-right: 0;
}
.narrow {
  padding-right: 33%;
}
.narrow-less {
  padding-right: 23%;
}
.twocol:before,
.twocol:after {
  content: " ";
  display: table;
}
.twocol:after {
  clear: both;
}
.twocol:before,
.twocol:after {
  content: " ";
  display: table;
}
.twocol:after {
  clear: both;
}
.twocol .twocol-left,
.twocol .twocol-right {
  width: 46%;
}
.twocol .twocol-left {
  float: left;
}
.twocol .twocol-right {
  float: right;
}
.twocol-vr .twocol-right {
  padding-left: 4%;
  border-left: 1px solid #000000;
}
.inverse .twocol-vr .twocol-right,
.twocol-vr.inverse .twocol-right {
  border-left-color: #ffffff;
}
.twocol-centered {
  display: table;
  width: 100%;
}
.twocol-centered .twocol-left,
.twocol-centered .twocol-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  float: none;
}
.twocol-centered .twocol-left {
  padding-right: 30px;
}
.twocol-centered .twocol-right {
  padding-left: 30px;
}
.twocol-offset-right .twocol-left {
  width: 58%;
  padding-right: 8%;
}
.twocol-offset-right .twocol-right {
  width: 42%;
  padding-left: 8%;
}
.threecol:before,
.threecol:after {
  content: " ";
  display: table;
}
.threecol:after {
  clear: both;
}
.threecol:before,
.threecol:after {
  content: " ";
  display: table;
}
.threecol:after {
  clear: both;
}
.threecol .threecol-col {
  float: left;
  width: 33%;
  padding: 0 25px;
}
.threecol .threecol-col:first-child {
  padding-left: 0;
}
.threecol .threecol-col:last-child {
  padding-right: 0;
}
.t-14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 1.4;
}
.t-22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
  line-height: 1.6363;
}
.t-30 {
  font-size: 30px !important;
  font-size: 3rem !important;
  line-height: 1;
}
.t-36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
  line-height: 1;
}
.t-50 {
  font-size: 50px !important;
  font-size: 5rem !important;
  line-height: 1;
}
.t-80 {
  font-size: 80px !important;
  font-size: 8rem !important;
  line-height: 1;
}
.spacer-5 {
  margin-bottom: 5px !important;
  margin-bottom: 0.5rem !important;
}
.spacer-10 {
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}
.spacer-15 {
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important;
}
.spacer-20 {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
}
.spacer-25 {
  margin-bottom: 25px !important;
  margin-bottom: 2.5rem !important;
}
.spacer-30 {
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important;
}
.spacer-35 {
  margin-bottom: 35px !important;
  margin-bottom: 3.5rem !important;
}
.spacer-40 {
  margin-bottom: 40px !important;
  margin-bottom: 4rem !important;
}
.spacer-50 {
  margin-bottom: 50px !important;
  margin-bottom: 5rem !important;
}
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-100 {
  margin-bottom: 50px !important;
  margin-bottom: 5rem !important;
}
@media screen and (min-width: 992px) {
  .spacer-60 {
    margin-bottom: 60px !important;
    margin-bottom: 6rem !important;
  }
  .spacer-70 {
    margin-bottom: 70px !important;
    margin-bottom: 7rem !important;
  }
  .spacer-80 {
    margin-bottom: 80px !important;
    margin-bottom: 8rem !important;
  }
  .spacer-100 {
    margin-bottom: 100px !important;
    margin-bottom: 10rem !important;
  }
}
.t-light {
  font-weight: 300;
}
.t-regular {
  font-weight: 400;
}
.t-bold {
  font-weight: 500;
}
.t-black {
  font-weight: 700;
}
.t-caps {
  text-transform: uppercase;
}
.t-gray {
  color: #636868;
}
.rule-black,
.rule {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rule-black.inverse,
.rule.inverse,
.inverse .rule-black,
.inverse .rule {
  border-bottom-color: #ffffff;
}
.t-14.t-bold {
  /* sub-label */
  letter-spacing: 0.1em;
}
.percent-graph {
  margin-bottom: 40px;
  overflow: hidden;
}
.percent-graph .percent-graph-bar {
  float: left;
  height: 100%;
  position: relative;
  padding-top: 68px;
  text-align: center;
  color: #000000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.percent-graph .percent-graph-bar,
button.percent-graph .percent-graph-bar,
.percent-graph .percent-graph-bar button {
  text-transform: uppercase;
}
.percent-graph .percent-graph-bar:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  height: 50px;
}
.percent-graph .percent-graph-bar:nth-child(5n+1):after {
  background-color: #002f6d;
}
.percent-graph .percent-graph-bar:nth-child(5n+2):after {
  background-color: #00609c;
}
.percent-graph .percent-graph-bar:nth-child(5n+3):after {
  background-color: #00a0dd;
}
.percent-graph .percent-graph-bar:nth-child(5n+4):after {
  background-color: #8dc7e9;
}
.percent-graph .percent-graph-bar:nth-child(5n+5):after {
  background-color: #e3e1df;
}
.ie8 .percent-graph .percent-graph-bar:after {
  border-right: 1px solid #8dc7e9;
  background-color: #00609c;
}
.ie8 .percent-graph .percent-graph-bar:after:last-child {
  border-right: 0;
}
.timeline {
  position: relative;
  height: 220px;
}
.timeline:before {
  /* grey bar */
  position: absolute;
  right: 0;
  bottom: 38px;
  left: 0;
  height: 3px;
  content: '';
  background-color: #636868;
  background-image: -webkit-linear-gradient(left, #636868, #e3e1df);
  background-image: linear-gradient(to right, #636868, #e3e1df);
}
.timeline .timeline-point {
  display: none;
  position: absolute;
  bottom: 31px;
  color: #000000;
  margin-left: -8.5px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-position: -253px -111px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .timeline .timeline-point {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.timeline .timeline-point:after {
  /* year/label */
  position: absolute;
  top: 32px;
  right: -50%;
  left: -50%;
  text-align: center;
  text-indent: 0;
  content: attr(data-value);
  color: #00a0dd;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.timeline .timeline-point:after,
button.timeline .timeline-point:after,
.timeline .timeline-point:after button {
  text-transform: uppercase;
}
.timeline .timeline-point > .timeline-text-right,
.timeline .timeline-point > .timeline-text-left {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -172px;
  bottom: 40px;
  padding: 0 10px;
  width: 399.42px;
  text-indent: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0 linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0 linear 0.3s;
  cursor: default;
}
.timeline .timeline-point > .timeline-text-right {
  left: 8.5px;
}
.timeline .timeline-point > .timeline-text-left {
  right: 8.5px;
  text-align: right;
}
.timeline .timeline-point.is-active {
  bottom: 27px;
  margin-left: -12.5px;
  width: 25px;
  height: 25px;
  background-position: -298px -99px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .timeline .timeline-point.is-active {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.timeline .timeline-point.is-active:before {
  position: absolute;
  top: -172px;
  bottom: -10px;
  left: 11.5px;
  content: ' ';
  border-right: 1px solid #00a0dd;
}
.timeline .timeline-point.is-active:after {
  top: 36px;
  margin-left: 4px;
  color: #000000;
  background-color: #ffffff;
  z-index: 1;
}
.timeline .timeline-point.is-active > .timeline-text-right,
.timeline .timeline-point.is-active > .timeline-text-left {
  visibility: visible;
  opacity: 1.0;
  top: -168px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.timeline .timeline-point.is-active > .timeline-text-right {
  left: 11.5px;
}
.timeline .timeline-point.is-active > .timeline-text-left {
  right: 11.5px;
}
.timeline .timeline-point.is-disabled {
  cursor: default;
  width: 17px;
  height: 17px;
  background-position: -275px -111px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .timeline .timeline-point.is-disabled {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.timeline .timeline-point.is-disabled:after {
  color: #aeadae;
}
.map-points .map-point {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: none;
  border: 7px solid #000000;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #ffffff;
  cursor: pointer;
}
.map-points .map-point.is-active {
  width: 26px;
  height: 26px;
  background-image: none;
  border: 7px solid #000000;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #00a0dd;
}
.ie8 .map-point {
  border: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  background-position: -461px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ie8 .map-point {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.ie8 .map-point.is-active {
  border: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  background-position: -430px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ie8 .map-point.is-active {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.iframe-clear {
  border: 0;
  width: 100%;
}
.ie8-show,
.ie8-show {
  display: none;
}
.ie8 .ie8-show,
.ie9 .ie9-show {
  display: block;
}
.panel .panel-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.panel .panel-title,
button.panel .panel-title,
.panel .panel-title button {
  text-transform: uppercase;
}
.panel-default .panel-heading,
.panel-default .panel-footer {
  background-color: #e3e1df;
}
.quote-value {
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  color: #aeadae;
  display: block;
}
.quote-change {
  display: block;
  color: #aeadae;
}
.x-panel * {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
:focus {
  outline: none;
}
.x-panel-header {
  background: none;
  border: none;
}
.x-panel-body {
  border: none;
}
.x-panel-bbar {
  display: none;
}
.x-panel-header-text {
  margin-bottom: 18px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
}
.x-grid3-header {
  background: none;
}
.x-grid3-row {
  border: 0;
  border-bottom: 1px dotted #aeadae;
  padding: 4px 0;
}
.x-grid-group-hd div {
  color: #00a0dd;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.x-grid3-body .x-grid3-td-checker {
  background: none;
}
td.x-grid3-hd-over .x-grid3-hd-inner {
  background: none;
}
.x-grid-group-hd div {
  font-size: 12px;
}
.x-grid3-row td {
  font-size: 12px;
}
.x-grid3-row-selected {
  border: none;
  /*outline: none;*/
  background: none;
}
.x-grid3-cell {
  border-right: none;
}
.x-grid3-hd-row td {
  font-size: 12px;
  border: none;
}
.x-grid3-hd-row td {
  font-size: 12px;
}
.ext-strict .x-form-text {
  height: 21px;
}
.has-loader,
.has-loader-transparent {
  position: relative;
  min-height: 62px;
}
.has-loader.is-loading:after,
.has-loader-transparent.is-loading:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  background: #ffffff url(../images/spinner-ice.gif) no-repeat center center;
  z-index: 10;
}
body.has-loader.is-loading,
body.has-loader-transparent.is-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.has-loader-tall.is-loading:after {
  background-position-y: 100px;
}
.has-loader-transparent.is-loading {
  color: transparent;
}
.has-loader-transparent.is-loading * {
  visibility: hidden;
}
.has-loader-transparent.is-loading:after {
  background-color: transparent;
}
.sprite {
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
.sprite-retina {
  background-image: url(../images/sprites-2x.png);
  background-size: 487px 172px;
}
.sprite-excel {
  width: 16px;
  height: 20px;
  background-position: -232px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-excel {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-pdf {
  width: 16px;
  height: 20px;
  background-position: -253px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-pdf {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-download {
  width: 20px;
  height: 20px;
  background-position: -60px -70px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-download {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file {
  width: 28px;
  height: 36px;
  background-position: -298px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-pdf {
  width: 28px;
  height: 36px;
  background-position: -265px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-pdf {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-doc {
  width: 28px;
  height: 36px;
  background-position: -331px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-doc {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-excel {
  width: 28px;
  height: 36px;
  background-position: -232px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-excel {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-report {
  width: 28px;
  height: 36px;
  background-position: -364px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-report {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-web {
  width: 28px;
  height: 36px;
  background-position: -397px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-web {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-excel-white {
  width: 28px;
  height: 36px;
  background-position: 0 -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-excel-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-pdf-white {
  width: 28px;
  height: 36px;
  background-position: -34px -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-pdf-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-doc-white {
  width: 28px;
  height: 36px;
  background-position: -68px -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-doc-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-small {
  width: 16px;
  height: 20px;
  background-position: -274px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-small {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-pdf-small {
  width: 16px;
  height: 20px;
  background-position: -253px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-pdf-small {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-doc-small {
  width: 16px;
  height: 20px;
  background-position: -295px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-doc-small {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-excel-small {
  width: 16px;
  height: 20px;
  background-position: -232px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-excel-small {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-report-small {
  width: 16px;
  height: 20px;
  background-position: -316px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-report-small {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-web-small {
  width: 16px;
  height: 20px;
  background-position: -337px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-web-small {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-excel-small-white {
  width: 16px;
  height: 20px;
  background-position: -103px -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-excel-small-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-pdf-small-white {
  width: 16px;
  height: 20px;
  background-position: -122px -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-pdf-small-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-file-doc-small-white {
  width: 16px;
  height: 20px;
  background-position: -141px -136px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-file-doc-small-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-menu-nav {
  width: 20px;
  height: 18px;
  background-position: -156px -63px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-menu-nav {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-menu-nav-gray {
  width: 20px;
  height: 18px;
  background-position: -191px -112px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-menu-nav-gray {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-arrow-right {
  width: 6px;
  height: 10px;
  background-position: -78px -25px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-arrow-right {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-arrow-left {
  width: 6px;
  height: 10px;
  background-position: -89px -25px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-arrow-left {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-print {
  width: 20px;
  height: 16px;
  background-position: -45px -33px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-print {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-calendar {
  width: 23px;
  height: 23px;
  background-position: -156px -35px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-calendar {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-chart-selected {
  width: 25px;
  height: 25px;
  background-position: -30px -70px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-chart-selected {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-search-gray {
  width: 23px;
  height: 23px;
  background-position: 0 -100px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-search-gray {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-close {
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
  position: relative;
  background-image: none;
}
.sprite-close:after {
  display: block;
  position: absolute;
  content: "\00D7";
  top: 0;
  right: 0;
  left: 0;
  color: #00a0dd;
  font-style: normal;
  text-indent: 0;
  line-height: 1;
  text-align: center;
}
.sprite-close {
  width: 15px;
  height: 15px;
}
.sprite-close:after {
  font-size: 15px;
}
.sprite-close-inverse {
  width: 16px;
  height: 16px;
  background-position: -135px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-close-inverse {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-history {
  width: 30px;
  height: 30px;
  background-position: -156px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-history {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-market-open,
.sprite-market-closed {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-image: none;
  margin-right: 5px;
  vertical-align: baseline;
}
.sprite-market-open {
  background-color: #11b009;
}
.sprite-market-closed {
  background-color: #636868;
}
.sprite-play {
  width: 30px;
  height: 30px;
  background-position: -30px -100px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-play {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-play-white {
  width: 15px;
  height: 15px;
  background-position: -64px -109px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-play-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-play-large {
  width: 50px;
  height: 48px;
  background-position: -85px -54px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-play-large {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-map-dot,
.sprite-map-dot-active {
  width: 26px;
  height: 26px;
  background-image: none;
  border: 7px solid #000000;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.sprite-map-dot {
  background-color: #ffffff;
}
.sprite-map-dot-active {
  background-color: #00a0dd;
}
.ie8 .sprite-map-dot,
.sprite-map-dot-ie {
  border: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  background-position: -461px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ie8 .sprite-map-dot,
  .sprite-map-dot-ie {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.ie8 .sprite-map-dot-active,
.sprite-map-dot-active-ie {
  border: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  background-position: -430px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .ie8 .sprite-map-dot-active,
  .sprite-map-dot-active-ie {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-timeline-dot {
  width: 17px;
  height: 17px;
  background-position: -253px -111px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-timeline-dot {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-timeline-dot-selected {
  width: 25px;
  height: 25px;
  background-position: -298px -99px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-timeline-dot-selected {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-timeline-dot-disabled {
  width: 17px;
  height: 17px;
  background-position: -275px -111px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-timeline-dot-disabled {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-next-screen-blue {
  width: 82px;
  height: 41px;
  background-position: -405px -41px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-next-screen-blue {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-next-screen-white {
  width: 82px;
  height: 41px;
  background-position: -405px -87px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-next-screen-white {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-bottom-page-continue {
  width: 28px;
  height: 15px;
  background-position: -85px -107px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-bottom-page-continue {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-linkedin-sm {
  width: 16px;
  height: 14px;
  background-position: -165px -116px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-linkedin-sm {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-twitter-sm {
  width: 17px;
  height: 13px;
  background-position: -143px -116px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-twitter-sm {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-arrow-up {
  width: 4px;
  height: 5px;
  background-position: -220px -116px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-arrow-up {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-arrow-down {
  width: 4px;
  height: 5px;
  background-position: -220px -124px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-arrow-down {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-angle-right {
  width: 8px;
  height: 14px;
  background-position: -239px -115px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-angle-right {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-angle-left {
  width: 8px;
  height: 14px;
  background-position: -228px -115px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-angle-left {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-featured {
  width: 14px;
  height: 14px;
  background-position: -160px -135px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-featured {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-middle {
  vertical-align: middle;
}
.sprite-baseline {
  vertical-align: baseline;
}
.sprite-dropdown {
  width: 20px;
  height: 20px;
  background-position: -78px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-dropdown {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-dropdown-signin {
  width: 10px;
  height: 6px;
  background-position: -135px -21px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-dropdown-signin {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-dropdown-main {
  width: 28px;
  height: 28px;
  background-position: -45px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-dropdown-main {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-search {
  width: 20px;
  height: 20px;
  background-position: 0px -45px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-search {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-search-main {
  width: 40px;
  height: 40px;
  background-position: 0px 0px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-search-main {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-plus {
  width: 16px;
  height: 16px;
  background-position: -103px -33px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-plus {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-minus {
  width: 16px;
  height: 16px;
  background-position: -124px -33px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-minus {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-plus-large {
  width: 36px;
  height: 34px;
  background-position: -191px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-plus-large {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-minus-large {
  width: 36px;
  height: 34px;
  background-position: -191px -39px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-minus-large {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-chart {
  width: 25px;
  height: 25px;
  background-position: 0 -70px;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-chart {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
.sprite-close-main {
  width: 28px;
  height: 28px;
  background-position: -103px 0;
  display: inline-block;
  background-image: url(../images/sprites-1x.png);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  text-indent: -10000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sprite-close-main {
    background-image: url(../images/sprites-2x.png);
    background-size: 487px 172px;
  }
}
