@charset "UTF-8";
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* ** VARIABLES ** */
/* ** BOOTSTRAP VARS ** */
@-webkit-keyframes spinner-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ** BOOTSTRAP ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #242424;
  background-color: #fafafa;
}

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

a {
  color: #005d7e;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(0, 36.5357142857, 49.5);
  text-decoration: none;
}
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.428571429;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f8f8f8;
}

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

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 450;
  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: #ddd;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 34px;
}

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

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

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

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

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

p {
  margin: 0 0 11px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #ddd;
}

.text-primary {
  color: #005d7e;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 55.3571428571, 75);
}

.text-success {
  color: rgb(112.5, 112.5, 112.5);
}

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

.text-info {
  color: #f7aa66;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(244.4658385093, 143.0745341615, 53.5341614907);
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(101.92, 0.98, 13.23);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #005d7e;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(0, 55.3571428571, 75);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: rgb(254.9114285714, 245.7885714286, 246.8957142857);
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(254.4257142857, 195.2742857143, 202.4528571429);
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #f8f8f8;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #f8f8f8;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #ddd;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f8f8f8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #8c8c8c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
table {
  background-color: transparent;
}

caption {
  padding-top: 9px 7px;
  padding-bottom: 9px 7px;
  color: #ddd;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.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: 9px 7px;
  line-height: 1.428571429;
  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: #fafafa;
}

.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: rgb(248.3, 252.1243362832, 255);
}

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: rgb(248.3, 252.1243362832, 255);
}

.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: rgb(222.8, 241.1796460177, 255);
}

.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.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: rgb(254.9114285714, 245.7885714286, 246.8957142857);
}

.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: rgb(254.6685714286, 220.5314285714, 224.6742857143);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.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;
  }
}

.csv-table-head {
  background-color: #fff !important;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #8c8c8c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #242424;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #242424;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  border-radius: 6px;
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #005d7e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 93, 126, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 93, 126, 0.6);
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f8f8f8;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: rgb(112.5, 112.5, 112.5);
}
.has-success .form-control {
  border-color: rgb(112.5, 112.5, 112.5);
  -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: #575757;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(163.5, 163.5, 163.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(163.5, 163.5, 163.5);
}
.has-success .input-group-addon {
  color: rgb(112.5, 112.5, 112.5);
  border-color: rgb(112.5, 112.5, 112.5);
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: rgb(112.5, 112.5, 112.5);
}

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}
.has-error .form-control {
  border-color: rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
  -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: rgba(96.8685714286, 0.9314285714, 12.5742857143, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(248.4114285714, 2.3885714286, 32.2457142857, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(248.4114285714, 2.3885714286, 32.2457142857, 0.5);
}
.has-error .input-group-addon {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
  border-color: rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
  background-color: rgb(254.9114285714, 245.7885714286, 246.8957142857);
}
.has-error .form-control-feedback {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(99.75, 99.75, 99.75);
}

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -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: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.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: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.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: #005d7e;
  border-color: rgb(0, 74.1785714286, 100.5);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 55.3571428571, 75);
  border-color: hsl(195.7142857143, 100%, -5.2941176471%);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 55.3571428571, 75);
  border-color: rgb(0, 29.0071428571, 39.3);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 55.3571428571, 75);
  border-color: rgb(0, 29.0071428571, 39.3);
}
.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: rgb(0, 29.0071428571, 39.3);
  border-color: hsl(195.7142857143, 100%, -5.2941176471%);
}
.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: #005d7e;
  border-color: rgb(0, 74.1785714286, 100.5);
}
.btn-primary .badge {
  color: #005d7e;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: rgb(112.5, 112.5, 112.5);
  border-color: rgb(99.75, 99.75, 99.75);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #575757;
  border-color: #242424;
}
.btn-success:hover {
  color: #fff;
  background-color: #575757;
  border-color: rgb(69.15, 69.15, 69.15);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #575757;
  border-color: rgb(69.15, 69.15, 69.15);
}
.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: rgb(69.15, 69.15, 69.15);
  border-color: #242424;
}
.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: rgb(112.5, 112.5, 112.5);
  border-color: rgb(99.75, 99.75, 99.75);
}
.btn-success .badge {
  color: rgb(112.5, 112.5, 112.5);
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #f7aa66;
  border-color: rgb(245.7329192547, 156.5372670807, 77.7670807453);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(244.4658385093, 143.0745341615, 53.5341614907);
  border-color: rgb(186.2608695652, 92.5217391304, 9.7391304348);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(244.4658385093, 143.0745341615, 53.5341614907);
  border-color: rgb(242.6919254658, 124.2267080745, 19.6080745342);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(244.4658385093, 143.0745341615, 53.5341614907);
  border-color: rgb(242.6919254658, 124.2267080745, 19.6080745342);
}
.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: rgb(242.6919254658, 124.2267080745, 19.6080745342);
  border-color: rgb(186.2608695652, 92.5217391304, 9.7391304348);
}
.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: #f7aa66;
  border-color: rgb(245.7329192547, 156.5372670807, 77.7670807453);
}
.btn-info .badge {
  color: #f7aa66;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #e6af2e;
  border-color: rgb(223.7371794872, 164.858974359, 26.7628205128);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(200.9615384615, 148.0769230769, 24.0384615385);
  border-color: rgb(109.858974359, 80.9487179487, 13.141025641);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(200.9615384615, 148.0769230769, 24.0384615385);
  border-color: rgb(169.0756410256, 124.5820512821, 20.2243589744);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(200.9615384615, 148.0769230769, 24.0384615385);
  border-color: rgb(169.0756410256, 124.5820512821, 20.2243589744);
}
.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: rgb(169.0756410256, 124.5820512821, 20.2243589744);
  border-color: rgb(109.858974359, 80.9487179487, 13.141025641);
}
.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: #e6af2e;
  border-color: rgb(223.7371794872, 164.858974359, 26.7628205128);
}
.btn-warning .badge {
  color: #e6af2e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d0021b;
  border-color: rgb(182.7428571429, 1.7571428571, 23.7214285714);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
  border-color: rgb(56.4571428571, 0.5428571429, 7.3285714286);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
  border-color: rgb(122.1257142857, 1.1742857143, 15.8528571429);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
  border-color: rgb(122.1257142857, 1.1742857143, 15.8528571429);
}
.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: rgb(122.1257142857, 1.1742857143, 15.8528571429);
  border-color: rgb(56.4571428571, 0.5428571429, 7.3285714286);
}
.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: #d0021b;
  border-color: rgb(182.7428571429, 1.7571428571, 23.7214285714);
}
.btn-danger .badge {
  color: #d0021b;
  background-color: #fff;
}

.btn-link {
  color: #005d7e;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(0, 36.5357142857, 49.5);
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #ddd;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
}

.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #8c8c8c;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(127.25, 127.25, 127.25);
  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: #005d7e;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ddd;
}
.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: 13px;
  line-height: 1.428571429;
  color: #ddd;
  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;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #242424;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #aaa;
  border-radius: 6px;
}
.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: 13px;
  border-radius: 6px;
}
.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: 18px;
  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;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f8f8f8;
}
.nav > li.disabled > a {
  color: #ddd;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ddd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f8f8f8;
  border-color: #005d7e;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f8f8f8 #f8f8f8 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #aaa;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 6px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #005d7e;
}

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

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #133347;
  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: 6px;
  border-top-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(0, 36.5357142857, 49.5);
  background-color: #f8f8f8;
  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: #133347;
  border-color: #133347;
  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: #ddd;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.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.btn-group-lg > .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;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-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: #242424;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #005d7e;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.alert {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: rgb(112.5, 112.5, 112.5);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: #575757;
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #f7aa66;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(244.4658385093, 143.0745341615, 53.5341614907);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: rgb(254.9114285714, 245.7885714286, 246.8957142857);
  border-color: rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}
.alert-danger hr {
  border-top-color: rgba(122.1257142857, 1.1742857143, 15.8528571429, 0.5);
}
.alert-danger .alert-link {
  color: rgb(101.92, 0.98, 13.23);
}

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

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -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: 20px;
}
.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: 7px;
  border-top-left-radius: 7px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  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: 7px;
  border-bottom-left-radius: 7px;
}

.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: 7px;
  border-top-left-radius: 7px;
}
.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: 7px;
  border-bottom-left-radius: 7px;
}
.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: 20px;
  padding-right: 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.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: 7px;
  border-top-right-radius: 7px;
}
.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: 7px;
}
.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: 7px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.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: 7px;
  border-bottom-right-radius: 7px;
}
.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: 7px;
}
.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: 7px;
}
.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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
}
.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: #8c8c8c;
  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: #8c8c8c;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

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

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: rgb(112.5, 112.5, 112.5);
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: rgb(112.5, 112.5, 112.5);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #f7aa66;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #f7aa66;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
}
.panel-danger > .panel-heading {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
  background-color: rgb(254.9114285714, 245.7885714286, 246.8957142857);
  border-color: rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
}
.panel-danger > .panel-heading .badge {
  color: rgb(254.9114285714, 245.7885714286, 246.8957142857);
  background-color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
}

.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-9by16 {
  padding-bottom: 0;
}

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

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.modal-open {
  overflow: hidden;
}

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #005d7e;
  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-content .modal-content-lg {
  width: 100vw;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .modal-message-links-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #fff;
}
.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;
}

