@charset "UTF-8";
body:after {
  color: #99CC00; }

.chart-color-1 {
  background: #0065e3; }
  .chart-color-1.chart-color-darker {
    background: #004498; }
  .chart-color-1.chart-color-base {
    background: #0065e3; }
  .chart-color-1.chart-color-lighter {
    background: #3991ff; }
  .chart-color-1.chart-color-lightest {
    background: #98c6ff; }

.chart-color-2 {
  background: #65eced; }
  .chart-color-2.chart-color-darker {
    background: #4ccecf; }
  .chart-color-2.chart-color-base {
    background: #65eced; }
  .chart-color-2.chart-color-lighter {
    background: #87feff; }
  .chart-color-2.chart-color-lightest {
    background: #cffeff; }

.chart-color-3 {
  background: #f2dc17; }
  .chart-color-3.chart-color-darker {
    background: #cdbb15; }
  .chart-color-3.chart-color-base {
    background: #f2dc17; }
  .chart-color-3.chart-color-lighter {
    background: #fdee67; }
  .chart-color-3.chart-color-lightest {
    background: #FCF4AF; }

.chart-color-4 {
  background: #ffa120; }
  .chart-color-4.chart-color-darker {
    background: #d28720; }
  .chart-color-4.chart-color-base {
    background: #ffa120; }
  .chart-color-4.chart-color-lighter {
    background: #fcba5f; }
  .chart-color-4.chart-color-lightest {
    background: #fed49a; }

.chart-color-5 {
  background: #f97cfa; }
  .chart-color-5.chart-color-darker {
    background: #cf71d1; }
  .chart-color-5.chart-color-base {
    background: #f97cfa; }
  .chart-color-5.chart-color-lighter {
    background: #f9a1fb; }
  .chart-color-5.chart-color-lightest {
    background: #f9d3f9; }

.chart-color-6 {
  background: #ff5593; }
  .chart-color-6.chart-color-darker {
    background: #c74272; }
  .chart-color-6.chart-color-base {
    background: #ff5593; }
  .chart-color-6.chart-color-lighter {
    background: #fa86b0; }
  .chart-color-6.chart-color-lightest {
    background: #f5bdd1; }

.chart-color-7 {
  background: #b137e8; }
  .chart-color-7.chart-color-darker {
    background: #892eb1; }
  .chart-color-7.chart-color-base {
    background: #b137e8; }
  .chart-color-7.chart-color-lighter {
    background: #c37ae4; }
  .chart-color-7.chart-color-lightest {
    background: #ebbeff; }

.chart-color-8 {
  background: #94533d; }
  .chart-color-8.chart-color-darker {
    background: #663b2d; }
  .chart-color-8.chart-color-base {
    background: #94533d; }
  .chart-color-8.chart-color-lighter {
    background: #d46a46; }
  .chart-color-8.chart-color-lightest {
    background: #ee9b7f; }

.chart-color-9 {
  background: #aaaaaa; }
  .chart-color-9.chart-color-darker {
    background: #868686; }
  .chart-color-9.chart-color-base {
    background: #aaaaaa; }
  .chart-color-9.chart-color-lighter {
    background: #c9c9c9; }
  .chart-color-9.chart-color-lightest {
    background: #dddcdc; }

.chart-color-10 {
  background: #8a99b8; }
  .chart-color-10.chart-color-darker {
    background: #828b9b; }
  .chart-color-10.chart-color-base {
    background: #8a99b8; }
  .chart-color-10.chart-color-lighter {
    background: #b7c9ed; }
  .chart-color-10.chart-color-lightest {
    background: #e3e8f2; }

.chart-color-11 {
  background: #ff9c9c; }
  .chart-color-11.chart-color-darker {
    background: #cd8484; }
  .chart-color-11.chart-color-base {
    background: #ff9c9c; }
  .chart-color-11.chart-color-lighter {
    background: #fec8c8; }
  .chart-color-11.chart-color-lightest {
    background: #fde1e1; }

.chart-color-positive {
  background: #63AD02; }
  .chart-color-positive.chart-color-base {
    background: #63AD02; }

.chart-color-negative {
  background: #E33501; }
  .chart-color-negative.chart-color-base {
    background: #E33501; }

.chart-color-neutral {
  background: #C6C6C6; }
  .chart-color-neutral.chart-color-base {
    background: #C6C6C6; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #444444;
  background-color: #fff; }

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

a {
  color: #1774BB;
  text-decoration: none; }
  a:hover, a:focus {
    color: #4399DB;
    text-decoration: underline; }
  a:focus {
    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: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #DBDBDB; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small,
.small {
  font-size: 92%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #767676; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.4; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee; }
  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.4;
    color: #777777; }
    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 #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.4; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

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

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #767676;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.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:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label, .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.4;
  color: #444444; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #444444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #99CC00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 204, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 204, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 45px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .radio .label,
  .checkbox label,
  .checkbox .label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .radio.disabled .label, fieldset[disabled] .radio label, fieldset[disabled] .radio .label,
.checkbox.disabled label,
.checkbox.disabled .label, fieldset[disabled]
.checkbox label, fieldset[disabled]
.checkbox .label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

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

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33333; }

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.radio .label, .has-success.checkbox label, .has-success.checkbox .label, .has-success.radio-inline label, .has-success.radio-inline .label, .has-success.checkbox-inline label, .has-success.checkbox-inline .label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.radio .label, .has-warning.checkbox label, .has-warning.checkbox .label, .has-warning.radio-inline label, .has-warning.radio-inline .label, .has-warning.checkbox-inline label, .has-warning.checkbox-inline .label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.radio .label, .has-error.checkbox label, .has-error.checkbox .label, .has-error.radio-inline label, .has-error.radio-inline .label, .has-error.checkbox-inline label, .has-error.checkbox-inline .label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback, .has-feedback .label ~ .form-control-feedback {
  top: 23px; }
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .sr-only.label ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .radio .label,
    .form-inline .checkbox label,
    .form-inline .checkbox .label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #1774BB;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #4399DB;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in, .fade.sub-menu.open {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in, .collapse.sub-menu.open {
    display: block; }

tr.collapse.in, tr.collapse.sub-menu.open {
  display: table-row; }

tbody.collapse.in, tbody.collapse.sub-menu.open {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.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.4;
  color: #777777;
  white-space: nowrap; }

.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 dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

.btn-group > .btn-group {
  float: left; }

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

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #444444;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #DBDBDB;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in, .navbar-collapse.sub-menu.open {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in, .navbar-collapse.sub-menu.open {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 16px 10px;
  font-size: 17px;
  line-height: 18px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .radio .label,
      .navbar-form .checkbox label,
      .navbar-form .checkbox .label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.4;
      text-decoration: none;
      color: #1774BB;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #4399DB;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .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: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #767676;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.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: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #1774BB;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #444444; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1774BB; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

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

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

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

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog, .modal.sub-menu.open .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #F6F6F6; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in, .modal-backdrop.sub-menu.open {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.popover, .flyout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top, .top.flyout {
    margin-top: -10px; }
  .popover.right, .right.flyout {
    margin-left: 10px; }
  .popover.bottom, .bottom.flyout {
    margin-top: 10px; }
  .popover.left, .left.flyout {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content, .flyout .flyout-content {
  padding: 9px 14px; }

.popover > .arrow, .flyout > .arrow, .popover > .arrow:after, .flyout > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow, .flyout > .arrow {
  border-width: 11px; }

.popover > .arrow:after, .flyout > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow, .top.flyout > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after, .top.flyout > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow, .right.flyout > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after, .right.flyout > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow, .bottom.flyout > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after, .bottom.flyout > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow, .left.flyout > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after, .left.flyout > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in, .tooltip.sub-menu.open {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
.vertical-offset-base {
  margin-bottom: 20px !important; }

.vertical-offset-xxs {
  margin-bottom: 5px !important; }

.vertical-offset-xs {
  margin-bottom: 10px !important; }

.vertical-offset-sm {
  margin-bottom: 15px !important; }

.vertical-offset-md {
  margin-bottom: 25px !important; }

.vertical-offset-lg {
  margin-bottom: 30px !important; }

.vertical-offset-xl {
  margin-bottom: 34px !important; }
  @media (min-width: 768px) {
    .vertical-offset-xl {
      margin-bottom: 40px !important; } }

.vertical-offset-xxl {
  margin-bottom: 42.5px !important; }
  @media (min-width: 768px) {
    .vertical-offset-xxl {
      margin-bottom: 50px !important; } }

.vertical-offset-xxxl {
  margin-bottom: 42.5px !important; }
  @media (min-width: 768px) {
    .vertical-offset-xxxl {
      margin-bottom: 50px !important; } }

.vertical-offset-clear {
  margin-bottom: 0 !important; }

@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-Extralight.eot");
  src: url("fonts/ETradeFort-Extralight.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-Extralight.woff") format("woff"), url("fonts/ETradeFort-Extralight.ttf") format("truetype"), url("fonts/ETradeFort-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-ExtralightItalic.eot");
  src: url("fonts/ETradeFort-ExtralightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-ExtralightItalic.woff") format("woff"), url("fonts/ETradeFort-ExtralightItalic.ttf") format("truetype"), url("fonts/ETradeFort-ExtralightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-Light.eot");
  src: url("fonts/ETradeFort-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-Light.woff") format("woff"), url("fonts/ETradeFort-Light.ttf") format("truetype"), url("fonts/ETradeFort-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-LightItalic.eot");
  src: url("fonts/ETradeFort-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-LightItalic.woff") format("woff"), url("fonts/ETradeFort-LightItalic.ttf") format("truetype"), url("fonts/ETradeFort-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-Book.eot");
  src: url("fonts/ETradeFort-Book.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-Book.woff") format("woff"), url("fonts/ETradeFort-Book.ttf") format("truetype"), url("fonts/ETradeFort-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-BookItalic.eot");
  src: url("fonts/ETradeFort-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-BookItalic.woff") format("woff"), url("fonts/ETradeFort-BookItalic.ttf") format("truetype"), url("fonts/ETradeFort-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-Medium.eot");
  src: url("fonts/ETradeFort-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-Medium.woff") format("woff"), url("fonts/ETradeFort-Medium.ttf") format("truetype"), url("fonts/ETradeFort-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "ETradeFort";
  src: url("fonts/ETradeFort-MediumItalic.eot");
  src: url("fonts/ETradeFort-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ETradeFort-MediumItalic.woff") format("woff"), url("fonts/ETradeFort-MediumItalic.ttf") format("truetype"), url("fonts/ETradeFort-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("fonts/MaterialIcons-Regular.woff2") format("woff2"), url("fonts/MaterialIcons-Regular.woff") format("woff"), url("fonts/MaterialIcons-Regular.ttf") format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-size: inherit; }

h1 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

h1.dark,
.dark h1 {
  color: #FFFFFF; }

h2 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

h2.dark,
.dark h2 {
  color: #FFFFFF; }

h3 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

h3.dark,
.dark h3 {
  color: #FFFFFF; }

h4 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

h4.dark,
.dark h4 {
  color: #FFFFFF; }

h5 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

h5.dark,
.dark h5 {
  color: #FFFFFF; }

h6 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

h6.dark,
.dark h6 {
  color: #FFFFFF; }

.h1 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.h1.dark,
.dark .h1 {
  color: #FFFFFF; }

.h2 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.h2.dark,
.dark .h2 {
  color: #FFFFFF; }

.h3 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.h3.dark,
.dark .h3 {
  color: #FFFFFF; }

.h4 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.h4.dark,
.dark .h4 {
  color: #FFFFFF; }

.h5 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.h5.dark,
.dark .h5 {
  color: #FFFFFF; }

.h6 {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.h6.dark,
.dark .h6 {
  color: #FFFFFF; }

.extra-extra-large-header {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.extra-extra-large-header.dark,
.dark .extra-extra-large-header {
  color: #FFFFFF; }

.extra-large-header {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.extra-large-header.dark,
.dark .extra-large-header {
  color: #FFFFFF; }

.large-header {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.large-header.dark,
.dark .large-header {
  color: #FFFFFF; }

.medium-header {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.medium-header.dark,
.dark .medium-header {
  color: #FFFFFF; }

.small-header {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.small-header.dark,
.dark .small-header {
  color: #FFFFFF; }

.tiny-header {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.tiny-header.dark,
.dark .tiny-header {
  color: #FFFFFF; }

.subhead {
  margin: 0 0 10px 0;
  color: #242424;
  font-weight: 300;
  letter-spacing: initial;
  line-height: 1.4;
  margin-bottom: 10px; }

.subhead.dark,
.dark .subhead {
  color: #FFFFFF; }

h1,
.h1,
.extra-large-header {
  font-size: 26px;
  line-height: 29px; }

h2,
.h2,
.large-header {
  font-size: 22px;
  line-height: 24px; }

h3,
.h3,
.medium-header {
  font-size: 18px;
  line-height: 22px; }

h4,
.h4,
.small-header {
  font-size: 16px;
  line-height: 18px; }

h5,
.h5,
.tiny-header {
  font-size: 14px;
  line-height: 17px; }

h6,
.h6,
.subhead {
  font-weight: 500;
  font-size: 13px;
  color: #242424;
  line-height: 18px; }

p {
  margin: 0 0 10px 0;
  line-height: 18px; }

.text-disclaimer {
  font-weight: 300;
  font-size: 13px;
  color: #767676;
  line-height: 1.4; }

.dark .text-disclaimer,
.text-disclaimer.dark {
  color: #DBDBDB; }
  .dark .text-disclaimer b, .dark .text-disclaimer strong, .dark .text-disclaimer .text-bold,
  .text-disclaimer.dark b,
  .text-disclaimer.dark strong,
  .text-disclaimer.dark .text-bold {
    color: #DBDBDB; }

.text-bold, strong, b {
  font-weight: 500 !important; }

.text-white {
  color: #FFFFFF !important; }

.text-muted {
  color: #767676; }

.text-brand-green {
  color: #99CC00 !important; }

.text-positive {
  color: #107A1B !important; }

.text-positive.dark,
.dark .text-positive {
  color: #99CC00 !important; }

.text-negative,
.has-error {
  color: #CC0000 !important; }

.text-negative.dark,
.dark .text-negative {
  color: #FF5522 !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.prospect h1,
.prospect h2,
.prospect h3,
.prospect h4,
.prospect h5,
.prospect h6,
.prospect .h1,
.prospect .h2,
.prospect .h3,
.prospect .h4,
.prospect .h5,
.prospect .h6,
.prospect .extra-extra-large-header,
.prospect .extra-large-header,
.prospect .large-header,
.prospect .small-header,
.prospect .subhead {
  font-weight: 200;
  letter-spacing: -0.2px;
  line-height: 1; }
.prospect .extra-extra-large-header {
  font-size: 46px;
  line-height: 52px;
  font-weight: 200; }
  @media (min-width: 768px) {
    .prospect .extra-extra-large-header {
      font-size: 72px;
      line-height: 76px; } }
.prospect h1,
.prospect .h1,
.prospect .extra-large-header {
  font-size: 37px;
  line-height: 42px; }
  @media (min-width: 768px) {
    .prospect h1,
    .prospect .h1,
    .prospect .extra-large-header {
      font-size: 46px;
      line-height: 54px; } }
.prospect h2,
.prospect .h2,
.prospect .large-header {
  font-size: 24px;
  line-height: 28px; }
  @media (min-width: 768px) {
    .prospect h2,
    .prospect .h2,
    .prospect .large-header {
      font-size: 32px;
      line-height: 36px; } }
.prospect h3,
.prospect .h3,
.prospect .small-header {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .prospect h3,
    .prospect .h3,
    .prospect .small-header {
      font-size: 22px;
      line-height: 28px; } }
.prospect h4,
.prospect h5,
.prospect h6,
.prospect .h4,
.prospect .h5,
.prospect .h6,
.prospect .subhead {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px; }
  @media (min-width: 768px) {
    .prospect h4,
    .prospect h5,
    .prospect h6,
    .prospect .h4,
    .prospect .h5,
    .prospect .h6,
    .prospect .subhead {
      font-size: 15px;
      line-height: 24px; } }
.prospect .text-disclaimer {
  font-weight: 400; }
  @media (min-width: 768px) {
    .prospect .text-disclaimer {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .prospect .text-disclaimer a {
      font-size: 12px; } }
.prospect .text-bold, .prospect strong {
  font-weight: 500 !important; }

.ios .extra-large-header, .android .extra-large-header {
  font-size: 50px;
  font-weight: 100; }
.ios h1,
.ios .h1,
.ios .large-header, .android h1,
.android .h1,
.android .large-header {
  font-size: 23px;
  font-weight: 200; }
.ios h2,
.ios h3,
.ios h4,
.ios h5,
.ios h6,
.ios .h2,
.ios .h3,
.ios .h4,
.ios .h5,
.ios .h6,
.ios .subhead,
.ios .medium-header, .android h2,
.android h3,
.android h4,
.android h5,
.android h6,
.android .h2,
.android .h3,
.android .h4,
.android .h5,
.android .h6,
.android .subhead,
.android .medium-header {
  font-size: 17px; }
.ios h3,
.ios .h3,
.ios .medium-header, .android h3,
.android .h3,
.android .medium-header {
  font-weight: 500;
  color: #444444; }
.ios .medium-header, .android .medium-header {
  display: inline-block; }
.ios .text-disclaimer, .android .text-disclaimer {
  font-weight: 400; }
  .ios .text-disclaimer .text-bold, .ios .text-disclaimer strong, .ios .text-disclaimer b, .android .text-disclaimer .text-bold, .android .text-disclaimer strong, .android .text-disclaimer b {
    font-weight: 700 !important;
    color: #444444; }
.ios .text-footer, .android .text-footer {
  font-size: 13px; }

.ios h2,
.ios .h2,
.ios .subhead {
  font-weight: 500; }
.ios h4,
.ios h5,
.ios h6,
.ios .h4,
.ios .h5,
.ios .h6 {
  font-weight: 400; }

.android h2,
.android .h2,
.android .large {
  font-weight: 700; }
.android h4,
.android h5,
.android h6,
.android .h4,
.android .h5,
.android .h6 {
  font-weight: 300; }

@font-face {
  font-family: 'ET Iconography';
  src: url("fonts/et-iconography.eot?adi9cv");
  src: url("fonts/et-iconography.eot?adi9cv#iefix") format("embedded-opentype"), url("fonts/et-iconography.ttf?adi9cv") format("truetype"), url("fonts/et-iconography.woff?adi9cv") format("woff");
  font-weight: normal;
  font-style: normal; }
.et-icon-block {
  display: block !important; }

.et-icon {
  font-family: 'ET Iconography';
  speak: none;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  text-align: center; }
  .et-icon.et-inverse {
    color: #FFFFFF; }

.et-icon.et-icon-xs, .material-icons.et-icon-xs {
  font-size: 24px !important; }

.et-icon.et-icon-sm, .material-icons.et-icon-sm {
  font-size: 36px !important; }

.et-icon.et-icon-md, .material-icons.et-icon-md {
  font-size: 48px !important; }

.et-icon.et-icon-lg, .material-icons.et-icon-lg {
  font-size: 72px !important; }

.et-icon.et-icon-xl, .material-icons.et-icon-xl {
  font-size: 96px !important; }

.et-add-funds:before {
  content: ""; }

.et-alarm-clock:before {
  content: ""; }

.et-alert-help:before {
  content: ""; }

.et-alert:before {
  content: ""; }

.et-anniversary:before {
  content: ""; }

.et-anniversary-multiple:before {
  content: ""; }

.et-bank:before {
  content: ""; }

.et-calculator:before {
  content: ""; }

.et-calendar:before {
  content: ""; }

.et-cheque:before {
  content: ""; }

.et-clock:before {
  content: ""; }

.et-compass:before {
  content: ""; }

.et-computer:before {
  content: ""; }

.et-date:before {
  content: ""; }

.et-downturn:before {
  content: ""; }

.et-facts-research:before {
  content: ""; }

.et-faqs-fact-sheet:before {
  content: ""; }

.et-gear-settings:before {
  content: ""; }

.et-gift:before {
  content: ""; }

.et-goal:before {
  content: ""; }

.et-graduation-gift:before {
  content: ""; }

.et-group-family:before {
  content: ""; }

.et-growth:before {
  content: ""; }

.et-help-customer-svc:before {
  content: ""; }

.et-help-more-info:before {
  content: ""; }

.et-home-lending:before {
  content: ""; }

.et-idea:before {
  content: ""; }

.et-ira-selector:before {
  content: ""; }

.et-money-auto-investing:before {
  content: ""; }

.et-money-automatic-investing:before {
  content: ""; }

.et-money:before {
  content: ""; }

.et-money-investing:before {
  content: ""; }

.et-online-tutorial-laptop:before {
  content: ""; }

.et-research-awareness:before {
  content: ""; }

.et-retirement:before {
  content: ""; }

.et-savings:before {
  content: ""; }

.et-security:before {
  content: ""; }

.et-smartphone:before {
  content: ""; }

.et-stopwatch:before {
  content: ""; }

.et-tool-box-welcome-kit:before {
  content: ""; }

.et-top-five:before {
  content: ""; }

.et-umbrella:before {
  content: ""; }

.et-user:before {
  content: ""; }

.et-users:before {
  content: ""; }

.et-video:before {
  content: ""; }

.responsive-container,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1200px; }
  @media (min-width: 768px) {
    .responsive-container,
    .container {
      padding-left: 10px;
      padding-right: 10px; } }

html {
  font-size: 13px; }

body {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 400; }

.dark body {
  color: #FFFFFF; }

.prospect {
  font-size: 15px;
  font-weight: 400;
  font-family: "ETradeFort", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.21px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: auto;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
  @media (min-width: 768px) {
    .prospect {
      font-size: 13px; } }

.ios, .android {
  font-size: 17px; }

.ios {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Arial, sans-serif; }

.android {
  font-family: Roboto, "Helvetica Neue", "Helvetica", Arial, sans-serif; }

a[disabled],
a.disabled {
  color: #767676; }

a:active {
  color: #125C95; }

ul {
  padding: 0 0 0 20px; }
  ul li {
    padding: 0 0 10px 20px; }

ul.list-pipe {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.list-pipe li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
    ul.list-pipe li + li:before {
      content: " | ";
      margin-right: 10px; }

hr {
  margin: 0;
  border-top: 1px solid #DBDBDB; }
  hr .hr-thicker {
    border-top: 2px solid #DBDBDB; }

.dark {
  color: #FFFFFF; }

.checkbox > input[type='checkbox'], .radio > input[type='radio'] {
  background: none;
  position: absolute;
  opacity: 0;
  margin-left: 0;
  cursor: pointer; }
  .checkbox > input[disabled][type='checkbox'], .radio > input[disabled][type='radio'] {
    cursor: not-allowed; }
  .checkbox > input[type='checkbox'] + label, .radio > input[type='radio'] + label, .checkbox > input[type='checkbox'] + .label, .radio > input[type='radio'] + .label {
    user-select: none;
    padding-left: 25px;
    font-size: 13px; }
  .checkbox > input[type='checkbox'] + label:before, .radio > input[type='radio'] + label:before, .checkbox > input[type='checkbox'] + .label:before, .radio > input[type='radio'] + .label:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    display: inline-block;
    position: absolute;
    left: 0;
    vertical-align: middle;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid #DBDBDB; }
  .checkbox > input[disabled][type='checkbox'] + label:before, .radio > input[disabled][type='radio'] + label:before, .checkbox > input[disabled][type='checkbox'] + .label:before, .radio > input[disabled][type='radio'] + .label:before {
    background-color: #EEEEEE;
    color: #EEEEEE; }
  .checkbox > input[disabled][type='checkbox']:checked + label:before, .radio > input[disabled][type='radio']:checked + label:before, .checkbox > input[disabled][type='checkbox']:checked + .label:before, .radio > input[disabled][type='radio']:checked + .label:before {
    background-color: #EEEEEE;
    border: 1px solid #DBDBDB;
    color: #EEEEEE; }
  .checkbox > input[type='checkbox']:focus + label:before, .radio > input[type='radio']:focus + label:before, .checkbox > input[type='checkbox']:focus + .label:before, .radio > input[type='radio']:focus + .label:before, .checkbox > input[disabled][type='checkbox']:focus + label:before, .radio > input[disabled][type='radio']:focus + label:before, .checkbox > input[disabled][type='checkbox']:focus + .label:before, .radio > input[disabled][type='radio']:focus + .label:before {
    border: 1px solid #99CC00; }
  .checkbox > input[type='checkbox']:checked:focus + label:before, .radio > input[type='radio']:checked:focus + label:before, .checkbox > input[type='checkbox']:checked:focus + .label:before, .radio > input[type='radio']:checked:focus + .label:before {
    border: 1px solid #DBDBDB; }
  .checkbox > input[disabled][type='checkbox'] + label:hover, .radio > input[disabled][type='radio'] + label:hover, .checkbox > input[disabled][type='checkbox'] + .label:hover, .radio > input[disabled][type='radio'] + .label:hover {
    cursor: not-allowed; }

.radio label, .radio .label, .checkbox label, .checkbox .label, .radio-inline {
  padding-left: 0; }

.radio, .checkbox, .toggle-button {
  margin: 0 0 10px 0; }

label, .label,
time,
label.label-small,
.label-small.label,
.label.label-small,
.label-small,
.timestamp {
  color: #767676;
  font-size: 15px;
  font-weight: 400; }
  @media (min-width: 768px) {
    label, .label,
    time,
    label.label-small,
    .label-small.label,
    .label.label-small,
    .label-small,
    .timestamp {
      font-size: 11px; } }

time,
.timestamp,
label.label-large,
.label-large.label,
.label.label-large,
.label-large,
.label.label-inline,
label.label-inline,
.label-inline.label {
  font-weight: 300;
  font-size: 15px; }
  @media (min-width: 768px) {
    time,
    .timestamp,
    label.label-large,
    .label-large.label,
    .label.label-large,
    .label-large,
    .label.label-inline,
    label.label-inline,
    .label-inline.label {
      font-size: 13px; } }

label.label-lg, .label-lg.label,
.label.label-lg {
  font-weight: 300;
  font-size: 15px; }
  @media (min-width: 768px) {
    label.label-lg, .label-lg.label,
    .label.label-lg {
      font-size: 13px; } }

.label.label-inline,
label.label-inline,
.label-inline.label {
  display: inline-block; }

.label {
  padding: 0; }

.checkbox > input[type='checkbox'] + label, .checkbox > input[type='checkbox'] + .label,
.radio > input[type='radio'] + label,
.radio > input[type='radio'] + .label,
.checkbox > input[type='checkbox'] + .label,
.radio > input[type='radio'] + .label {
  font-size: 15px; }
  @media (min-width: 768px) {
    .checkbox > input[type='checkbox'] + label, .checkbox > input[type='checkbox'] + .label,
    .radio > input[type='radio'] + label,
    .radio > input[type='radio'] + .label,
    .checkbox > input[type='checkbox'] + .label,
    .radio > input[type='radio'] + .label {
      font-size: 13px; } }

label.dark, .dark.label,
time.dark,
label.label-small.dark,
.label-small.dark.label,
.label.label-small.dark,
.label-small.dark,
label.label-large.dark,
.label-large.dark.label,
.label.label-large.dark,
.lable-large.dark,
.timestamp.dark,
.dark label,
.dark .label,
.dark time,
.dark label.label-small,
.dark .label-small.label,
.dark .label.label-small,
.dark .label-small,
.dark label.label-large,
.dark .label-large.label,
.dark .label.label-large,
.dark .lable-large,
.dark .timestamp {
  color: #FFFFFF; }

@media (min-width: 768px) {
  .ios label, .ios .label,
  .ios time,
  .ios label.label-small,
  .ios .label-small.label,
  .ios .label.label-small,
  .ios .label-small,
  .ios .timestamp, .android label, .android .label,
  .android time,
  .android label.label-small,
  .android .label-small.label,
  .android .label.label-small,
  .android .label-small,
  .android .timestamp {
    font-size: 15px; } }

.prospect label, .prospect .label,
.prospect .timestamp,
.prospect time {
  font-size: 15px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .prospect label, .prospect .label,
    .prospect .timestamp,
    .prospect time {
      font-size: 13px; } }

.form-control {
  font-weight: 400;
  border-width: 1px;
  box-shadow: none;
  appearance: none;
  height: 47px; }
  @media (min-width: 768px) {
    .form-control {
      height: 33px; } }
  .form-control::-moz-placeholder {
    color: #767676;
    font-weight: 300;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #767676;
    font-weight: 300;
    line-height: 175%; }
  .form-control::-webkit-input-placeholder {
    color: #767676;
    font-weight: 300; }
  @media screen and (min-width: 0\0) {
    .form-control {
      line-height: 175%; } }
  .form-control:focus {
    box-shadow: none; }

.form-group {
  margin-bottom: 20px; }
  .form-group label.field-status, .form-group .field-status.label {
    margin-bottom: 10px; }

.form-icon-group {
  position: relative; }
  .form-icon-group > .material-icons:first-child {
    left: 0;
    right: initial; }
  .form-icon-group > .material-icons:last-child {
    right: 0;
    left: initial; }
  .form-icon-group .form-control:first-child:not(:last-child) {
    padding-right: 50px; }
    @media (min-width: 768px) {
      .form-icon-group .form-control:first-child:not(:last-child) {
        padding-right: 40px; } }
  .form-icon-group .form-control:last-child:not(:first-child) {
    padding-left: 50px; }
    @media (min-width: 768px) {
      .form-icon-group .form-control:last-child:not(:first-child) {
        padding-left: 40px; } }
  .form-icon-group .form-control:not(:last-child):not(:first-child) {
    padding-left: 50px;
    padding-right: 50px; }
    @media (min-width: 768px) {
      .form-icon-group .form-control:not(:last-child):not(:first-child) {
        padding-left: 40px;
        padding-right: 40px; } }
  .form-icon-group .material-icons {
    color: #DBDBDB;
    position: absolute;
    line-height: 47px;
    font-size: 32px;
    pointer-events: none;
    z-index: 1;
    padding: 0 10px;
    top: 0; }
    @media (min-width: 768px) {
      .form-icon-group .material-icons {
        line-height: 33px;
        font-size: 24px; } }

.form-group.form-group-icon {
  position: relative; }
  .form-group.form-group-icon label, .form-group.form-group-icon .label {
    width: 100%; }
  .form-group.form-group-icon .material-icons {
    position: absolute;
    top: 26px;
    color: #DBDBDB;
    font-size: 32px;
    line-height: 47px;
    width: 37px;
    height: 47px;
    pointer-events: none; }
    @media (min-width: 768px) {
      .form-group.form-group-icon .material-icons {
        top: 23px;
        font-size: 24px;
        line-height: 33px;
        width: 33px;
        height: 33px; } }
  .form-group.form-group-icon.icon-left .form-control {
    padding-left: 45px; }
    @media (min-width: 768px) {
      .form-group.form-group-icon.icon-left .form-control {
        padding-left: 35px; } }
  .form-group.form-group-icon.icon-left .material-icons {
    left: 7px; }
    .form-group.form-group-icon.icon-left .material-icons.right-icon {
      left: calc(100% - 40px); }
      @media (min-width: 768px) {
        .form-group.form-group-icon.icon-left .material-icons.right-icon {
          left: calc(100% - 33px); } }
  .form-group.form-group-icon.icon-right .form-control {
    padding-right: 45px; }
    @media (min-width: 768px) {
      .form-group.form-group-icon.icon-right .form-control {
        padding-right: 35px; } }
  .form-group.form-group-icon.icon-right .material-icons {
    right: 0; }

.form-group.has-error .form-control {
  border-color: #CC0000;
  box-shadow: none; }
  .form-group.has-error .form-control:focus {
    border-color: #99CC00;
    box-shadow: none; }
.form-group.has-error label.field-status, .form-group.has-error .field-status.label {
  color: #CC0000; }

.dark .form-group.has-error .form-control,
.form-group.has-error.dark .form-control {
  border-color: #FF5522; }
.dark .form-group.has-error label.field-status, .dark .form-group.has-error .field-status.label,
.form-group.has-error.dark label.field-status,
.form-group.has-error.dark .field-status.label {
  color: #FF5522; }

.form-control[disabled],
.form-control[readonly] {
  color: #767676;
  font-weight: 300;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  cursor: not-allowed; }

label.field-status, .field-status.label {
  text-align: right;
  width: 100%;
  float: right; }
  @media screen and (min-width: 0\0) {
    label.field-status, .field-status.label {
      margin-top: 4px; } }
  label.field-status.error, .field-status.error.label {
    color: #CC0000; }
  label.field-status.success, .field-status.success.label {
    color: #107A1B; }

@media screen and (max-device-width: 767px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .form-control {
    font-size: 16px; } }
.select-wrapper {
  position: relative; }
  .select-wrapper select {
    appearance: none;
    -moz-appearance: none;
    padding: 0 25px 0 10px;
    background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='10px' viewBox='258 91 12 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(264.000000, 96.000000) rotate(90.000000) translate(-264.000000, -96.000000) translate(260.500000, 90.000000)'%3E%3Cpolygon id='Shape' fill='%23444444' points='1 0 -0.4 1.4 4.2 6 -0.4 10.6 1 12 7 6'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat calc(100% - 7px) 50%; }
    .select-wrapper select[disabled] {
      background: #F6F6F6 url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='10px' viewBox='258 91 12 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(264.000000, 96.000000) rotate(90.000000) translate(-264.000000, -96.000000) translate(260.500000, 90.000000)'%3E%3Cpolygon id='Shape' fill='%23767676' points='1 0 -0.4 1.4 4.2 6 -0.4 10.6 1 12 7 6'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat calc(100% - 7px) 50%; }

.dark .select-wrapper select,
.select-wrapper.dark select {
  background-image: #19223C url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='10px' viewBox='258 91 12 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(264.000000, 96.000000) rotate(90.000000) translate(-264.000000, -96.000000) translate(260.500000, 90.000000)'%3E%3Cpolygon id='Shape' fill='%23FFFFFF' points='1 0 -0.4 1.4 4.2 6 -0.4 10.6 1 12 7 6'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat calc(100% - 7px) 50%; }
  .dark .select-wrapper select[disabled],
  .select-wrapper.dark select[disabled] {
    color: #DBDBDB;
    border-color: #DBDBDB;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='10px' viewBox='258 91 12 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(264.000000, 96.000000) rotate(90.000000) translate(-264.000000, -96.000000) translate(260.500000, 90.000000)'%3E%3Cpolygon id='Shape' fill='%23DBDBDB' points='1 0 -0.4 1.4 4.2 6 -0.4 10.6 1 12 7 6'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat calc(100% - 7px) 50%; }
  .dark .select-wrapper select.inline,
  .select-wrapper.dark select.inline {
    background: none; }

.form-group > .select-wrapper + label.field-status, .form-group > .select-wrapper + .field-status.label {
  text-align: right;
  width: 100%;
  float: left; }
  @media screen and (min-width: 0\0) {
    .form-group > .select-wrapper + label.field-status, .form-group > .select-wrapper + .field-status.label {
      margin-top: 4px; } }

@media screen and (min-width: 0\0) {
  .select-wrapper:before {
    display: none; }
  .select-wrapper:after {
    display: none; }
  .select-wrapper .form-control {
    height: auto; }
  .select-wrapper select {
    padding-top: 9px;
    padding-bottom: 6px; }
    .select-wrapper select::-ms-expand {
      display: none; } }
.select-wrapper.inline select {
  margin: 0 auto;
  border: none;
  display: inline-block;
  background: none;
  text-align-last: center;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0 10px;
  color: #1774BB;
  border-bottom: 1px solid #DBDBDB;
  font-size: inherit; }
  .select-wrapper.inline select:not([disabled]) {
    cursor: pointer; }
  .select-wrapper.inline select[disabled], .select-wrapper.inline select.disabled {
    color: #767676; }
  .select-wrapper.inline select:active, .select-wrapper.inline select:focus {
    border-bottom-color: #1774BB; }

.checkbox label, .checkbox .label, .checkbox .label {
  margin: 3px 0 0 15px; }
  @media (min-width: 768px) {
    .checkbox label, .checkbox .label, .checkbox .label {
      margin: 0; } }
.checkbox > input[type='checkbox'] + label:before, .checkbox > input[type='checkbox'] + .label:before {
  content: "";
  top: 1px;
  left: 0;
  height: 26px;
  width: 26px;
  box-shadow: inset 0px 0px 0px 12px #FFFFFF, inset 0px 0px 0px 12px #99CC00; }
  @media (min-width: 768px) {
    .checkbox > input[type='checkbox'] + label:before, .checkbox > input[type='checkbox'] + .label:before {
      height: 16px;
      width: 16px;
      box-shadow: inset 0px 0px 0px 7px #FFFFFF, inset 0px 0px 0px 7px #99CC00; } }
.checkbox > input[type='checkbox'] + label:after, .checkbox > input[type='checkbox'] + .label:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\E5CA";
  left: 0;
  top: 1px;
  position: absolute;
  font-size: 25px;
  color: #FFFFFF;
  text-align: center;
  height: 25px;
  width: 0px;
  overflow: hidden;
  transition: width 200ms ease-in-out;
  font-weight: 700; }
  @media (min-width: 768px) {
    .checkbox > input[type='checkbox'] + label:after, .checkbox > input[type='checkbox'] + .label:after {
      font-size: 16px;
      height: 16px; } }
.checkbox > input[type='checkbox']:checked + label:after, .checkbox > input[type='checkbox']:checked + .label:after {
  width: 25px; }
  @media (min-width: 768px) {
    .checkbox > input[type='checkbox']:checked + label:after, .checkbox > input[type='checkbox']:checked + .label:after {
      width: 16px; } }
.checkbox > input[type='checkbox']:checked + label:before, .checkbox > input[type='checkbox']:checked + .label:before {
  border: 1px solid #99CC00;
  box-shadow: inset 0px 0px 0px 0px #FFFFFF, inset 0px 0px 0px 12px #99CC00; }
  @media (min-width: 768px) {
    .checkbox > input[type='checkbox']:checked + label:before, .checkbox > input[type='checkbox']:checked + .label:before {
      box-shadow: inset 0px 0px 0px 0px #FFFFFF, inset 0px 0px 0px 7px #99CC00; } }
.checkbox > input[type='checkbox'][disabled] + label:before, .checkbox > input[type='checkbox'][disabled] + .label:before {
  box-shadow: inset 0px 0px 0px 0px #FFFFFF, inset 0px 0px 0px 12px #EEEEEE;
  border-color: #EEEEEE; }
  @media (min-width: 768px) {
    .checkbox > input[type='checkbox'][disabled] + label:before, .checkbox > input[type='checkbox'][disabled] + .label:before {
      box-shadow: inset 0px 0px 0px 0px #FFFFFF, inset 0px 0px 0px 7px #EEEEEE; } }
.checkbox > input[type='checkbox'][disabled]:checked + label:before, .checkbox > input[type='checkbox'][disabled]:checked + .label:before {
  background-color: transparent;
  border: none;
  box-shadow: inset 0px 0px 0px 0px transparent, inset 0px 0px 0px 0px transparent; }
.checkbox > input[type='checkbox'][disabled]:checked + label:after, .checkbox > input[type='checkbox'][disabled]:checked + .label:after {
  top: 0.6px;
  color: #99CC00; }

.radio label, .radio .label, .radio .label {
  margin-left: 15px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .radio label, .radio .label, .radio .label {
      margin-left: 0;
      line-height: 18px; } }
.radio > input[type='radio'] + label:before, .radio > input[type='radio'] + .label:before {
  height: 26px;
  width: 26px;
  content: " ";
  border-radius: 30px;
  box-shadow: inset 0px 0px 0px 12px #FFFFFF, inset 0px 0px 0px 12px #99CC00; }
  @media (min-width: 768px) {
    .radio > input[type='radio'] + label:before, .radio > input[type='radio'] + .label:before {
      height: 18px;
      width: 18px;
      box-shadow: inset 0px 0px 0px 8px #FFFFFF, inset 0px 0px 0px 8px #99CC00; } }
.radio > input[type='radio']:checked + label:before, .radio > input[type='radio']:checked + .label:before {
  transition: all 200ms cubic-bezier(0, 0, 0, 0.99);
  box-shadow: inset 0px 0px 0px 5px #FFFFFF, inset 0px 0px 0px 12px #99CC00; }
  @media (min-width: 768px) {
    .radio > input[type='radio']:checked + label:before, .radio > input[type='radio']:checked + .label:before {
      box-shadow: inset 0px 0px 0px 3px #FFFFFF, inset 0px 0px 0px 8px #99CC00; } }
.radio > input[type='radio'][disabled] + label:before, .radio > input[type='radio'][disabled] + .label:before {
  box-shadow: inset 0px 0px 0px 0px #FFFFFF, inset 0px 0px 0px 12px #EEEEEE;
  color: #EEEEEE;
  border-color: #EEEEEE; }
  @media (min-width: 768px) {
    .radio > input[type='radio'][disabled] + label:before, .radio > input[type='radio'][disabled] + .label:before {
      box-shadow: inset 0px 0px 0px 0px #FFFFFF, inset 0px 0px 0px 8px #EEEEEE; } }
.radio > input[type='radio'][disabled]:checked + label:before, .radio > input[type='radio'][disabled]:checked + .label:before {
  box-shadow: inset 0px 0px 0px 5px #FFFFFF, inset 6px 6px 0px 6px #EEEEEE;
  border-color: #EEEEEE; }
  @media (min-width: 768px) {
    .radio > input[type='radio'][disabled]:checked + label:before, .radio > input[type='radio'][disabled]:checked + .label:before {
      box-shadow: inset 0px 0px 0px 3px #FFFFFF, inset 6px 6px 0px 6px #EEEEEE; } }

.form-group .toggle-button {
  display: block;
  width: 100%;
  min-height: 32px;
  height: auto;
  position: relative; }
  .form-group .toggle-button > input[type="radio"],
  .form-group .toggle-button input[type="checkbox"] {
    margin-left: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    background: none;
    position: absolute;
    opacity: 0;
    z-index: 1; }
    .form-group .toggle-button > input[type="radio"]:focus + .toggle-button-wrapper, .form-group .toggle-button > input[type="radio"][disabled]:focus + .toggle-button-wrapper,
    .form-group .toggle-button input[type="checkbox"]:focus + .toggle-button-wrapper,
    .form-group .toggle-button input[type="checkbox"][disabled]:focus + .toggle-button-wrapper {
      border: 1px solid #99CC00; }
  .form-group .toggle-button .toggle-button-wrapper {
    border: 1px solid #DBDBDB;
    padding: 4px 10px 4px 10px; }
    .form-group .toggle-button .toggle-button-wrapper > *:first-of-type {
      padding-right: 20px; }
  .form-group .toggle-button > input[type="radio"]:checked + .toggle-button-wrapper,
  .form-group .toggle-button > input[type="checkbox"]:checked + .toggle-button-wrapper {
    border: 2px solid #99CC00;
    font-weight: 500; }
    .form-group .toggle-button > input[type="radio"]:checked + .toggle-button-wrapper label, .form-group .toggle-button > input[type="radio"]:checked + .toggle-button-wrapper .label,
    .form-group .toggle-button > input[type="checkbox"]:checked + .toggle-button-wrapper label,
    .form-group .toggle-button > input[type="checkbox"]:checked + .toggle-button-wrapper .label {
      font-weight: 500; }
    .form-group .toggle-button > input[type="radio"]:checked + .toggle-button-wrapper > *:first-of-type:after,
    .form-group .toggle-button > input[type="checkbox"]:checked + .toggle-button-wrapper > *:first-of-type:after {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      vertical-align: middle;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: "\E5CA";
      color: #99CC00;
      font-size: 13px;
      float: right;
      position: absolute;
      display: inline-block;
      right: 15px; }

label + .toggle, .label + .toggle {
  margin-left: 10px; }

label + .toggle.toggle-block, .label + .toggle.toggle-block {
  display: block;
  margin-left: 0; }

.toggle {
  width: 36px;
  height: 18px;
  display: inline-block;
  vertical-align: middle; }
  .toggle > input[type="checkbox"] {
    background: none;
    opacity: 0;
    display: inline-block; }
    .toggle > input[type="checkbox"] + label, .toggle > input[type="checkbox"] + .label {
      background: #EEEEEE;
      box-shadow: inset 0 0 4px 0 #B4B4B4;
      width: 36px;
      height: 18px;
      position: absolute;
      margin-left: -12px;
      border-radius: 2px;
      transition: all 0.3s; }
      .toggle > input[type="checkbox"] + label:before, .toggle > input[type="checkbox"] + .label:before {
        box-shadow: 2px 0 4px 0 #B8B8B8;
        display: block;
        position: absolute;
        top: 2px;
        left: 18px;
        right: 1px;
        background-color: #FFFFFF;
        bottom: 1px;
        content: "";
        width: 15px;
        height: 14px;
        border-radius: 2px;
        margin-right: 16px;
        margin-left: -16px;
        transition: all 0.3s; }
    .toggle > input[type="checkbox"]:checked + label, .toggle > input[type="checkbox"]:checked + .label {
      background-color: #99CC00;
      box-shadow: inset 0 0 4px 0 #B4B4B4; }
      .toggle > input[type="checkbox"]:checked + label:before, .toggle > input[type="checkbox"]:checked + .label:before {
        box-shadow: -2px 0 4px 0 #4D7C0F;
        margin-left: 0;
        margin-right: 0; }
    .toggle > input[type="checkbox"][disabled] + label, .toggle > input[type="checkbox"][disabled] + .label {
      background: #EEEEEE;
      box-shadow: none; }
      .toggle > input[type="checkbox"][disabled] + label:before, .toggle > input[type="checkbox"][disabled] + .label:before {
        box-shadow: none; }

.toggle.toggle-large {
  width: 72px;
  height: 36px; }
  .toggle.toggle-large > input[type="checkbox"] + label, .toggle.toggle-large > input[type="checkbox"] + .label {
    width: 72px;
    height: 36px; }
    .toggle.toggle-large > input[type="checkbox"] + label:before, .toggle.toggle-large > input[type="checkbox"] + .label:before {
      left: 20px;
      width: 30px;
      height: 28px;
      top: 4px; }
  .toggle.toggle-large > input[type="checkbox"]:checked + label:before, .toggle.toggle-large > input[type="checkbox"]:checked + .label:before {
    margin-left: 18px; }

.form-group + .btn {
  margin: 0; }

.input-group {
  display: table;
  vertical-align: middle;
  position: relative;
  border-collapse: separate; }
  .input-group .input-group-addon,
  .input-group .input-group-btn,
  .input-group .input-group .form-control {
    display: table-cell; }
  .input-group .input-group-addon,
  .input-group .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .input-group .input-group-addon {
    font-size: 13px;
    font-weight: inherit;
    line-height: 1;
    color: #444444;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 0;
    padding: 5px; }
    .input-group .input-group-addon:first-child {
      position: absolute;
      display: block;
      top: 50%;
      left: 10px;
      margin: 0;
      width: auto;
      line-height: 0;
      background: transparent;
      padding: 0;
      z-index: 3;
      border: 0; }
      @media screen and (min-width: 0\0) {
        .input-group .input-group-addon:first-child {
          top: 0;
          line-height: 275%; } }
  .input-group .form-control {
    border-right: 0;
    padding-left: 20px;
    padding-right: 0px; }
    .input-group .form-control + .input-group-addon {
      border: 1px solid #DBDBDB;
      border-left: 0;
      transition: border 200ms ease-in-out;
      padding-left: 0px;
      padding-top: 8px; }
      @media screen and (min-width: 0\0) {
        .input-group .form-control + .input-group-addon {
          padding-top: 10px; } }
    .input-group .form-control:focus {
      z-index: 2; }
  .input-group .form-control:focus + .input-group-addon {
    border: 1px solid #99CC00;
    border-left: 0; }
  .input-group .form-control[disabled] + .input-group-addon,
  .input-group .form-control[readonly] + .input-group-addon {
    font-weight: 300;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    cursor: not-allowed;
    color: #767676; }

.form-group.has-error .form-control + .input-group-addon {
  border-color: #CC0000; }

.form-group.has-error .form-control:focus + .input-group-addon {
  border-color: #99CC00; }

.form-control::-ms-clear {
  height: 0;
  width: 0; }

a, .btn-link, .dark .card-group a.dark,
.dark .card-group a, .dark .card-group .btn-link,
.card-group.dark a.dark,
.card-group.dark a,
.card-group.dark .btn-link,
.dark .card a.dark,
.dark .card a,
.dark .card .btn-link,
.dark.card a.dark,
.dark.card a,
.dark.card .btn-link,
.dark a.card a,
.dark a.card .btn-link {
  color: #1774BB;
  font-weight: 400;
  border-radius: 0; }
  a.disabled, .disabled.btn-link,
  .dark .card-group a.disabled, .dark .card-group .disabled.btn-link,
  .card-group.dark a.disabled,
  .card-group.dark .disabled.btn-link,
  .dark .card a.disabled,
  .dark .card .disabled.btn-link,
  .dark.card a.disabled,
  .dark.card .disabled.btn-link, a[disabled], [disabled].btn-link,
  .dark .card-group a[disabled], .dark .card-group [disabled].btn-link,
  .card-group.dark a[disabled],
  .card-group.dark [disabled].btn-link,
  .dark .card a[disabled],
  .dark .card [disabled].btn-link,
  .dark.card a[disabled],
  .dark.card [disabled].btn-link, a[disabled]:hover, [disabled].btn-link:hover,
  .dark .card-group a[disabled]:hover,
  .card-group.dark a[disabled]:hover,
  .dark .card a[disabled]:hover,
  .dark.card a[disabled]:hover,
  .dark a.card [disabled].btn-link:hover, a.disabled:hover, .disabled.btn-link:hover,
  .dark .card-group a.disabled:hover,
  .card-group.dark a.disabled:hover,
  .dark .card a.disabled:hover,
  .dark.card a.disabled:hover,
  .dark a.card .disabled.btn-link:hover, a[disabled]:active, [disabled].btn-link:active,
  .dark .card-group a[disabled]:active,
  .card-group.dark a[disabled]:active,
  .dark .card a[disabled]:active,
  .dark.card a[disabled]:active,
  .dark a.card [disabled].btn-link:active, a.disabled:active, .disabled.btn-link:active,
  .dark .card-group a.disabled:active,
  .card-group.dark a.disabled:active,
  .dark .card a.disabled:active,
  .dark.card a.disabled:active,
  .dark a.card .disabled.btn-link:active, a[disabled]:focus, [disabled].btn-link:focus,
  .dark .card-group a[disabled]:focus,
  .card-group.dark a[disabled]:focus,
  .dark .card a[disabled]:focus,
  .dark.card a[disabled]:focus,
  .dark a.card [disabled].btn-link:focus, a.disabled:focus, .disabled.btn-link:focus,
  .dark .card-group a.disabled:focus,
  .card-group.dark a.disabled:focus,
  .dark .card a.disabled:focus,
  .dark.card a.disabled:focus,
  .dark a.card .disabled.btn-link:focus, a.disabled:focus:hover, .disabled.btn-link:focus:hover, a[disabled]:focus:hover, [disabled].btn-link:focus:hover {
    font-weight: 300 !important;
    cursor: not-allowed;
    color: #767676;
    pointer-events: none;
    text-decoration: none; }
  a:active, .btn-link:active,
  .dark .card-group a:active, .dark .card-group .btn-link:active,
  .card-group.dark a:active,
  .card-group.dark .btn-link:active,
  .dark .card a:active,
  .dark .card .btn-link:active,
  .dark.card a:active,
  .dark.card .btn-link:active, a.active, .active.btn-link,
  .dark .card-group a.active, .dark .card-group .active.btn-link,
  .card-group.dark a.active,
  .card-group.dark .active.btn-link,
  .dark .card a.active,
  .dark .card .active.btn-link,
  .dark.card a.active,
  .dark.card .active.btn-link {
    color: #125C95;
    text-decoration: underline; }
  a:focus, .btn-link:focus,
  .dark .card-group a:focus, .dark .card-group .btn-link:focus,
  .card-group.dark a:focus,
  .card-group.dark .btn-link:focus,
  .dark .card a:focus,
  .dark .card .btn-link:focus,
  .dark.card a:focus,
  .dark.card .btn-link:focus, a.focus, .focus.btn-link,
  .dark .card-group a.focus, .dark .card-group .focus.btn-link,
  .card-group.dark a.focus,
  .card-group.dark .focus.btn-link,
  .dark .card a.focus,
  .dark .card .focus.btn-link,
  .dark.card a.focus,
  .dark.card .focus.btn-link, a:focus:hover, .btn-link:focus:hover,
  .dark .card-group a:focus:hover,
  .card-group.dark a:focus:hover,
  .dark .card a:focus:hover,
  .dark.card a:focus:hover,
  .dark a.card .btn-link:focus:hover {
    color: #125C95;
    text-decoration: underline; }
  a:active, .btn-link:active,
  .dark .card-group a:active, .dark .card-group .btn-link:active,
  .card-group.dark a:active,
  .card-group.dark .btn-link:active,
  .dark .card a:active,
  .dark .card .btn-link:active,
  .dark.card a:active,
  .dark.card .btn-link:active, a:focus, .btn-link:focus,
  .dark .card-group a:focus, .dark .card-group .btn-link:focus,
  .card-group.dark a:focus,
  .card-group.dark .btn-link:focus,
  .dark .card a:focus,
  .dark .card .btn-link:focus,
  .dark.card a:focus,
  .dark.card .btn-link:focus {
    outline: 0 !important; }
  a .material-icons, .btn-link .material-icons,
  .dark .card-group a .material-icons, .dark .card-group .btn-link .material-icons,
  .card-group.dark a .material-icons,
  .card-group.dark .btn-link .material-icons,
  .dark .card a .material-icons,
  .dark .card .btn-link .material-icons,
  .dark.card a .material-icons,
  .dark.card .btn-link .material-icons {
    margin-top: -3px;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px; }
  a:hover .material-icons, .btn-link:hover .material-icons,
  .dark .card-group a:hover .material-icons,
  .card-group.dark a:hover .material-icons,
  .dark .card a:hover .material-icons,
  .dark.card a:hover .material-icons,
  .dark a.card .btn-link:hover .material-icons, a.hover .material-icons, .hover.btn-link .material-icons,
  .dark .card-group a.hover .material-icons,
  .card-group.dark a.hover .material-icons,
  .dark .card a.hover .material-icons,
  .dark.card a.hover .material-icons,
  .dark a.card .hover.btn-link .material-icons {
    color: #4399DB; }
  a[disabled]:hover .material-icons, [disabled].btn-link:hover .material-icons, a.disabled:hover .material-icons, .disabled.btn-link:hover .material-icons, a[disabled]:active .material-icons, [disabled].btn-link:active .material-icons, a.disabled:active .material-icons, .disabled.btn-link:active .material-icons, a[disabled]:focus .material-icons, [disabled].btn-link:focus .material-icons, a.disabled:focus .material-icons, .disabled.btn-link:focus .material-icons, a[disabled]:active:focus .material-icons, [disabled].btn-link:active:focus .material-icons, a.disabled:active:focus .material-icons, .disabled.btn-link:active:focus .material-icons, a[disabled].active .material-icons, [disabled].active.btn-link .material-icons, a.disabled.focus .material-icons, .disabled.focus.btn-link .material-icons {
    color: #767676; }
  a:active .material-icons, .btn-link:active .material-icons,
  .dark .card-group a:active .material-icons,
  .card-group.dark a:active .material-icons,
  .dark .card a:active .material-icons,
  .dark.card a:active .material-icons,
  .dark a.card .btn-link:active .material-icons, a.active .material-icons, .active.btn-link .material-icons,
  .dark .card-group a.active .material-icons,
  .card-group.dark a.active .material-icons,
  .dark .card a.active .material-icons,
  .dark.card a.active .material-icons,
  .dark a.card .active.btn-link .material-icons, a:focus .material-icons, .btn-link:focus .material-icons,
  .dark .card-group a:focus .material-icons,
  .card-group.dark a:focus .material-icons,
  .dark .card a:focus .material-icons,
  .dark.card a:focus .material-icons,
  .dark a.card .btn-link:focus .material-icons, a.focus .material-icons, .focus.btn-link .material-icons,
  .dark .card-group a.focus .material-icons,
  .card-group.dark a.focus .material-icons,
  .dark .card a.focus .material-icons,
  .dark.card a.focus .material-icons,
  .dark a.card .focus.btn-link .material-icons {
    color: #125C95; }
  a.text-muted:hover .material-icons, .text-muted.btn-link:hover .material-icons, a.text-muted.hover .material-icons, .text-muted.hover.btn-link .material-icons {
    color: #767676; }
  a.text-muted[disabled]:hover .material-icons, .text-muted[disabled].btn-link:hover .material-icons, a.text-muted.disabled:hover .material-icons, .text-muted.disabled.btn-link:hover .material-icons {
    color: #767676; }
  a.text-muted:active .material-icons, .text-muted.btn-link:active .material-icons, a.text-muted.active .material-icons, .text-muted.active.btn-link .material-icons, a.text-muted:focus .material-icons, .text-muted.btn-link:focus .material-icons, a.text-muted.focus .material-icons, .text-muted.focus.btn-link .material-icons {
    color: #767676; }

a.dark,
.dark a, .dark .btn-link,
.btn-link.dark {
  color: #49B0FF; }
  a.disabled.dark,
  .dark a.disabled, .dark .disabled.btn-link,
  .disabled.btn-link.dark, a[disabled].dark,
  .dark a[disabled], .dark [disabled].btn-link,
  [disabled].btn-link.dark, a[disabled].dark:hover,
  .dark a[disabled]:hover, .dark [disabled].btn-link:hover,
  [disabled].btn-link.dark:hover, a.disabled.dark:hover,
  .dark a.disabled:hover, .dark .disabled.btn-link:hover,
  .disabled.btn-link.dark:hover, a[disabled].dark:active,
  .dark a[disabled]:active, .dark [disabled].btn-link:active,
  [disabled].btn-link.dark:active, a.disabled.dark:active,
  .dark a.disabled:active, .dark .disabled.btn-link:active,
  .disabled.btn-link.dark:active, a[disabled].dark:focus,
  .dark a[disabled]:focus, .dark [disabled].btn-link:focus,
  [disabled].btn-link.dark:focus, a.disabled.dark:focus,
  .dark a.disabled:focus, .dark .disabled.btn-link:focus,
  .disabled.btn-link.dark:focus, a.disabled.dark:focus:hover,
  .dark a.disabled:focus:hover, .dark .disabled.btn-link:focus:hover,
  .disabled.btn-link.dark:focus:hover, a[disabled].dark:focus:hover,
  .dark a[disabled]:focus:hover, .dark [disabled].btn-link:focus:hover,
  [disabled].btn-link.dark:focus:hover {
    text-decoration: none;
    color: #DBDBDB; }
  a.dark:hover,
  .dark a:hover, .dark .btn-link:hover,
  .btn-link.dark:hover, a.dark:focus,
  .dark a:focus, .dark .btn-link:focus,
  .btn-link.dark:focus {
    color: #A4DCFF; }
  a.dark:active,
  .dark a:active, .dark .btn-link:active,
  .btn-link.dark:active, a.active.dark,
  .dark a.active, .dark .active.btn-link,
  .active.btn-link.dark {
    color: #156DB1; }
  a.dark:focus,
  .dark a:focus, .dark .btn-link:focus,
  .btn-link.dark:focus, a.focus.dark,
  .dark a.focus, .dark .focus.btn-link,
  .focus.btn-link.dark, a.dark:focus:hover,
  .dark a:focus:hover, .dark .btn-link:focus:hover,
  .btn-link.dark:focus:hover {
    color: #156DB1; }
  a.dark:hover .material-icons,
  .dark a:hover .material-icons, .dark .btn-link:hover .material-icons,
  .btn-link.dark:hover .material-icons, a.hover.dark .material-icons,
  .dark a.hover .material-icons, .dark .hover.btn-link .material-icons,
  .hover.btn-link.dark .material-icons {
    color: #A4DCFF; }
  a[disabled].dark:hover .material-icons,
  .dark a[disabled]:hover .material-icons, .dark [disabled].btn-link:hover .material-icons,
  [disabled].btn-link.dark:hover .material-icons, a.disabled.dark:hover .material-icons,
  .dark a.disabled:hover .material-icons, .dark .disabled.btn-link:hover .material-icons,
  .disabled.btn-link.dark:hover .material-icons {
    color: #DBDBDB; }
  a.dark:active .material-icons,
  .dark a:active .material-icons, .dark .btn-link:active .material-icons,
  .btn-link.dark:active .material-icons, a.active.dark .material-icons,
  .dark a.active .material-icons, .dark .active.btn-link .material-icons,
  .active.btn-link.dark .material-icons, a.dark:focus .material-icons,
  .dark a:focus .material-icons, .dark .btn-link:focus .material-icons,
  .btn-link.dark:focus .material-icons, a.focus.dark .material-icons,
  .dark a.focus .material-icons, .dark .focus.btn-link .material-icons,
  .focus.btn-link.dark .material-icons {
    color: #156DB1; }

a.btn:not(.btn-link) {
  text-decoration: none; }

.btn {
  padding: 9px 30px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 2px;
  border: 0;
  font-weight: 500;
  letter-spacing: -0.21px;
  margin: 0 0 10px 0; }
  @media (min-width: 768px) {
    .btn {
      padding: 5px 12px;
      font-size: 15px;
      line-height: 21px;
      border-radius: 2px; } }
  .btn .material-icons {
    margin-top: -3px;
    font-size: 18px;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .btn .material-icons {
        font-size: 15px; } }

.btn-primary {
  color: #FFFFFF;
  background-color: #6633CC;
  border-color: #FFFFFF;
  border: 1px solid #6633CC; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #5229a3;
    border-color: #bfbfbf; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #5229a3;
    border-color: #e0e0e0; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #5229a3;
    border-color: #e0e0e0; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #432287;
      border-color: #bfbfbf; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #6633CC;
    border-color: #FFFFFF; }
  .btn-primary .badge {
    color: #6633CC;
    background-color: #FFFFFF; }
  .btn-primary.btn.disabled, .btn-primary.btn.disabled:active, .btn-primary.btn.disabled:focus, .btn-primary.btn[disabled], .btn-primary.btn[disabled]:active, .btn-primary.btn[disabled]:focus {
    opacity: initial;
    font-weight: 300;
    color: #767676;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:focus:hover {
    background-color: #7A4ED5;
    color: #FFFFFF;
    border: 1px solid #7A4ED5; }
  .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4F19B9;
    border-color: #4F19B9; }

.btn-primary-outline {
  color: #6633CC;
  background-color: transparent;
  border-color: #6633CC;
  border: 1px solid #6633CC; }
  .btn-primary-outline:focus, .btn-primary-outline.focus {
    color: #6633CC;
    background-color: transparent;
    border-color: #331a66; }
  .btn-primary-outline:hover {
    color: #6633CC;
    background-color: transparent;
    border-color: #4e279b; }
  .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #6633CC;
    background-color: transparent;
    border-color: #4e279b; }
    .btn-primary-outline:active:hover, .btn-primary-outline:active:focus, .btn-primary-outline:active.focus, .btn-primary-outline.active:hover, .btn-primary-outline.active:focus, .btn-primary-outline.active.focus, .open > .btn-primary-outline.dropdown-toggle:hover, .open > .btn-primary-outline.dropdown-toggle:focus, .open > .btn-primary-outline.dropdown-toggle.focus {
      color: #6633CC;
      background-color: transparent;
      border-color: #331a66; }
  .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    background-image: none; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline[disabled]:hover, .btn-primary-outline[disabled]:focus, .btn-primary-outline[disabled].focus, fieldset[disabled] .btn-primary-outline:hover, fieldset[disabled] .btn-primary-outline:focus, fieldset[disabled] .btn-primary-outline.focus {
    background-color: transparent;
    border-color: #6633CC; }
  .btn-primary-outline .badge {
    color: transparent;
    background-color: #6633CC; }
  .btn-primary-outline.btn.disabled, .btn-primary-outline.btn[disabled] {
    font-weight: 300;
    color: #767676;
    border: 1px solid #767676;
    background-color: transparent; }
  .btn-primary-outline:active:focus, .btn-primary-outline:active:hover {
    background-color: transparent; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:hover, .btn-primary-outline:focus:hover {
    color: #7A4ED5;
    border: 1px solid #7A4ED5;
    background-color: transparent; }
  .btn-primary-outline:active, .btn-primary-outline.active {
    text-decoration: none;
    color: #4F19B9;
    border: 1px solid #4F19B9;
    background-color: transparent; }

.dark .btn-primary-outline,
.btn-primary-outline.dark {
  color: #AB80FF;
  background-color: transparent;
  border-color: #AB80FF;
  border: 1px solid #AB80FF; }
  .dark .btn-primary-outline:focus, .dark .btn-primary-outline.focus,
  .btn-primary-outline.dark:focus,
  .btn-primary-outline.dark.focus {
    color: #AB80FF;
    background-color: transparent;
    border-color: #5701ff; }
  .dark .btn-primary-outline:hover,
  .btn-primary-outline.dark:hover {
    color: #AB80FF;
    background-color: transparent;
    border-color: #8343ff; }
  .dark .btn-primary-outline:active, .dark .btn-primary-outline.active, .open > .dark .btn-primary-outline.dropdown-toggle,
  .btn-primary-outline.dark:active,
  .btn-primary-outline.dark.active, .open >
  .btn-primary-outline.dark.dropdown-toggle {
    color: #AB80FF;
    background-color: transparent;
    border-color: #8343ff; }
    .dark .btn-primary-outline:active:hover, .dark .btn-primary-outline:active:focus, .dark .btn-primary-outline:active.focus, .dark .btn-primary-outline.active:hover, .dark .btn-primary-outline.active:focus, .dark .btn-primary-outline.active.focus, .open > .dark .btn-primary-outline.dropdown-toggle:hover, .open > .dark .btn-primary-outline.dropdown-toggle:focus, .open > .dark .btn-primary-outline.dropdown-toggle.focus,
    .btn-primary-outline.dark:active:hover,
    .btn-primary-outline.dark:active:focus,
    .btn-primary-outline.dark:active.focus,
    .btn-primary-outline.dark.active:hover,
    .btn-primary-outline.dark.active:focus,
    .btn-primary-outline.dark.active.focus, .open >
    .btn-primary-outline.dark.dropdown-toggle:hover, .open >
    .btn-primary-outline.dark.dropdown-toggle:focus, .open >
    .btn-primary-outline.dark.dropdown-toggle.focus {
      color: #AB80FF;
      background-color: transparent;
      border-color: #5701ff; }
  .dark .btn-primary-outline:active, .dark .btn-primary-outline.active, .open > .dark .btn-primary-outline.dropdown-toggle,
  .btn-primary-outline.dark:active,
  .btn-primary-outline.dark.active, .open >
  .btn-primary-outline.dark.dropdown-toggle {
    background-image: none; }
  .dark .btn-primary-outline.disabled:hover, .dark .btn-primary-outline.disabled:focus, .dark .btn-primary-outline.disabled.focus, .dark .btn-primary-outline[disabled]:hover, .dark .btn-primary-outline[disabled]:focus, .dark .btn-primary-outline[disabled].focus, fieldset[disabled] .dark .btn-primary-outline:hover, fieldset[disabled] .dark .btn-primary-outline:focus, fieldset[disabled] .dark .btn-primary-outline.focus,
  .btn-primary-outline.dark.disabled:hover,
  .btn-primary-outline.dark.disabled:focus,
  .btn-primary-outline.dark.disabled.focus,
  .btn-primary-outline.dark[disabled]:hover,
  .btn-primary-outline.dark[disabled]:focus,
  .btn-primary-outline.dark[disabled].focus, fieldset[disabled]
  .btn-primary-outline.dark:hover, fieldset[disabled]
  .btn-primary-outline.dark:focus, fieldset[disabled]
  .btn-primary-outline.dark.focus {
    background-color: transparent;
    border-color: #AB80FF; }
  .dark .btn-primary-outline .badge,
  .btn-primary-outline.dark .badge {
    color: transparent;
    background-color: #AB80FF; }
  .dark .btn-primary-outline.btn.disabled, .dark .btn-primary-outline.btn[disabled],
  .btn-primary-outline.dark.btn.disabled,
  .btn-primary-outline.dark.btn[disabled] {
    font-weight: 300;
    color: #767676;
    border: 1px solid #767676;
    background-color: transparent; }
  .dark .btn-primary-outline:active:focus, .dark .btn-primary-outline:active:hover,
  .btn-primary-outline.dark:active:focus,
  .btn-primary-outline.dark:active:hover {
    background-color: transparent; }
  .dark .btn-primary-outline:focus, .dark .btn-primary-outline.focus, .dark .btn-primary-outline:hover, .dark .btn-primary-outline:focus:hover,
  .btn-primary-outline.dark:focus,
  .btn-primary-outline.dark.focus,
  .btn-primary-outline.dark:hover,
  .btn-primary-outline.dark:focus:hover {
    color: #C3A4FF;
    border: 1px solid #C3A4FF;
    background-color: transparent; }
  .dark .btn-primary-outline:active, .dark .btn-primary-outline.active,
  .btn-primary-outline.dark:active,
  .btn-primary-outline.dark.active {
    text-decoration: none;
    color: #6633CC;
    border: 1px solid #6633CC;
    background-color: transparent; }
  .dark .btn-primary-outline.btn disabled, .dark .btn-primary-outline.btn[disabled],
  .btn-primary-outline.dark.btn disabled,
  .btn-primary-outline.dark.btn[disabled] {
    color: #F6F6F6;
    border-color: #F6F6F6; }

.btn.btn-link {
  margin: 0;
  font-weight: 400;
  font-size: 18px; }
  @media (min-width: 768px) {
    .btn.btn-link {
      font-size: 13px; } }
  .btn.btn-link:not(.btn-block) {
    padding: 0; }

.btn-md {
  padding: 5px 12px;
  font-size: 15px;
  line-height: 21px;
  border-radius: 2px; }
  @media (min-width: 768px) {
    .btn-md {
      padding: 2px 10px;
      font-size: 13px;
      line-height: 1.5;
      border-radius: 2px; } }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 15px;
  line-height: 21px;
  border-radius: 2px; }
  @media (min-width: 768px) {
    .btn-sm, .btn-group-sm > .btn {
      padding: 1px 10px;
      font-size: 13px;
      line-height: 1.4;
      border-radius: 2px; } }

@media screen and (min-width: 0\0) {
  .btn:focus:active,
  .focus.btn:active,
  .active.btn:focus,
  .focus.active.btn {
    outline: 1px dotted #6633CC; } }
@media screen and (min-width: 0\0) {
  .prospect .btn {
    padding-bottom: 0; }
  .prospect .btn-sm, .prospect .btn-group-sm > .btn {
    padding-top: 3px; } }
.progress.progress-segmented {
  overflow: hidden;
  height: auto;
  margin-bottom: auto;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 3px;
  margin-top: 3px; }
  .progress.progress-segmented.progress-segmented-labels-hidden .progress-segment .progress-label,
  .progress.progress-segmented .progress.progress-segmented.progress-segmented-labels-hidden .progress-segment.active .progress-label {
    display: none; }
  .progress.progress-segmented .progress-segment {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #EEEEEE;
    padding-bottom: 5px; }
    .progress.progress-segmented .progress-segment.active {
      border-bottom-color: #99CC00; }
    .progress.progress-segmented .progress-segment.active-partial, .progress.progress-segmented .progress-segment.active-half {
      position: relative;
      border-bottom-color: #EEEEEE; }
      .progress.progress-segmented .progress-segment.active-partial:after, .progress.progress-segmented .progress-segment.active-half:after {
        position: absolute;
        content: "";
        height: 4px;
        left: 0;
        background: #99CC00;
        display: inline-block;
        bottom: -4px; }
    .progress.progress-segmented .progress-segment .progress-label {
      display: none; }

.progress.progress-segmented .progress-segment.active-half:after {
  width: 50%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-0:after {
  width: 0%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-1:after {
  width: 1%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-2:after {
  width: 2%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-3:after {
  width: 3%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-4:after {
  width: 4%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-5:after {
  width: 5%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-6:after {
  width: 6%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-7:after {
  width: 7%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-8:after {
  width: 8%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-9:after {
  width: 9%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-10:after {
  width: 10%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-11:after {
  width: 11%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-12:after {
  width: 12%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-13:after {
  width: 13%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-14:after {
  width: 14%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-15:after {
  width: 15%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-16:after {
  width: 16%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-17:after {
  width: 17%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-18:after {
  width: 18%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-19:after {
  width: 19%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-20:after {
  width: 20%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-21:after {
  width: 21%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-22:after {
  width: 22%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-23:after {
  width: 23%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-24:after {
  width: 24%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-25:after {
  width: 25%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-26:after {
  width: 26%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-27:after {
  width: 27%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-28:after {
  width: 28%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-29:after {
  width: 29%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-30:after {
  width: 30%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-31:after {
  width: 31%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-32:after {
  width: 32%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-33:after {
  width: 33%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-34:after {
  width: 34%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-35:after {
  width: 35%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-36:after {
  width: 36%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-37:after {
  width: 37%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-38:after {
  width: 38%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-39:after {
  width: 39%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-40:after {
  width: 40%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-41:after {
  width: 41%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-42:after {
  width: 42%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-43:after {
  width: 43%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-44:after {
  width: 44%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-45:after {
  width: 45%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-46:after {
  width: 46%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-47:after {
  width: 47%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-48:after {
  width: 48%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-49:after {
  width: 49%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-50:after {
  width: 50%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-51:after {
  width: 51%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-52:after {
  width: 52%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-53:after {
  width: 53%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-54:after {
  width: 54%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-55:after {
  width: 55%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-56:after {
  width: 56%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-57:after {
  width: 57%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-58:after {
  width: 58%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-59:after {
  width: 59%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-60:after {
  width: 60%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-61:after {
  width: 61%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-62:after {
  width: 62%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-63:after {
  width: 63%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-64:after {
  width: 64%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-65:after {
  width: 65%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-66:after {
  width: 66%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-67:after {
  width: 67%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-68:after {
  width: 68%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-69:after {
  width: 69%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-70:after {
  width: 70%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-71:after {
  width: 71%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-72:after {
  width: 72%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-73:after {
  width: 73%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-74:after {
  width: 74%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-75:after {
  width: 75%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-76:after {
  width: 76%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-77:after {
  width: 77%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-78:after {
  width: 78%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-79:after {
  width: 79%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-80:after {
  width: 80%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-81:after {
  width: 81%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-82:after {
  width: 82%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-83:after {
  width: 83%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-84:after {
  width: 84%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-85:after {
  width: 85%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-86:after {
  width: 86%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-87:after {
  width: 87%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-88:after {
  width: 88%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-89:after {
  width: 89%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-90:after {
  width: 90%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-91:after {
  width: 91%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-92:after {
  width: 92%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-93:after {
  width: 93%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-94:after {
  width: 94%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-95:after {
  width: 95%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-96:after {
  width: 96%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-97:after {
  width: 97%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-98:after {
  width: 98%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-99:after {
  width: 99%; }

.progress.progress-segmented .progress-segment.active-partial.active-partial-100:after {
  width: 100%; }

.dark .progress.progress-segmented .progress-label,
.progress.progress-segmented .progress-label.dark {
  color: #FFFFFF; }

@media (min-width: 768px) {
  .progress.progress-segmented .progress-segment.active .progress-label,
  .progress.progress-segmented .progress-segment.active-half .progress-label {
    display: block; }

  .progress.progress-segmented.progress-segmented-labels-hidden .progress-segment.active .progress-label {
    display: none; } }
@media (min-width: 992px) {
  .progress.progress-segmented .progress-segment .progress-label {
    display: block; } }
.universal-message {
  margin: 0 0 10px 0;
  border: none;
  border-radius: 0;
  position: relative; }
  .universal-message h4 {
    margin: 0 0 3px 0; }
  .universal-message > p,
  .universal-message > ul {
    margin-bottom: 0; }
  .universal-message > p + p {
    margin-top: 5px; }
  .universal-message p:last-of-type {
    margin: 0; }
  .universal-message:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    position: absolute;
    font-size: 20px;
    line-height: 1.8; }
  .universal-message .universal-message-content {
    margin-left: 28px;
    padding: 10px 30px 10px 10px; }
  .universal-message .universal-message-heading {
    font-size: 13px;
    font-weight: 400;
    color: #444444; }

.universal-message-dismissable,
.universal-message-dismissible {
  padding-right: 10px; }
  .universal-message-dismissable .close,
  .universal-message-dismissible .close {
    margin-top: 8px; }
    .universal-message-dismissable .close > .material-icons,
    .universal-message-dismissible .close > .material-icons {
      font-size: 14px; }

.universal-message.universal-message-success {
  background-color: transparent;
  color: #444444; }
  .universal-message.universal-message-success:before {
    content: "";
    color: #158F15;
    position: absolute;
    left: 10px;
    top: 2px; }
  .universal-message.universal-message-success .universal-message-heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2; }
  .universal-message.universal-message-success:before {
    font-size: 30px;
    top: -3px;
    left: 2px; }

.dark .universal-message.universal-message-success,
.universal-message.universal-message-success.dark {
  color: #FFFFFF; }
  .dark .universal-message.universal-message-success .universal-message-heading,
  .universal-message.universal-message-success.dark .universal-message-heading {
    color: #FFFFFF; }

.universal-message-info {
  background-color: #F5F8FF;
  color: #444444; }
  .universal-message-info:before {
    content: "";
    color: #3766FF;
    position: absolute;
    left: 10px;
    top: 2px; }

.universal-message-warning,
.universal-message-danger {
  background-color: #FFF2F2;
  color: #444444; }
  .universal-message-warning:before,
  .universal-message-danger:before {
    content: "";
    color: #CC0000;
    position: absolute;
    left: 10px;
    top: 2px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: 400;
  line-height: 1;
  color: #767676;
  text-shadow: none;
  opacity: 1; }
  .close:hover, .close:focus {
    color: #444444;
    text-decoration: none;
    cursor: pointer; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none; }

.nav-tabs {
  padding-left: 0;
  list-style: none;
  border-bottom: none;
  overflow-x: auto;
  overflow-y: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 0 0 10px -10px;
  padding-left: 10px; }
  .nav-tabs ul {
    display: table;
    width: 100%;
    white-space: nowrap;
    padding-left: 0; }
    @media (min-width: 768px) {
      .nav-tabs ul {
        display: block; } }
  .nav-tabs li {
    display: table-cell;
    text-align: center;
    padding: 0px 5px;
    margin-right: 15px;
    border-bottom: 3px solid transparent; }
    @media (min-width: 768px) {
      .nav-tabs li {
        display: inline-block;
        text-align: left; } }
    .nav-tabs li:first-of-type {
      padding-left: 0; }
    .nav-tabs li a {
      display: inline-block;
      position: relative;
      font-size: 18px;
      color: #767676;
      font-weight: 300;
      text-decoration: none; }
      @media screen and (min-width: 0\0) {
        .nav-tabs li a {
          padding: 2px;
          display: inline-block; } }
      @media (min-width: 768px) {
        .nav-tabs li a {
          font-size: 13px; } }
      .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus, .nav-tabs li a:focus:hover {
        color: inherit;
        text-decoration: none; }
        .nav-tabs li a:hover:after, .nav-tabs li a:active:after, .nav-tabs li a:focus:after, .nav-tabs li a:focus:hover:after {
          border-bottom: 3px solid #DBDBDB;
          transform: scaleX(1);
          opacity: 1;
          transition: all 0.3s ease-in-out; }
      .nav-tabs li a:after {
        display: inline-block;
        position: absolute;
        margin-top: 12px;
        width: 100%;
        height: 1em;
        left: 0;
        content: "";
        border-bottom: 3px solid transparent;
        transform: scaleX(0);
        opacity: 0;
        transition: all 0.3s ease-in-out; }
@-moz-document url-prefix() {
  .nav-tabs li a:after {
    margin-top: calc($nav-tabs-border-margin - 0.8px); } }
    .nav-tabs li:hover a:after {
      opacity: 1;
      transform: scaleX(1.1);
      border-bottom: 3px solid #DBDBDB; }
  .nav-tabs li.active a {
    color: #444444;
    font-weight: 500; }
    .nav-tabs li.active a:after {
      border-bottom: 3px solid #99CC00;
      transform: scaleX(1);
      opacity: 1;
      transition: all 0.3s ease-in-out; }
  .nav-tabs li.active:hover a:after, .nav-tabs li.active:focus a:after {
    opacity: 1;
    transform: scaleX(1.1);
    border-bottom: 3px solid #99CC00; }
  .nav-tabs li.active:active a:after {
    transform: scaleX(1); }

.nav-tabs.nav-tabs-md a {
  font-size: 18px; }

.nav-tabs.nav-tabs-lg a {
  font-size: 22px; }

.nav-tabs.nav-tabs-border ul {
  display: inline-table;
  position: relative; }
  @media (min-width: 768px) {
    .nav-tabs.nav-tabs-border ul {
      top: 0;
      position: initial;
      display: block; } }
  .nav-tabs.nav-tabs-border ul:after {
    margin-top: 3px;
    top: 0;
    content: "";
    display: block;
    border-bottom: 3px solid #DBDBDB;
    height: 100%;
    width: 97%;
    position: absolute;
    left: 2.5px;
    z-index: -1; }
    @media (min-width: 768px) {
      .nav-tabs.nav-tabs-border ul:after {
        margin-top: 0;
        position: initial; } }
@-moz-document url-prefix() {
  .nav-tabs.nav-tabs-border ul:after {
    margin-top: 4px; }
    @media (min-width: 768px) {
      .nav-tabs.nav-tabs-border ul:after {
        margin-top: 1px; } } }
  .nav-tabs.nav-tabs-border ul li:not(.active) a:hover:after {
    border-bottom: 3px solid #a8a8a8; }

.prospect .nav-tabs.nav-tabs-border ul:after {
  margin-top: 1px; }
@-moz-document url-prefix() {
  .prospect .nav-tabs.nav-tabs-border ul:after {
    margin-top: 1.5px; }
    @media (min-width: 768px) {
      .prospect .nav-tabs.nav-tabs-border ul:after {
        margin-top: 0.5px; } } }
.dark .nav-tabs li a,
.dark .nav-tabs li a:active,
.dark .nav-tabs li a:focus,
.nav-tabs.dark li a,
.nav-tabs.dark li a:active,
.nav-tabs.dark li a:focus {
  color: #FFFFFF; }
.dark .nav-tabs ul li:not(.active) a:hover:after,
.nav-tabs.dark ul li:not(.active) a:hover:after {
  border-bottom: 3px solid #FFFFFF; }
.dark .nav-tabs.nav-tabs-border ul,
.nav-tabs.dark.nav-tabs-border ul {
  z-index: 1; }
  .dark .nav-tabs.nav-tabs-border ul:after,
  .nav-tabs.dark.nav-tabs-border ul:after {
    border-bottom: 3px solid #445173;
    z-index: -1; }

.modal .btn {
  margin: 0; }

.modal-content {
  box-shadow: none;
  border: 1px solid #DBDBDB;
  background-clip: border-box;
  border-radius: 0;
  padding: 30px 25px; }
  .modal-content .modal-footer .btn + .btn {
    margin-bottom: 10px; }

.modal-header {
  border-bottom: none;
  padding: 0 0 15px 0; }

.modal-body {
  padding: 0 0 15px 0; }

.modal-footer {
  padding: 0;
  text-align: initial;
  border-top: none; }

.modal-dialog button.close {
  float: left;
  right: 0;
  position: absolute;
  margin-right: 10px;
  margin-top: -24px; }

.modal-backdrop {
  background-color: #F6F6F6; }
  .modal-backdrop.in, .modal-backdrop.sub-menu.open {
    opacity: 0.8; }

@media (min-width: 768px) {
  .modal {
    text-align: center;
    padding: 0; }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

  .modal-dialog,
  .modal-md {
    width: 630px; }

  .modal-sm {
    width: 385px; }

  .modal-lg {
    width: 800px; } }
.modal.dark,
.dark .modal {
  color: #444444; }
  .modal.dark h1,
  .dark .modal h1 {
    color: #242424; }
  .modal.dark h2,
  .dark .modal h2 {
    color: #242424; }
  .modal.dark h3,
  .dark .modal h3 {
    color: #242424; }
  .modal.dark h4,
  .dark .modal h4 {
    color: #242424; }
  .modal.dark h5,
  .dark .modal h5 {
    color: #242424; }
  .modal.dark h6,
  .dark .modal h6 {
    color: #242424; }
  .modal.dark .h1,
  .dark .modal .h1 {
    color: #242424; }
  .modal.dark .h2,
  .dark .modal .h2 {
    color: #242424; }
  .modal.dark .h3,
  .dark .modal .h3 {
    color: #242424; }
  .modal.dark .h4,
  .dark .modal .h4 {
    color: #242424; }
  .modal.dark .h5,
  .dark .modal .h5 {
    color: #242424; }
  .modal.dark .h6,
  .dark .modal .h6 {
    color: #242424; }
  .modal.dark .extra-extra-large-header,
  .dark .modal .extra-extra-large-header {
    color: #242424; }
  .modal.dark .extra-large-header,
  .dark .modal .extra-large-header {
    color: #242424; }
  .modal.dark .large-header,
  .dark .modal .large-header {
    color: #242424; }
  .modal.dark .medium-header,
  .dark .modal .medium-header {
    color: #242424; }
  .modal.dark .small-header,
  .dark .modal .small-header {
    color: #242424; }
  .modal.dark .tiny-header,
  .dark .modal .tiny-header {
    color: #242424; }
  .modal.dark .subhead,
  .dark .modal .subhead {
    color: #242424; }
  .modal.dark label, .modal.dark .label,
  .modal.dark time,
  .modal.dark label.label-small,
  .modal.dark .label-small.label,
  .modal.dark .label.label-small,
  .modal.dark .label-small,
  .modal.dark label.label-large,
  .modal.dark .label-large.label,
  .modal.dark .label.label-large,
  .modal.dark .lable-large,
  .modal.dark .timestamp,
  .dark .modal label,
  .dark .modal .label,
  .dark .modal time,
  .dark .modal label.label-small,
  .dark .modal .label-small.label,
  .dark .modal .label.label-small,
  .dark .modal .label-small,
  .dark .modal label.label-large,
  .dark .modal .label-large.label,
  .dark .modal .label.label-large,
  .dark .modal .lable-large,
  .dark .modal .timestamp {
    color: #767676; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-print-color-adjust: exact; }

  a,
  a:visited {
    text-decoration: none; }

  a[href]:after {
    content: ""; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important; }

  .label {
    border: 1px solid #000000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important; } }
.popover, .flyout {
  max-width: 380px;
  font-size: 13px;
  font-family: inherit;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.13);
  border-radius: 0; }
  .popover.top > .arrow, .top.flyout > .arrow {
    border-top-color: #DBDBDB; }
    .popover.top > .arrow:after, .top.flyout > .arrow:after {
      border-top-color: #fff; }
  .popover.right > .arrow, .right.flyout > .arrow {
    border-right-color: #DBDBDB; }
    .popover.right > .arrow:after, .right.flyout > .arrow:after {
      border-right-color: #fff; }
  .popover.bottom > .arrow, .bottom.flyout > .arrow {
    border-bottom-color: #DBDBDB; }
    .popover.bottom > .arrow:after, .bottom.flyout > .arrow:after {
      border-bottom-color: #fff; }
  .popover.left > .arrow, .left.flyout > .arrow {
    border-left-color: #DBDBDB; }
    .popover.left > .arrow:after, .left.flyout > .arrow:after {
      border-left-color: #fff; }

@media (min-width: 768px) {
  .popover.popover-sm, .popover-sm.flyout {
    width: 180px;
    max-width: 180px; } }

@media (min-width: 768px) {
  .popover.popover-md, .popover-md.flyout {
    width: 380px;
    max-width: 380px; } }

@media (min-width: 768px) {
  .popover.popover-lg, .popover-lg.flyout {
    width: 580px;
    max-width: 580px; } }

@media (min-width: 768px) {
  .popover.popover-xl, .popover-xl.flyout {
    width: 780px;
    max-width: 780px; } }

.popover .close, .flyout .close {
  margin: -6px 2px; }
  .popover .close .material-icons, .flyout .close .material-icons {
    font-size: 10px; }

.dark .popover, .dark .flyout,
.popover.dark,
.dark.flyout {
  color: #444444; }
  .dark .popover h1, .dark .flyout h1, .dark .popover h2, .dark .flyout h2, .dark .popover h3, .dark .flyout h3, .dark .popover h4, .dark .flyout h4, .dark .popover h5, .dark .flyout h5, .dark .popover h6, .dark .flyout h6,
  .popover.dark h1,
  .dark.flyout h1,
  .popover.dark h2,
  .dark.flyout h2,
  .popover.dark h3,
  .dark.flyout h3,
  .popover.dark h4,
  .dark.flyout h4,
  .popover.dark h5,
  .dark.flyout h5,
  .popover.dark h6,
  .dark.flyout h6 {
    color: #444444; }

@media (min-width: 768px) {
  .flyout.flyout-sm {
    width: 180px;
    max-width: 180px; } }
@media (min-width: 768px) {
  .flyout.flyout-md {
    width: 380px;
    max-width: 380px; } }
@media (min-width: 768px) {
  .flyout.flyout-lg {
    width: 580px;
    max-width: 580px; } }
@media (min-width: 768px) {
  .flyout.flyout-xl {
    width: 780px;
    max-width: 780px; } }

.tooltip.in, .tooltip.sub-menu.open {
  opacity: 1; }
.tooltip .tooltip-inner {
  background-color: #FFFFFF;
  text-align: left;
  color: #444444;
  font-size: 13px;
  font-family: inherit;
  border-radius: 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.13);
  border: 1px solid #DBDBDB;
  padding: 10px; }
.tooltip.top .tooltip-arrow {
  border-top-color: #DBDBDB;
  opacity: 1; }
.tooltip.right .tooltip-arrow {
  border-right-color: #DBDBDB;
  opacity: 1; }
.tooltip.left .tooltip-arrow {
  border-left-color: #DBDBDB;
  opacity: 1; }
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #DBDBDB;
  opacity: 1; }
.tooltip.top > .tooltip-arrow {
  left: 50%;
  border-bottom-width: 0;
  border-top-color: #DBDBDB; }
  .tooltip.top > .tooltip-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.tooltip.right > .tooltip-arrow {
  top: 50%;
  border-left-width: 0;
  border-right-color: #DBDBDB; }
  .tooltip.right > .tooltip-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.tooltip.bottom > .tooltip-arrow {
  border-top-width: 0;
  border-bottom-color: #DBDBDB; }
  .tooltip.bottom > .tooltip-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.tooltip.left > .tooltip-arrow {
  border-right-width: 0;
  border-left-color: #DBDBDB; }
  .tooltip.left > .tooltip-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.tooltip > .tooltip-arrow {
  border-width: 11px; }
  .tooltip > .tooltip-arrow, .tooltip > .tooltip-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .tooltip > .tooltip-arrow:after {
    border-width: 10px;
    content: ""; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 5px;
  color: #444444;
  background-color: #E5ECF4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #325D90;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 350px;
  overflow-y: scroll; }

.col-centered-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .col-centered-2 {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .col-centered-2 {
      width: 16.66667%; } }
  @media (min-width: 768px) {
    .col-centered-2 {
      margin-left: 33.33333%; } }
  @media (min-width: 992px) {
    .col-centered-2 {
      margin-left: 41.66667%; } }

.col-centered-4 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .col-centered-4 {
      width: 50%; } }
  @media (min-width: 992px) {
    .col-centered-4 {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .col-centered-4 {
      margin-left: 25%; } }
  @media (min-width: 992px) {
    .col-centered-4 {
      margin-left: 33.33333%; } }

.col-centered-6 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .col-centered-6 {
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .col-centered-6 {
      width: 50%; } }
  @media (min-width: 768px) {
    .col-centered-6 {
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .col-centered-6 {
      margin-left: 25%; } }

.col-centered-8 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .col-centered-8 {
      width: 83.33333%; } }
  @media (min-width: 992px) {
    .col-centered-8 {
      width: 66.66667%; } }
  @media (min-width: 768px) {
    .col-centered-8 {
      margin-left: 8.33333%; } }
  @media (min-width: 992px) {
    .col-centered-8 {
      margin-left: 16.66667%; } }

.col-centered-10 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 992px) {
    .col-centered-10 {
      width: 83.33333%; } }
  @media (min-width: 768px) {
    .col-centered-10 {
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .col-centered-10 {
      margin-left: 8.33333%; } }

.spinner {
  position: relative;
  margin: 0 auto;
  width: 110px; }
  .spinner:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .spinner svg.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 0\0) {
      .spinner svg.circular {
        animation: rotate 1.5s linear infinite !important; } }
    @supports (-ms-ime-align: auto) {
      .spinner svg.circular {
        animation: rotate 1.5s linear infinite !important; } }
    .spinner svg.circular circle.path {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      stroke-linecap: round;
      animation: dash 2s ease-in-out infinite, spinner 4s ease-in-out infinite;
      stroke: #99CC00; }
      @media screen and (min-width: 0\0) {
        .spinner svg.circular circle.path {
          stroke-dasharray: 115, 200; } }
      @supports (-ms-ime-align: auto) {
        .spinner svg.circular circle.path {
          stroke-dasharray: 115, 200;
          animation: none; } }
    .spinner svg.circular circle.background {
      stroke: rgba(246, 246, 246, 0.2); }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dash {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 125, 200;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 125, 200;
    stroke-dashoffset: -125px; } }
@keyframes spinner {
  100%,
    0%,
    49% {
    stroke: #6633CC; }
  50%,
    99% {
    stroke: #99CC00; } }
.modal.modal-spinner {
  text-align: center;
  padding: 0; }
  .modal.modal-spinner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal.modal-spinner .modal-content {
    background: transparent;
    border: 0; }
  .modal.modal-spinner .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

.toast-container {
  height: auto;
  position: fixed;
  bottom: 0;
  top: initial;
  left: 0;
  width: 100%;
  z-index: 99999; }
  @media (min-width: 768px) {
    .toast-container {
      top: 0;
      left: 0;
      bottom: initial;
      height: 0; } }
  .toast-container .toast {
    position: relative;
    display: block;
    width: 100%;
    min-height: 50px;
    transform: translateY(1000%);
    padding-top: 5px;
    text-align: center; }
    @media (min-width: 768px) {
      .toast-container .toast {
        transform: translateY(-1000%); } }
    .toast-container .toast.toast-open {
      opacity: 1;
      transform: translateY(0%);
      transition: all 0.45s cubic-bezier(0.67, -0.13, 0.0489, 1.265); }
      .toast-container .toast.toast-open .toast-content,
      .toast-container .toast.toast-open .toast-close {
        transition: opacity 0.45s 0.1s linear;
        opacity: 1; }
    .toast-container .toast .toast-content {
      margin: 10px auto 0 auto;
      text-align: left;
      display: inline-block;
      padding: 0 24px 18px 14px;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .toast-container .toast .toast-content {
          margin: 15px auto 0 auto; } }
    .toast-container .toast .toast-close {
      position: absolute;
      opacity: 0;
      z-index: 999992;
      top: 0;
      right: 0; }
      .toast-container .toast .toast-close .btn .material-icons {
        color: #FFFFFF;
        font-size: 15px;
        padding-left: 5px;
        padding-top: 8px; }
        @media (min-width: 768px) {
          .toast-container .toast .toast-close .btn .material-icons {
            font-size: 20px; } }
    .toast-container .toast.toast-success {
      background-color: rgba(16, 122, 27, 0.9); }
      .toast-container .toast.toast-success .toast-content {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%23FFFFFF'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 10px -2px;
        padding-left: 40px; }
    .toast-container .toast.toast-error {
      background: rgba(204, 0, 0, 0.9); }
      .toast-container .toast.toast-error .toast-content {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg  xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 12px -2px;
        padding-left: 40px; }
    .toast-container .toast.toast-info {
      background: rgba(23, 116, 187, 0.9); }

.file-upload {
  position: relative;
  padding: 5px;
  border: 1.5px dashed #DBDBDB;
  min-height: 75px;
  text-align: center;
  font-size: 16px; }
  .file-upload.file-upload-active {
    border-color: #6633CC;
    background: rgba(102, 51, 204, 0.05); }
    .file-upload.file-upload-active .material-icons {
      color: #6633CC; }
  .file-upload .material-icons {
    font-size: 45px;
    color: #767676;
    display: block;
    margin-bottom: 5px; }
  .file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%; }
    .file-upload input[type="file"]:hover {
      cursor: pointer; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 5px;
  margin-bottom: 10px;
  background-color: #F6F6F6; }
  .progress .progress-bar {
    transition: width .6s ease;
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 5px;
    color: #fff;
    text-align: center;
    background-color: #99CC00; }
    .progress .progress-bar.progress-bar-striped {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 40px 40px; }
    .progress .progress-bar.active {
      animation: progress-bar-stripes 2s linear infinite; }

.dropdown {
  display: inline-block; }
  .dropdown .btn {
    margin-bottom: -3px; }
  .dropdown .dropdown-toggle .material-icons {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 -3px -3px 0; }

.dropdown-toggle + .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  box-shadow: none;
  border-color: #4F19B9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: auto;
  background-clip: border-box; }
  @media (min-width: 768px) {
    .dropdown-toggle + .dropdown-menu {
      font-size: 13px; } }
  .dropdown-toggle + .dropdown-menu > li {
    padding-left: 0;
    padding-bottom: 0; }

.btn-primary.dropdown-toggle + .dropdown-menu {
  background-color: #4F19B9;
  color: #FFFFFF; }
  .btn-primary.dropdown-toggle + .dropdown-menu > li > a {
    color: #FFFFFF; }
    .btn-primary.dropdown-toggle + .dropdown-menu > li > a:visited {
      color: #FFFFFF; }
    .btn-primary.dropdown-toggle + .dropdown-menu > li > a:hover, .btn-primary.dropdown-toggle + .dropdown-menu > li > a:focus {
      color: #FFFFFF;
      background-color: #7A4ED5; }
  .btn-primary.dropdown-toggle + .dropdown-menu > li.divider {
    background-color: #FFFFFF; }

.btn-primary-outline.dropdown-toggle + .dropdown-menu {
  background-color: #FFFFFF;
  color: #6633CC; }
  .btn-primary-outline.dropdown-toggle + .dropdown-menu > li > a {
    color: #6633CC; }
    .btn-primary-outline.dropdown-toggle + .dropdown-menu > li > a:visited {
      color: #6633CC; }
    .btn-primary-outline.dropdown-toggle + .dropdown-menu > li > a:hover, .btn-primary-outline.dropdown-toggle + .dropdown-menu > li > a:focus {
      color: #FFFFFF;
      background-color: #6633CC; }
  .btn-primary-outline.dropdown-toggle + .dropdown-menu > li.divider {
    background-color: #4F19B9; }

.btn-group .btn.btn-primary:first-child:hover, .btn-group .btn.btn-secondary:first-child:hover {
  border-right-color: #FFFFFF; }
.btn-group .btn:nth-child(2) + .dropdown-menu {
  top: 100%;
  margin-top: -11px;
  background-clip: border-box; }
.btn-group .dropdown-toggle.btn {
  padding: 9px 15px; }
  @media (min-width: 768px) {
    .btn-group .dropdown-toggle.btn {
      padding: 5px 7px; } }
.btn-group .dropdown-toggle.btn-md {
  padding: 4px 6px 3px; }
  @media (min-width: 768px) {
    .btn-group .dropdown-toggle.btn-md {
      padding: 2px 6px; } }
.btn-group .dropdown-toggle.btn-sm, .btn-group .btn-group-sm > .dropdown-toggle.btn {
  padding: 4px 6px 3px; }
  @media (min-width: 768px) {
    .btn-group .dropdown-toggle.btn-sm, .btn-group .btn-group-sm > .dropdown-toggle.btn {
      padding: 1px 4px; } }
  .btn-group .dropdown-toggle.btn-sm .material-icons, .btn-group .btn-group-sm > .dropdown-toggle.btn .material-icons {
    font-size: 23px; }
    @media (min-width: 768px) {
      .btn-group .dropdown-toggle.btn-sm .material-icons, .btn-group .btn-group-sm > .dropdown-toggle.btn .material-icons {
        font-size: 15px; } }
.btn-group .dropdown-toggle.btn-primary, .btn-group .dropdown-toggle.btn-secondary {
  border-left-color: #FFFFFF; }
.btn-group .dropdown-toggle .material-icons {
  font-size: 23px;
  margin: 0; }
  @media (min-width: 768px) {
    .btn-group .dropdown-toggle .material-icons {
      font-size: 16px; } }
.btn-group.open > .btn-primary.dropdown-toggle,
.btn-group.open > .btn-secondary.dropdown-toggle {
  border-color: transparent;
  border-left: 1px solid #FFFFFF; }
  .btn-group.open > .btn-primary.dropdown-toggle:hover, .btn-group.open > .btn-primary.dropdown-toggle:focus,
  .btn-group.open > .btn-secondary.dropdown-toggle:hover,
  .btn-group.open > .btn-secondary.dropdown-toggle:focus {
    border-color: transparent;
    border-left: 1px solid #FFFFFF; }

.btn-group.has-flex .btn.btn-md:nth-child(2) + .dropdown-menu {
  margin-top: -11px; }
  @media (min-width: 768px) {
    .btn-group.has-flex .btn.btn-md:nth-child(2) + .dropdown-menu {
      margin-top: -19px; } }
.btn-group.has-flex .btn.btn-sm:nth-child(2) + .dropdown-menu, .btn-group.has-flex .btn-group-sm > .btn:nth-child(2) + .dropdown-menu {
  margin-top: -11px; }
  @media (min-width: 768px) {
    .btn-group.has-flex .btn.btn-sm:nth-child(2) + .dropdown-menu, .btn-group.has-flex .btn-group-sm > .btn:nth-child(2) + .dropdown-menu {
      margin-top: -24px; } }

_:-ms-input-placeholder .btn-sm.dropdown-toggle .material-icons, _:-ms-input-placeholder .btn-group-sm > .dropdown-toggle.btn .material-icons,
_:-ms-input-placeholder .btn-group-sm > .btn.dropdown-toggle .material-icons,
:root .btn-group .btn-sm.dropdown-toggle .material-icons,
.btn-group :root .btn-group-sm > .dropdown-toggle.btn .material-icons,
:root .btn-group .btn-group-sm > .dropdown-toggle.btn .material-icons,
:root .btn-group .btn-group-sm > .btn.dropdown-toggle .material-icons {
  font-size: 24px; }
@media (min-width: 768px) {
  _:-ms-input-placeholder .btn-sm.dropdown-toggle .material-icons, _:-ms-input-placeholder .btn-group-sm > .dropdown-toggle.btn .material-icons,
  _:-ms-input-placeholder .btn-group-sm > .btn.dropdown-toggle .material-icons,
  :root .btn-group .btn-sm.dropdown-toggle .material-icons,
  .btn-group :root .btn-group-sm > .dropdown-toggle.btn .material-icons,
  :root .btn-group .btn-group-sm > .dropdown-toggle.btn .material-icons,
  :root .btn-group .btn-group-sm > .btn.dropdown-toggle .material-icons {
    font-size: 20px; } }
@media (min-width: 992px) {
  _:-ms-input-placeholder .btn-sm.dropdown-toggle .material-icons, _:-ms-input-placeholder .btn-group-sm > .dropdown-toggle.btn .material-icons,
  _:-ms-input-placeholder .btn-group-sm > .btn.dropdown-toggle .material-icons,
  :root .btn-group .btn-sm.dropdown-toggle .material-icons,
  .btn-group :root .btn-group-sm > .dropdown-toggle.btn .material-icons,
  :root .btn-group .btn-group-sm > .dropdown-toggle.btn .material-icons,
  :root .btn-group .btn-group-sm > .btn.dropdown-toggle .material-icons {
    font-size: 21px; } }
_:-ms-input-placeholder .dropdown-toggle.btn-md,
:root .btn-group .dropdown-toggle.btn-md {
  padding: 4px 6px; }
  @media (min-width: 768px) {
    _:-ms-input-placeholder .dropdown-toggle.btn-md,
    :root .btn-group .dropdown-toggle.btn-md {
      padding: 2px 6px; } }
_:-ms-input-placeholder .dropdown-toggle.btn-sm, _:-ms-input-placeholder .btn-group-sm > .dropdown-toggle.btn,
:root .btn-group .dropdown-toggle.btn-sm,
.btn-group :root .btn-group-sm > .dropdown-toggle.btn,
:root .btn-group .btn-group-sm > .dropdown-toggle.btn {
  padding: 4px 6px 3px; }
  @media (min-width: 768px) {
    _:-ms-input-placeholder .dropdown-toggle.btn-sm, _:-ms-input-placeholder .btn-group-sm > .dropdown-toggle.btn,
    :root .btn-group .dropdown-toggle.btn-sm,
    .btn-group :root .btn-group-sm > .dropdown-toggle.btn,
    :root .btn-group .btn-group-sm > .dropdown-toggle.btn {
      padding: 0 4px; } }

@media (min-width: 992px) {
  _:-ms-input-placeholder .btn-sm.dropdown-toggle .material-icons, _:-ms-input-placeholder .btn-group-sm > .dropdown-toggle.btn .material-icons,
  _:-ms-input-placeholder .btn-group-sm > .btn.dropdown-toggle .material-icons,
  :root .btn-group.has-flex .btn-sm.dropdown-toggle .material-icons,
  .btn-group.has-flex :root .btn-group-sm > .dropdown-toggle.btn .material-icons,
  :root .btn-group.has-flex .btn-group-sm > .dropdown-toggle.btn .material-icons,
  :root .btn-group.has-flex .btn-group-sm > .btn.dropdown-toggle .material-icons {
    font-size: 20px; } }

footer.footer {
  padding: 50px 0;
  background: #F6F6F6; }
  footer.footer .text-disclaimer,
  footer.footer .text-disclaimer b,
  footer.footer .text-disclaimer strong,
  footer.footer .text-disclaimer .text-bold {
    color: #444444; }
  footer.footer .quick-links ul li {
    margin-top: 20px;
    padding-left: 0; }

.social-icon {
  height: 30px;
  width: 30px;
  background-color: #1774BB;
  display: inline-block;
  border-radius: 30px; }
  .social-icon:hover {
    background-color: #4399DB; }
  .social-icon.facebook {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18.368 8.57v1.915h-1.14c-0.416 0-0.695 0.087-0.842 0.261-0.145 0.175-0.218 0.436-0.218 0.784v1.371h2.126l-0.283 2.147h-1.841v5.507h-2.22v-5.507h-1.85v-2.147h1.85v-1.582c0-0.899 0.251-1.597 0.754-2.093 0.503-0.495 1.173-0.743 2.01-0.743 0.712 0 1.263 0.028 1.654 0.087z' fill='%23fff'/%3E%3C/svg%3E"); }
  .social-icon.googleplus {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.301 15.106c0 1.005-0.21 1.902-0.631 2.687-0.421 0.787-1.021 1.4-1.798 1.844-0.779 0.441-1.672 0.664-2.678 0.664-0.721 0-1.409-0.141-2.066-0.422-0.658-0.279-1.225-0.656-1.698-1.131s-0.851-1.041-1.132-1.697c-0.28-0.658-0.42-1.347-0.42-2.068s0.14-1.41 0.42-2.067c0.281-0.658 0.658-1.224 1.132-1.698s1.04-0.851 1.698-1.132c0.657-0.28 1.346-0.42 2.066-0.42 1.384 0 2.571 0.464 3.562 1.393l-1.443 1.386c-0.566-0.547-1.272-0.82-2.119-0.82-0.594 0-1.145 0.15-1.65 0.45s-0.905 0.707-1.2 1.223c-0.295 0.515-0.442 1.077-0.442 1.687s0.147 1.171 0.442 1.687c0.295 0.514 0.695 0.922 1.2 1.223 0.506 0.299 1.057 0.449 1.65 0.449 0.402 0 0.771-0.057 1.107-0.168s0.612-0.25 0.83-0.416c0.218-0.168 0.407-0.357 0.569-0.57s0.28-0.412 0.355-0.602c0.075-0.189 0.127-0.367 0.156-0.537h-3.018v-1.828h5.02c0.058 0.303 0.088 0.598 0.088 0.883zm6.29-0.885v1.523h-1.517v1.515h-1.523v-1.515h-1.516v-1.523h1.516v-1.517h1.523v1.517h1.517z' fill='%23fff'/%3E%3C/svg%3E"); }
  .social-icon.linkedin {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.347 9.796c5e-3 0.354-0.117 0.648-0.366 0.886-0.249 0.236-0.577 0.355-0.983 0.355h-0.015c-0.396 0-0.716-0.119-0.958-0.355-0.242-0.237-0.363-0.532-0.363-0.886 0-0.357 0.125-0.653 0.374-0.889 0.249-0.234 0.574-0.352 0.976-0.352s0.723 0.117 0.965 0.352c0.242 0.236 0.365 0.531 0.37 0.889zm-0.152 2.221v7.188h-2.394v-7.188h2.394zm8.612 3.068v4.12h-2.387v-3.845c0-0.508-0.1-0.905-0.295-1.193-0.195-0.287-0.502-0.432-0.918-0.432-0.305 0-0.559 0.084-0.766 0.25-0.205 0.167-0.357 0.374-0.459 0.621-0.055 0.145-0.08 0.341-0.08 0.587v4.012h-2.387c0.01-1.93 0.015-3.494 0.015-4.693s-2e-3 -1.915-7e-3 -2.147l-7e-3 -0.348h2.386v1.044h-0.014c0.096-0.154 0.196-0.29 0.297-0.406 0.102-0.116 0.237-0.241 0.41-0.377 0.17-0.136 0.381-0.24 0.631-0.315 0.248-0.075 0.525-0.112 0.83-0.112 0.826 0 1.492 0.274 1.994 0.823 0.505 0.548 0.757 1.351 0.757 2.411z' fill='%23fff'/%3E%3C/svg%3E"); }
  .social-icon.twitter {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.951 11.443c-0.324 0.474-0.717 0.877-1.176 1.211 4e-3 0.068 8e-3 0.17 8e-3 0.305 0 0.629-0.094 1.257-0.276 1.883s-0.463 1.227-0.838 1.803c-0.375 0.574-0.819 1.084-1.338 1.527-0.519 0.441-1.142 0.795-1.872 1.059-0.73 0.265-1.512 0.396-2.343 0.396-1.311 0-2.51-0.351-3.598-1.051 0.169 0.02 0.358 0.028 0.566 0.028 1.088 0 2.058-0.334 2.909-1.002-0.508-0.01-0.962-0.166-1.364-0.469-0.401-0.301-0.677-0.688-0.827-1.156 0.16 0.023 0.307 0.037 0.443 0.037 0.208 0 0.414-0.027 0.617-0.08-0.542-0.111-0.99-0.382-1.346-0.81-0.355-0.429-0.533-0.926-0.533-1.491v-0.029c0.329 0.185 0.682 0.283 1.059 0.298-0.319-0.213-0.573-0.491-0.762-0.834-0.189-0.344-0.283-0.716-0.283-1.117 0-0.426 0.106-0.82 0.319-1.183 0.585 0.721 1.297 1.297 2.136 1.729 0.839 0.434 1.738 0.674 2.696 0.723-0.039-0.185-0.059-0.363-0.059-0.537 0-0.648 0.229-1.201 0.687-1.658 0.457-0.457 1.01-0.686 1.658-0.686 0.676 0 1.246 0.247 1.711 0.74 0.527-0.102 1.022-0.29 1.487-0.565-0.18 0.556-0.522 0.986-1.03 1.291 0.449-0.048 0.899-0.169 1.349-0.362z' fill='%23fff'/%3E%3C/svg%3E"); }
  .social-icon.youtube {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.234 10.413c0.812 0 1.597 0.011 2.354 0.032 0.758 0.021 1.312 0.045 1.665 0.069l0.529 0.028c5e-3 0 0.046 4e-3 0.124 0.012 0.076 7e-3 0.133 0.014 0.166 0.021s0.091 0.018 0.171 0.032c0.079 0.015 0.147 0.034 0.206 0.059 0.059 0.024 0.127 0.056 0.203 0.094 0.078 0.039 0.152 0.086 0.226 0.142 0.072 0.056 0.144 0.12 0.21 0.192 0.029 0.029 0.066 0.074 0.113 0.134 0.045 0.061 0.115 0.202 0.21 0.425s0.157 0.467 0.192 0.732c0.039 0.31 0.067 0.64 0.09 0.99 0.021 0.351 0.035 0.625 0.041 0.823v1.278c4e-3 0.701-0.039 1.402-0.131 2.104-0.035 0.266-0.096 0.506-0.183 0.721-0.087 0.217-0.164 0.365-0.231 0.447l-0.103 0.123c-0.067 0.072-0.138 0.137-0.21 0.191-0.072 0.057-0.146 0.102-0.227 0.139-0.075 0.037-0.145 0.066-0.202 0.09-0.058 0.025-0.128 0.045-0.206 0.059-0.08 0.017-0.139 0.025-0.176 0.033-0.034 8e-3 -0.092 0.014-0.166 0.021s-0.114 0.012-0.119 0.012c-1.215 0.092-2.729 0.137-4.548 0.137-1.002-0.01-1.871-0.025-2.608-0.047s-1.223-0.039-1.454-0.055l-0.355-0.029-0.262-0.029c-0.174-0.022-0.306-0.047-0.396-0.072-0.089-0.022-0.213-0.073-0.37-0.151-0.156-0.076-0.293-0.176-0.41-0.297-0.028-0.029-0.066-0.074-0.111-0.136-0.047-0.061-0.117-0.2-0.211-0.424-0.094-0.223-0.158-0.467-0.192-0.731-0.038-0.312-0.069-0.642-0.091-0.99-0.021-0.352-0.035-0.625-0.039-0.823v-1.279c-6e-3 -0.701 0.038-1.403 0.13-2.104 0.034-0.266 0.095-0.506 0.182-0.722 0.087-0.215 0.164-0.363 0.231-0.446l0.102-0.123c0.068-0.072 0.139-0.137 0.211-0.192s0.147-0.103 0.225-0.142c0.078-0.038 0.146-0.069 0.203-0.094 0.059-0.024 0.127-0.044 0.207-0.059s0.137-0.025 0.17-0.032c0.034-8e-3 0.09-0.015 0.168-0.021 0.076-8e-3 0.118-0.012 0.123-0.012 1.214-0.087 2.731-0.13 4.549-0.13zm-1.342 6.253l3.51-1.814-3.51-1.835v3.649z' fill='%23fff'/%3E%3C/svg%3E"); }

.disclaimer-icon {
  display: inline-block;
  margin-right: 40px; }
  .disclaimer-icon.equal-housing-lender {
    background: url("images/disclaimer-logo-equal-housing-lender.svg");
    height: 30px;
    width: 31px; }
  .disclaimer-icon.etrade-protection {
    background: url("images/disclaimer-logo-etrade-protection.svg");
    height: 30px;
    width: 172px; }
  .disclaimer-icon.fdic-member {
    background: url("images/disclaimer-logo-fdic-member.svg");
    height: 30px;
    width: 159px; }
  .disclaimer-icon.sipc-member {
    background: url("images/disclaimer-logo-sipc-member.svg");
    height: 30px;
    width: 288px; }

footer.dark h1,
footer.dark h2,
footer.dark h3,
footer.dark h4,
footer.dark h5,
footer.dark h6,
footer.dark .h1,
footer.dark .h2,
footer.dark .h3,
footer.dark .h4,
footer.dark .h5,
footer.dark .h6,
footer.dark .extra-extra-large-header,
footer.dark .extra-large-header,
footer.dark .large-header,
footer.dark .small-header,
footer.dark .subhead,
.dark footer h1,
.dark footer h2,
.dark footer h3,
.dark footer h4,
.dark footer h5,
.dark footer h6,
.dark footer .h1,
.dark footer .h2,
.dark footer .h3,
.dark footer .h4,
.dark footer .h5,
.dark footer .h6,
.dark footer .extra-extra-large-header,
.dark footer .extra-large-header,
.dark footer .large-header,
.dark footer .small-header,
.dark footer .subhead {
  color: #444444; }
footer.dark .text-disclaimer,
.dark footer .text-disclaimer {
  color: #444444; }
  footer.dark .text-disclaimer .text-bold,
  footer.dark .text-disclaimer b,
  footer.dark .text-disclaimer strong,
  .dark footer .text-disclaimer .text-bold,
  .dark footer .text-disclaimer b,
  .dark footer .text-disclaimer strong {
    color: #444444; }
  footer.dark .text-disclaimer a,
  footer.dark .text-disclaimer .btn.btn-link,
  footer.dark .text-disclaimer a > .text-bold,
  footer.dark .text-disclaimer a > b,
  footer.dark .text-disclaimer a > strong,
  footer.dark .text-disclaimer .btn.btn-link > .text-bold,
  footer.dark .text-disclaimer .btn.btn-link > b,
  footer.dark .text-disclaimer .btn.btn-link > strong,
  .dark footer .text-disclaimer a,
  .dark footer .text-disclaimer .btn.btn-link,
  .dark footer .text-disclaimer a > .text-bold,
  .dark footer .text-disclaimer a > b,
  .dark footer .text-disclaimer a > strong,
  .dark footer .text-disclaimer .btn.btn-link > .text-bold,
  .dark footer .text-disclaimer .btn.btn-link > b,
  .dark footer .text-disclaimer .btn.btn-link > strong {
    color: #1774BB; }
    footer.dark .text-disclaimer a:hover,
    footer.dark .text-disclaimer .btn.btn-link:hover,
    footer.dark .text-disclaimer a > .text-bold:hover,
    footer.dark .text-disclaimer a > b:hover,
    footer.dark .text-disclaimer a > strong:hover,
    footer.dark .text-disclaimer .btn.btn-link > .text-bold:hover,
    footer.dark .text-disclaimer .btn.btn-link > b:hover,
    footer.dark .text-disclaimer .btn.btn-link > strong:hover,
    .dark footer .text-disclaimer a:hover,
    .dark footer .text-disclaimer .btn.btn-link:hover,
    .dark footer .text-disclaimer a > .text-bold:hover,
    .dark footer .text-disclaimer a > b:hover,
    .dark footer .text-disclaimer a > strong:hover,
    .dark footer .text-disclaimer .btn.btn-link > .text-bold:hover,
    .dark footer .text-disclaimer .btn.btn-link > b:hover,
    .dark footer .text-disclaimer .btn.btn-link > strong:hover {
      color: #4399DB; }
footer.dark a,
footer.dark .btn.btn-link,
.dark footer a,
.dark footer .btn.btn-link {
  color: #1774BB; }
  footer.dark a:hover,
  footer.dark .btn.btn-link:hover,
  .dark footer a:hover,
  .dark footer .btn.btn-link:hover {
    color: #4399DB; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  padding: 30px;
  border-radius: 2px; }
  .card.card-compact {
    padding: 15px; }
  .card.card-primary {
    background: #FFFFFF;
    border: 1px solid #F6F6F6; }
  .card.card-secondary {
    background: #F6F6F6;
    border: 1px solid #F6F6F6; }
  .card.card-background-image {
    overflow: hidden;
    z-index: 0; }
    .card.card-background-image .card-body,
    .card.card-background-image .card-footer {
      z-index: 1; }
    .card.card-background-image img {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      overflow-x: hidden; }
  .card > img {
    margin-left: -30px;
    margin-top: -30px; }
    .card > img:last-child {
      margin-bottom: -30px;
      margin-top: 30px; }
  .card:not(.card-background-image) > img {
    width: calc(100% + 60px); }
  .card .close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .card .card-body {
    flex: 1 1 auto; }
  .card .btn {
    margin: 0; }

a.card,
a:hover.card,
a:focus.card,
a:visited.card,
a:active.card,
a:hover:focus.card,
a:active:focus.card {
  color: inherit;
  text-decoration: inherit; }
a .material-icons,
a:hover .material-icons,
a:focus .material-icons,
a:visited .material-icons,
a:active .material-icons,
a:hover:focus .material-icons,
a:active:focus .material-icons {
  color: inherit; }

a:focus.card,
a:focus:active.card {
  border: 1px solid rgba(23, 116, 187, 0.5); }

.dark .card-group,
.card-group.dark,
.dark .card,
.dark.card,
.dark a.card,
.dark a.card {
  color: #444444; }
  .dark .card-group h1,
  .dark .card-group h2,
  .dark .card-group h3,
  .dark .card-group h4,
  .dark .card-group h5,
  .dark .card-group h6,
  .dark .card-group .h1,
  .dark .card-group .h2,
  .dark .card-group .h3,
  .dark .card-group .h4,
  .dark .card-group .h5,
  .dark .card-group .h6,
  .dark .card-group .extra-extra-large-header,
  .dark .card-group .extra-large-header,
  .dark .card-group .large-header,
  .dark .card-group .medium-header,
  .dark .card-group .small-header,
  .dark .card-group .subhead,
  .card-group.dark h1,
  .card-group.dark h2,
  .card-group.dark h3,
  .card-group.dark h4,
  .card-group.dark h5,
  .card-group.dark h6,
  .card-group.dark .h1,
  .card-group.dark .h2,
  .card-group.dark .h3,
  .card-group.dark .h4,
  .card-group.dark .h5,
  .card-group.dark .h6,
  .card-group.dark .extra-extra-large-header,
  .card-group.dark .extra-large-header,
  .card-group.dark .large-header,
  .card-group.dark .medium-header,
  .card-group.dark .small-header,
  .card-group.dark .subhead,
  .dark .card h1,
  .dark .card h2,
  .dark .card h3,
  .dark .card h4,
  .dark .card h5,
  .dark .card h6,
  .dark .card .h1,
  .dark .card .h2,
  .dark .card .h3,
  .dark .card .h4,
  .dark .card .h5,
  .dark .card .h6,
  .dark .card .extra-extra-large-header,
  .dark .card .extra-large-header,
  .dark .card .large-header,
  .dark .card .medium-header,
  .dark .card .small-header,
  .dark .card .subhead,
  .dark.card h1,
  .dark.card h2,
  .dark.card h3,
  .dark.card h4,
  .dark.card h5,
  .dark.card h6,
  .dark.card .h1,
  .dark.card .h2,
  .dark.card .h3,
  .dark.card .h4,
  .dark.card .h5,
  .dark.card .h6,
  .dark.card .extra-extra-large-header,
  .dark.card .extra-large-header,
  .dark.card .large-header,
  .dark.card .medium-header,
  .dark.card .small-header,
  .dark.card .subhead,
  .dark a.card h1,
  .dark a.card h2,
  .dark a.card h3,
  .dark a.card h4,
  .dark a.card h5,
  .dark a.card h6,
  .dark a.card .h1,
  .dark a.card .h2,
  .dark a.card .h3,
  .dark a.card .h4,
  .dark a.card .h5,
  .dark a.card .h6,
  .dark a.card .extra-extra-large-header,
  .dark a.card .extra-large-header,
  .dark a.card .large-header,
  .dark a.card .medium-header,
  .dark a.card .small-header,
  .dark a.card .subhead,
  .dark a.card h1,
  .dark a.card h2,
  .dark a.card h3,
  .dark a.card h4,
  .dark a.card h5,
  .dark a.card h6,
  .dark a.card .h1,
  .dark a.card .h2,
  .dark a.card .h3,
  .dark a.card .h4,
  .dark a.card .h5,
  .dark a.card .h6,
  .dark a.card .extra-extra-large-header,
  .dark a.card .extra-large-header,
  .dark a.card .large-header,
  .dark a.card .medium-header,
  .dark a.card .small-header,
  .dark a.card .subhead {
    color: #242424; }
  .dark .card-group .btn-primary-outline,
  .card-group.dark .btn-primary-outline,
  .dark .card .btn-primary-outline,
  .dark.card .btn-primary-outline,
  .dark a.card .btn-primary-outline,
  .dark a.card .btn-primary-outline {
    color: #6633CC;
    background-color: transparent;
    border-color: #6633CC;
    border: 1px solid #6633CC; }
    .dark .card-group .btn-primary-outline:focus, .dark .card-group .btn-primary-outline.focus,
    .card-group.dark .btn-primary-outline:focus,
    .card-group.dark .btn-primary-outline.focus,
    .dark .card .btn-primary-outline:focus,
    .dark .card .btn-primary-outline.focus,
    .dark.card .btn-primary-outline:focus,
    .dark.card .btn-primary-outline.focus,
    .dark a.card .btn-primary-outline:focus,
    .dark a.card .btn-primary-outline.focus,
    .dark a.card .btn-primary-outline:focus,
    .dark a.card .btn-primary-outline.focus {
      color: #6633CC;
      background-color: transparent;
      border-color: #331a66; }
    .dark .card-group .btn-primary-outline:hover,
    .card-group.dark .btn-primary-outline:hover,
    .dark .card .btn-primary-outline:hover,
    .dark.card .btn-primary-outline:hover,
    .dark a.card .btn-primary-outline:hover,
    .dark a.card .btn-primary-outline:hover {
      color: #6633CC;
      background-color: transparent;
      border-color: #4e279b; }
    .dark .card-group .btn-primary-outline:active, .dark .card-group .btn-primary-outline.active, .open > .dark .card-group .btn-primary-outline.dropdown-toggle,
    .card-group.dark .btn-primary-outline:active,
    .card-group.dark .btn-primary-outline.active, .open >
    .card-group.dark .btn-primary-outline.dropdown-toggle,
    .dark .card .btn-primary-outline:active,
    .dark .card .btn-primary-outline.active, .open >
    .dark .card .btn-primary-outline.dropdown-toggle,
    .dark.card .btn-primary-outline:active,
    .dark.card .btn-primary-outline.active, .open >
    .dark.card .btn-primary-outline.dropdown-toggle,
    .dark a.card .btn-primary-outline:active,
    .dark a.card .btn-primary-outline.active, .open >
    .dark a.card .btn-primary-outline.dropdown-toggle,
    .dark a.card .btn-primary-outline:active,
    .dark a.card .btn-primary-outline.active, .open >
    .dark a.card .btn-primary-outline.dropdown-toggle {
      color: #6633CC;
      background-color: transparent;
      border-color: #4e279b; }
      .dark .card-group .btn-primary-outline:active:hover, .dark .card-group .btn-primary-outline:active:focus, .dark .card-group .btn-primary-outline:active.focus, .dark .card-group .btn-primary-outline.active:hover, .dark .card-group .btn-primary-outline.active:focus, .dark .card-group .btn-primary-outline.active.focus, .open > .dark .card-group .btn-primary-outline.dropdown-toggle:hover, .open > .dark .card-group .btn-primary-outline.dropdown-toggle:focus, .open > .dark .card-group .btn-primary-outline.dropdown-toggle.focus,
      .card-group.dark .btn-primary-outline:active:hover,
      .card-group.dark .btn-primary-outline:active:focus,
      .card-group.dark .btn-primary-outline:active.focus,
      .card-group.dark .btn-primary-outline.active:hover,
      .card-group.dark .btn-primary-outline.active:focus,
      .card-group.dark .btn-primary-outline.active.focus, .open >
      .card-group.dark .btn-primary-outline.dropdown-toggle:hover, .open >
      .card-group.dark .btn-primary-outline.dropdown-toggle:focus, .open >
      .card-group.dark .btn-primary-outline.dropdown-toggle.focus,
      .dark .card .btn-primary-outline:active:hover,
      .dark .card .btn-primary-outline:active:focus,
      .dark .card .btn-primary-outline:active.focus,
      .dark .card .btn-primary-outline.active:hover,
      .dark .card .btn-primary-outline.active:focus,
      .dark .card .btn-primary-outline.active.focus, .open >
      .dark .card .btn-primary-outline.dropdown-toggle:hover, .open >
      .dark .card .btn-primary-outline.dropdown-toggle:focus, .open >
      .dark .card .btn-primary-outline.dropdown-toggle.focus,
      .dark.card .btn-primary-outline:active:hover,
      .dark.card .btn-primary-outline:active:focus,
      .dark.card .btn-primary-outline:active.focus,
      .dark.card .btn-primary-outline.active:hover,
      .dark.card .btn-primary-outline.active:focus,
      .dark.card .btn-primary-outline.active.focus, .open >
      .dark.card .btn-primary-outline.dropdown-toggle:hover, .open >
      .dark.card .btn-primary-outline.dropdown-toggle:focus, .open >
      .dark.card .btn-primary-outline.dropdown-toggle.focus,
      .dark a.card .btn-primary-outline:active:hover,
      .dark a.card .btn-primary-outline:active:focus,
      .dark a.card .btn-primary-outline:active.focus,
      .dark a.card .btn-primary-outline.active:hover,
      .dark a.card .btn-primary-outline.active:focus,
      .dark a.card .btn-primary-outline.active.focus, .open >
      .dark a.card .btn-primary-outline.dropdown-toggle:hover, .open >
      .dark a.card .btn-primary-outline.dropdown-toggle:focus, .open >
      .dark a.card .btn-primary-outline.dropdown-toggle.focus,
      .dark a.card .btn-primary-outline:active:hover,
      .dark a.card .btn-primary-outline:active:focus,
      .dark a.card .btn-primary-outline:active.focus,
      .dark a.card .btn-primary-outline.active:hover,
      .dark a.card .btn-primary-outline.active:focus,
      .dark a.card .btn-primary-outline.active.focus, .open >
      .dark a.card .btn-primary-outline.dropdown-toggle:hover, .open >
      .dark a.card .btn-primary-outline.dropdown-toggle:focus, .open >
      .dark a.card .btn-primary-outline.dropdown-toggle.focus {
        color: #6633CC;
        background-color: transparent;
        border-color: #331a66; }
    .dark .card-group .btn-primary-outline:active, .dark .card-group .btn-primary-outline.active, .open > .dark .card-group .btn-primary-outline.dropdown-toggle,
    .card-group.dark .btn-primary-outline:active,
    .card-group.dark .btn-primary-outline.active, .open >
    .card-group.dark .btn-primary-outline.dropdown-toggle,
    .dark .card .btn-primary-outline:active,
    .dark .card .btn-primary-outline.active, .open >
    .dark .card .btn-primary-outline.dropdown-toggle,
    .dark.card .btn-primary-outline:active,
    .dark.card .btn-primary-outline.active, .open >
    .dark.card .btn-primary-outline.dropdown-toggle,
    .dark a.card .btn-primary-outline:active,
    .dark a.card .btn-primary-outline.active, .open >
    .dark a.card .btn-primary-outline.dropdown-toggle,
    .dark a.card .btn-primary-outline:active,
    .dark a.card .btn-primary-outline.active, .open >
    .dark a.card .btn-primary-outline.dropdown-toggle {
      background-image: none; }
    .dark .card-group .btn-primary-outline.disabled:hover, .dark .card-group .btn-primary-outline.disabled:focus, .dark .card-group .btn-primary-outline.disabled.focus, .dark .card-group .btn-primary-outline[disabled]:hover, .dark .card-group .btn-primary-outline[disabled]:focus, .dark .card-group .btn-primary-outline[disabled].focus, fieldset[disabled] .dark .card-group .btn-primary-outline:hover, fieldset[disabled] .dark .card-group .btn-primary-outline:focus, fieldset[disabled] .dark .card-group .btn-primary-outline.focus,
    .card-group.dark .btn-primary-outline.disabled:hover,
    .card-group.dark .btn-primary-outline.disabled:focus,
    .card-group.dark .btn-primary-outline.disabled.focus,
    .card-group.dark .btn-primary-outline[disabled]:hover,
    .card-group.dark .btn-primary-outline[disabled]:focus,
    .card-group.dark .btn-primary-outline[disabled].focus, fieldset[disabled]
    .card-group.dark .btn-primary-outline:hover, fieldset[disabled]
    .card-group.dark .btn-primary-outline:focus, fieldset[disabled]
    .card-group.dark .btn-primary-outline.focus,
    .dark .card .btn-primary-outline.disabled:hover,
    .dark .card .btn-primary-outline.disabled:focus,
    .dark .card .btn-primary-outline.disabled.focus,
    .dark .card .btn-primary-outline[disabled]:hover,
    .dark .card .btn-primary-outline[disabled]:focus,
    .dark .card .btn-primary-outline[disabled].focus, fieldset[disabled]
    .dark .card .btn-primary-outline:hover, fieldset[disabled]
    .dark .card .btn-primary-outline:focus, fieldset[disabled]
    .dark .card .btn-primary-outline.focus,
    .dark.card .btn-primary-outline.disabled:hover,
    .dark.card .btn-primary-outline.disabled:focus,
    .dark.card .btn-primary-outline.disabled.focus,
    .dark.card .btn-primary-outline[disabled]:hover,
    .dark.card .btn-primary-outline[disabled]:focus,
    .dark.card .btn-primary-outline[disabled].focus, fieldset[disabled]
    .dark.card .btn-primary-outline:hover, fieldset[disabled]
    .dark.card .btn-primary-outline:focus, fieldset[disabled]
    .dark.card .btn-primary-outline.focus,
    .dark a.card .btn-primary-outline.disabled:hover,
    .dark a.card .btn-primary-outline.disabled:focus,
    .dark a.card .btn-primary-outline.disabled.focus,
    .dark a.card .btn-primary-outline[disabled]:hover,
    .dark a.card .btn-primary-outline[disabled]:focus,
    .dark a.card .btn-primary-outline[disabled].focus, fieldset[disabled]
    .dark a.card .btn-primary-outline:hover, fieldset[disabled]
    .dark a.card .btn-primary-outline:focus, fieldset[disabled]
    .dark a.card .btn-primary-outline.focus,
    .dark a.card .btn-primary-outline.disabled:hover,
    .dark a.card .btn-primary-outline.disabled:focus,
    .dark a.card .btn-primary-outline.disabled.focus,
    .dark a.card .btn-primary-outline[disabled]:hover,
    .dark a.card .btn-primary-outline[disabled]:focus,
    .dark a.card .btn-primary-outline[disabled].focus, fieldset[disabled]
    .dark a.card .btn-primary-outline:hover, fieldset[disabled]
    .dark a.card .btn-primary-outline:focus, fieldset[disabled]
    .dark a.card .btn-primary-outline.focus {
      background-color: transparent;
      border-color: #6633CC; }
    .dark .card-group .btn-primary-outline .badge,
    .card-group.dark .btn-primary-outline .badge,
    .dark .card .btn-primary-outline .badge,
    .dark.card .btn-primary-outline .badge,
    .dark a.card .btn-primary-outline .badge,
    .dark a.card .btn-primary-outline .badge {
      color: transparent;
      background-color: #6633CC; }
    .dark .card-group .btn-primary-outline.btn.disabled, .dark .card-group .btn-primary-outline.btn[disabled],
    .card-group.dark .btn-primary-outline.btn.disabled,
    .card-group.dark .btn-primary-outline.btn[disabled],
    .dark .card .btn-primary-outline.btn.disabled,
    .dark .card .btn-primary-outline.btn[disabled],
    .dark.card .btn-primary-outline.btn.disabled,
    .dark.card .btn-primary-outline.btn[disabled],
    .dark a.card .btn-primary-outline.btn.disabled,
    .dark a.card .btn-primary-outline.btn[disabled],
    .dark a.card .btn-primary-outline.btn.disabled,
    .dark a.card .btn-primary-outline.btn[disabled] {
      font-weight: 300;
      color: #767676;
      border: 1px solid #767676;
      background-color: transparent; }
    .dark .card-group .btn-primary-outline:active:focus, .dark .card-group .btn-primary-outline:active:hover,
    .card-group.dark .btn-primary-outline:active:focus,
    .card-group.dark .btn-primary-outline:active:hover,
    .dark .card .btn-primary-outline:active:focus,
    .dark .card .btn-primary-outline:active:hover,
    .dark.card .btn-primary-outline:active:focus,
    .dark.card .btn-primary-outline:active:hover,
    .dark a.card .btn-primary-outline:active:focus,
    .dark a.card .btn-primary-outline:active:hover,
    .dark a.card .btn-primary-outline:active:focus,
    .dark a.card .btn-primary-outline:active:hover {
      background-color: transparent; }
    .dark .card-group .btn-primary-outline:focus, .dark .card-group .btn-primary-outline.focus, .dark .card-group .btn-primary-outline:hover, .dark .card-group .btn-primary-outline:focus:hover,
    .card-group.dark .btn-primary-outline:focus,
    .card-group.dark .btn-primary-outline.focus,
    .card-group.dark .btn-primary-outline:hover,
    .card-group.dark .btn-primary-outline:focus:hover,
    .dark .card .btn-primary-outline:focus,
    .dark .card .btn-primary-outline.focus,
    .dark .card .btn-primary-outline:hover,
    .dark .card .btn-primary-outline:focus:hover,
    .dark.card .btn-primary-outline:focus,
    .dark.card .btn-primary-outline.focus,
    .dark.card .btn-primary-outline:hover,
    .dark.card .btn-primary-outline:focus:hover,
    .dark a.card .btn-primary-outline:focus,
    .dark a.card .btn-primary-outline.focus,
    .dark a.card .btn-primary-outline:hover,
    .dark a.card .btn-primary-outline:focus:hover,
    .dark a.card .btn-primary-outline:focus,
    .dark a.card .btn-primary-outline.focus,
    .dark a.card .btn-primary-outline:hover,
    .dark a.card .btn-primary-outline:focus:hover {
      color: #7A4ED5;
      border: 1px solid #7A4ED5;
      background-color: transparent; }
    .dark .card-group .btn-primary-outline:active, .dark .card-group .btn-primary-outline.active,
    .card-group.dark .btn-primary-outline:active,
    .card-group.dark .btn-primary-outline.active,
    .dark .card .btn-primary-outline:active,
    .dark .card .btn-primary-outline.active,
    .dark.card .btn-primary-outline:active,
    .dark.card .btn-primary-outline.active,
    .dark a.card .btn-primary-outline:active,
    .dark a.card .btn-primary-outline.active,
    .dark a.card .btn-primary-outline:active,
    .dark a.card .btn-primary-outline.active {
      text-decoration: none;
      color: #4F19B9;
      border: 1px solid #4F19B9;
      background-color: transparent; }
  .dark .card-group .material-icons,
  .card-group.dark .material-icons,
  .dark .card .material-icons,
  .dark.card .material-icons,
  .dark a.card .material-icons,
  .dark a.card .material-icons {
    color: inherit; }

.card-group {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .card-group.card-group-left {
    justify-content: flex-start; }
  .card-group.card-group-center {
    justify-content: center; }
  .card-group.card-group-right {
    justify-content: flex-end; }
  .card-group .card {
    margin: 10px; }

.card-group.card-left {
  justify-content: flex-start; }

.card-group.card-center {
  justify-content: center; }

.card-group.card-right {
  justify-content: flex-end; }

.row > .card-group {
  margin-left: 0;
  margin-right: 0; }

.flex-xs-1 {
  width: calc(8.33333% - 20px); }

.flex-xs-2 {
  width: calc(16.66667% - 20px); }

.flex-xs-3 {
  width: calc(25% - 20px); }

.flex-xs-4 {
  width: calc(33.33333% - 20px); }

.flex-xs-5 {
  width: calc(41.66667% - 20px); }

.flex-xs-6 {
  width: calc(50% - 20px); }

.flex-xs-7 {
  width: calc(58.33333% - 20px); }

.flex-xs-8 {
  width: calc(66.66667% - 20px); }

.flex-xs-9 {
  width: calc(75% - 20px); }

.flex-xs-10 {
  width: calc(83.33333% - 20px); }

.flex-xs-11 {
  width: calc(91.66667% - 20px); }

.flex-xs-12 {
  width: calc(100% - 20px); }

@media (min-width: 768px) {
  .flex-sm-1 {
    width: calc(8.33333% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-2 {
    width: calc(16.66667% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-3 {
    width: calc(25% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-4 {
    width: calc(33.33333% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-5 {
    width: calc(41.66667% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-6 {
    width: calc(50% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-7 {
    width: calc(58.33333% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-8 {
    width: calc(66.66667% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-9 {
    width: calc(75% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-10 {
    width: calc(83.33333% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-11 {
    width: calc(91.66667% - 20px); } }

@media (min-width: 768px) {
  .flex-sm-12 {
    width: calc(100% - 20px); } }

@media (min-width: 992px) {
  .flex-md-1 {
    width: calc(8.33333% - 20px); } }

@media (min-width: 992px) {
  .flex-md-2 {
    width: calc(16.66667% - 20px); } }

@media (min-width: 992px) {
  .flex-md-3 {
    width: calc(25% - 20px); } }

@media (min-width: 992px) {
  .flex-md-4 {
    width: calc(33.33333% - 20px); } }

@media (min-width: 992px) {
  .flex-md-5 {
    width: calc(41.66667% - 20px); } }

@media (min-width: 992px) {
  .flex-md-6 {
    width: calc(50% - 20px); } }

@media (min-width: 992px) {
  .flex-md-7 {
    width: calc(58.33333% - 20px); } }

@media (min-width: 992px) {
  .flex-md-8 {
    width: calc(66.66667% - 20px); } }

@media (min-width: 992px) {
  .flex-md-9 {
    width: calc(75% - 20px); } }

@media (min-width: 992px) {
  .flex-md-10 {
    width: calc(83.33333% - 20px); } }

@media (min-width: 992px) {
  .flex-md-11 {
    width: calc(91.66667% - 20px); } }

@media (min-width: 992px) {
  .flex-md-12 {
    width: calc(100% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-1 {
    width: calc(8.33333% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-2 {
    width: calc(16.66667% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-3 {
    width: calc(25% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-4 {
    width: calc(33.33333% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-5 {
    width: calc(41.66667% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-6 {
    width: calc(50% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-7 {
    width: calc(58.33333% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-8 {
    width: calc(66.66667% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-9 {
    width: calc(75% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-10 {
    width: calc(83.33333% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-11 {
    width: calc(91.66667% - 20px); } }

@media (min-width: 1200px) {
  .flex-lg-12 {
    width: calc(100% - 20px); } }

.row-grid-5 .col-grid5-xs-1, .row-grid-5 .col-grid5-sm-1, .row-grid-5 .col-grid5-md-1, .row-grid-5 .col-grid5-lg-1, .row-grid-5 .col-grid5-xs-2, .row-grid-5 .col-grid5-sm-2, .row-grid-5 .col-grid5-md-2, .row-grid-5 .col-grid5-lg-2, .row-grid-5 .col-grid5-xs-3, .row-grid-5 .col-grid5-sm-3, .row-grid-5 .col-grid5-md-3, .row-grid-5 .col-grid5-lg-3, .row-grid-5 .col-grid5-xs-4, .row-grid-5 .col-grid5-sm-4, .row-grid-5 .col-grid5-md-4, .row-grid-5 .col-grid5-lg-4, .row-grid-5 .col-grid5-xs-5, .row-grid-5 .col-grid5-sm-5, .row-grid-5 .col-grid5-md-5, .row-grid-5 .col-grid5-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
.row-grid-5 .col-xs-1, .row-grid-5 .col-xs-2, .row-grid-5 .col-xs-3, .row-grid-5 .col-xs-4, .row-grid-5 .col-xs-5 {
  float: left; }
.row-grid-5 .col-xs-1 {
  width: 20%; }
.row-grid-5 .col-xs-2 {
  width: 40%; }
.row-grid-5 .col-xs-3 {
  width: 60%; }
.row-grid-5 .col-xs-4 {
  width: 80%; }
.row-grid-5 .col-xs-5 {
  width: 100%; }
.row-grid-5 .col-xs-pull-0 {
  right: auto; }
.row-grid-5 .col-xs-pull-1 {
  right: 20%; }
.row-grid-5 .col-xs-pull-2 {
  right: 40%; }
.row-grid-5 .col-xs-pull-3 {
  right: 60%; }
.row-grid-5 .col-xs-pull-4 {
  right: 80%; }
.row-grid-5 .col-xs-pull-5 {
  right: 100%; }
.row-grid-5 .col-xs-push-0 {
  left: auto; }
.row-grid-5 .col-xs-push-1 {
  left: 20%; }
.row-grid-5 .col-xs-push-2 {
  left: 40%; }
.row-grid-5 .col-xs-push-3 {
  left: 60%; }
.row-grid-5 .col-xs-push-4 {
  left: 80%; }
.row-grid-5 .col-xs-push-5 {
  left: 100%; }
.row-grid-5 .col-xs-offset-0 {
  margin-left: 0%; }
.row-grid-5 .col-xs-offset-1 {
  margin-left: 20%; }
.row-grid-5 .col-xs-offset-2 {
  margin-left: 40%; }
.row-grid-5 .col-xs-offset-3 {
  margin-left: 60%; }
.row-grid-5 .col-xs-offset-4 {
  margin-left: 80%; }
.row-grid-5 .col-xs-offset-5 {
  margin-left: 100%; }
@media (min-width: 768px) {
  .row-grid-5 .col-sm-1, .row-grid-5 .col-sm-2, .row-grid-5 .col-sm-3, .row-grid-5 .col-sm-4, .row-grid-5 .col-sm-5 {
    float: left; }
  .row-grid-5 .col-sm-1 {
    width: 20%; }
  .row-grid-5 .col-sm-2 {
    width: 40%; }
  .row-grid-5 .col-sm-3 {
    width: 60%; }
  .row-grid-5 .col-sm-4 {
    width: 80%; }
  .row-grid-5 .col-sm-5 {
    width: 100%; }
  .row-grid-5 .col-sm-pull-0 {
    right: auto; }
  .row-grid-5 .col-sm-pull-1 {
    right: 20%; }
  .row-grid-5 .col-sm-pull-2 {
    right: 40%; }
  .row-grid-5 .col-sm-pull-3 {
    right: 60%; }
  .row-grid-5 .col-sm-pull-4 {
    right: 80%; }
  .row-grid-5 .col-sm-pull-5 {
    right: 100%; }
  .row-grid-5 .col-sm-push-0 {
    left: auto; }
  .row-grid-5 .col-sm-push-1 {
    left: 20%; }
  .row-grid-5 .col-sm-push-2 {
    left: 40%; }
  .row-grid-5 .col-sm-push-3 {
    left: 60%; }
  .row-grid-5 .col-sm-push-4 {
    left: 80%; }
  .row-grid-5 .col-sm-push-5 {
    left: 100%; }
  .row-grid-5 .col-sm-offset-0 {
    margin-left: 0%; }
  .row-grid-5 .col-sm-offset-1 {
    margin-left: 20%; }
  .row-grid-5 .col-sm-offset-2 {
    margin-left: 40%; }
  .row-grid-5 .col-sm-offset-3 {
    margin-left: 60%; }
  .row-grid-5 .col-sm-offset-4 {
    margin-left: 80%; }
  .row-grid-5 .col-sm-offset-5 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .row-grid-5 .col-md-1, .row-grid-5 .col-md-2, .row-grid-5 .col-md-3, .row-grid-5 .col-md-4, .row-grid-5 .col-md-5 {
    float: left; }
  .row-grid-5 .col-md-1 {
    width: 20%; }
  .row-grid-5 .col-md-2 {
    width: 40%; }
  .row-grid-5 .col-md-3 {
    width: 60%; }
  .row-grid-5 .col-md-4 {
    width: 80%; }
  .row-grid-5 .col-md-5 {
    width: 100%; }
  .row-grid-5 .col-md-pull-0 {
    right: auto; }
  .row-grid-5 .col-md-pull-1 {
    right: 20%; }
  .row-grid-5 .col-md-pull-2 {
    right: 40%; }
  .row-grid-5 .col-md-pull-3 {
    right: 60%; }
  .row-grid-5 .col-md-pull-4 {
    right: 80%; }
  .row-grid-5 .col-md-pull-5 {
    right: 100%; }
  .row-grid-5 .col-md-push-0 {
    left: auto; }
  .row-grid-5 .col-md-push-1 {
    left: 20%; }
  .row-grid-5 .col-md-push-2 {
    left: 40%; }
  .row-grid-5 .col-md-push-3 {
    left: 60%; }
  .row-grid-5 .col-md-push-4 {
    left: 80%; }
  .row-grid-5 .col-md-push-5 {
    left: 100%; }
  .row-grid-5 .col-md-offset-0 {
    margin-left: 0%; }
  .row-grid-5 .col-md-offset-1 {
    margin-left: 20%; }
  .row-grid-5 .col-md-offset-2 {
    margin-left: 40%; }
  .row-grid-5 .col-md-offset-3 {
    margin-left: 60%; }
  .row-grid-5 .col-md-offset-4 {
    margin-left: 80%; }
  .row-grid-5 .col-md-offset-5 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .row-grid-5 .col-lg-1, .row-grid-5 .col-lg-2, .row-grid-5 .col-lg-3, .row-grid-5 .col-lg-4, .row-grid-5 .col-lg-5 {
    float: left; }
  .row-grid-5 .col-lg-1 {
    width: 20%; }
  .row-grid-5 .col-lg-2 {
    width: 40%; }
  .row-grid-5 .col-lg-3 {
    width: 60%; }
  .row-grid-5 .col-lg-4 {
    width: 80%; }
  .row-grid-5 .col-lg-5 {
    width: 100%; }
  .row-grid-5 .col-lg-pull-0 {
    right: auto; }
  .row-grid-5 .col-lg-pull-1 {
    right: 20%; }
  .row-grid-5 .col-lg-pull-2 {
    right: 40%; }
  .row-grid-5 .col-lg-pull-3 {
    right: 60%; }
  .row-grid-5 .col-lg-pull-4 {
    right: 80%; }
  .row-grid-5 .col-lg-pull-5 {
    right: 100%; }
  .row-grid-5 .col-lg-push-0 {
    left: auto; }
  .row-grid-5 .col-lg-push-1 {
    left: 20%; }
  .row-grid-5 .col-lg-push-2 {
    left: 40%; }
  .row-grid-5 .col-lg-push-3 {
    left: 60%; }
  .row-grid-5 .col-lg-push-4 {
    left: 80%; }
  .row-grid-5 .col-lg-push-5 {
    left: 100%; }
  .row-grid-5 .col-lg-offset-0 {
    margin-left: 0%; }
  .row-grid-5 .col-lg-offset-1 {
    margin-left: 20%; }
  .row-grid-5 .col-lg-offset-2 {
    margin-left: 40%; }
  .row-grid-5 .col-lg-offset-3 {
    margin-left: 60%; }
  .row-grid-5 .col-lg-offset-4 {
    margin-left: 80%; }
  .row-grid-5 .col-lg-offset-5 {
    margin-left: 100%; } }

.minimal-navigation .logo {
  width: 140px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .minimal-navigation .logo {
      width: 196px;
      margin-top: 15px; } }
  @media (min-width: 992px) {
    .minimal-navigation .logo {
      width: 219.52px;
      margin-top: 13px; } }
.minimal-navigation .nav-links {
  margin-top: 20px; }
  .minimal-navigation .nav-links a:hover {
    color: #434343; }
    .minimal-navigation .nav-links a:hover .material-icons {
      color: #434343; }
  .minimal-navigation .nav-links .material-icons {
    font-size: 24px; }
.minimal-navigation hr {
  margin: 5px 0 25px 0; }
  @media (min-width: 768px) {
    .minimal-navigation hr {
      margin: 15px 0 25px 0; } }

.dark output {
  color: #FFFFFF; }

.slider-container .text-value-wrapper {
  position: relative;
  height: 1.5em; }
  .slider-container .text-value-wrapper .text-value {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0; }
.slider-container .axis {
  font-size: 15px; }
  .slider-container .axis .min {
    float: left; }
  .slider-container .axis .max {
    float: right; }

.slider-wrapper {
  z-index: 1;
  position: relative;
  height: 24px;
  margin: 0.5em 0; }
  @media (min-width: 992px) {
    .slider-wrapper {
      height: 12px; } }
  .slider-wrapper .slider-track {
    width: 100%;
    background-color: #DBDBDB;
    height: 6px;
    position: absolute;
    z-index: -4;
    top: 0; }
    @media (min-width: 992px) {
      .slider-wrapper .slider-track {
        height: 3px; } }
  .slider-wrapper .slider {
    height: 6px;
    border-radius: 12px;
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
    z-index: 1; }
    @media (min-width: 992px) {
      .slider-wrapper .slider {
        height: 3px;
        border-radius: 6px; } }
    .slider-wrapper .slider::-moz-focus-outer {
      border: 0; }
    .slider-wrapper .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 0;
      background: #1774BB;
      cursor: pointer;
      position: relative;
      z-index: 5; }
      @media (min-width: 992px) {
        .slider-wrapper .slider::-webkit-slider-thumb {
          width: 12px;
          height: 12px; } }
    .slider-wrapper .slider::-moz-range-thumb {
      -moz-appearance: none;
      appearance: none;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 0;
      background: #1774BB;
      cursor: pointer;
      z-index: 5; }
      @media (min-width: 992px) {
        .slider-wrapper .slider::-moz-range-thumb {
          width: 12px;
          height: 12px; } }
    .slider-wrapper .slider::-ms-thumb {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 0;
      background: #1774BB;
      cursor: pointer;
      z-index: 5; }
      @media (min-width: 992px) {
        .slider-wrapper .slider::-ms-thumb {
          width: 12px;
          height: 12px; } }
    .slider-wrapper .slider::-ms-tooltip {
      display: none; }
    .slider-wrapper .slider::-ms-fill-lower {
      background: transparent; }
    .slider-wrapper .slider::-ms-fill-upper {
      background: transparent; }
    .slider-wrapper .slider::-ms-track {
      color: transparent;
      background: transparent;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent; }
    .slider-wrapper .slider::-moz-range-track {
      background: transparent; }
  .slider-wrapper .stroke {
    height: 6px;
    width: 50%;
    background: #1774BB;
    position: absolute;
    top: 0;
    border-radius: 12px;
    pointer-events: none;
    z-index: -2; }
    @media (min-width: 992px) {
      .slider-wrapper .stroke {
        height: 3px;
        border-radius: 6px; } }
  .slider-wrapper .stroke-initial {
    height: 6px;
    background: #98c6ff;
    position: absolute;
    top: 0;
    border-radius: 0;
    pointer-events: none;
    display: none; }
    @media (min-width: 992px) {
      .slider-wrapper .stroke-initial {
        height: 3px; } }
    .slider-wrapper .stroke-initial.upper {
      z-index: -1;
      width: 0; }
    .slider-wrapper .stroke-initial.lower {
      z-index: -3;
      left: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-container .slider-wrapper .slider {
    height: 30px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    .slider-container .slider-wrapper .slider {
      height: 18px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-container .slider-wrapper .slider-track {
    top: 12px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    .slider-container .slider-wrapper .slider-track {
      top: 8px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-container .slider-wrapper .stroke {
    top: 12px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    .slider-container .slider-wrapper .stroke {
      top: 8px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-container .slider-wrapper .stroke-initial {
    top: 12px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    .slider-container .slider-wrapper .stroke-initial {
      top: 8px; } }

@supports (-ms-ime-align: auto) {
  .slider-container .slider-wrapper .slider {
    height: 30px; }
    @media (min-width: 992px) {
      .slider-container .slider-wrapper .slider {
        height: 18px; } }
  .slider-container .slider-wrapper .slider-track {
    top: 12px; }
    @media (min-width: 992px) {
      .slider-container .slider-wrapper .slider-track {
        top: 8px; } }
  .slider-container .slider-wrapper .stroke {
    top: 12px; }
    @media (min-width: 992px) {
      .slider-container .slider-wrapper .stroke {
        top: 8px; } }
  .slider-container .slider-wrapper .stroke-initial {
    top: 12px; }
    @media (min-width: 992px) {
      .slider-container .slider-wrapper .stroke-initial {
        top: 8px; } } }
dl.definition-list dt,
dl.definition-list dd {
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0; }
  @media (min-width: 768px) {
    dl.definition-list dt,
    dl.definition-list dd {
      width: calc(50% - 10px);
      display: inline-block;
      vertical-align: middle;
      margin: 5px 0;
      padding-left: 20px; } }
dl.definition-list dt.heading {
  width: auto;
  display: inline-block; }
  @media (min-width: 768px) {
    dl.definition-list dt.heading {
      width: 50%; } }
dl.definition-list dd.heading {
  width: auto;
  float: right;
  display: inline-block; }
dl.definition-list dt.heading.bordered + dd.heading + dt + dd:before,
dl.definition-list dt.heading + dd.heading.bordered + dt + dd:before {
  background: #DBDBDB;
  height: 2px; }
dl.definition-list dd.heading:before,
dl.definition-list dt.heading + dd.heading + dt + dd:before {
  background: transparent; }
dl.definition-list dd:not(.heading) {
  color: #767676; }
dl.definition-list dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: transparent;
  margin-top: -10px; }
  @media (min-width: 768px) {
    dl.definition-list dd:before {
      background: #DBDBDB; } }
dl.definition-list dd:after {
  content: " ";
  display: block;
  clear: left; }

.tag {
  display: inline-block;
  padding: 10px 26px;
  margin: 5px;
  background: #FFFFFF;
  border-radius: 2px;
  color: #767676;
  font-size: 15px;
  height: 48px;
  cursor: pointer;
  line-height: 24px;
  user-select: none;
  border: 1px solid #F6F6F6; }
  @media (min-width: 768px) {
    .tag {
      padding: 5px 13px;
      height: 24px;
      line-height: 12px;
      font-size: 13px; } }
  .tag:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "";
    color: #1774BB;
    margin-left: 10px;
    font-size: 15px;
    margin-top: -2px; }
    @media (min-width: 768px) {
      .tag:after {
        font-size: 11px; } }
  .tag:hover, .tag:active, .tag:focus, .tag:active:focus, .tag:hover:focus {
    background: #1774BB;
    color: #FFFFFF;
    border: 1px solid #1774BB;
    outline: none;
    text-decoration: none; }
    .tag:hover:after, .tag:active:after, .tag:focus:after, .tag:active:focus:after, .tag:hover:focus:after {
      color: #FFFFFF; }
  .tag + .tag {
    margin-left: 10px; }

.table {
  border-bottom: 1px solid #DBDBDB; }
  .table thead tr th {
    color: #767676;
    font-weight: 400;
    padding: 6px; }
  .table tbody tr.selected td {
    background-color: #EEEEEE; }
  .table tbody tr td {
    padding: 6px;
    border-color: #DBDBDB;
    vertical-align: middle; }
  .table tbody tr:first-child td {
    border-top: none; }
  .table.table-condensed thead tr th,
  .table.table-condensed tbody tr td {
    padding: 2px; }
  .table.table-hover tbody tr:hover {
    background-color: #eef6fd; }
  .table.table-hover tbody tr.selected:hover td {
    background-color: #eef6fd; }
  .table .btn {
    margin: 0; }

.table tbody tr.nested-single,
.table tbody tr.nested-double {
  display: none; }
  .table tbody tr.nested-single td:first-child,
  .table tbody tr.nested-double td:first-child {
    border-left: 6px solid #DBDBDB; }
  .table tbody tr.nested-single.nested-end td,
  .table tbody tr.nested-double.nested-end td {
    border-bottom: 4px solid #DBDBDB; }

.table tbody tr.nested-double td:first-child {
  border-bottom: 1px solid #FFFFFF; }

.table tbody tr.nested-double.nested-end td:first-child {
  border-bottom: 4px solid #DBDBDB; }

.table.table-hover tbody tr.nested-double:hover td:first-child {
  background-color: #FFFFFF; }

.table.sticky-col {
  box-shadow: 5px 0 5px -2px #767676; }

/*!
 * Presentational css only
 */
/****************************
  Bootstrap 4 variables
****************************/
/*!
 * Below here is CSS that will eventually be migrated into the "edesign language" on xeon
 */
.nav-side-menu {
  overflow-y: scroll;
  margin-left: -11px; }
  .nav-side-menu ul li {
    padding-left: 0; }
  .nav-side-menu .switch {
    width: calc(100% - 40px);
    max-width: 245px;
    margin: 10px; }
    @media (min-width: 768px) {
      .nav-side-menu .switch {
        margin: 10px auto 0; } }
  .nav-side-menu .brand img {
    width: 22px;
    height: 22px;
    top: -3px;
    position: relative; }
  .nav-side-menu .brand p {
    margin-top: 10px;
    display: inline-block;
    font-weight: 900; }
  .nav-side-menu .brand a {
    margin-left: 10px;
    width: auto;
    padding: 0; }
  .nav-side-menu .brand .visible-xs-block {
    float: right;
    width: 50px;
    height: 50px;
    position: relative;
    right: -10px; }
  .nav-side-menu .toggle-btn {
    display: none; }
  .nav-side-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-side-menu li:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
  .nav-side-menu .sub-menu li a {
    padding-left: 40px; }
  .nav-side-menu h4 {
    width: 100%;
    margin: 0;
    display: inline-block; }
    .nav-side-menu h4 .material-icons {
      float: right;
      margin-right: 20px; }
  .nav-side-menu .material-icons {
    margin-right: 20px;
    transition: transform 250ms linear;
    font-size: 18px; }
  .nav-side-menu a {
    width: 100%;
    padding: 10px 0 10px 25px;
    color: #767676;
    text-decoration: none;
    display: inline-block; }
    .nav-side-menu a:hover {
      text-decoration: none; }
    .nav-side-menu a:active, .nav-side-menu a:focus, .nav-side-menu a:hover {
      color: #242424; }
      .nav-side-menu a:active i, .nav-side-menu a:focus i, .nav-side-menu a:hover i {
        color: #242424; }
  .nav-side-menu .active {
    padding-left: 20px;
    color: #242424;
    font-weight: bold; }

.menu-content > li:first-child .active {
  border-left: 5px solid #99CC00; }

.active-parent {
  border-left: 5px solid #99CC00; }
  .active-parent a {
    padding-left: 20px; }

[aria-expanded="true"] .material-icons {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.navbar-toggle {
  position: relative;
  margin: 0;
  padding: 0;
  right: 13px;
  top: 15px; }
  .navbar-toggle .icon-bar {
    background-color: #000000; }
  .navbar-toggle:hover {
    cursor: pointer; }

@media (min-width: 768px) {
  .brand {
    padding: 20px 0; }

  .nav-side-menu .brand {
    float: none;
    display: block;
    text-align: center; }
    .nav-side-menu .brand img {
      float: none;
      width: 32px;
      height: 32px;
      top: inherit; }
    .nav-side-menu .brand p {
      display: block;
      margin: 0; }

  .nav-side-menu {
    margin-left: 0px;
    width: inherit;
    position: fixed;
    height: 100%;
    border-right: 1px solid #DBDBDB; }
    .nav-side-menu .brand a {
      margin-left: 0; }
    .nav-side-menu .menu-content {
      display: block !important; } }
.error-404 .logo {
  margin-top: 40px; }
  .error-404 .logo img {
    width: 45px; }

.error-404 .error-text {
  margin-bottom: -20px;
  font-size: 120px; }
  @media (min-width: 768px) {
    .error-404 .error-text {
      font-size: 244px; } }

.error-404 .error-text > .et-icon.et-savings {
  font-size: 200px; }
  @media (min-width: 768px) {
    .error-404 .error-text > .et-icon.et-savings {
      font-size: 260px; } }

.error-404 span.number {
  margin: -15px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .error-404 span.number {
      margin: -40px; } }

.go-home a {
  font-size: 18px; }

.accessibility .col-container {
  width: 280px; }
  .accessibility .col-container .ratio {
    width: 100%;
    height: 150px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    line-height: 150px;
    margin-bottom: 10px; }
    .accessibility .col-container .ratio.noncompliant {
      background-color: #99CC00; }
    .accessibility .col-container .ratio.compliant {
      background-color: #107A1B; }
  .accessibility .col-container table {
    width: 90%;
    margin: auto; }
    .accessibility .col-container table.short {
      width: 70%; }
.accessibility .indicator {
  text-align: center; }
  .accessibility .indicator .material-icons {
    font-size: 70px; }
  .accessibility .indicator.right {
    color: #107A1B; }
  .accessibility .indicator.wrong {
    color: #CC0000; }
.accessibility .circle {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 7px; }
  .accessibility .circle.stopped {
    background-color: #CC0000; }
  .accessibility .circle.active {
    background-color: #107A1B; }

.panel-heading > .dropdown .dropdown-toggle {
  color: #fff; }

.panel-heading > .dropdown .dropdown-toggle.btn-primary-outline {
  color: #6633CC; }

.buttons-links .has-code {
  line-height: 20px; }
.buttons-links .nowrap {
  white-space: nowrap; }
.buttons-links .panel-height-links .panel-heading {
  min-height: 49px; }
.buttons-links .panel-height-links .panel-body {
  min-height: 185px; }
.buttons-links .panel-heading label.mobile, .buttons-links .panel-heading .mobile.label,
.buttons-links .panel-heading img.mobile {
  display: inline-block; }
  @media (min-width: 768px) {
    .buttons-links .panel-heading label.mobile, .buttons-links .panel-heading .mobile.label,
    .buttons-links .panel-heading img.mobile {
      display: none; } }
.buttons-links .panel-heading label.not-mobile, .buttons-links .panel-heading .not-mobile.label,
.buttons-links .panel-heading img.not-mobile {
  display: none; }
  @media (min-width: 768px) {
    .buttons-links .panel-heading label.not-mobile, .buttons-links .panel-heading .not-mobile.label,
    .buttons-links .panel-heading img.not-mobile {
      display: inline-block; } }
.buttons-links .panel-heading img, .buttons-links .panel-heading label, .buttons-links .panel-heading .label {
  position: relative;
  top: -4px; }
.buttons-links .panel-heading > a, .buttons-links .panel-heading > button {
  margin-right: 15px; }
.buttons-links .button-sizes {
  display: flex;
  flex-wrap: wrap; }
  .buttons-links .button-sizes div {
    margin-right: 15px; }
.buttons-links .p-h-54px {
  height: auto; }
  @media (min-width: 768px) {
    .buttons-links .p-h-54px {
      height: 54px; } }
.buttons-links .dropdown {
  margin-right: 15px; }

.centering .panel {
  margin-bottom: 10px; }
.centering .panel-heading {
  position: relative;
  height: 80px; }

.square-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #99CC00;
  width: 40px;
  height: 40px;
  border-radius: 3px; }

.square-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #99CC00;
  width: 40px;
  height: 40px;
  border-radius: 3px; }

.square-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #99CC00;
  width: 40px;
  height: 40px;
  border-radius: 3px; }

.code-guidelines ol.lint-list {
  /* overrides what is in presentational.scss, back to normal padding */
  padding-left: 40px; }
.code-guidelines ul.contents-list {
  list-style: none;
  padding-left: 20px; }
  .code-guidelines ul.contents-list li {
    margin-bottom: -8px; }
  .code-guidelines ul.contents-list a {
    font-weight: 900; }
.code-guidelines ul.no-bull {
  list-style: none;
  padding-left: 20px; }
  .code-guidelines ul.no-bull .no-copy,
  .code-guidelines ul.no-bull .more-info {
    padding-left: 25px; }
.code-guidelines li {
  padding-top: 10px; }
  .code-guidelines li.guideline-links {
    padding-top: 0;
    margin: 0; }
.code-guidelines code.guidelines {
  line-height: 2.5;
  font-family: monospace;
  white-space: nowrap; }
  .code-guidelines code.guidelines.wrong {
    background-color: #FFF2F2; }
.code-guidelines pre.guidelines {
  /* overrides prism styling so it looks like <code> */
  display: inline-block;
  border: none;
  border-radius: 4px;
  background-color: #e5ecf4;
  color: #444;
  font-family: monospace;
  font-size: 13px;
  vertical-align: top; }
  .code-guidelines pre.guidelines.wrong {
    background-color: #FFF2F2; }
  .code-guidelines pre.guidelines.snippet {
    background-color: #9db8d6;
    color: #FFFFFF; }
.code-guidelines .note {
  width: 100%;
  max-width: 1000px; }
.code-guidelines .indicator {
  display: inline-block;
  width: 95px;
  vertical-align: top; }
  .code-guidelines .indicator.good, .code-guidelines .indicator.bad {
    width: 60px; }
  .code-guidelines .indicator.right .material-icons {
    color: #107A1B;
    font-size: 16px;
    font-weight: 900; }
  .code-guidelines .indicator.wrong .material-icons {
    color: #CC0000;
    font-size: 16px;
    font-weight: 900; }
.code-guidelines .guidelines-info {
  position: relative;
  padding-bottom: 20px; }
.code-guidelines .go-back {
  position: absolute;
  width: 100px;
  height: 20px;
  margin-top: 20px;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #1774BB;
  cursor: pointer;
  display: none; }
  .code-guidelines .go-back:hover {
    color: #4399DB;
    text-decoration: underline; }
.code-guidelines .goto-top {
  position: fixed;
  bottom: 5px;
  right: 10px;
  font-weight: 700;
  z-index: 1000; }

.color ol {
  font-weight: 400; }

.color-box-container {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px; }
  .color-box-container.dark {
    padding: 10px 0;
    margin-right: -10px; }
  .color-box-container .colors-container {
    flex: 0 0 190px; }
  .color-box-container .color-box {
    position: relative;
    height: 85px;
    margin: 0 10px;
    text-align: left;
    border-radius: 3px; }
    .color-box-container .color-box .info {
      position: absolute;
      left: 7px;
      bottom: 7px;
      font-size: 11px;
      font-weight: 400; }
      .color-box-container .color-box .info .text-bolder {
        font-weight: 800; }
    .color-box-container .color-box .hover-area {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      display: flex;
      flex-flow: row nowrap;
      font-size: 11px;
      font-weight: 900;
      opacity: 0; }
      .color-box-container .color-box .hover-area:hover {
        opacity: 1;
        cursor: pointer; }
      .color-box-container .color-box .hover-area .hover-content {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-right: solid 2px rgba(255, 255, 255, 0.5); }
        .color-box-container .color-box .hover-area .hover-content:last-child {
          border-right: none; }
        .color-box-container .color-box .hover-area .hover-content.border-rad-left {
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
          .color-box-container .color-box .hover-area .hover-content.border-rad-left:after {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
        .color-box-container .color-box .hover-area .hover-content.border-rad-right {
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
          .color-box-container .color-box .hover-area .hover-content.border-rad-right:after {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
    .color-box-container .color-box.chart {
      height: 60px;
      border-radius: 0; }
      .color-box-container .color-box.chart.border-rad-top {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .color-box-container .color-box.chart.border-rad-top:after {
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; }
      .color-box-container .color-box.chart.border-rad-bottom {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
        .color-box-container .color-box.chart.border-rad-bottom:after {
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
      .color-box-container .color-box.chart .hover-area .hover-content.rad-tl {
        border-top-left-radius: 3px; }
      .color-box-container .color-box.chart .hover-area .hover-content.rad-tr {
        border-top-right-radius: 3px; }
      .color-box-container .color-box.chart .hover-area .hover-content.rad-bl {
        border-bottom-left-radius: 3px; }
      .color-box-container .color-box.chart .hover-area .hover-content.rad-br {
        border-bottom-right-radius: 3px; }
      .color-box-container .color-box.chart.colors-solid {
        height: 240px;
        border-radius: 3px;
        padding: 200px 10px 0;
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF; }
        .color-box-container .color-box.chart.colors-solid .hover-area {
          flex-flow: column nowrap; }
          .color-box-container .color-box.chart.colors-solid .hover-area .hover-content {
            border-right: none; }
            .color-box-container .color-box.chart.colors-solid .hover-area .hover-content:first-child {
              border-bottom: solid 2px rgba(255, 255, 255, 0.5); }
        .color-box-container .color-box.chart.colors-solid .text-bolder {
          font-weight: 800; }
  .color-box-container .note {
    font-size: 11px;
    text-align: left;
    padding: 0 10px; }
    .color-box-container .note > div {
      line-height: 24px;
      font-weight: 800; }
      .color-box-container .note > div .warn {
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 2px solid #d9534f;
        border-radius: 16px;
        color: #d9534f;
        text-align: center;
        line-height: 16px; }

.text-black {
  color: #444444; }

.copy-usage .col-container {
  width: 282px; }
.copy-usage .example-container {
  width: 282px;
  height: 150px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
.copy-usage .indicator {
  text-align: center; }
  .copy-usage .indicator .material-icons {
    font-size: 70px; }
  .copy-usage .indicator.right {
    color: #107A1B; }
  .copy-usage .indicator.wrong {
    color: #CC0000; }

.error-states .fake-link {
  color: #1774BB; }
  .error-states .fake-link:hover {
    color: #4399DB;
    cursor: pointer; }
.error-states .has-error .material-icons {
  font-size: 13px;
  color: #CC0000;
  margin-right: 4px;
  position: relative;
  top: 1px; }
.error-states .pad-btm-15 {
  padding-bottom: 15px; }
.error-states .pad-top-4 {
  padding-top: 4px; }
.error-states .panel-pad-20 {
  padding: 20px; }
.error-states .panel-bpad-20 {
  padding: 20px 10px 0 20px; }
.error-states .panel-tpad-20 {
  padding: 20px 20px 10px; }

.has-error label, .has-error .label,
label.has-error,
.has-error.label {
  color: #CC0000; }

.flyouts .code-line-height-two {
  line-height: 2; }
.flyouts .flyout-icon {
  font-size: 24px; }

.documentation > .footer code {
  padding: 1px; }
.documentation > .footer .block-social #social .block {
  display: block; }
.documentation > .footer .block-links #about-us .block,
.documentation > .footer .block-links #service .block,
.documentation > .footer .block-links #quick-links .block {
  display: block; }
.documentation > .footer .block {
  display: none;
  background: #DBDBDB;
  position: absolute;
  height: 100%;
  width: 90%; }

#container-width {
  color: #99CC00;
  font-weight: bold; }

.layout .material-icons {
  margin-left: 10px;
  margin-right: 10px; }
.layout .nav-tabs li .material-icons {
  padding-bottom: 10px; }
.layout .nav-tabs li.active a {
  color: #242424; }
.layout .nav-tabs li a {
  color: #767676; }
.layout .nav-tabs li:nth-of-type(1) a i {
  font-size: 24px; }
.layout .nav-tabs li:nth-of-type(2) a i {
  font-size: 29px; }
.layout .nav-tabs li:nth-of-type(3) a i {
  font-size: 25px; }

.grid-example .row {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative; }
.grid-example .row-border {
  border: 1px solid #c082f1; }
.grid-example [class*="col-"] {
  border-right: 1px solid #fff;
  background-color: #6ee2e3; }
  .grid-example [class*="col-"].padding-hidden {
    background-color: #fff; }
  .grid-example [class*="col-"].ruler {
    background-color: transparent;
    color: #767676;
    position: relative;
    height: 20px;
    margin-bottom: 20px; }
    .grid-example [class*="col-"].ruler span:nth-of-type(1) {
      position: relative;
      left: -10px; }
      .grid-example [class*="col-"].ruler span:nth-of-type(1) i:nth-of-type(2) {
        position: absolute;
        left: -7px;
        top: 12px;
        font-size: 10px;
        font-style: normal; }
    .grid-example [class*="col-"].ruler span:nth-of-type(2) {
      position: absolute;
      right: 0; }
      .grid-example [class*="col-"].ruler span:nth-of-type(2) i:nth-of-type(2) {
        position: absolute;
        right: -4px;
        top: 12px;
        font-size: 10px;
        font-style: normal; }
  .grid-example [class*="col-"].ruler-2 {
    background-color: transparent;
    color: #767676;
    position: absolute;
    top: 10px; }
    .grid-example [class*="col-"].ruler-2 span:nth-of-type(1) {
      position: relative;
      left: -21px; }
      .grid-example [class*="col-"].ruler-2 span:nth-of-type(1) i:nth-of-type(2) {
        position: absolute;
        left: -7px;
        top: 12px;
        font-size: 10px;
        font-style: normal; }
    .grid-example [class*="col-"].ruler-2 span:nth-of-type(2) {
      position: absolute;
      right: -11px; }
      .grid-example [class*="col-"].ruler-2 span:nth-of-type(2) i:nth-of-type(2) {
        position: absolute;
        right: -5px;
        top: 12px;
        font-size: 10px;
        font-style: normal; }
  .grid-example [class*="col-"] .measure-mobile span:nth-of-type(1) {
    left: -32px; }
    .grid-example [class*="col-"] .measure-mobile span:nth-of-type(1) i:nth-of-type(2) {
      left: -2px;
      top: 15px; }
  .grid-example [class*="col-"] .measure-mobile span:nth-of-type(2) {
    right: -21px; }
    .grid-example [class*="col-"] .measure-mobile span:nth-of-type(2) i:nth-of-type(2) {
      right: -1px;
      top: 15px; }
.grid-example .grid-column-11,
.grid-example .border-right-none {
  border-right: none; }
.grid-example .border-left-add {
  border-left: 1px solid #fff; }
.grid-example .border-right-subtract {
  border-right: 0; }

.measure-mobile {
  display: none; }

.small-psedo .col-md-1 {
  width: 25%; }
  .small-psedo .col-md-1:nth-of-type(4n) {
    border-right: 0 solid transparent; }
.small-psedo .col-md-3 {
  width: 50%; }
  .small-psedo .col-md-3:nth-of-type(2) {
    border-right: 0 solid transparent; }
.small-psedo .col-md-4 {
  width: 100%; }
  .small-psedo .col-md-4:nth-of-type(-n+2) {
    border-right: 0 solid transparent; }

.single-column-centered > div {
  background-color: #6ee2e3; }
  .single-column-centered > div > div {
    background-color: #4a90e2;
    height: 5vh; }

.column-ordering {
  color: #fff; }
  .column-ordering .row {
    background-color: #6ee2e3; }

.column-offsetting .row {
  background-color: #6ee2e3; }

.grid-column {
  background-color: #4a90e2;
  height: 5.5vh;
  text-align: center;
  padding-top: 25px; }

.container-psedo {
  border: 10px solid #DBDBDB;
  position: relative;
  left: -10px;
  margin-left: 7px;
  margin-right: -14px;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .container-psedo {
    border: 10px solid #DBDBDB;
    position: relative;
    left: -10px;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -30px;
    padding-right: 10px; } }
.hero-images {
  position: relative;
  height: 316px; }

@media (min-width: 768px) {
  .hero-images {
    height: 241px; } }
@media (min-width: 992px) {
  .hero-images {
    height: 316px; } }
.hero-images img {
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 30s linear infinite 0s;
  -moz-animation: imageAnimation 30s linear infinite 0s;
  -o-animation: imageAnimation 30s linear infinite 0s;
  -ms-animation: imageAnimation 30s linear infinite 0s;
  animation: imageAnimation 30s linear infinite 0s; }

.hero-images img:nth-child(2) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.hero-images img:nth-child(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.hero-images img:nth-child(4) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

.hero-images img:nth-child(5) {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.iconography .fixed-40 {
  height: 40px; }
.iconography .fixed-80 {
  height: 80px;
  max-height: 80px;
  line-height: 80px;
  overflow: hidden; }

.illustrative-sizes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .illustrative-sizes {
      justify-content: space-between; } }
  .illustrative-sizes .sizes-container {
    margin: 8px auto;
    max-width: 150px; }
    @media (min-width: 992px) {
      .illustrative-sizes .sizes-container {
        margin: 0 auto; } }
  .illustrative-sizes code {
    display: block;
    text-align: center;
    margin: 10px auto 0; }
  .illustrative-sizes .et-icon {
    display: block;
    position: relative;
    top: -4px; }
  .illustrative-sizes .et-icon-xs {
    background: url(/img/24px-height.png) no-repeat 0 0 transparent; }
  .illustrative-sizes .et-icon-sm {
    background: url(/img/36px-height.png) no-repeat 0 0 transparent; }
  .illustrative-sizes .et-icon-md {
    background: url(/img/48px-height.png) no-repeat 0 0 transparent; }
  .illustrative-sizes .et-icon-lg {
    background: url(/img/72px-height.png) no-repeat 0 0 transparent; }
  .illustrative-sizes .et-icon-xl {
    background: url(/img/96px-height.png) no-repeat 0 0 transparent; }

.icons-system {
  display: none; }

.icons-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0; }
  @media (min-width: 768px) {
    .icons-container {
      justify-content: space-between; } }
  .icons-container.search {
    justify-content: flex-start; }
  .icons-container .icon-card {
    position: relative;
    margin: 10px;
    padding: 5px;
    text-align: center;
    border: 1px solid #EEEEEE;
    border-radius: 3px; }
    @media (min-width: 768px) {
      .icons-container .icon-card {
        padding: 10px; } }
    .icons-container .icon-card.etrade-icon {
      width: 200px;
      height: 150px; }
      @media (min-width: 768px) {
        .icons-container .icon-card.etrade-icon {
          width: 225px;
          height: 170px; } }
      .icons-container .icon-card.etrade-icon .hover-box {
        width: 225px;
        height: 170px; }
        .icons-container .icon-card.etrade-icon .hover-box .hover-link {
          height: 85px;
          border-bottom: 1px solid #1774BB;
          padding-top: 35px;
          margin-bottom: 35px; }
          .icons-container .icon-card.etrade-icon .hover-box .hover-link:last-child {
            border-bottom: none;
            padding-top: 0; }
        .icons-container .icon-card.etrade-icon .hover-box a:hover {
          text-decoration: none; }
    .icons-container .icon-card.material-icon {
      width: 200px;
      height: 90px; }
      .icons-container .icon-card.material-icon .hover-box {
        width: 200px;
        height: 90px; }
        .icons-container .icon-card.material-icon .hover-box .hover-link {
          padding-top: 35px; }
    .icons-container .icon-card p {
      padding-top: 8px; }
    .icons-container .icon-card code {
      margin-top: 25px; }

.hover-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid #1774BB;
  border-radius: 3px;
  z-index: 100; }
  .hover-box .hover-link {
    color: #1774BB;
    padding: 30px;
    cursor: pointer; }
    .hover-box .hover-link:hover {
      color: #aad4f4; }

.icon-search-container .form-control {
  background: transparent url("/img/icon_search_medgray.svg") no-repeat right 11px; }
  @media (min-width: 768px) {
    .icon-search-container .form-control {
      background: transparent url("/img/icon_search_medgray.svg") no-repeat right 3px; } }

.search-results {
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
  display: none; }
  .search-results h3 {
    padding-left: 12px; }

.grid-item img {
  width: 100%; }

.modals .fake-modal-container {
  text-align: center;
  margin: -25px auto -15px; }
.modals .fake-modal {
  opacity: 1; }
.modals .gray-box {
  background-color: #F6F6F6;
  padding: 0 0 10px;
  border: 1px solid #DBDBDB; }
  .modals .gray-box pre {
    border: none;
    margin-bottom: -10px; }

.example {
  display: none; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #F6F6F6; }

pre {
  border-radius: 0;
  border: 2px solid #EEEEEE; }

pre[class*="language-"] {
  margin: 0 0 25px 0; }

.panel pre {
  border: 0; }
.panel pre[class*="language-"] {
  padding: 0;
  margin: 0; }
.panel .et-icon {
  width: 48px; }

.box-jacket {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBDB; }
  .box-jacket span:nth-of-type(2) {
    text-align: center; }
  .box-jacket span:nth-of-type(3) {
    text-align: center; }
  .box-jacket span:nth-of-type(4) {
    text-align: center; }
  .box-jacket .box {
    display: inline-block;
    background-color: #6ee2e3; }
  .box-jacket .extra-extra-small {
    width: 5px;
    height: 5px; }
  .box-jacket .extra-small {
    width: 10px;
    height: 10px; }
  .box-jacket .small {
    width: 15px;
    height: 15px; }
  .box-jacket .base {
    width: 20px;
    height: 20px; }
  .box-jacket .medium {
    width: 25px;
    height: 25px; }
  .box-jacket .large {
    width: 30px;
    height: 30px; }
  .box-jacket .extra-large {
    width: 40px;
    height: 40px; }
  .box-jacket .extra-extra-large {
    width: 50px;
    height: 50px; }
  .box-jacket .extra-extra-extra-large {
    width: 60px;
    height: 60px; }

.size-02 {
  display: none; }

.spacing-lg .size-01 {
  display: block; }
.spacing-lg .size-02 {
  display: none; }

.spacing-sm .size-01 {
  display: none; }
.spacing-sm .size-02 {
  display: block; }
.spacing-sm .extra-large {
  width: 34px;
  height: 34px; }
.spacing-sm .extra-extra-large {
  width: 43px;
  height: 43px; }
.spacing-sm .extra-extra-extra-large {
  width: 51px;
  height: 51px; }

.spacing code {
  white-space: nowrap; }

.spacing .indicator {
  width: 281px;
  text-align: center; }
  .spacing .indicator .material-icons {
    font-size: 70px; }
  .spacing .indicator.right {
    color: #107A1B; }
  .spacing .indicator.wrong {
    color: #CC0000;
    padding-left: 30px; }

.sketch-spec .do-dont-example {
  display: flex; }
  .sketch-spec .do-dont-example .do,
  .sketch-spec .do-dont-example .dont {
    margin: 0 25px 15px 0; }
  .sketch-spec .do-dont-example .indicator {
    text-align: center; }
    .sketch-spec .do-dont-example .indicator .material-icons {
      font-size: 70px; }
    .sketch-spec .do-dont-example .indicator.right {
      color: #107A1B; }
    .sketch-spec .do-dont-example .indicator.wrong {
      color: #CC0000; }

.spinner.custom-spinner {
  width: 45px; }

.tables .has-code {
  line-height: 27px; }
.tables .table-container {
  min-height: 200px; }
.tables .etable tr td {
  height: 40px;
  min-height: 40px;
  overflow: hidden; }

.toast-container {
  left: 0; }

.fake-toast-container {
  position: relative;
  width: 100%; }
  .fake-toast-container .toast {
    position: relative;
    display: block;
    width: 100%;
    min-height: 50px;
    padding-top: 5px;
    text-align: center; }
    .fake-toast-container .toast.toast-open {
      opacity: 1;
      transform: translateY(0%);
      transition: all 0.45s cubic-bezier(0.67, -0.13, 0.0489, 1.265); }
      .fake-toast-container .toast.toast-open .toast-content,
      .fake-toast-container .toast.toast-open .toast-close {
        transition: opacity 0.45s 0.1s linear;
        opacity: 1; }
    .fake-toast-container .toast .toast-content {
      margin: 10px auto 0 auto;
      text-align: left;
      display: inline-block;
      padding: 0 24px 18px 14px;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .fake-toast-container .toast .toast-content {
          margin: 15px auto 0 auto; } }
    .fake-toast-container .toast .toast-close {
      position: absolute;
      opacity: 0;
      top: 0;
      right: 0; }
      .fake-toast-container .toast .toast-close .btn .material-icons {
        color: #FFFFFF;
        font-size: 15px;
        padding-left: 5px;
        padding-top: 8px; }
        @media (min-width: 768px) {
          .fake-toast-container .toast .toast-close .btn .material-icons {
            font-size: 20px; } }
    .fake-toast-container .toast.toast-success {
      background-color: rgba(16, 122, 27, 0.9); }
      .fake-toast-container .toast.toast-success .toast-content {
        background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" fill="#FFFFFF"/></svg>');
        background-repeat: no-repeat;
        background-position: 5px -5px;
        padding-left: 40px; }
    .fake-toast-container .toast.toast-error {
      background: rgba(204, 0, 0, 0.9); }
      .fake-toast-container .toast.toast-error .toast-content {
        background-image: url('data:image/svg+xml;utf-8,<svg  xmlns="http://www.w3.org/2000/svg" width="18" height="24" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>');
        background-repeat: no-repeat;
        background-position: 7px -5px;
        padding-left: 40px; }
    .fake-toast-container .toast.toast-info {
      background: rgba(23, 116, 187, 0.9); }

/*!
 * Below here is CSS that will eventually be migrated into the "edesign language" on xeon
 */
/**
 * http://applemusic.tumblr.com/
 * https://jsfiddle.net/xq56dmrh/
 */
/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff"); }
/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff"); }
/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff"); }
/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff"); }
/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff"); }
/** Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff"); }
body {
  -webkit-font-smoothing: antialiased; }

.ios {
  font-family: "San Francisco" !important; }

.android {
  font-family: Roboto !important; }

.font-prospect,
.font-android,
.font-iOS {
  display: none; }

.typography .panel-heading {
  padding: 30px 30px 20px; }
.typography .strong {
  font-weight: 500; }
.typography .label {
  white-space: inherit; }
.typography .large-device .font-size-desktop {
  display: inline; }
.typography .large-device .font-size-mobile {
  display: none; }
.typography .small-device .extra-extra-large-header {
  font-size: 46px; }
.typography .small-device .extra-large-header {
  font-size: 37px; }
.typography .small-device .large-header {
  font-size: 24px; }
.typography .small-device .small-header {
  font-size: 20px; }
.typography .small-device .subhead,
.typography .small-device .subhead.text-bold {
  font-size: 17px; }
.typography .small-device .body-text,
.typography .small-device .text-light,
.typography .small-device .text-bold,
.typography .small-device .label {
  font-size: 15px; }
.typography .small-device .text-disclaimer {
  font-size: 13px; }
.typography .small-device .font-size-desktop {
  display: none; }
.typography .small-device .font-size-mobile {
  display: inline; }
.typography .panel-font .subhead,
.typography .panel-font .small-label,
.typography .panel-font .large-label,
.typography .panel-font .label,
.typography .panel-font .panel-heading > div {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px; }
.typography .panel-font .panel-heading p {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 11px;
  color: #767676;
  letter-spacing: 0; }
  .typography .panel-font .panel-heading p > span {
    margin-right: 4px; }
.typography .panel-font code {
  line-height: 2.4; }

.font-menu {
  display: flex;
  justify-content: space-between; }
  .font-menu a .material-icons {
    margin-left: 5px; }
  .font-menu .nav-tabs li:last-child {
    margin-right: 0; }

.text-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px; }
  .text-card code {
    display: inline-block; }
  .text-card .card-white,
  .text-card .card-green,
  .text-card .card-border {
    width: 100%;
    margin-bottom: 10px;
    padding: 28px 20px 18px;
    border-radius: 3px;
    text-align: center; }
  .text-card .card-white {
    background-color: #19223C; }
  .text-card .card-green {
    background-color: #19223C; }
  .text-card .card-border {
    border: 1px solid #DBDBDB; }

.tyopgraphy .large-label {
  color: #767676; }
.tyopgraphy .small-label {
  color: #767676; }
.tyopgraphy .subhead {
  color: #444444; }
.tyopgraphy .prospect .subhead.text-bold {
  color: #242424; }
.tyopgraphy .body {
  color: #444444; }
.tyopgraphy .extra-extra-large-header + p,
.tyopgraphy .extra-large-header + p {
  margin-top: 10px; }

.universal-messaging .fake-link {
  color: #1774BB; }
  .universal-messaging .fake-link:hover {
    color: #4399DB;
    cursor: pointer; }

th {
  font-weight: 200; }

audio, canvas, progress, video {
  max-width: 100%;
  margin-bottom: 40px; }

dd {
  margin: 0 0 10px 0; }

ol {
  padding-left: 15px;
  font-weight: 400; }

.documentation .nav-tabs .material-icons {
  margin-left: 10px;
  margin-right: 10px; }

.anchor-links {
  display: flex; }
  .anchor-links a .material-icons {
    color: #767676;
    font-size: 22px;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 7px;
    transform: rotate(40deg); }
  .anchor-links a:hover,
  .anchor-links a:focus,
  .anchor-links a:active {
    text-decoration: none; }
    .anchor-links a:hover .material-icons,
    .anchor-links a:focus .material-icons,
    .anchor-links a:active .material-icons {
      color: #1774BB; }

h1.anchor-links a .material-icons {
  padding-top: 5px; }

.lts-warning {
  position: relative;
  background-color: rgba(0, 101, 227, 0.8);
  margin-left: -10px;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  z-index: 2000; }
  .lts-warning a:link,
  .lts-warning a:visited {
    color: #FFFFFF;
    text-decoration: underline; }
  .lts-warning .material-icons {
    color: #fff; }
    .lts-warning .material-icons:hover {
      color: #FFFFFF;
      cursor: pointer; }

.homepage .changelog-group {
  display: none; }
.homepage .changelog-group:nth-child(-n+3) {
  display: block; }
.homepage .btn {
  margin-right: 15px;
  font-size: 13px;
  font-weight: 200; }
  .homepage .btn img {
    height: 16px;
    position: relative;
    top: -1px;
    margin-right: 10px; }
  .homepage .btn:hover {
    color: #5229a3; }
.homepage .btn-secondary-outline {
  color: #1774BB;
  border: 1px solid #1774BB; }
  .homepage .btn-secondary-outline:hover {
    color: #0d5d92; }
.homepage .btn-tertiary-outline {
  color: #4AA2A3;
  border: 1px solid #4AA2A3; }
  .homepage .btn-tertiary-outline:hover {
    color: #3a7f80; }
.homepage .btn-quaternary-outline {
  color: #4A90E2;
  border: 1px solid #4A90E2; }
  .homepage .btn-quaternary-outline:hover {
    color: #2275d7; }

.changelog td {
  width: 25%; }
.changelog td:last-child {
  width: 50%; }

.panel {
  margin-bottom: 30px;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: none; }

.panel-default {
  border-color: #EEEEEE; }

.panel-default > .panel-heading {
  background-color: #FFFFFF;
  border-color: #EEEEEE; }

.panel-heading {
  border-bottom: 2px solid transparent;
  border-radius: 0; }
  .panel-heading.panel-dark {
    background-color: #19223C; }

.panel-body {
  background-color: #F6F6F6; }
  .panel-body.panel-border {
    border-bottom: 2px solid #DBDBDB; }
  .panel-body.panel-examples {
    background-color: #FFFFFF; }

.panel-font.panel {
  margin-bottom: -2px; }
.panel-font .panel-heading {
  border: 0; }

.dark .panel-default {
  border-color: #444444; }

.progressbar .progress {
  margin: 10px 0; }

@media (min-width: 768px) {
  .documentation {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px; } }
.select-wrapper select {
  -webkit-appearance: none; }

.form-group.has-error label.field-status, .form-group.has-error .field-status.label {
  white-space: inherit; }

.main-header {
  margin-top: 46px;
  margin-bottom: 15px; }

.timestamp {
  padding: 8px 0; }

.changelog {
  border-top: 1px solid #DBDBDB; }
  .changelog tr:first-child td {
    border-top: 0; }

.copy-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #1774BB; }

#sticky {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-bottom: 1px solid #DBDBDB; }
  #sticky.sticky-font-switcher .nav-tabs:last-child {
    margin-left: auto; }
  #sticky.sticky-font-switcher .select-device-typo {
    display: none; }
  #sticky.sticky-font-switcher .mobile-note {
    display: none;
    font-size: 11px;
    max-width: 43%;
    line-height: 1;
    text-align: right; }
    @media (min-width: 768px) {
      #sticky.sticky-font-switcher .mobile-note {
        display: inherit; } }
  #sticky.layout-nav .nav-tabs:last-child {
    margin-left: 0; }

#sticky.stick {
  position: fixed;
  top: 0;
  box-shadow: 0 4px 6px 0px #DBDBDB; }
  #sticky.stick .mobile-note {
    padding-right: 40px; }

.upload-progress {
  display: none; }
  .upload-progress table {
    width: 100%; }
    .upload-progress table td {
      padding: 10px;
      width: 35%;
      border-bottom: 1px solid #DBDBDB; }
    .upload-progress table td:first-child,
    .upload-progress table td:last-child {
      width: 15%; }

.spinner.upload-spinner {
  width: 35px; }

.edu iframe {
  max-width: 100%; }

.documentation-footer {
  margin-top: 40px;
  text-align: center; }

.show-beta-badge .badge.beta {
  display: inline-block; }

.badge.beta {
  display: none;
  background: #1774BB;
  border-radius: 2px;
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500; }

.tags .background-color,
.tags .background-white,
.tags .background-dark {
  margin: -10px -15px 0px;
  padding: 10px 20px 20px 20px; }
.tags .background-color {
  background: #F6F6F6; }
.tags .background-white {
  background: #FFFFFF; }
.tags .background-dark {
  background: #19223C; }
.tags #reset-tags {
  display: none; }

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