#tiktok-modal .tiktok-description {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  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: 6px;
}

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

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

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
@-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;
  }
}
/* ** Font Awesome ** */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-download:before {
  content: "\f019";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-list:before {
  content: "\f03a";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-upload:before {
  content: "\f093";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-usb:before {
  content: "\f287";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-percent:before {
  content: "\f295";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* ** SPINKIT ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* New Recording Experience */
/* Two step fade - with pause for desktop */
@-webkit-keyframes promptAnimate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes promptAnimate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Two step fade - with pause for desktop */
@-webkit-keyframes dotAnimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes dotAnimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce.full-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100vw;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.sk-spinner-three-bounce.full-screen > div {
  background-color: #ddd;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #ff3366;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading-dots-fullscreen {
  width: 100dvw;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

html.menu-visible .sk-spinner-three-bounce.full-screen {
  margin-left: -210px;
}
@media (max-width: 767px) {
  html.menu-visible .sk-spinner-three-bounce.full-screen {
    margin-left: 0;
  }
}

.empty-table.left .sk-spinner-three-bounce.sk-spinner {
  margin: 0;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ** MODULES ** */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* General Global Styling */
/* For fixed footer & elastic scroll prevention */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}
html.menu-visible {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.st-bg body {
  background-color: #ff3366;
  background: linear-gradient(140deg, #0f2a6a 0%, #00132e 50%, #ff3366 100%);
}

.st-bg-full body {
  background-color: #ff3366;
  background: linear-gradient(87deg, rgb(13.6166666667, 36.55, 50.8833333333) 20%, #0f2a6a 60%, #ff3366 100%);
}

/* Fixed Background for Brand */
.brand-bg {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.brand-bg.bg-image {
  -webkit-animation: myfirst 0.35s;
  animation: myfirst 0.35s;
}
.brand-bg.hidden {
  display: none;
}
.brand-bg.recording {
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  html.hide-bg-mo .brand-bg {
    background-image: none;
  }
}

html.no-overscroll {
  overscroll-behavior-y: none;
}

/* Fade in once image loads */
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-group(root) {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

html.menu-visible body {
  height: calc(100% - 50px);
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 50px 0 0 0;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
html.menu-visible body.modal-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  html.menu-visible body {
    height: 100%;
    padding-top: 50px;
    margin-top: 0;
  }
}

html.menu-visible.fixed-scroll body {
  scrollbar-gutter: stable;
}
html.menu-visible.fixed-scroll body.modal-open {
  padding-right: 0px !important;
}

html.no-scroll body,
html.no-scroll #app {
  overflow-y: hidden;
}

html.menu-visible #appContent {
  margin: 0 0 0 210px;
  padding: 30px;
}

html.menu-visible.sidebar-visible body {
  scrollbar-gutter: auto;
}
html.menu-visible.sidebar-visible #appContent {
  padding: 0;
  margin-top: 0px !important;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  html.menu-visible.sidebar-visible #app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  html.menu-visible #appContent {
    margin: 0;
    padding: 20px;
  }
}
/* Spacing Helpers */
.no-top-space {
  margin-top: 0px;
}

.xxs-top-space {
  margin-top: 2px;
}

.n-xs-top-space {
  margin-top: -5px;
}

.n-sm-top-space {
  margin-top: -10px;
}

.n-md-top-space {
  margin-top: -20px;
}

.n-lg-top-space {
  margin-top: -40px;
}

.xs-top-space {
  margin-top: 5px;
}

.sm-top-space {
  margin-top: 10px;
}

.smd-top-space {
  margin-top: 15px;
}

.md-top-space {
  margin-top: 20px;
}

.lg-top-space {
  margin-top: 40px;
}

.xl-top-space {
  margin-top: 60px;
}

.xxl-top-space {
  margin-top: 80px;
}

.no-space {
  margin-bottom: 0px;
}

.xs-space {
  margin-bottom: 5px;
}

.sm-space {
  margin-bottom: 10px;
}

.md-minus-space {
  margin-bottom: 15px;
}

.md-space {
  margin-bottom: 20px;
}

.md-plus-space {
  margin-bottom: 30px;
}

.lg-space {
  margin-bottom: 40px;
}

.xl-space {
  margin-bottom: 60px;
}

.xxl-space {
  margin-bottom: 80px;
}

.force-sm-space {
  margin-bottom: 10px !important;
}

.force-xs-space {
  margin-bottom: 5px !important;
}

.force-no-space {
  margin-bottom: 0 !important;
}

.no-left-space {
  margin-left: 0 !important;
}

.xs-left-space {
  margin-left: 5px;
}

.sm-left-space {
  margin-left: 10px;
}

.md-left-space {
  margin-left: 20px;
}

.lg-left-space {
  margin-left: 40px;
}

.xs-right-space {
  margin-right: 5px;
}

.sm-right-space {
  margin-right: 10px;
}

.md-right-space {
  margin-right: 20px;
}

.lg-right-space {
  margin-right: 40px;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}
.inline-block.middle {
  vertical-align: middle;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* lines */
hr.tiny {
  margin: 10px 0 5px;
  width: 100px;
}

/* Mouse */
.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer-forced {
  pointer-events: none;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-text {
  cursor: text;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.cursor-default {
  cursor: default !important;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Lists */
ul.block-list {
  display: block;
  text-align: left;
  padding-left: 0px;
}
ul.block-list li,
ul.block-list button {
  list-style: none;
  width: calc(100% - 10px);
  border: none;
  border-radius: 6px;
  margin: 3px 0px 3px 10px;
  padding: 6px 15px;
  background-color: #f8f8f8;
  -webkit-transition: background-color linear 0.25s;
  transition: background-color linear 0.25s;
  font-size: 14px;
  cursor: pointer;
  color: rgb(13.6166666667, 36.55, 50.8833333333);
  font-weight: 400;
  text-align: left;
}
ul.block-list li:focus, ul.block-list li:active, ul.block-list li:hover,
ul.block-list button:focus,
ul.block-list button:active,
ul.block-list button:hover {
  background-color: rgb(222.5, 222.5, 222.5);
}
ul.block-list li.active,
ul.block-list button.active {
  background-color: rgb(222.5, 222.5, 222.5);
  cursor: default;
  color: #8c8c8c;
}
ul.block-list.check-list button {
  margin-top: 10px;
  padding: 6px 10px;
  display: grid;
  grid-template-columns: 25px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  color: #8c8c8c;
}
ul.block-list.check-list button i {
  font-size: 18px;
  width: 23px;
  text-align: left;
}
ul.block-list.check-list button.active {
  color: #242424;
  cursor: pointer;
}
ul.block-list.check-list button:active {
  background-color: #f8f8f8;
}

ul.padded-list {
  display: block;
  padding-left: 0px;
}
ul.padded-list li {
  list-style: none;
  padding: 3px 0;
}

ul.inline-list {
  font-weight: 400;
  width: 100%;
  margin: 20px auto;
  max-width: 680px;
}
ul.inline-list li {
  display: inline-block;
  padding: 4px 15px;
}
ul.inline-list li > .fa {
  font-size: 7px;
  padding-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.simple-list {
  font-size: 14px;
  padding-left: 13px;
}
.simple-list.spaced li {
  margin-bottom: 10px;
}

/* Tabs */
.nav-tabs {
  border-bottom-color: #ddd;
}
.nav-tabs li a {
  font-size: 14px;
  padding: 7px 0px;
  margin: 0 20px 0 0;
  color: #8c8c8c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus {
  padding-bottom: 6px;
  background-color: #fff;
  border-color: transparent transparent #ddd transparent;
  border-bottom: 2px solid #ff3366;
  color: rgb(13.6166666667, 36.55, 50.8833333333);
}
.nav-tabs li.active a {
  background-color: #fff;
  border-color: transparent transparent #ddd transparent;
  border-bottom: 2px solid #ff3366;
  color: rgb(13.6166666667, 36.55, 50.8833333333);
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
  padding-bottom: 7px;
  background-color: #fff;
  border-color: transparent transparent #ddd transparent;
  border-bottom: 2px solid #ff3366;
  color: rgb(13.6166666667, 36.55, 50.8833333333);
}
.nav-tabs.tabs-transparent li:hover, .nav-tabs.tabs-transparent li:active, .nav-tabs.tabs-transparent li:focus {
  background-color: transparent;
}
.nav-tabs.tabs-transparent li a {
  background-color: transparent;
}
.nav-tabs.tabs-transparent li a:hover, .nav-tabs.tabs-transparent li a:active, .nav-tabs.tabs-transparent li a:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .nav-tabs.tabs-transparent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom-color: transparent;
  }
}
@media (max-width: 479px) {
  .nav-tabs li a {
    margin: 0 5px 0 0;
    font-size: 13px;
  }
}

/* Alerts */
.alert {
  border-radius: 0px;
  text-align: center;
  border-width: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  font-size: 14px;
  color: #242424;
  background-color: #fff;
  border: 1px solid rgba(140, 140, 140, 0.25);
  color: #242424;
}
.alert .alertMessage {
  font-size: 14px;
}
.alert.alert-success {
  background-color: rgb(217.6, 255, 240.975);
  border: 1px solid rgba(0, 85, 53.125, 0.25);
  color: rgb(0, 85, 53.125);
}
.alert.alert-warning {
  background-color: rgb(254.602484472, 250.7763975155, 247.397515528);
  border: 1px solid rgba(128.0794871795, 94.3743589744, 15.3205128205, 0.25);
  color: rgb(128.0794871795, 94.3743589744, 15.3205128205);
}
.alert.alert-pink {
  background-color: rgb(233, 245.5575221239, 255);
  border: 1px solid rgba(0, 80.596460177, 141.2, 0.25);
  color: rgb(0, 80.596460177, 141.2);
}
.alert.alert-pink .btn-fn {
  color: #ff3366;
  border: 1px solid #ff3366;
  padding: 5px 9px;
  margin-left: 5px;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.alert.alert-pink .btn-fn:hover {
  background: #f8f8f8;
}
.alert.alert-danger {
  background-color: rgb(254.9114285714, 245.7885714286, 246.8957142857);
  border: 1px solid rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}
.alert.alert-focus {
  background-color: rgb(233, 245.5575221239, 255);
  border: 1px solid rgba(0, 80.596460177, 141.2, 0.25);
  color: rgb(0, 80.596460177, 141.2);
}
.alert.alert-gray {
  background-color: #fafafa;
  border: 1px solid rgba(140, 140, 140, 0.25);
  color: #242424;
}
.alert.alert-top {
  position: fixed;
  top: 10px;
  width: 600px;
  max-width: calc(100% - 40px);
  z-index: 101;
  font-size: 14px;
  padding: 11px 15px 9px;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.alert.alert-change {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.alert .alert-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert .alert-flex > div {
  margin-left: auto;
}
.alert .alert-flex .alert-flex-buttons {
  min-width: 140px;
}

#appAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-body > .alert {
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: left;
}

.menu-visible #appAlert {
  margin-left: 210px;
}
@media (max-width: 991px) {
  .menu-visible #appAlert {
    margin-left: 0;
  }
}
.menu-visible #appAlert .alert.alert-top {
  top: 65px;
}

.menu-visible .alert.alert-change {
  top: 65px;
  margin-left: 105px;
}
@media (max-width: 991px) {
  .menu-visible .alert.alert-change {
    margin-left: 0;
  }
}

.menu-visible.sidebar-visible #appAlert {
  margin-left: var(--sidebar-width);
}
@media (max-width: 991px) {
  .menu-visible.sidebar-visible #appAlert {
    margin-left: 0;
  }
}

/* Icons */
.icon-page {
  width: 32px;
  font-size: 95%;
  position: relative;
}
.icon-page:before {
  position: absolute;
  bottom: -2px;
}

.icon-button {
  padding-right: 8px;
}

.icon-lp {
  width: 80px;
}

/* Scrolling table */
.table-scroll {
  overflow-y: scroll !important;
}
.table-scroll.hide-scroller {
  scrollbar-width: none;
}

.embed-responsive.placeholder {
  width: 100%;
  background-color: #000;
  position: relative;
}
.embed-responsive.placeholder .embed-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
}
.embed-responsive.placeholder .embed-center p {
  color: #fff;
  text-align: center;
}
.embed-responsive.placeholder .embed-center .embed-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.embed-responsive.placeholder .embed-center.embed-demo span, .embed-responsive.placeholder .embed-center.embed-demo .sk-spinner {
  z-index: 2;
}

.embed-rounded {
  border-radius: 6px;
}

.embed-radius > video {
  border-radius: 6px 6px 0 0;
}

/* Shared video page */
.top-bar-share {
  position: fixed;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 7px solid #fff;
  z-index: 300;
}

.related-video {
  border-width: 0px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  margin-bottom: 30px;
}
.related-video:hover, .related-video:active {
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25);
}
.related-video .related-info {
  padding: 6px 10px;
}
.related-video .embed-responsive {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  border-radius: 8px 8px 0 0 !important;
}
.related-video .embed-responsive.embed-responsive-9by16 {
  padding-bottom: 137.778%;
}
.related-video .big-play {
  font-size: 2px;
  padding-bottom: 20px;
}
.related-video:hover .big-play, .related-video:focus .big-play {
  opacity: 0.8;
}

/* Transcript display */
.transcript-display {
  -webkit-transition: height ease 0.25s;
  transition: height ease 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.transcript-display p {
  font-size: 13px;
  margin-bottom: 8px;
}
.transcript-display.minimize {
  max-height: 60px;
  overflow-y: hidden;
}
.transcript-display.minimize:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 18px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.transcript-display.allow-copy {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: default;
}
.transcript-display mark {
  padding: 0 1px;
  font-weight: 400;
  background-color: rgb(151.5, 227.8928571429, 255);
}

/* Big Play button */
.big-play {
  font-size: 4px;
  border: 0;
  position: relative;
  background-color: #ff3366;
  text-align: left;
  -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  width: 10em;
  height: 10em;
  border-top-right-radius: 25%;
  padding-bottom: 40px;
  margin-left: -5em;
  margin-top: -5em;
  -webkit-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
  left: 50%;
  top: 50%;
  cursor: pointer;
}
.big-play:before, .big-play:after {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 10em;
  height: 10em;
  border-top-right-radius: 25%;
}
.big-play:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.big-play:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.big-play:hover, .big-play:active, .big-play:focus {
  outline: none;
  opacity: 0.5;
}
.big-play.no-focus:hover, .big-play.no-focus:active, .big-play.no-focus:focus {
  opacity: 1;
}

.play-loading {
  display: inline-block;
  width: 3em;
  height: 3em;
  vertical-align: middle;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  border-color: #ff3366;
  border-top-color: transparent;
  -webkit-animation: spinner-rotate 1s linear infinite;
  animation: spinner-rotate 1s linear infinite;
  padding-bottom: 40px;
  left: 50%;
  top: 50%;
  margin-left: -1em;
  margin-top: -1em;
}
.play-loading.no-focus:hover, .play-loading.no-focus:active, .play-loading.no-focus:focus {
  opacity: 1;
}

.video-thumb {
  border-radius: 6px;
}

/* Handle embed sizes */
.embed-responsive-9by16 {
  padding-bottom: 177.778%;
}
.embed-responsive-9by16.short {
  padding-bottom: 100%;
}

.embed-responsive-3by4 {
  padding-bottom: 133.333%;
}

.embed-responsive-item {
  background-position: center;
  background-color: #000;
  background-size: cover;
}

.embed-responsive-demo {
  padding-bottom: 70%;
}

.star-outer .star-rating span {
  color: #aaa;
}
.star-outer .star-rating span.selected {
  color: #ffd700;
}
.star-outer.star-big span {
  font-size: 21px;
  line-height: 21px;
  padding: 0 0 0 1px;
}
.star-outer.star-big span:first-of-type {
  padding: 0;
}
.star-outer.right {
  float: right;
}

@media (max-width: 767px) {
  #appContent {
    padding-top: 0px;
  }
  .center-xs {
    text-align: center;
  }
  .pull-left-mo {
    float: left !important;
  }
  .no-top-space-mobile {
    margin-top: 0;
  }
  .sm-top-space-xs {
    margin-top: 10px;
  }
  .xs-left-space-xs {
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  html.menu-visible body {
    overflow-x: hidden;
  }
  #appContent {
    padding-top: 0px;
  }
  .center-phone {
    text-align: center;
  }
  .hidden-phone {
    display: none !important;
  }
  .icon-page,
  .icon-button {
    display: none;
  }
}
/* Hide timeline (seek bar) and current time in WebKit browsers (Chrome, Safari) */
.preview-controls::-webkit-media-controls-timeline,
.preview-controls::-webkit-media-controls-current-time-display {
  display: none !important;
}

/* For other browsers, we use general styles for hiding */
.preview-controls::-moz-progressbar,
.preview-controls::-ms-media-controls-time-remaining-display,
.preview-controls::-ms-media-controls-current-time-display {
  display: none !important;
}

.preview-controls {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.preview-controls.fade-out {
  opacity: 0;
}

.preview-controls.fade-in {
  opacity: 1;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* Grid Modifications */
.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-area {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.details-area,
.reports-area {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.details-area.inner-fs,
.reports-area.inner-fs {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 991px) {
  .panel-form-area {
    display: grid;
    grid-template-columns: minmax(500px, 1fr) minmax(150px, 300px);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .panel-form-area .panel-info {
    grid-row: 1;
  }
}
@media (max-width: 990px) {
  .panel-form-area .panel-nav {
    display: none;
  }
}

.caption-burn-list {
  display: grid;
  grid-template-columns: 40% 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}
.caption-burn-list .caption-burn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 100dvh;
}
.flex-area .panel-flex {
  width: 450px;
  max-width: 100%;
  margin: 10px 0 30px;
}
.flex-area .panel-flex iframe {
  border-radius: 6px;
}
.flex-area .panel-flex .panel-body {
  padding: 30px 40px 40px 40px;
}
.flex-area .panel-flex .panel-body .brand-logo {
  max-width: 120px;
  padding-bottom: 20px;
}
.flex-area .panel-flex .panel-body .st-logo {
  padding-bottom: 30px;
  padding-top: 10px;
  width: 100px;
}
.flex-area .panel-flex .panel-body .st-logo.ai-logo {
  padding-top: 0;
  padding-bottom: 15px;
  width: 160px;
  margin-top: -10px;
  margin-left: -5px;
}
.flex-area.flex-area-two-col .extra {
  display: none;
}
.flex-area.flex-area-two-col .panel {
  position: relative;
}
.flex-area.flex-area-two-col .bells {
  display: block;
  max-width: 85px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .flex-area.flex-area-two-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px;
  }
  .flex-area.flex-area-two-col .extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 290px;
    gap: 10px;
  }
  .flex-area.flex-area-two-col .extra .santa {
    border-radius: 6px;
    border: 1px solid #fff;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .flex-area.flex-area-two-col .extra .alert-img {
    display: block;
    position: relative;
    width: 280px;
    margin: 4px;
    border-radius: 8px;
    border: 1px solid #fff;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .flex-area.flex-area-two-col .extra .alert-img .img-inner {
    width: calc(100% - 8px);
    border-radius: 5px;
    margin: 4px;
  }
  .flex-area.flex-area-two-col .extra .alert-img:hover {
    border-color: #ff3366;
  }
}
@media screen and (min-width: 992px) {
  .flex-area.flex-area-two-col {
    gap: 60px;
  }
}
.flex-area.has-fullscreen {
  min-height: calc(100dvh - 50px);
}
@media (max-width: 479px) {
  .flex-area:not(.show-branding) {
    background-color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .flex-area:not(.show-branding) .panel-flex {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .flex-area .panel-flex {
    margin-bottom: 115px;
  }
  .flex-area .panel-flex .panel-body {
    padding: 15px;
  }
  .flex-area.show-branding .panel-flex {
    max-width: 95%;
    border-top: 7px solid #fff;
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
.details-area-single {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.panel-float {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.panel-float.admin-home {
  max-width: 860px;
}

.flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .flex-header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.flex-header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .flex-header .flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.flex-header .search-bar {
  z-index: 0;
  margin-bottom: 0px;
  position: relative;
}
.flex-header .search-bar input.search {
  font-size: 14px;
  height: 33px;
}
.flex-header .search-bar .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.flex-header .page-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 2px;
  margin-bottom: 2px;
}
.flex-header .page-title .status-icon {
  margin-left: 10px;
  vertical-align: middle;
}
.flex-header .page-title .fa-angle-left {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.flex-header .page-title .fa-angle-left:hover, .flex-header .page-title .fa-angle-left:active {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.flex-header .fa {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.flex-header .btn-default-outline.help-active {
  border-color: #ff3366;
}
.flex-header .btn-default-outline.help-active:active, .flex-header .btn-default-outline.help-active:focus {
  border-color: #ff3366;
}
.flex-header .btn-default-outline.help-active .fa {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.col-xs-7.video-info {
  min-height: 80px;
}

.no-right-padding {
  padding-right: 0px;
}

.no-left-padding {
  padding-left: 0px;
}

.row.panel-row {
  margin-left: 0;
  margin-right: 0;
}
.row.panel-row.row-gray {
  background: #ddd;
}
.row.panel-row > div[class^=col-] {
  padding: 0;
}
.row.panel-row.vertical {
  position: relative;
}
.row.panel-row.vertical > div + div {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row.row-striped:nth-child(odd) {
  background-color: #f8f8f8;
}

.row.row-expanding {
  height: 65px;
}

.container-fixed {
  width: 650px;
  max-width: 90%;
}
.container-fixed.wide-container {
  width: 750px;
}
.container-fixed .embed-responsive-16by9 {
  border-radius: 6px 6px 0 0;
}
.container-fixed .embed-responsive-9by16 {
  border-radius: 6px 0 0 6px;
}

.embed-responsive-9by9 {
  padding-bottom: 100%;
}

.visible-phone {
  display: none;
}

@media (max-width: 767px) {
  .container-fixed .embed-responsive-9by16 {
    border-radius: 6px 6px 0 0;
  }
}
@media (min-width: 992px) {
  .container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container-flex .container-related {
    width: 350px;
  }
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row-flex.flex-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.row-flex.flex-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-flex.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-flex.flex-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-flex.flex-columns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex.flex-columns > .col-sm-6 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
}
.row-flex.flex-gap {
  gap: 20px;
}
.row-flex.flex-gap-sm {
  gap: 10px;
}

.row-cta {
  padding: 5px 0;
  margin: 10px 0 0 0;
  cursor: pointer;
  border-radius: 6px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  height: 70px;
  max-width: 600px;
}
.row-cta:hover, .row-cta:focus {
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25);
}
.row-cta .img-area {
  height: 60px;
  position: relative;
}
.row-cta .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 50px;
  max-width: 100%;
}
.row-cta .btn {
  height: 40px;
  margin-top: 10px;
}

.postroll-row {
  cursor: pointer;
  padding: 20px;
  border-radius: 6px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.postroll-row:hover, .postroll-row:focus {
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25);
}
.postroll-row p {
  font-size: 16px;
}
.postroll-row .video-surround {
  max-width: 400px;
  border-radius: 6px;
}
.postroll-row .video-surround video {
  width: 100%;
  border-radius: 6px;
}

.row-yt {
  border-radius: 6px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  padding: 15px 0;
}

@media (max-width: 479px) {
  .row-flex {
    display: block;
  }
  .col-phone-12 {
    width: 100%;
    margin-left: 0;
  }
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .visible-phone {
    display: block;
  }
}
@media (max-width: 767px) {
  /* Fix one col on mobile */
  .col-xs-1 {
    padding-left: 5px;
    padding-right: 15px;
  }
  /* Center on mobile */
  .xs-center {
    text-align: center;
  }
  .x-wide {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.panel-row.vertical > div + div {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .col-xs-12.no-right-padding {
    padding-right: 15px;
  }
  .col-xs-12.no-left-padding {
    padding-left: 15px;
  }
  .container-fluid {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fixed {
    padding: 0px;
    max-width: 90%;
    margin-top: 10px;
  }
  .container-fixed.wide-container {
    margin-top: 20px;
  }
  .container-fixed .panel {
    border-radius: 6px;
  }
  .container-fixed .panel .embed-responsive {
    border-radius: 6px;
  }
  .container-fixed .panel-row > .col-sm-12 > .row,
  .container-fixed .panel-row > .col-sm-6 > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fixed .panel-row > .col-sm-12 > .row .col-sm-12,
  .container-fixed .panel-row > .col-sm-6 > .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
#header .navbar-header {
  background-color: rgb(13.6166666667, 36.55, 50.8833333333);
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3366;
  background: linear-gradient(140deg, rgb(13.6166666667, 36.55, 50.8833333333) 20%, #0f2a6a 60%, #ff3366 100%);
}
#header .navbar-header .st-logo {
  width: 135px;
  padding: 14px 20px 10px 0;
  display: block;
}
#header .navbar-header .st-logo img {
  width: 100%;
}
#header .navbar-header .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#header .navbar-header .navbar-right .btn-help {
  border-color: #aaa;
  background-color: transparent;
  color: #fff;
}
#header .navbar-header .navbar-right .btn-help .fa-play {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  opacity: 0.8;
}
#header .navbar-header .navbar-right .btn-help:hover {
  border-color: #fff;
  background-color: #ff3366;
}
#header .navbar-header .navbar-right .btn-help:hover .fa-play {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
#header .navbar-header #companyMenuCaret {
  display: none;
}
#header #managerNav {
  background-color: rgb(13.6166666667, 36.55, 50.8833333333);
  position: fixed;
  left: 0;
  top: 50px;
  width: 210px;
  bottom: 0;
  z-index: 99;
}
#header #managerNav #companyMoCaret {
  display: none;
}
#header #managerNav .menu-list-container {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  overflow-y: scroll;
  scrollbar-width: none;
}
#header #managerNav .menu-list-container::-webkit-scrollbar {
  display: none;
}
#header #managerNav .menu-items {
  margin-top: 20px;
  width: 100%;
  list-style: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header #managerNav .menu-items a {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #fff;
  font-weight: 400;
}
#header #managerNav .menu-items li {
  padding: 6px 10px;
  margin: 3px 10px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
}
#header #managerNav .menu-items li .menu-icon {
  width: 27px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
#header #managerNav .menu-items li .menu-icon:before {
  position: absolute;
  bottom: -2px;
}
#header #managerNav .menu-items li .collapsable-icon {
  float: right;
  height: 16px;
  width: 12px;
  font-size: 12px;
}
#header #managerNav .menu-items li .collapsable-icon:before {
  bottom: 0px;
}
#header #managerNav .menu-items li:hover, #header #managerNav .menu-items li:focus, #header #managerNav .menu-items li:active {
  background-color: rgb(22.23, 59.67, 83.07);
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
#header #managerNav .menu-items li:hover .menu-icon, #header #managerNav .menu-items li:focus .menu-icon, #header #managerNav .menu-items li:active .menu-icon {
  color: #ff3366;
}
#header #managerNav .menu-items li:active {
  border: 1px solid #133347;
}
#header #managerNav .menu-items li:active .menu-icon {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
#header #managerNav .menu-items li.active-item {
  background-color: rgb(24.3833333333, 65.45, 91.1166666667);
}
#header #managerNav .menu-items li.active-item .menu-icon {
  color: #ff3366;
}
#header #managerNav .menu-items hr {
  margin: 12px;
  opacity: 0.5;
  border-top-color: rgb(157.25, 157.25, 157.25);
}
#header #managerNav .menu-items .sub-menu {
  padding-top: 1px;
  padding-bottom: 1px;
}
#header #managerNav .menu-items .sub-menu hr {
  margin: 5px 7px 5px 29px;
}
#header #managerNav .menu-items .sub-menu a {
  margin: 3px 7px 3px 29px;
  display: block;
}
#header #managerNav .menu-items .sub-menu li {
  padding: 6px 0 6px 7px;
  margin: 0px;
  opacity: 0.9;
  font-size: 0.95em;
}

.menu-visible #managerNav {
  position: relative;
}
.menu-visible #managerNav::before, .menu-visible #managerNav::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 16px;
}
.menu-visible #managerNav::before {
  background-color: rgb(13.6166666667, 36.55, 50.8833333333);
  z-index: 0;
}
.menu-visible #managerNav::after {
  content: "";
  border-radius: 16px 0 0 0;
  background-color: #fafafa;
  z-index: 1;
}

@media (max-width: 991px) {
  #header .navbar-header .st-logo {
    display: none;
  }
  #header .navbar-header #companyMenuCaret {
    display: block;
    color: #fff;
  }
  #header #managerNav {
    -webkit-transform: translateX(-210px);
    -ms-transform: translateX(-210px);
    transform: translateX(-210px);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  #header #managerNav.co-menu-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  #header #managerNav.co-menu-show::-webkit-scrollbar {
    display: none;
  }
  #header #managerNav::before, #header #managerNav::after {
    display: none;
  }
}
@media (max-width: 767px) {
  #header #managerNav .items,
  #header #managerNav .menu-items {
    margin-top: 5px;
  }
  #header #managerNav .items li,
  #header #managerNav .menu-items li {
    padding: 8px 10px;
  }
  #header #managerNav .items .sub-menu li,
  #header #managerNav .menu-items .sub-menu li {
    padding: 7px 10px;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* Footer SCSS */
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}
#footer.mini-footer {
  pointer-events: none;
}
#footer.is-recording .footer-button,
#footer.is-recording .footer-logo {
  opacity: 0;
}
#footer .footer {
  pointer-events: none;
  height: 100px;
}
#footer .footer.mobile {
  position: fixed;
  width: 100%;
}
#footer .footer .footer-logo {
  position: absolute;
  bottom: 15px;
  left: 10px;
  max-height: 80px;
  max-width: 210px;
  border-radius: 0px;
}
#footer .footer .footer-logo.st-logo {
  max-width: 150px;
}
#footer .footer .text-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 400;
  font-size: 24px;
}
#footer .footer .footer-line {
  border-bottom: 7px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 250;
}
#footer .footer .footer-text {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 5px;
  padding: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#footer .footer .footer-text a {
  display: block;
}
#footer .footer .footer-text img {
  padding-top: 4px;
  width: 90px;
}
#footer .footer .footer-text img.faq-footer {
  width: 130px;
}
@media (max-width: 479px) {
  #footer .footer .footer-text img.faq-footer {
    width: 80px;
  }
}
#footer .footer .footer-button {
  pointer-events: auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px 20px 12px 15px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  -webkit-box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  cursor: pointer;
}
#footer .footer .footer-button.text-only {
  font-size: 18px;
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 6px;
}
#footer .footer .footer-button:hover, #footer .footer .footer-button:active, #footer .footer .footer-button:focus {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
}
#footer .footer .footer-button:focus-visible {
  outline: 2px solid #fff;
}
#footer .bar-title {
  border-top: 7px solid #fff;
}
#footer .bar-title h5 {
  display: none;
}
#footer .bar-title .close-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  color: rgb(13.6166666667, 36.55, 50.8833333333);
  background-color: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 8px;
  border-radius: 3px;
}
#footer .bar-title .close-menu:focus-visible {
  outline: 2px solid #242424;
}
#footer .btn + .btn {
  margin-left: 10px;
}
#footer .footer-user {
  display: none;
  justify-self: end;
  font-size: 15px;
}
#footer:not(.mobile.record) #bottomNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 255;
  bottom: 0px;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  will-change: transform;
}
#footer:not(.mobile.record) #bottomNav.menu-open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#footer:not(.mobile.record) #bottomNav .footer-main {
  height: 80px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer:not(.mobile.record) #bottomNav .footer-main ul {
  margin: 0;
  padding: 0;
}
#footer.mobile.record {
  height: 0;
}
#footer.mobile.record .footer {
  display: none;
}
#footer.mobile.record #bottomNav {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  transform: translateX(-220px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  width: 220px;
  bottom: 0;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer.mobile.record #bottomNav.menu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: scroll;
}
#footer.mobile.record #bottomNav .menu-surround {
  height: 100%;
}
#footer.mobile.record #bottomNav .footer-main ul {
  padding-left: 0;
  margin: 20px 0 10px;
}
#footer.mobile.record #bottomNav .footer-main ul button {
  display: block;
  padding: 6px 0;
  margin: 8px 20px;
  width: calc(100% - 40px);
}
#footer.mobile.record #bottomNav .bar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  padding: 0 10px 0 20px;
}
#footer.mobile.record #bottomNav .bar-title h5 {
  display: inline;
  color: #242424;
}
#footer.mobile.record #bottomNav .bar-title .close-menu {
  color: rgb(13.6166666667, 36.55, 50.8833333333);
  position: relative;
  right: auto;
  top: auto;
}
#footer.mobile.record #bottomNav .footer-logo-wrapper {
  padding: 30px 40px;
}
#footer.mobile.record #bottomNav .footer-logo-wrapper .footer-logo {
  width: 100%;
}
#footer.mobile.record .bg-cover {
  z-index: 210;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#footer.mobile.record.menu-open .bg-cover {
  visibility: visible;
  opacity: 1;
}

.help-list {
  text-align: left;
}
.help-list li {
  padding: 2px 0;
}

.footer-padding {
  padding-bottom: 115px;
}

@media (max-width: 767px) {
  #footer:not(.mobile.record) #bottomNav .footer-main {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #footer .footer .footer-logo {
    max-height: 80px;
    max-width: 160px;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* Images and Icons */
.lg-icon {
  font-size: 36px;
}

.canva-icon {
  height: 20px;
  border-radius: 20px;
  margin-right: 7px;
}

/* Brand logo sizing */
.brand-logo {
  max-width: 200px;
  max-height: 100px;
}
.brand-logo.my-videos {
  max-width: 120px;
}
.brand-logo.qna {
  max-width: 110px;
}
.brand-logo.small {
  display: inline;
  float: left;
  max-width: 135px;
  max-height: 50px;
  padding-left: 0;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}

.legal-logo {
  max-height: 75px;
  max-width: 120px;
}

@media (max-width: 767px) {
  .brand-logo {
    max-width: 150px;
    padding: 5px 0px 14px;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
body {
  font-weight: 400;
  cursor: default;
  -moz-osx-font-smoothing: grayscale;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  font-weight: 500;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
a:focus {
  outline: none;
}
a.under-line:hover, a.under-line:focus {
  border-bottom: 1px solid #133347;
}
a.small-link {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  text-transform: none;
  font-weight: 500;
}
a.small-link:hover, a.small-link:active {
  border-bottom: 1px solid #133347;
}
a.small-link.disabled:hover, a.small-link.disabled:focus {
  color: #aaa;
}
a.small-link.active {
  color: #aaa;
  cursor: default;
}

mark,
.mark {
  padding: 0;
  color: #242424;
  font-weight: 500;
  background-color: transparent;
}

.columns li {
  margin-bottom: 15px;
}

.normal-link {
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.normal-link.strong {
  font-weight: 400;
}
.normal-link:hover, .normal-link:focus {
  color: inherit;
}
.normal-link.link-underline:hover, .normal-link.link-underline:focus {
  text-decoration: underline;
}

.small-warning {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 450;
  font-size: 13px;
  color: #ff3366;
}

.small-link {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 450;
  font-size: 13px;
}
.small-link.btn {
  font-size: 13px;
}

.word-break {
  word-break: break-all;
}

.text-green {
  color: #085;
}

.text-blue {
  color: #005d7e;
}

.text-light-blue {
  color: #1d9eff;
}

.text-ai-blue {
  color: #0f2a6a;
}

.text-pink {
  color: #ff3366;
}

.text-gray {
  color: #aaa;
}

.text-gray-light {
  color: #ddd;
}

.text-gray-lighter {
  color: #f8f8f8;
}

.text-dark-gray {
  color: #8c8c8c;
}

.text-gray-darker {
  color: #242424;
}

.text-record {
  color: #df2c2d;
}

.text-white {
  color: #fff;
}

.text-gold {
  color: gold;
}

.text-google {
  color: #008744;
}

.text-youtube {
  color: #ff0000;
}
.text-youtube a {
  color: #ff0000;
}
.text-youtube a:hover, .text-youtube a:focus, .text-youtube a:active {
  color: #990000;
}

.text-tiktok {
  color: #ee1d52;
}
.text-tiktok a {
  color: #ee1d52;
}
.text-tiktok a:hover, .text-tiktok a:focus, .text-tiktok a:active {
  color: rgb(153.4567901235, 11.5432098765, 47.5308641975);
}

.text-warning {
  color: #e6af2e;
}

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

a.text-dark-gray:hover, a.text-dark-gray:active, a.text-dark-gray:focus {
  color: rgb(101.75, 101.75, 101.75);
}

a.text-green:hover, a.text-green:active, a.text-green:focus {
  color: rgb(0, 59.5, 37.1875);
}

.text-brand {
  color: #133347;
}
.text-brand:hover, .text-brand:active, .text-brand:focus {
  color: rgb(13.6166666667, 36.55, 50.8833333333);
}

.text-thumb {
  color: #085;
}
.text-thumb:hover, .text-thumb:active, .text-thumb:focus {
  color: rgb(0, 59.5, 37.1875);
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

.overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overflow.overflow-x {
  overflow-x: hidden;
}

.text-overflow {
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
}

.text-xs {
  font-size: 12px;
}

.text-small {
  font-size: 13px;
}

.text-med {
  font-size: 14px;
}

.light {
  font-weight: 400;
}

strong,
.text-strong {
  font-weight: 500;
}

.text-reg {
  font-weight: 400;
}

.text-semibold {
  font-weight: 450;
}

.text-italic {
  font-style: italic;
}

.cap {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 450;
  color: rgb(114.5, 114.5, 114.5);
  cursor: default;
}

h1,
h2,
h3 {
  color: #242424;
}

.small-h1 {
  font-size: 18px;
}

.small-h1 {
  font-size: 18px;
}

.brackets {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 95%;
  padding-left: 1px;
  padding-right: 1px;
}

.spaced {
  line-height: 1.6;
}

.help-block {
  color: #8c8c8c;
  line-height: 1.2;
  font-size: 14px;
}

.big-number-surround {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.big-number-surround .trend {
  margin-top: 15px;
  padding-left: 5px;
}

.big-number {
  margin-bottom: 0px;
  font-size: 42px;
  font-weight: 400;
  margin-top: 10px;
}
.big-number a {
  color: #242424;
  font-weight: 400;
}
.big-number.negative-space {
  margin-bottom: -5px;
}
.big-number .superscript {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-left: 4px;
  color: #005d7e;
}
.big-number.small {
  font-size: 30px;
}
.big-number.small .superscript {
  margin-top: 6px;
}

.big-number-label {
  margin-top: 5px;
  line-height: 1.1;
}

.underline {
  border-bottom: 1px dashed #aaa;
}
.underline:hover, .underline:focus {
  border-bottom: 1px dashed #8c8c8c;
}
.underline.text-danger {
  border-bottom-color: #d0021b;
}
.underline.text-danger:hover, .underline.text-danger:focus {
  border-bottom-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
}

.legal-block {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.text-response {
  margin: 0 auto;
  background-color: #f8f8f8;
  padding: 10px;
  text-align: left;
  white-space: pre-wrap;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.text-banner {
  background-color: #f8f8f8;
  padding: 10px;
}

@media (max-width: 991px) {
  h2.page-title {
    font-size: 24px;
  }
  body {
    font-size: 18px;
  }
}
pre {
  font-size: 12px;
  padding: 5px 10px;
  overflow: auto;
}
pre .priv {
  font-size: 1px;
  letter-spacing: -1px;
  color: transparent;
}
pre .priv:after {
  content: "*****";
  font-size: 12px;
  font-size: 1rem; /* Maintain relative font-size in browsers that support it */
  letter-spacing: normal;
  color: #8c8c8c;
}
pre.pre-wrap {
  white-space: pre-line;
}

.ai-copy {
  font-family: monospace;
  font-size: 13px;
  color: #ff3366;
  border: 1px solid #ff3366;
  border-radius: 6px;
  padding: 5px 10px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.ai-copy:hover {
  -webkit-box-shadow: 0 0 3px 2px rgba(255, 51, 102, 0.1882352941);
  box-shadow: 0 0 3px 2px rgba(255, 51, 102, 0.1882352941);
}

.ai-quote {
  padding-left: 10px;
  border-left: 3px solid #ff3366;
  font-size: 21px;
}
.ai-quote .quote-author {
  font-size: 13px;
  padding-top: 10px;
  display: block;
}
.ai-quote .big-quote {
  font-size: 24px;
  font-weight: 600;
  background-color: #ff3366;
  background: linear-gradient(140deg, #0f2a6a 0%, #00132e 0%, #ff3366 100%);
}

.ai-icon svg {
  height: 1em;
  width: auto;
  vertical-align: top;
  display: inline;
}
.ai-icon svg.text-pink path {
  fill: #ff3366 !important;
}

/* Smaller mobile text */
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  .text-left-mo {
    text-align: left;
  }
}
.text-padding {
  padding-left: 20px;
  padding-right: 20px;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* Buttons */
@-webkit-keyframes buttonGlow {
  0% {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    border-color: #ddd;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px rgba(255, 105, 180, 0.5) !important;
    box-shadow: 0 0 20px 10px rgba(255, 105, 180, 0.5) !important;
    border-color: #f36;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    border-color: #ddd;
  }
}
@keyframes buttonGlow {
  0% {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    border-color: #ddd;
  }
  50% {
    -webkit-box-shadow: 0 0 20px 10px rgba(255, 105, 180, 0.5) !important;
    box-shadow: 0 0 20px 10px rgba(255, 105, 180, 0.5) !important;
    border-color: #f36;
  }
  100% {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    box-shadow: 0 0 10px 0 rgba(255, 105, 180, 0.5) !important;
    border-color: #ddd;
  }
}
.btn {
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 12px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn .caret {
  padding-top: 2px;
}
.btn.btn-small {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 4px;
}
.btn.btn-blue {
  color: #fff;
  background-color: #133347;
  border-color: #133347;
}
.btn.btn-blue:focus, .btn.btn-blue.focus {
  color: #fff;
  background-color: rgb(8.2333333333, 22.1, 30.7666666667);
  border-color: hsl(203.0769230769, 57.7777777778%, -7.3529411765%);
}
.btn.btn-blue:hover {
  color: #fff;
  background-color: rgb(8.2333333333, 22.1, 30.7666666667);
  border-color: rgb(6.08, 16.32, 22.72);
}
.btn.btn-blue:active, .btn.btn-blue.active, .open > .btn.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(8.2333333333, 22.1, 30.7666666667);
  border-color: rgb(6.08, 16.32, 22.72);
}
.btn.btn-blue:active:hover, .btn.btn-blue:active:focus, .btn.btn-blue:active.focus, .btn.btn-blue.active:hover, .btn.btn-blue.active:focus, .btn.btn-blue.active.focus, .open > .btn.btn-blue.dropdown-toggle:hover, .open > .btn.btn-blue.dropdown-toggle:focus, .open > .btn.btn-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0.6966666667, 1.87, 2.6033333333);
  border-color: hsl(203.0769230769, 57.7777777778%, -7.3529411765%);
}
.btn.btn-blue:active, .btn.btn-blue.active, .open > .btn.btn-blue.dropdown-toggle {
  background-image: none;
}
.btn.btn-blue.disabled:hover, .btn.btn-blue.disabled:focus, .btn.btn-blue.disabled.focus, .btn.btn-blue[disabled]:hover, .btn.btn-blue[disabled]:focus, .btn.btn-blue[disabled].focus, fieldset[disabled] .btn.btn-blue:hover, fieldset[disabled] .btn.btn-blue:focus, fieldset[disabled] .btn.btn-blue.focus {
  background-color: #133347;
  border-color: #133347;
}
.btn.btn-blue .badge {
  color: #133347;
  background-color: #fff;
}
.btn.btn-light-blue {
  color: rgb(0, 118.4402654867, 207.5);
  background-color: #fff;
  border-color: rgb(23.9, 155.8110619469, 255);
}
.btn.btn-light-blue:focus, .btn.btn-light-blue.focus {
  color: rgb(0, 118.4402654867, 207.5);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 86.4185840708, 151.4);
}
.btn.btn-light-blue:hover {
  color: rgb(0, 118.4402654867, 207.5);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 124.2623893805, 217.7);
}
.btn.btn-light-blue:active, .btn.btn-light-blue.active, .open > .btn.btn-light-blue.dropdown-toggle {
  color: rgb(0, 118.4402654867, 207.5);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 124.2623893805, 217.7);
}
.btn.btn-light-blue:active:hover, .btn.btn-light-blue:active:focus, .btn.btn-light-blue:active.focus, .btn.btn-light-blue.active:hover, .btn.btn-light-blue.active:focus, .btn.btn-light-blue.active.focus, .open > .btn.btn-light-blue.dropdown-toggle:hover, .open > .btn.btn-light-blue.dropdown-toggle:focus, .open > .btn.btn-light-blue.dropdown-toggle.focus {
  color: rgb(0, 118.4402654867, 207.5);
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(0, 86.4185840708, 151.4);
}
.btn.btn-light-blue:active, .btn.btn-light-blue.active, .open > .btn.btn-light-blue.dropdown-toggle {
  background-image: none;
}
.btn.btn-light-blue.disabled:hover, .btn.btn-light-blue.disabled:focus, .btn.btn-light-blue.disabled.focus, .btn.btn-light-blue[disabled]:hover, .btn.btn-light-blue[disabled]:focus, .btn.btn-light-blue[disabled].focus, fieldset[disabled] .btn.btn-light-blue:hover, fieldset[disabled] .btn.btn-light-blue:focus, fieldset[disabled] .btn.btn-light-blue.focus {
  background-color: #fff;
  border-color: rgb(23.9, 155.8110619469, 255);
}
.btn.btn-light-blue .badge {
  color: #fff;
  background-color: rgb(0, 118.4402654867, 207.5);
}
.btn.btn-ai, .btn.btn-ai-focus {
  color: #ff3366;
  background-color: #fff;
  border-color: rgb(255, 45.9, 98.175);
  border-width: 2px;
}
.btn.btn-ai:focus, .btn.btn-ai.focus, .btn.btn-ai-focus:focus, .btn.btn-ai-focus.focus {
  color: #ff3366;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 0, 43.35);
}
.btn.btn-ai:hover, .btn.btn-ai-focus:hover {
  color: #ff3366;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(239.7, 0, 59.925);
}
.btn.btn-ai:active, .btn.btn-ai.active, .open > .btn.btn-ai.dropdown-toggle, .btn.btn-ai-focus:active, .btn.btn-ai-focus.active, .open > .btn.btn-ai-focus.dropdown-toggle {
  color: #ff3366;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(239.7, 0, 59.925);
}
.btn.btn-ai:active:hover, .btn.btn-ai:active:focus, .btn.btn-ai:active.focus, .btn.btn-ai.active:hover, .btn.btn-ai.active:focus, .btn.btn-ai.active.focus, .open > .btn.btn-ai.dropdown-toggle:hover, .open > .btn.btn-ai.dropdown-toggle:focus, .open > .btn.btn-ai.dropdown-toggle.focus, .btn.btn-ai-focus:active:hover, .btn.btn-ai-focus:active:focus, .btn.btn-ai-focus:active.focus, .btn.btn-ai-focus.active:hover, .btn.btn-ai-focus.active:focus, .btn.btn-ai-focus.active.focus, .open > .btn.btn-ai-focus.dropdown-toggle:hover, .open > .btn.btn-ai-focus.dropdown-toggle:focus, .open > .btn.btn-ai-focus.dropdown-toggle.focus {
  color: #ff3366;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(173.4, 0, 43.35);
}
.btn.btn-ai:active, .btn.btn-ai.active, .open > .btn.btn-ai.dropdown-toggle, .btn.btn-ai-focus:active, .btn.btn-ai-focus.active, .open > .btn.btn-ai-focus.dropdown-toggle {
  background-image: none;
}
.btn.btn-ai.disabled:hover, .btn.btn-ai.disabled:focus, .btn.btn-ai.disabled.focus, .btn.btn-ai[disabled]:hover, .btn.btn-ai[disabled]:focus, .btn.btn-ai[disabled].focus, fieldset[disabled] .btn.btn-ai:hover, fieldset[disabled] .btn.btn-ai:focus, fieldset[disabled] .btn.btn-ai.focus, .btn.btn-ai-focus.disabled:hover, .btn.btn-ai-focus.disabled:focus, .btn.btn-ai-focus.disabled.focus, .btn.btn-ai-focus[disabled]:hover, .btn.btn-ai-focus[disabled]:focus, .btn.btn-ai-focus[disabled].focus, fieldset[disabled] .btn.btn-ai-focus:hover, fieldset[disabled] .btn.btn-ai-focus:focus, fieldset[disabled] .btn.btn-ai-focus.focus {
  background-color: #fff;
  border-color: rgb(255, 45.9, 98.175);
}
.btn.btn-ai .badge, .btn.btn-ai-focus .badge {
  color: #fff;
  background-color: #ff3366;
}
.btn.btn-ai .fa, .btn.btn-ai-focus .fa {
  -webkit-transition: -webkit-transform ease 0.25s;
  transition: -webkit-transform ease 0.25s;
  transition: transform ease 0.25s;
  transition: transform ease 0.25s, -webkit-transform ease 0.25s;
  margin-bottom: 2px;
}
.btn.btn-ai:hover, .btn.btn-ai-focus:hover {
  border-color: #cc0033;
  color: #cc0033;
}
.btn.btn-ai:hover .fa, .btn.btn-ai-focus:hover .fa {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.btn.btn-gradient {
  background: linear-gradient(white, white) padding-box, linear-gradient(140deg, #0f2a6a 0%, #00132e 30%, #ff3366 80%) border-box;
  border: 1px solid transparent;
  color: #ff3366;
}
.btn.btn-ai-blue {
  color: #fff;
  background-color: #005d7e;
  border-color: #005d7e;
}
.btn.btn-ai-blue:focus, .btn.btn-ai-blue.focus {
  color: #fff;
  background-color: rgb(0, 55.3571428571, 75);
  border-color: hsl(195.7142857143, 100%, -0.2941176471%);
}
.btn.btn-ai-blue:hover {
  color: #fff;
  background-color: rgb(0, 55.3571428571, 75);
  border-color: rgb(0, 47.8285714286, 64.8);
}
.btn.btn-ai-blue:active, .btn.btn-ai-blue.active, .open > .btn.btn-ai-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 55.3571428571, 75);
  border-color: rgb(0, 47.8285714286, 64.8);
}
.btn.btn-ai-blue:active:hover, .btn.btn-ai-blue:active:focus, .btn.btn-ai-blue:active.focus, .btn.btn-ai-blue.active:hover, .btn.btn-ai-blue.active:focus, .btn.btn-ai-blue.active.focus, .open > .btn.btn-ai-blue.dropdown-toggle:hover, .open > .btn.btn-ai-blue.dropdown-toggle:focus, .open > .btn.btn-ai-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 29.0071428571, 39.3);
  border-color: hsl(195.7142857143, 100%, -0.2941176471%);
}
.btn.btn-ai-blue:active, .btn.btn-ai-blue.active, .open > .btn.btn-ai-blue.dropdown-toggle {
  background-image: none;
}
.btn.btn-ai-blue.disabled:hover, .btn.btn-ai-blue.disabled:focus, .btn.btn-ai-blue.disabled.focus, .btn.btn-ai-blue[disabled]:hover, .btn.btn-ai-blue[disabled]:focus, .btn.btn-ai-blue[disabled].focus, fieldset[disabled] .btn.btn-ai-blue:hover, fieldset[disabled] .btn.btn-ai-blue:focus, fieldset[disabled] .btn.btn-ai-blue.focus {
  background-color: #005d7e;
  border-color: #005d7e;
}
.btn.btn-ai-blue .badge {
  color: #005d7e;
  background-color: #fff;
}
.btn.btn-blue-outline {
  color: #133347;
  background-color: #fff;
  border-color: #133347;
}
.btn.btn-blue-outline:focus, .btn.btn-blue-outline.focus {
  color: #133347;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: hsl(203.0769230769, 57.7777777778%, -7.3529411765%);
}
.btn.btn-blue-outline:hover {
  color: #133347;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(6.08, 16.32, 22.72);
}
.btn.btn-blue-outline:active, .btn.btn-blue-outline.active, .open > .btn.btn-blue-outline.dropdown-toggle {
  color: #133347;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(6.08, 16.32, 22.72);
}
.btn.btn-blue-outline:active:hover, .btn.btn-blue-outline:active:focus, .btn.btn-blue-outline:active.focus, .btn.btn-blue-outline.active:hover, .btn.btn-blue-outline.active:focus, .btn.btn-blue-outline.active.focus, .open > .btn.btn-blue-outline.dropdown-toggle:hover, .open > .btn.btn-blue-outline.dropdown-toggle:focus, .open > .btn.btn-blue-outline.dropdown-toggle.focus {
  color: #133347;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: hsl(203.0769230769, 57.7777777778%, -7.3529411765%);
}
.btn.btn-blue-outline:active, .btn.btn-blue-outline.active, .open > .btn.btn-blue-outline.dropdown-toggle {
  background-image: none;
}
.btn.btn-blue-outline.disabled:hover, .btn.btn-blue-outline.disabled:focus, .btn.btn-blue-outline.disabled.focus, .btn.btn-blue-outline[disabled]:hover, .btn.btn-blue-outline[disabled]:focus, .btn.btn-blue-outline[disabled].focus, fieldset[disabled] .btn.btn-blue-outline:hover, fieldset[disabled] .btn.btn-blue-outline:focus, fieldset[disabled] .btn.btn-blue-outline.focus {
  background-color: #fff;
  border-color: #133347;
}
.btn.btn-blue-outline .badge {
  color: #fff;
  background-color: #133347;
}
.btn.btn-default-outline {
  color: #242424;
  background-color: #fff;
  border-color: #ccc;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: buttonGlow;
  animation-name: buttonGlow;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.btn.btn-default-outline:focus, .btn.btn-default-outline.focus {
  color: #242424;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn.btn-default-outline:hover {
  color: #242424;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn.btn-default-outline:active, .btn.btn-default-outline.active, .open > .btn.btn-default-outline.dropdown-toggle {
  color: #242424;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn.btn-default-outline:active:hover, .btn.btn-default-outline:active:focus, .btn.btn-default-outline:active.focus, .btn.btn-default-outline.active:hover, .btn.btn-default-outline.active:focus, .btn.btn-default-outline.active.focus, .open > .btn.btn-default-outline.dropdown-toggle:hover, .open > .btn.btn-default-outline.dropdown-toggle:focus, .open > .btn.btn-default-outline.dropdown-toggle.focus {
  color: #242424;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn.btn-default-outline:active, .btn.btn-default-outline.active, .open > .btn.btn-default-outline.dropdown-toggle {
  background-image: none;
}
.btn.btn-default-outline.disabled:hover, .btn.btn-default-outline.disabled:focus, .btn.btn-default-outline.disabled.focus, .btn.btn-default-outline[disabled]:hover, .btn.btn-default-outline[disabled]:focus, .btn.btn-default-outline[disabled].focus, fieldset[disabled] .btn.btn-default-outline:hover, fieldset[disabled] .btn.btn-default-outline:focus, fieldset[disabled] .btn.btn-default-outline.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-default-outline .badge {
  color: #fff;
  background-color: #242424;
}
.btn.btn-success-outline {
  color: rgb(0, 85, 53.125);
  background-color: #fff;
  border-color: #085;
}
.btn.btn-success-outline:focus, .btn.btn-success-outline.focus {
  color: rgb(0, 85, 53.125);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 8.5, 5.3125);
}
.btn.btn-success-outline:hover {
  color: rgb(0, 85, 53.125);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 74.8, 46.75);
}
.btn.btn-success-outline:active, .btn.btn-success-outline.active, .open > .btn.btn-success-outline.dropdown-toggle {
  color: rgb(0, 85, 53.125);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 74.8, 46.75);
}
.btn.btn-success-outline:active:hover, .btn.btn-success-outline:active:focus, .btn.btn-success-outline:active.focus, .btn.btn-success-outline.active:hover, .btn.btn-success-outline.active:focus, .btn.btn-success-outline.active.focus, .open > .btn.btn-success-outline.dropdown-toggle:hover, .open > .btn.btn-success-outline.dropdown-toggle:focus, .open > .btn.btn-success-outline.dropdown-toggle.focus {
  color: rgb(0, 85, 53.125);
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(0, 8.5, 5.3125);
}
.btn.btn-success-outline:active, .btn.btn-success-outline.active, .open > .btn.btn-success-outline.dropdown-toggle {
  background-image: none;
}
.btn.btn-success-outline.disabled:hover, .btn.btn-success-outline.disabled:focus, .btn.btn-success-outline.disabled.focus, .btn.btn-success-outline[disabled]:hover, .btn.btn-success-outline[disabled]:focus, .btn.btn-success-outline[disabled].focus, fieldset[disabled] .btn.btn-success-outline:hover, fieldset[disabled] .btn.btn-success-outline:focus, fieldset[disabled] .btn.btn-success-outline.focus {
  background-color: #fff;
  border-color: #085;
}
.btn.btn-success-outline .badge {
  color: #fff;
  background-color: rgb(0, 85, 53.125);
}
.btn.btn-warning-outline {
  color: rgb(178.1858974359, 131.2948717949, 21.3141025641);
  background-color: #fff;
  border-color: rgb(200.9615384615, 148.0769230769, 24.0384615385);
}
.btn.btn-warning-outline:focus, .btn.btn-warning-outline.focus {
  color: rgb(178.1858974359, 131.2948717949, 21.3141025641);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(87.0833333333, 64.1666666667, 10.4166666667);
}
.btn.btn-warning-outline:hover {
  color: rgb(178.1858974359, 131.2948717949, 21.3141025641);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(146.3, 107.8, 17.5);
}
.btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .open > .btn.btn-warning-outline.dropdown-toggle {
  color: rgb(178.1858974359, 131.2948717949, 21.3141025641);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(146.3, 107.8, 17.5);
}
.btn.btn-warning-outline:active:hover, .btn.btn-warning-outline:active:focus, .btn.btn-warning-outline:active.focus, .btn.btn-warning-outline.active:hover, .btn.btn-warning-outline.active:focus, .btn.btn-warning-outline.active.focus, .open > .btn.btn-warning-outline.dropdown-toggle:hover, .open > .btn.btn-warning-outline.dropdown-toggle:focus, .open > .btn.btn-warning-outline.dropdown-toggle.focus {
  color: rgb(178.1858974359, 131.2948717949, 21.3141025641);
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(87.0833333333, 64.1666666667, 10.4166666667);
}
.btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .open > .btn.btn-warning-outline.dropdown-toggle {
  background-image: none;
}
.btn.btn-warning-outline.disabled:hover, .btn.btn-warning-outline.disabled:focus, .btn.btn-warning-outline.disabled.focus, .btn.btn-warning-outline[disabled]:hover, .btn.btn-warning-outline[disabled]:focus, .btn.btn-warning-outline[disabled].focus, fieldset[disabled] .btn.btn-warning-outline:hover, fieldset[disabled] .btn.btn-warning-outline:focus, fieldset[disabled] .btn.btn-warning-outline.focus {
  background-color: #fff;
  border-color: rgb(200.9615384615, 148.0769230769, 24.0384615385);
}
.btn.btn-warning-outline .badge {
  color: #fff;
  background-color: rgb(178.1858974359, 131.2948717949, 21.3141025641);
}
.btn.btn-danger-outline {
  color: rgb(132.2285714286, 1.2714285714, 17.1642857143);
  background-color: #fff;
  border-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
}
.btn.btn-danger-outline:focus, .btn.btn-danger-outline.focus {
  color: rgb(132.2285714286, 1.2714285714, 17.1642857143);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(31.2, 0.3, 4.05);
}
.btn.btn-danger-outline:hover {
  color: rgb(132.2285714286, 1.2714285714, 17.1642857143);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(96.8685714286, 0.9314285714, 12.5742857143);
}
.btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .open > .btn.btn-danger-outline.dropdown-toggle {
  color: rgb(132.2285714286, 1.2714285714, 17.1642857143);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(96.8685714286, 0.9314285714, 12.5742857143);
}
.btn.btn-danger-outline:active:hover, .btn.btn-danger-outline:active:focus, .btn.btn-danger-outline:active.focus, .btn.btn-danger-outline.active:hover, .btn.btn-danger-outline.active:focus, .btn.btn-danger-outline.active.focus, .open > .btn.btn-danger-outline.dropdown-toggle:hover, .open > .btn.btn-danger-outline.dropdown-toggle:focus, .open > .btn.btn-danger-outline.dropdown-toggle.focus {
  color: rgb(132.2285714286, 1.2714285714, 17.1642857143);
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(31.2, 0.3, 4.05);
}
.btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .open > .btn.btn-danger-outline.dropdown-toggle {
  background-image: none;
}
.btn.btn-danger-outline.disabled:hover, .btn.btn-danger-outline.disabled:focus, .btn.btn-danger-outline.disabled.focus, .btn.btn-danger-outline[disabled]:hover, .btn.btn-danger-outline[disabled]:focus, .btn.btn-danger-outline[disabled].focus, fieldset[disabled] .btn.btn-danger-outline:hover, fieldset[disabled] .btn.btn-danger-outline:focus, fieldset[disabled] .btn.btn-danger-outline.focus {
  background-color: #fff;
  border-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
}
.btn.btn-danger-outline .badge {
  color: #fff;
  background-color: rgb(132.2285714286, 1.2714285714, 17.1642857143);
}
.btn.btn-pink-outline {
  color: rgb(229.5, 0, 57.375);
  background-color: #fff;
  border-color: rgb(255, 0, 63.75);
}
.btn.btn-pink-outline:focus, .btn.btn-pink-outline.focus {
  color: rgb(229.5, 0, 57.375);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(127.5, 0, 31.875);
}
.btn.btn-pink-outline:hover {
  color: rgb(229.5, 0, 57.375);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(193.8, 0, 48.45);
}
.btn.btn-pink-outline:active, .btn.btn-pink-outline.active, .open > .btn.btn-pink-outline.dropdown-toggle {
  color: rgb(229.5, 0, 57.375);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(193.8, 0, 48.45);
}
.btn.btn-pink-outline:active:hover, .btn.btn-pink-outline:active:focus, .btn.btn-pink-outline:active.focus, .btn.btn-pink-outline.active:hover, .btn.btn-pink-outline.active:focus, .btn.btn-pink-outline.active.focus, .open > .btn.btn-pink-outline.dropdown-toggle:hover, .open > .btn.btn-pink-outline.dropdown-toggle:focus, .open > .btn.btn-pink-outline.dropdown-toggle.focus {
  color: rgb(229.5, 0, 57.375);
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(127.5, 0, 31.875);
}
.btn.btn-pink-outline:active, .btn.btn-pink-outline.active, .open > .btn.btn-pink-outline.dropdown-toggle {
  background-image: none;
}
.btn.btn-pink-outline.disabled:hover, .btn.btn-pink-outline.disabled:focus, .btn.btn-pink-outline.disabled.focus, .btn.btn-pink-outline[disabled]:hover, .btn.btn-pink-outline[disabled]:focus, .btn.btn-pink-outline[disabled].focus, fieldset[disabled] .btn.btn-pink-outline:hover, fieldset[disabled] .btn.btn-pink-outline:focus, fieldset[disabled] .btn.btn-pink-outline.focus {
  background-color: #fff;
  border-color: rgb(255, 0, 63.75);
}
.btn.btn-pink-outline .badge {
  color: #fff;
  background-color: rgb(229.5, 0, 57.375);
}
.btn.btn-green {
  color: #fff;
  background-color: #085;
  border-color: #085;
}
.btn.btn-green:focus, .btn.btn-green.focus {
  color: #fff;
  background-color: rgb(0, 85, 53.125);
  border-color: rgb(0, 8.5, 5.3125);
}
.btn.btn-green:hover {
  color: #fff;
  background-color: rgb(0, 85, 53.125);
  border-color: rgb(0, 74.8, 46.75);
}
.btn.btn-green:active, .btn.btn-green.active, .open > .btn.btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 85, 53.125);
  border-color: rgb(0, 74.8, 46.75);
}
.btn.btn-green:active:hover, .btn.btn-green:active:focus, .btn.btn-green:active.focus, .btn.btn-green.active:hover, .btn.btn-green.active:focus, .btn.btn-green.active.focus, .open > .btn.btn-green.dropdown-toggle:hover, .open > .btn.btn-green.dropdown-toggle:focus, .open > .btn.btn-green.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 49.3, 30.8125);
  border-color: rgb(0, 8.5, 5.3125);
}
.btn.btn-green:active, .btn.btn-green.active, .open > .btn.btn-green.dropdown-toggle {
  background-image: none;
}
.btn.btn-green.disabled:hover, .btn.btn-green.disabled:focus, .btn.btn-green.disabled.focus, .btn.btn-green[disabled]:hover, .btn.btn-green[disabled]:focus, .btn.btn-green[disabled].focus, fieldset[disabled] .btn.btn-green:hover, fieldset[disabled] .btn.btn-green:focus, fieldset[disabled] .btn.btn-green.focus {
  background-color: #085;
  border-color: #085;
}
.btn.btn-green .badge {
  color: #085;
  background-color: #fff;
}
.btn.btn-blue-fade {
  color: #fff;
  background-color: #133347;
  border-color: #8c8c8c;
}
.btn.btn-blue-fade:focus, .btn.btn-blue-fade.focus {
  color: #fff;
  background-color: rgb(8.2333333333, 22.1, 30.7666666667);
  border-color: rgb(76.25, 76.25, 76.25);
}
.btn.btn-blue-fade:hover {
  color: #fff;
  background-color: rgb(8.2333333333, 22.1, 30.7666666667);
  border-color: rgb(109.4, 109.4, 109.4);
}
.btn.btn-blue-fade:active, .btn.btn-blue-fade.active, .open > .btn.btn-blue-fade.dropdown-toggle {
  color: #fff;
  background-color: rgb(8.2333333333, 22.1, 30.7666666667);
  border-color: rgb(109.4, 109.4, 109.4);
}
.btn.btn-blue-fade:active:hover, .btn.btn-blue-fade:active:focus, .btn.btn-blue-fade:active.focus, .btn.btn-blue-fade.active:hover, .btn.btn-blue-fade.active:focus, .btn.btn-blue-fade.active.focus, .open > .btn.btn-blue-fade.dropdown-toggle:hover, .open > .btn.btn-blue-fade.dropdown-toggle:focus, .open > .btn.btn-blue-fade.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0.6966666667, 1.87, 2.6033333333);
  border-color: rgb(76.25, 76.25, 76.25);
}
.btn.btn-blue-fade:active, .btn.btn-blue-fade.active, .open > .btn.btn-blue-fade.dropdown-toggle {
  background-image: none;
}
.btn.btn-blue-fade.disabled:hover, .btn.btn-blue-fade.disabled:focus, .btn.btn-blue-fade.disabled.focus, .btn.btn-blue-fade[disabled]:hover, .btn.btn-blue-fade[disabled]:focus, .btn.btn-blue-fade[disabled].focus, fieldset[disabled] .btn.btn-blue-fade:hover, fieldset[disabled] .btn.btn-blue-fade:focus, fieldset[disabled] .btn.btn-blue-fade.focus {
  background-color: #133347;
  border-color: #8c8c8c;
}
.btn.btn-blue-fade .badge {
  color: #133347;
  background-color: #fff;
}
.btn.btn-share {
  min-width: 210px;
}
.btn.btn-social {
  border-radius: 30px;
  height: 55px;
  width: 55px;
  margin: 7px;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 479px) {
  .btn.btn-social {
    height: 42px;
    width: 42px;
    margin: 5px;
    font-size: 20px;
  }
}
.btn.btn-social.btn-vertical {
  height: 38px;
  width: 38px;
  margin: 5px;
  font-size: 19px;
  padding: 3px;
}
.btn.btn-pink {
  color: #fff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn.btn-pink:focus, .btn.btn-pink.focus {
  color: #fff;
  background-color: rgb(255, 0, 63.75);
  border-color: rgb(178.5, 0, 44.625);
}
.btn.btn-pink:hover {
  color: #fff;
  background-color: rgb(255, 0, 63.75);
  border-color: rgb(244.8, 0, 61.2);
}
.btn.btn-pink:active, .btn.btn-pink.active, .open > .btn.btn-pink.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 0, 63.75);
  border-color: rgb(244.8, 0, 61.2);
}
.btn.btn-pink:active:hover, .btn.btn-pink:active:focus, .btn.btn-pink:active.focus, .btn.btn-pink.active:hover, .btn.btn-pink.active:focus, .btn.btn-pink.active.focus, .open > .btn.btn-pink.dropdown-toggle:hover, .open > .btn.btn-pink.dropdown-toggle:focus, .open > .btn.btn-pink.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(219.3, 0, 54.825);
  border-color: rgb(178.5, 0, 44.625);
}
.btn.btn-pink:active, .btn.btn-pink.active, .open > .btn.btn-pink.dropdown-toggle {
  background-image: none;
}
.btn.btn-pink.disabled:hover, .btn.btn-pink.disabled:focus, .btn.btn-pink.disabled.focus, .btn.btn-pink[disabled]:hover, .btn.btn-pink[disabled]:focus, .btn.btn-pink[disabled].focus, fieldset[disabled] .btn.btn-pink:hover, fieldset[disabled] .btn.btn-pink:focus, fieldset[disabled] .btn.btn-pink.focus {
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn.btn-pink .badge {
  color: #ff3366;
  background-color: #fff;
}
.btn.btn-danger {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.btn.btn-danger:focus, .btn.btn-danger.focus {
  color: #fff;
  background-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
  border-color: rgb(81.7142857143, 0.7857142857, 10.6071428571);
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
  border-color: rgb(147.3828571429, 1.4171428571, 19.1314285714);
}
.btn.btn-danger:active, .btn.btn-danger.active, .open > .btn.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
  border-color: rgb(147.3828571429, 1.4171428571, 19.1314285714);
}
.btn.btn-danger:active:hover, .btn.btn-danger:active:focus, .btn.btn-danger:active.focus, .btn.btn-danger.active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active.focus, .open > .btn.btn-danger.dropdown-toggle:hover, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(122.1257142857, 1.1742857143, 15.8528571429);
  border-color: rgb(81.7142857143, 0.7857142857, 10.6071428571);
}
.btn.btn-danger:active, .btn.btn-danger.active, .open > .btn.btn-danger.dropdown-toggle {
  background-image: none;
}
.btn.btn-danger.disabled:hover, .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:focus, .btn.btn-danger[disabled].focus, fieldset[disabled] .btn.btn-danger:hover, fieldset[disabled] .btn.btn-danger:focus, fieldset[disabled] .btn.btn-danger.focus {
  background-color: #d0021b;
  border-color: #d0021b;
}
.btn.btn-danger .badge {
  color: #d0021b;
  background-color: #fff;
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: 0 0 8px 2px rgb(213.35, 213.35, 213.35);
  box-shadow: 0 0 8px 2px rgb(213.35, 213.35, 213.35);
}
.btn.btn:focus-visible {
  outline: 2px solid #1d9eff;
}
.btn:active, .btn:active:focus {
  outline: none;
}
.btn.btn-lg {
  padding: 8px 20px;
  line-height: 1.5;
  font-size: 15px;
}
.btn.btn-link {
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 2px 0;
  margin: 6px 12px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid transparent !important;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  outline: none;
  border-bottom: 1px solid #005d7e !important;
}
.btn.btn-rec {
  background-color: #df2c2d;
  color: #fff;
}
.btn.btn-rec:hover, .btn.btn-rec:active, .btn.btn-rec:focus {
  background-color: rgb(229.7160493827, 88.2839506173, 89.0740740741);
}
.btn.btn-rec.btn-disabled {
  opacity: 0.3;
  background-color: #aaa;
}
.btn.btn-rec.btn-disabled:hover, .btn.btn-rec.btn-disabled:focus {
  background-color: #aaa !important;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.btn.btn-disabled {
  cursor: not-allowed;
}
.btn.btn-primary {
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  opacity: 0.85;
}
.btn.btn-facebook {
  background-color: #3b5998;
}
.btn.btn-facebook:hover, .btn.btn-facebook:active, .btn.btn-facebook:focus {
  background-color: rgb(30.4786729858, 45.9763033175, 78.5213270142);
}
.btn.btn-twitter {
  background-color: #000000;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="svg5" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1668.56 1221.19" style="enable-background:new 0 0 1668.56 1221.19;" xml:space="preserve"><style>svg{fill:%23ffffff}</style><g id="layer1" transform="translate(52.390088,-25.058597)"><path id="path1009" d="M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-twitter:hover, .btn.btn-twitter:active, .btn.btn-twitter:focus {
  background-color: hsl(0, 0%, -20%);
}
.btn.btn-linkedin {
  background-color: #0077b5;
}
.btn.btn-linkedin:hover, .btn.btn-linkedin:active, .btn.btn-linkedin:focus {
  background-color: rgb(0, 51.9392265193, 79);
}
.btn.btn-pinterest {
  background-color: #e60023;
}
.btn.btn-pinterest:hover, .btn.btn-pinterest:active, .btn.btn-pinterest:focus {
  background-color: rgb(128, 0, 19.4782608696);
}
.btn.btn-tiktok {
  background-color: #ee1d52;
  color: #fff;
}
.btn.btn-tiktok:hover, .btn.btn-tiktok:active, .btn.btn-tiktok:focus {
  background-color: rgb(153.4567901235, 11.5432098765, 47.5308641975);
}
.btn.btn-instagram {
  background-color: #833ab4;
}
.btn.btn-instagram:hover, .btn.btn-instagram:active, .btn.btn-instagram:focus {
  background-color: rgb(74.8571428571, 33.1428571429, 102.8571428571);
}
.btn.btn-sms, .btn.btn-email {
  background-color: #53d769;
}
.btn.btn-sms:hover, .btn.btn-sms:active, .btn.btn-sms:focus, .btn.btn-email:hover, .btn.btn-email:active, .btn.btn-email:focus {
  background-color: rgb(36.9811320755, 159.0188679245, 57.320754717);
}
.btn.btn-phone {
  background-color: #242424;
}
.btn.btn-phone:hover, .btn.btn-phone:active, .btn.btn-phone:focus {
  background-color: hsl(0, 0%, -5.8823529412%);
}

.dropdown.open .btn .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 0;
}

.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}
.button-row .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
}

button.close {
  padding: 0 8px 4px;
  margin-top: -4px;
}
button.close:hover, button.close:focus {
  color: inherit;
  outline: none;
}
button.close:focus-visible {
  outline: 1px dotted;
  border-radius: 6px;
}

@media (max-width: 479px) {
  .btn.btn-mo-spacing {
    margin-right: 0;
    margin-bottom: 10px !important;
  }
  .btn.btn-mo-block {
    width: 100%;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* TO FILE */
.control-label.label-light,
.rating-title {
  font-size: 85%;
  color: #8c8c8c;
  font-weight: 450;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  padding: 0 0 2px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.control-label.label-light.focused,
.rating-title.focused {
  color: #242424;
}

.rating-title {
  color: #242424;
}

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

.form-group.has-error .control-label.label-light {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}

.section-header h5 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-header hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top-color: #ddd;
}

.collapse.in {
  display: block;
}

/* NEW FORMS */
.form-new label {
  margin-bottom: 2px;
}
.form-new .control-label {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
}
.form-new .control-label:not(.check) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-new .control-label.check {
  padding-left: 24px;
}
.form-new .control-label.check input[type=checkbox] {
  margin-left: -24px;
}
.form-new .control-label.check .help-block {
  margin-top: 2px;
  max-width: 550px;
}
.form-new .has-error {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}
.form-new .charCount {
  font-weight: 400;
  font-size: 13px;
  color: #085;
}
.form-new .charCount.warn {
  color: #f7aa66;
}
.form-new .charCount.limit {
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}
.form-new .info,
.form-new .info p {
  font-size: 14px;
  color: #6a6a6a;
}
.form-new .form-group-surround {
  margin-bottom: 30px;
}
.form-new .form-group-surround.last {
  margin-bottom: 0;
}
.form-new .form-group-surround.last .form-group {
  margin-bottom: 0;
}
.form-new .form-group-surround .form-group input,
.form-new .form-group-surround .form-group textarea,
.form-new .form-group-surround .form-group select,
.form-new .form-group-surround .form-group p {
  font-size: 14px;
}
.form-new .form-group-surround .form-group .fileinput .thumbnail {
  border-radius: 0px;
  background: #fff;
}
.form-new .form-group-surround .form-group.small-thumbnail .fileinput .thumbnail {
  max-width: 170px;
}
.form-new .form-group-surround .form-group .input-group-addon {
  font-size: 13px;
  color: #8c8c8c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-new .form-group-surround .form-group.prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.form-new .form-group-surround .form-group.prompt .prompt-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form-new .form-group-surround .form-group.prompt .prompt-body .input-group-addon {
  text-transform: uppercase;
}
.form-new .form-group-surround .form-group.prompt .prompt-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 25px;
}
.form-new .form-group-surround .form-group.prompt.prompt-selected, .form-new .form-group-surround .form-group.prompt.prompt-unselected {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-new .form-group-surround .form-group.prompt.prompt-selected .prompt-actions, .form-new .form-group-surround .form-group.prompt.prompt-unselected .prompt-actions {
  padding-top: 20px;
  font-size: 22px;
}
.form-new .form-group-surround .form-group.prompt.prompt-selected textarea {
  border: 1px solid #242424;
}
@media (max-width: 767px) {
  .form-new .form-group-surround .form-group.prompt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-new .form-group-surround .form-group.prompt .prompt-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.form-new .form-group-surround .has-remove {
  position: relative;
}
.form-new .form-group-surround .has-remove .remove-btn {
  position: absolute;
  right: 10px;
  top: 30px;
  cursor: pointer;
}
.form-new .btn-primary[disabled] {
  background-color: #c7c7c7;
}
.form-new .btn.btn-link {
  padding: 0;
  margin: 0;
}
.form-new .custom-field-group {
  border-radius: 8px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 20px;
}
.form-new .custom-field-group .form-group-surround {
  margin-bottom: 10px;
}
.form-new .form-control .fa-search {
  color: #8c8c8c;
}
.form-new .prompt-group {
  border-radius: 8px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 20px;
}
.form-new .prompt-group .fa-sort {
  color: #8c8c8c;
}
.form-new .prompt-group .fa-sort:hover {
  color: #005d7e;
}
.form-new .prompt-group .prompt-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-new .prompt-group .prompt-title h3 {
  margin-top: 0;
  font-size: 18px;
}
.form-new .prompt-group .prompt-hidden {
  opacity: 0.4;
}
.form-new .prompt-group .prompt-hidden textarea {
  resize: none;
}
.form-new .prompt-group .prompt-rules {
  margin-top: 10px;
}
.form-new .prompt-group .prompt-rules .prompt-rule {
  font-size: 13px;
  background-color: #ddd;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 4px;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.form-new .prompt-group .prompt-rules .prompt-rule:hover, .form-new .prompt-group .prompt-rules .prompt-rule:focus {
  background-color: #ccc;
}
.form-new .prompt-group .prompt-rules .prompt-rule .fa-trash {
  margin-left: 5px;
  margin-right: 2px;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.form-new .prompt-group .prompt-rules .prompt-rule .fa-trash:hover, .form-new .prompt-group .prompt-rules .prompt-rule .fa-trash:focus {
  color: #d0021b;
}
.form-new .prompt-group .prompt-rules .prompt-or {
  font-size: 12px !important;
  margin: 3px 10px;
  display: inline-block;
  color: #242424 !important;
}

.audio-player audio {
  border-radius: 6px;
  height: 40px;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  -webkit-box-shadow: 0 0 8px 2px rgb(213.35, 213.35, 213.35);
  box-shadow: 0 0 8px 2px rgb(213.35, 213.35, 213.35);
  border-color: #8c8c8c;
  border: 1px solid #8c8c8c;
}

textarea {
  resize: vertical;
}

textarea.no-resize {
  resize: none;
}

.textarea-delete {
  position: absolute;
  top: -4px;
  right: 18px;
  padding: 10px;
  cursor: pointer;
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
  background-color: transparent;
  border: none;
}

.input-group-addon.input-color {
  cursor: pointer;
}

.pagination.table-paged {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 13px;
  border-radius: 0px;
  margin: 5px 0;
}
.pagination.table-paged > li {
  display: inline-block;
  margin-bottom: -1px;
}
.pagination.table-paged > li a {
  display: inline-block;
  width: 33px;
  margin-left: -1px;
  padding: 6px 0;
}
.pagination.table-paged > li:first-child > a, .pagination.table-paged > li:first-child > span, .pagination.table-paged > li:last-child > a, .pagination.table-paged > li:last-child > span {
  border-radius: 0px;
}

.fileinput-new.thumbnail {
  display: none;
}

#csvUploadModal .fileinput-filename,
#welcome_video .fileinput-filename,
#addProductsModal .fileinput-filename,
#addCouponsModal .fileinput-filename {
  padding: 10px 30px 10px 10px;
  margin: 12px 0;
  position: relative;
  display: block;
  font-size: 13px;
  background-color: #e8e8e8;
  border-radius: 6px;
}
#csvUploadModal .fileinput-new .fileinput-filename,
#welcome_video .fileinput-new .fileinput-filename,
#addProductsModal .fileinput-new .fileinput-filename,
#addCouponsModal .fileinput-new .fileinput-filename {
  background-color: transparent;
  display: none;
}
#csvUploadModal .close.fileinput-exists,
#welcome_video .close.fileinput-exists,
#addProductsModal .close.fileinput-exists,
#addCouponsModal .close.fileinput-exists {
  position: absolute;
  top: 48px;
  right: 18px;
  font-size: 30px;
  opacity: 0.7;
  line-height: 1.4;
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}

select.styled-select {
  height: 33px;
  font-size: 14px;
  border-color: #ddd;
  width: 220px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 8px;
}
select.styled-select.full-width {
  width: 100%;
  margin-left: 0;
}
select.styled-select.select-grouped optgroup + optgroup option:first-of-type {
  border-top: 1px solid #aaa;
}

/* Tooltip */
.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  border-top-color: #242424;
  border-bottom-color: #242424;
}
.tooltip.top .tooltip-inner,
.tooltip.bottom .tooltip-inner {
  background-color: #242424;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 7px 10px;
}
.tooltip.top.in,
.tooltip.bottom.in {
  opacity: 1;
}

/* Typeahead */
.form-group .twitter-typeahead {
  width: 100%;
}
.form-group .twitter-typeahead .tt-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0px;
  width: 100%;
  margin-top: 5px;
  cursor: pointer;
  max-height: 180px;
  overflow-y: auto;
}
.form-group .twitter-typeahead .tt-menu .tt-suggestion {
  padding: 5px 10px;
}
.form-group .twitter-typeahead .tt-menu .tt-suggestion:hover, .form-group .twitter-typeahead .tt-menu .tt-suggestion:focus {
  background-color: #ddd;
}

.product-signup {
  padding-bottom: 30px;
  /* Rating Stars */
}
.product-signup .rating {
  float: left;
  margin: 6px 0 15px;
}
.product-signup .rating .star {
  height: 50px;
  border: none;
  background: none;
  float: right;
  padding: 4px 2px;
  margin: 0px;
  cursor: pointer;
  -webkit-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
}
.product-signup .rating .star svg {
  height: 100%;
  width: 47px;
}
.product-signup .rating .star svg path {
  -webkit-transition: fill linear 100ms;
  transition: fill linear 100ms;
  fill: transparent;
  stroke-width: 5px;
  stroke: #8c8c8c;
}
.product-signup .rating .star.selected svg path, .product-signup .rating .star.selected ~ .star svg path {
  fill: #ffd700;
  stroke: #8c8c8c;
}
.product-signup .rating .star:hover, .product-signup .rating .star:focus, .product-signup .rating .star:hover ~ .star, .product-signup .rating .star:focus ~ .star, .product-signup .rating .star.highlighted {
  opacity: 0.85;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.product-signup .rating .star:hover svg path, .product-signup .rating .star:focus svg path, .product-signup .rating .star:hover ~ .star svg path, .product-signup .rating .star:focus ~ .star svg path, .product-signup .rating .star.highlighted svg path {
  fill: rgb(255, 227, 76.5);
  stroke: #8c8c8c;
}
.product-signup .rating .star:focus {
  outline: 2px dotted #ffd700;
}
.product-signup .rating .star:focus:not(:focus-visible) {
  outline: none;
}
.product-signup .rating .star.disabled, .product-signup .rating .star.disabled:hover, .product-signup .rating .star.disabled:hover ~ .star {
  cursor: default;
  opacity: 1;
}
.product-signup .rating .star.disabled svg path, .product-signup .rating .star.disabled:hover svg path, .product-signup .rating .star.disabled:hover ~ .star svg path {
  fill: #ddd !important;
  stroke: transparent !important;
}
.product-signup.center {
  padding-bottom: 10px;
}
.product-signup.center .rating-inner {
  text-align: left;
}
.product-signup.center .rating {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

fieldset legend {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

/* Custom Field multi-select */
.form-group .cf-check label {
  margin-left: 10px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form-group .cf-check input {
  cursor: pointer;
}

.cf-check-surround.two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

/* Requirements list */
.form-group .requirements {
  padding: 2px 0 0 0px;
  display: block;
  margin: 0;
}
.form-group .requirements li {
  list-style: none;
}
.form-group .requirements li i {
  margin-right: 5px;
  width: 16px;
  text-align: center;
}
/* AI Forms */
.form-new.form-ai .form-group input,
.form-new.form-ai .form-group textarea,
.form-new.form-ai .form-group select,
.form-new.form-ai .form-group p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .form-new.form-ai .form-group input,
  .form-new.form-ai .form-group textarea,
  .form-new.form-ai .form-group select,
  .form-new.form-ai .form-group p {
    font-size: 16px;
  }
}
.form-new.form-ai .form-group.auto-height-outer textarea,
.form-new.form-ai .form-group .auto-height {
  resize: none;
  overflow: hidden;
  min-height: 2em;
}
.form-new.form-ai .form-group label {
  margin-bottom: 4px;
}
.form-new.form-ai .form-group label.check .help-block {
  margin-bottom: 0;
}
.form-new.form-ai .form-group .help-block {
  line-height: 1.4;
  margin-top: 4px;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/* For StoryTap Help */
.article-area {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 16px;
}
.article-area p,
.article-area li {
  font-size: 16px;
}
.article-area img {
  max-width: 100%;
  height: auto;
}
.article-area pre {
  overflow-x: auto;
  max-width: 100%;
  background-color: #133347;
}
.article-area pre code {
  color: #fff;
}
.article-area table tbody {
  border: 1px solid #ddd;
}
.article-area table tbody tr td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.article-area table tbody tr:first-of-type td {
  font-weight: 600;
}

.wiki-editor {
  font-size: 16px;
}
.wiki-editor p,
.wiki-editor li {
  font-size: 16px;
}

.category-area .wiki-category {
  margin: 20px 0 7px 10px;
  font-weight: 500;
  font-size: 13px;
  color: #242424;
}
.category-area .help-list-sidebar ul {
  padding-left: 0;
}
.category-area .help-list-sidebar ul li {
  line-height: 1.2;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  list-style: none;
  padding: 5px 10px;
  margin: 1px 0;
  border-radius: 6px;
  text-transform: capitalize;
  color: rgb(13.6166666667, 36.55, 50.8833333333);
  font-weight: 400;
}
.category-area .help-list-sidebar ul li:not(.header) {
  cursor: pointer;
}
.category-area .help-list-sidebar ul li:not(.header):hover, .category-area .help-list-sidebar ul li:not(.header):focus {
  background-color: rgb(244.75, 244.75, 244.75);
}
.category-area .help-list-sidebar ul li:not(.header).active {
  background-color: #e8e8e8;
}
.category-area .help-list-sidebar ul li.header {
  margin-top: 20px;
  font-weight: 550;
  font-size: 13px;
}
.category-area .help-list-sidebar ul li .fa-check {
  padding-top: 3px;
}
.category-area .help-list-sidebar ul li.icon-space .text-overflow {
  width: calc(100% - 14px);
}
.category-area .help-list-sidebar ul li.icon-space .fa {
  margin-top: 3px;
}

.help-edit-area {
  height: calc(100vh - 50px);
  overflow-y: scroll;
  width: 100vw;
  padding-top: 40px;
}

.wiki-page:not(.single) {
  margin-left: 250px;
  padding: 30px 15px;
  height: calc(100vh - 50px);
  overflow-y: scroll;
}
.wiki-page:not(.single) > div {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .wiki-page:not(.single) {
    margin-left: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
}

.document-title {
  cursor: pointer;
  margin: 0;
}

#ta-body {
  visibility: hidden;
}

.mce-content-body {
  background-color: #fff;
  padding: 15px !important;
}
.mce-content-body img {
  max-width: 100%;
  height: auto;
}
.mce-content-body pre {
  overflow-x: auto;
  max-width: 500px;
}

.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 15px;
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.modal-content {
  border: 0px;
}

@media screen and (min-width: 768px) {
  .modal-sm {
    width: 430px;
  }
}

@media screen and (min-width: 768px) {
  .modal-full {
    width: 90%;
    max-width: 1200px;
  }
}
.modal-full .modal-body {
  height: calc(100dvh - 55px - 63px - 60px);
  overflow-y: auto;
}

.modal-header {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ddd;
}
.modal-header > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal-footer {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fafafa;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #ddd;
}
.modal-footer .btn + .btn {
  margin-left: 10px;
}

.product-selector-inline .modal-footer,
.tag-selector-inline .modal-footer {
  border-top: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.modal-body {
  padding: 20px;
}

/* Allow scroll on change company modal */
#changeAgencyModal .modal-body {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

/* TODO - Remove this when the Question Page modal is replaced by a dedicated page */
.embed-modal .modal-dialog {
  width: calc(100vw - 40px);
  margin: 20px auto;
}
.embed-modal .modal-content {
  width: calc(100vw - 40px);
  max-width: 100%;
  background-color: #fff;
  display: grid;
  grid-template-columns: 450px calc(100vw - 40px - 450px);
}
.embed-modal .modal-content #example-counter {
  padding-top: 20px;
}
.embed-modal .modal-content .alert-embed2 {
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 9;
}
.embed-modal .modal-content .modal-left .modal-body,
.embed-modal .modal-content .modal-right .modal-body {
  overflow-y: scroll;
  height: calc(100vh - 120px);
  padding: 20px;
}
.embed-modal .modal-content .modal-banner {
  position: absolute;
  cursor: pointer;
  background-color: #242424;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  height: 50px;
  padding-top: 10px;
  bottom: 0;
  left: 0;
  right: 50%;
  text-align: center;
  z-index: 10;
  color: #fff;
  border-bottom-left-radius: 6px;
}
.embed-modal .modal-content .modal-banner:hover, .embed-modal .modal-content .modal-banner:focus {
  background-color: #000;
}
.embed-modal .modal-content .modal-banner.banner-right {
  left: 50%;
  right: 0;
  border-bottom-left-radius: 0;
  border-left: 2px solid #fff;
  background-color: #005d7e;
}
.embed-modal .modal-content .modal-banner.banner-right:hover, .embed-modal .modal-content .modal-banner.banner-right:focus {
  background-color: rgb(13.6166666667, 36.55, 50.8833333333);
}
.embed-modal .modal-content .modal-banner.banner-full {
  right: 0;
  background-color: #005d7e;
}
.embed-modal .modal-content .modal-banner.banner-full:hover, .embed-modal .modal-content .modal-banner.banner-full:focus {
  background-color: rgb(13.6166666667, 36.55, 50.8833333333);
}
.embed-modal .modal-content .modal-banner.disabled {
  background-color: #ddd;
  cursor: default;
}
.embed-modal .modal-content .modal-banner.disabled:hover, .embed-modal .modal-content .modal-banner.disabled:focus {
  background-color: #ddd;
}
.embed-modal .modal-content .modal-left {
  background-color: #f8f8f8;
  position: relative;
  border-radius: 6px 0 0 6px;
}
.embed-modal .modal-content .modal-left pre {
  max-width: 420px;
}
.embed-modal .modal-content .modal-left textarea {
  resize: vertical;
  line-height: 1.428571429;
}
.embed-modal .modal-content .modal-left textarea.web {
  font-size: 13px;
  font-family: monospace;
}
.embed-modal .modal-content .modal-left .form-control {
  font-size: 14px;
  padding: 3px 10px;
  height: 32px;
}
.embed-modal .modal-content .modal-left .checkbox input {
  margin-top: 7px;
}
.embed-modal .modal-content .modal-left label.check > span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.embed-modal .modal-content .modal-right {
  border-left: 1px solid #ddd;
  position: relative;
}
.embed-modal .modal-content .modal-right .modal-body {
  padding-top: 0;
  display: block;
  max-width: 100%;
}

#generateLinkModal .modal-left .modal-body {
  height: calc(100vh - 140px) !important;
}
#generateLinkModal .modal-right .modal-body {
  background-color: #fafafa;
  height: calc(100vh - 120px);
  min-height: auto !important;
  border-radius: 0 0 6px 0;
}
#generateLinkModal .modal-right .modal-body .container-fluid {
  margin-top: 20px !important;
}

#collectModal .collect-img {
  width: 220px;
  max-width: 100%;
  padding: 10px 0 20px;
}

/* For Record more product reviews modal */
.record-more-area {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  margin: 15px 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.record-more-area h3 {
  cursor: pointer;
  font-size: 18px;
  margin: 0 0 5px;
}
.record-more-area:hover, .record-more-area:focus {
  border-color: #aaa;
}

#flagModal .flag-comment {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 14px;
}
#flagModal .flag-comment.first {
  min-height: 4em;
  border-color: #aaa;
  font-size: 16px;
}

.sharing-modal .modal-dialog {
  width: 600px;
}
.sharing-modal.vert .modal-dialog {
  width: 750px;
}
.sharing-modal .video-preview {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
.sharing-modal .video-preview .embed-responsive {
  width: 100%;
}
.sharing-modal .video-preview .clip-prompt {
  font-size: 16px;
  margin-bottom: 30px;
}
.sharing-modal .video-preview .clip-transcript {
  font-size: 16px;
  line-height: 1.4;
}
.sharing-modal .video-preview.vert {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.sharing-modal .video-preview .share-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.sharing-modal .video-preview .share-area.center-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sharing-modal .video-preview .share-area.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sharing-modal .video-preview .share-area .copy-area {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.sharing-modal .video-preview .share-area .copy-area:hover {
  border-color: #aaa;
  background-color: #ddd;
}
.sharing-modal .video-preview .share-area .share-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #e8e8e8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px;
  border-radius: 6px;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  cursor: pointer;
}
.sharing-modal .video-preview .share-area .share-card.disabled {
  background-color: #ddd;
  pointer-events: none;
  cursor: default;
}
.sharing-modal .video-preview .share-area .share-card.disabled:hover, .sharing-modal .video-preview .share-area .share-card.disabled:focus {
  background-color: #ddd;
}
.sharing-modal .video-preview .share-area .share-card .share-description {
  font-size: 13px;
}
.sharing-modal .video-preview .share-area .share-card .share-icon img {
  width: 45px;
  padding-right: 10px;
}
.sharing-modal .video-preview .share-area .share-card:hover {
  border-color: #133347;
}
.sharing-modal .video-preview .share-area-inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
.sharing-modal .video-preview:not(.vert) .clip-meta {
  max-height: 200px;
}
.sharing-modal .video-preview:not(.vert) .meta-bottom {
  margin-top: 20px;
}
.sharing-modal .video-preview:not(.vert) .share-area {
  margin-top: 20px;
}
.sharing-modal .video-preview:not(.vert) .share-area-inner {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.modal-transparent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
.modal-transparent .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
}
.modal-transparent .modal-content .modal-body {
  background-color: transparent;
  padding: 0;
}

@supports (display: grid) {
  #helpModal .stpvp-embed.w700 .q-a-a {
    grid-template-columns: minmax(0, min(50%, 400px)) 1fr;
  }
  #helpModal .stpvp-embed.w700 .q-s {
    padding-bottom: 0;
    height: calc(100dvh - 55px - 63px - 145px);
  }
}

/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.panel-form-section:target {
  scroll-margin-top: 40px;
}
.panel-form-section.panel-change .form-new .last button.btn-blue:last-child {
  height: 0;
  visibility: hidden;
  pointer-events: none;
}
.panel-form-section.panel-change.has-change .panel-form:not(.panel-inner) {
  background-color: rgb(254.8559006211, 253.4689440994, 252.2440993789);
  border: 1px solid rgba(114.4141025641, 84.3051282051, 13.6858974359, 0.25);
}
.panel-form-section.panel-change.has-change .panel-form.panel-inner,
.panel-form-section.panel-change.has-change .form-new .custom-field-group,
.panel-form-section.panel-change.has-change .form-new .prompt-group {
  background-color: rgb(254.0956521739, 245.3913043478, 237.7043478261);
  border: 0 solid rgba(114.4141025641, 84.3051282051, 13.6858974359, 0.25);
}

.panel.panel-form.panel-warning,
.panel.panel-form.panel-danger {
  color: #242424;
}
.panel.panel-form.panel-warning > .panel-heading,
.panel.panel-form.panel-danger > .panel-heading {
  background: transparent;
  border: none;
}
.panel.panel-form.panel-warning > .panel-heading .panel-title,
.panel.panel-form.panel-danger > .panel-heading .panel-title {
  color: #242424;
}

.simple-panel {
  border-radius: 8px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  padding: 0 0 0 10px;
}

.panel {
  border-radius: 8px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.panel:not(.panel-inner) {
  -webkit-box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
}
.panel.panel-inner {
  background-color: #fafafa;
}
.panel.panel-inner .panel-heading {
  padding: 10px 15px 0;
}
.panel.panel-inner .panel-body {
  font-size: 13px;
  padding: 15px;
}
.panel.panel-inner .panel-body.body-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.panel.panel-inner .panel-body.body-icon .panel-body-icon {
  margin-top: 2px;
  font-size: 15px;
  padding-right: 15px;
}
.panel.panel-alert {
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(140, 140, 140, 0.25);
  color: #242424;
}
.panel.panel-alert .panel-body {
  padding: 15px;
  font-size: 13px;
  border-radius: 0;
}
.panel.panel-alert .panel-body.body-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.panel.panel-alert .panel-body.body-icon .panel-body-icon {
  margin-top: 2px;
  font-size: 15px;
  padding-right: 15px;
}
.panel.panel-alert .panel-body .panel-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel.panel-alert .panel-body .panel-body-inner.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.panel.panel-alert.panel-narrow .panel-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
}
.panel.panel-alert.panel-narrow .panel-body .panel-body-icon {
  display: none;
}
.panel.panel-alert.panel-narrow .panel-body button {
  margin-top: 10px;
}
.panel.panel-alert.has-button .panel-body {
  padding: 10px 15px;
}
.panel.panel-alert.has-button .panel-body .panel-body-inner {
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  align-items: space-around;
}
.panel.panel-alert + .panel-alert {
  margin-top: -5px;
}
.panel.panel-focus {
  background-color: rgb(233, 245.5575221239, 255);
  border: 1px solid rgba(0, 80.596460177, 141.2, 0.25);
  color: rgb(0, 80.596460177, 141.2);
}
.panel.panel-pink {
  background-color: rgb(255, 239.7, 243.525);
  border: 1px solid rgba(163.2, 0, 40.8, 0.25);
  color: rgb(229.5, 0, 57.375);
}
.panel.panel-success {
  background-color: rgb(217.6, 255, 240.975);
  border: 1px solid rgba(0, 85, 53.125, 0.25);
  color: rgb(0, 85, 53.125);
}
.panel.panel-warning {
  background-color: rgb(254.602484472, 250.7763975155, 247.397515528);
  border: 1px solid rgba(128.0794871795, 94.3743589744, 15.3205128205, 0.25);
  color: rgb(128.0794871795, 94.3743589744, 15.3205128205);
}
.panel.panel-danger {
  background-color: rgb(254.9114285714, 245.7885714286, 246.8957142857);
  border: 1px solid rgba(147.3828571429, 1.4171428571, 19.1314285714, 0.5);
  color: rgb(152.4342857143, 1.4657142857, 19.7871428571);
}
.panel.panel-gray {
  background-color: #fafafa;
  border: 1px solid rgba(140, 140, 140, 0.25);
  color: #242424;
}
.panel.panel-white {
  background-color: #fff;
  border: 1px solid rgba(140, 140, 140, 0.25);
  color: #242424;
}
.panel .empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  max-width: 650px;
  margin: 0 auto;
}
.panel .empty-state h5 {
  margin-top: 20px;
  color: #242424;
  font-size: 20px;
  font-weight: 500;
}
.panel .empty-state img {
  width: 120px;
}
.panel .empty-state p {
  font-size: 14px;
}
.panel .panel-body {
  border-radius: 0 0 8px 8px;
}
.panel .panel-body.panel-tight {
  padding: 15px 20px;
}
.panel .panel-body.panel-video {
  padding: 10px;
}
.panel .panel-heading {
  padding: 15px 20px 0;
}
.panel .panel-heading .panel-title {
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel .panel-heading .panel-description {
  font-size: 14px;
  color: #6a6a6a;
  margin: 7px 0 0;
}
.panel.panel-form-nav {
  position: sticky;
  top: 40px;
}
.panel.panel-form-nav ul {
  padding: 15px;
  margin-bottom: 0;
}
.panel.panel-form-nav ul li {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  list-style: none;
  padding: 5px 10px;
  margin: 1px 0;
  border-radius: 6px;
  text-transform: capitalize;
  color: rgb(13.6166666667, 36.55, 50.8833333333);
  font-weight: 400;
}
.panel.panel-form-nav ul li:not(.header) {
  cursor: pointer;
}
.panel.panel-form-nav ul li:not(.header):hover, .panel.panel-form-nav ul li:not(.header):focus {
  background-color: rgb(244.75, 244.75, 244.75);
}
.panel.panel-form-nav ul li:not(.header).active {
  background-color: #e8e8e8;
}
.panel.panel-form-nav ul li.header {
  margin-top: 20px;
  font-weight: 550;
  font-size: 13px;
}
.panel.panel-form-nav ul li .fa-check {
  padding-top: 3px;
}
.panel.panel-report {
  margin-bottom: 30px;
}
.panel.panel-report.no-margin {
  margin-bottom: 0;
}
.panel.panel-report > h6, .panel.panel-report > a > h6 {
  width: 100%;
  padding: 15px 20px 0;
  color: #242424;
  font-weight: 450;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel.panel-report > h6 .fa:not(.fa-color), .panel.panel-report > a > h6 .fa:not(.fa-color) {
  color: #8c8c8c;
}
.panel.panel-report > h6 .dd-padding, .panel.panel-report > a > h6 .dd-padding {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.panel.panel-report > h6 select.styled-select, .panel.panel-report > a > h6 select.styled-select {
  height: 30px;
  width: 180px;
}
.panel.panel-report > a > h6 {
  color: #005d7e;
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.panel.panel-report > a > h6:hover {
  color: rgb(13.6166666667, 36.55, 50.8833333333);
}
.panel.panel-report.active {
  border-radius: 8px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px #8c8c8c;
  box-shadow: 0 0 0px 1px #8c8c8c;
}
.panel.panel-report.no-wrap > h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel.panel-report.inactive > h6,
.panel.panel-report.inactive .big-number,
.panel.panel-report.inactive .text-small.underline {
  color: #aaa;
}
.panel.panel-report.panel-hover {
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.panel.panel-report.panel-hover > h6,
.panel.panel-report.panel-hover .big-number,
.panel.panel-report.panel-hover .text-small.underline {
  cursor: pointer;
}
.panel.panel-report.panel-hover:hover {
  border-radius: 8px;
  border-width: 0px;
  -webkit-box-shadow: 0 0 0px 1px #8c8c8c;
  box-shadow: 0 0 0px 1px #8c8c8c;
}
.panel.panel-report.panel-equal .panel-body {
  min-height: 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.panel.panel-report.panel-equal .panel-body:before, .panel.panel-report.panel-equal .panel-body:after {
  display: none;
  content: none;
}
.panel.panel-report.panel-equal.equal-tall .panel-body {
  min-height: 10em;
}
@media (min-width: 1200px) {
  .panel.panel-report.panel-equal.equal-tall .panel-body {
    min-height: 12em;
  }
}
.panel.panel-report .btn-panel-top {
  position: absolute;
  top: 7px;
  right: 22px;
}
.panel.panel-border {
  border-top: 7px solid #fff;
}
@media (max-width: 479px) {
  .panel.panel-border {
    border-top: 0;
  }
}
.panel.panel-no-padding .panel-body {
  padding: 0px;
}
.panel .product-stars {
  color: #ffd700;
}
.panel .panel-moderation {
  padding: 20px;
}
.panel.panel-two-column > .panel-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.panel.panel-two-column > .panel-body::after, .panel.panel-two-column > .panel-body::before {
  display: none;
}
.panel.panel-two-column .feature-row {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
  padding-top: 4px;
  margin-bottom: 5px;
}
.panel.panel-two-column .feature-row + .feature-row {
  border-top: 1px solid #e8e8e8;
}
.panel.panel-two-column .feature-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .panel.panel-related {
    margin-top: 0 !important;
    border-radius: 0 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 310px;
    border: 0;
    margin: 0;
    overflow: hidden;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.98);
  }
  .panel.panel-related.related-vertical {
    width: 250px;
  }
  .panel.panel-related .panel-body {
    padding: 20px 20px 60px 20px;
    margin-bottom: 0;
    height: 100%;
  }
  .panel.panel-related .related-row {
    overflow-y: scroll;
    max-height: 100%;
    scrollbar-width: none;
  }
}
.panel .active-panel,
.panel .no-hover {
  cursor: pointer;
  background-color: #ddd;
  background-position: center;
}
.panel.panel-modern {
  border-radius: 8px;
  -webkit-box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  border-top: 0px;
  margin-top: 30px;
}
@media (max-width: 767) {
  .panel.panel-modern {
    margin-top: 0;
  }
}
.panel.panel-modern .panel-row .embed-responsive-16by9,
.panel.panel-modern .panel-row .embed-responsive-9by16 {
  border-radius: 8px 8px 0 0;
}
.panel.panel-modern .panel-row .embed-responsive-16by9 video,
.panel.panel-modern .panel-row .embed-responsive-9by16 video {
  border-radius: 8px 8px 0 0;
}
@media (min-width: 768px) {
  .panel.panel-modern .panel-row .embed-responsive-9by16 {
    border-radius: 8px 0 0 8px;
  }
  .panel.panel-modern .panel-row .embed-responsive-9by16 video {
    border-radius: 8px 0 0 8px;
  }
}
.panel.panel-video-manage {
  background-color: #fff;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  border-radius: 8px;
  -webkit-box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  border-top: 0px;
  margin-top: 30px;
}
@media (max-width: 767) {
  .panel.panel-video-manage {
    margin-top: 0;
  }
}
.panel.panel-video-manage:hover, .panel.panel-video-manage:active {
  -webkit-box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
  box-shadow: rgba(53, 53, 53, 0.2) 0px 1px 3px 0px, rgba(44, 44, 45, 0.05) 0px 1px 4px 0px;
}
.panel.panel-video-manage .embed-responsive {
  border-radius: 8px 8px 0 0;
}
.panel.panel-video-manage.panel-brand {
  background-color: #005d7e;
}
.panel.panel-video-manage.panel-disabled {
  background-color: #ddd;
  color: #aaa;
}
.panel.panel-video-manage .panel-body {
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.panel.panel-video-manage .panel-body .col-xs-8,
.panel.panel-video-manage .panel-body .col-xs-4 {
  overflow-x: hidden;
}
.panel.panel-video-manage .panel-body .col-xs-8 small,
.panel.panel-video-manage .panel-body .col-xs-4 small {
  font-size: 78%;
}
.panel.panel-video-manage .panel-body .btn {
  margin-bottom: 5px;
}
.panel.panel-video-manage .panel-body .btn-hidden {
  visibility: hidden;
  cursor: default;
}
.panel.panel-video-manage.vertical .col-xs-6 {
  padding-right: 0;
}
.panel.panel-video-manage.vertical .col-xs-6 .panel-body {
  border-top-right-radius: 8px;
}
.panel.panel-video-manage.vertical .col-xs-6 + .col-xs-6 {
  padding-left: 0;
  padding-right: 15px;
}
.panel.panel-video-manage.vertical .embed-responsive {
  border-radius: 8px 0 0 8px;
}
.panel .panel-stats .col-sm-3 {
  padding-right: 20px;
}
.panel .panel-stats h4,
.panel .panel-stats h5 {
  margin: 0 0 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}
.panel .panel-stats h4 .small,
.panel .panel-stats h5 .small {
  line-height: 28px;
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
}
.panel .panel-stats .no-last-space:last-of-type br {
  display: none;
}
.panel .panel-stats .fixed-width {
  width: 85px;
  display: inline-block;
  text-align: right;
}

.fixed-width2 {
  width: 85px;
  display: inline-block;
  text-align: right;
}

.flex-row {
  max-width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.flex-row > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 250px;
  max-width: 350px;
}

.panel-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}
.panel-steps .panel-step {
  border-bottom: 1px solid #aaa;
  color: #aaa;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 5px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-steps .panel-step.clickable {
  cursor: pointer;
}
.panel-steps .panel-step.clickable:hover {
  color: #ff3366;
  border-bottom: 2px solid #ff3366;
}
.panel-steps .panel-step.panel-step-active {
  color: #ff3366;
  border-bottom: 2px solid #ff3366;
}

.panel-fixed-height {
  height: auto !important;
}
.panel-fixed-height .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.panel-fixed-height .panel-body .flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Regular padding on medium screen */
@media (max-width: 991px) {
  .panel-body {
    padding: 15px;
  }
}
/* Smaller padding on mobile panels */
@media (max-width: 767px) {
  .panel.panel-video-manage {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-body-icon {
    display: none !important;
  }
  .panel .panel-heading {
    padding: 15px 10px 0;
  }
  .panel.panel-video-manage .btn {
    font-size: 13px;
  }
  .panel.panel-report > h6 {
    padding: 15px 10px 0;
  }
  .panel-body {
    padding: 10px;
  }
  .panel-body .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .panel .panel-video {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .panel.panel-video-manage .btn .fa {
    display: none;
  }
  .panel-fixed-height {
    height: auto !important;
    margin-bottom: 80px;
  }
  .panel-fixed-height .panel-body {
    height: auto !important;
  }
  .panel-flex.no-footer-padding {
    margin-bottom: 30px;
  }
}
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
.video-js.vjs-big-play-centered .vjs-big-play-button {
  font-size: 4px;
  border: 0;
  position: relative;
  background-color: #ff3366;
  text-align: left;
  -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  width: 10em;
  height: 10em;
  border-top-right-radius: 25%;
  padding-bottom: 40px;
  margin-left: -5em;
  margin-top: -5em;
  -webkit-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
}
.video-js.vjs-big-play-centered .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}
.video-js.vjs-big-play-centered .vjs-big-play-button:before, .video-js.vjs-big-play-centered .vjs-big-play-button:after {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 10em;
  height: 10em;
  border-top-right-radius: 25%;
}
.video-js.vjs-big-play-centered .vjs-big-play-button:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.video-js.vjs-big-play-centered .vjs-big-play-button:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.video-js.vjs-big-play-centered .vjs-big-play-button:hover, .video-js.vjs-big-play-centered .vjs-big-play-button:active, .video-js.vjs-big-play-centered .vjs-big-play-button:focus {
  outline: none;
  opacity: 0.5;
}
.video-js.vjs-big-play-centered .vjs-poster {
  background-size: cover;
}
.video-js.vjs-big-play-centered .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  z-index: 200;
}
.video-js.vjs-big-play-centered .vjs-control:hover, .video-js.vjs-big-play-centered .vjs-control:focus, .video-js.vjs-big-play-centered .vjs-control:focus::before, .video-js.vjs-big-play-centered .vjs-control:hover::before,
.video-js.vjs-big-play-centered .vjs-subs-caps-button:hover,
.video-js.vjs-big-play-centered .vjs-subs-caps-button:focus,
.video-js.vjs-big-play-centered .vjs-subs-caps-button:focus::before,
.video-js.vjs-big-play-centered .vjs-subs-caps-button:hover::before {
  color: #ff3366 !important;
}
.video-js.vjs-big-play-centered li.vjs-menu-item {
  color: #fff;
}
.video-js.vjs-big-play-centered li.vjs-menu-item.vjs-selected {
  color: #ff3366;
  font-weight: strong;
  text-decoration: underline;
}
.video-js.vjs-big-play-centered .vjs-text-track-display {
  z-index: 100;
}

.embed-responsive .logo-overlay {
  z-index: 100;
  position: absolute;
  right: 3%;
  bottom: 10%;
  max-width: 15%;
  max-height: 100%;
  opacity: 100%;
}
.embed-responsive .logo-overlay img {
  width: 100%;
}
.embed-responsive .logo-overlay-custom {
  z-index: 100;
  position: absolute;
  opacity: 100%;
  pointer-events: none;
}
.embed-responsive .logo-overlay-custom img {
  width: 100%;
}
.vjs-text-track-cue > div {
  background-color: rgba(0, 0, 0, 0.6) !important;
  opacity: 0.95;
  padding: 2px;
  font-size: 21px !important;
}

.vjs-current-time.vjs-time-control {
  display: block;
}

.vjs-remaining-time.vjs-time-control {
  display: none;
}

.vjs-control-bar {
  z-index: 10000;
}

.caption-preview .embed-responsive video {
  -o-object-fit: contain;
  object-fit: contain;
}

.embed-responsive .caption-overlay {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 4%;
  pointer-events: none;
}
.embed-responsive .caption-overlay .caption-inner {
  text-align: center;
  max-width: 90%;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .max-height-video .embed-responsive-9by16 {
    padding-bottom: 0;
    height: 100%;
  }
  .max-height-video .embed-responsive-9by16 .embed-responsive-item {
    height: 100%;
    max-height: 70vh;
    position: relative;
  }
  .max-height-video .embed-responsive-9by16 .embed-responsive-item.embed-placeholder, .max-height-video .embed-responsive-9by16 .embed-responsive-item.video-js {
    min-height: 70vh;
  }
  .max-height-video .embed-responsive-9by16 .embed-responsive-item.embed-placeholder .vjs-big-play-button, .max-height-video .embed-responsive-9by16 .embed-responsive-item.video-js .vjs-big-play-button {
    position: absolute;
  }
}
body.fr-CA button,
body.fr-FR button,
body.de-DE button,
body.it-IT button,
body.es-ES button,
body.es-MX button,
body.pt-BR button,
body.tr-TR button {
  white-space: normal;
}

/* CSS to improve accessibility of StoryTap */
/* ** OVERRIDE BOOTSTRAP VARIABLES ** */
/*!
 * https://github.com/arqex/react-datetime
 */
.rdt {
  position: relative;
}

.rdtPicker {
  display: none;
  position: absolute;
  min-width: 250px;
  padding: 4px;
  margin-top: 4px;
  z-index: 99999 !important;
  background: #fff;
  -webkit-box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}

.rdtOpen .rdtPicker {
  display: block;
}

.rdtStatic .rdtPicker {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
}

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

.rdtPicker table {
  width: 100%;
  margin: 0;
}

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}

.rdtPicker td {
  cursor: pointer;
}

.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}

.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}

.rdtPicker td.rdtToday {
  position: relative;
}

.rdtPicker td.rdtToday:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}

.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}

.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}

.rdtPicker th.rdtSwitch {
  width: 100px;
}

.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker thead tr:first-of-type th {
  cursor: pointer;
}

.rdtPicker thead tr:first-of-type th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}

.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}

td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.rdtCounter .rdtBtn:hover {
  background: #eee;
}

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}

/* ** PAGE MODULES ** */